html, body{
      font-family: "Titillium Web";
      font-weight: 300;
      font-size: 13pt;
      line-height: 150%;
      background: url('/images/mainbg.jpg') top center;
      background-size: 100% auto;
      color: white;
}

input[type="text"], input[type="email"], input[type="phone"], input[type="password"], input[type="number"], select, textarea{
      font-family: "Titillium Web";
      outline: none;
      box-shadow: none;
      background: transparent;
      border: 1px solid #ddd;
      border-radius: 3px;
      height: 40px;
      line-height: 40px;
      padding: 0 10px 0 40px;
      width: 300px;
      font-size: 11pt;
      filter: none;
      -webkit-appearance: none;
}

input:focus, select:focus, textarea:focus,
input:invalid, select:invalid, textarea:invalid{
      outline-width: 0;
      outline: none;
      box-shadow: none;
}

select{
      -ms-box-sizing:content-box;
      -moz-box-sizing:content-box;
      -webkit-box-sizing:content-box;
      box-sizing:content-box;
}

a{
      cursor: pointer;
      color: var(--white);
      text-decoration: underline;
}

a:hover{
      color: var(--red);
      text-decoration: underline;
}

p{
      margin: 15px 0;
      line-height: 150%;
}

b, strong{
      font-weight: 700;
}

#logo{
      width: 400px;
      height: 100px;
      float: left;
}

#logo img{
      object-fit: contain;
      width: 100%;
      height: 100%;
}

.container{
      width: calc(100% - 120px);
      margin: 0 auto;
}

#decorationLine{
      height: 4px;
      background: var(--blue);
      margin-bottom: 50px;
}

#menu{
      font-size: 12.5pt;
      text-transform: uppercase;
      font-weight: 700;
      float: right;
      margin-top: 46px;
}

#menu a{
      border-left: 8px solid var(--lightblue);
      padding: 0px 24px 0px 12px;
      text-decoration: none;
      transition: border 0.2s ease-out;
}

#menu a:hover{
      border-left: 8px solid var(--red);
      color: var(--white);
}

.toCarPage{
      width: 36px;
      height: 36px;
      background: url('/images/car.svg') no-repeat;
      background-size: contain;
      display: inline-block;
      margin-bottom: -14px;
      margin-left: 10px;
      cursor: pointer;
      border: 0 !important;
}

.toCarPage:hover{
      background: url('/images/car-red.svg') no-repeat !important;
      background-size: contain !important;
      border: 0 !important;
}

.mobile{
      display: none;
}

#mainPages .cleaner{
      display: none
}

#mainPages{
      float: left;
      width: calc(500px - 60px);
      margin-left: 20px;
      padding-top: 20px;
}

#mainPages a{
      display: block;
      margin: 14px 0 38px 0;
      font-size: var(--fsize);
      font-size: 14pt;
      text-decoration: none;
      opacity: 0;
      margin-left: -300px;
      box-sizing: border-box;
      width: 100%;
}

#mainPages a .btn{
      display: none;
}

.btn.mobile{
      display: none;
}

#mainPages a span{
      width: 75%;
      display: block;
}

#mainPages a b{
      font-size: var(--fsize-h3);
      display: block;
      margin-bottom: 15px;
      font-weight: 700;
      text-transform: uppercase;
      background: url('/images/right.svg') center right no-repeat;
      background-size: auto 100%;
      transition: margin 0.2s;
}

#mainPages a b i{
      border-left: 10px solid var(--red);
      margin-left: -22px;
      width: 0;
      overflow: hidden;
      float: left;
      display: block;
      transition: height 0.4s;
      height: 32px;
}

#mainPages a:hover{
      color: white;
}

#mainPages a:hover b{
      background: url('/images/right-red.svg') center right no-repeat;
      background-size: auto 100%;
      margin-right: -15px;
      text-decoration: underline;
}

#mainPages a:hover b i{
      height: 105px;
}

#mainSlides{
      float: right;
      width: calc(100% - 520px + 60px);
      height: 580px;
      max-height: 580px;
      margin-right: -60px;
      position: relative;
}


#main{
      margin: 70px 0;
}

#mainBG{
      background: url('/images/watermark-logo.png') left bottom no-repeat;
      background-size: 50%;
      padding-bottom: 1px;
}

.slide{
      position: relative;
}

.slide, .slideImage{
      width: 100%;
      height: 100%;
      border-radius: 5px;
}

.slide span{
      border-left: 10px solid var(--red);
      display: block;
      bottom: 30px;
      left: 30px;
      position: absolute;
      padding-left: 30px;
      padding-top: 5px;
      font-size: 19pt;
      font-weight: 600;
      width: 50%;
      cursor: default;
      min-width: 400px;
}

.slide span b{
      font-size: 40pt;
      font-weight: 700;
      text-transform: uppercase;
      display: block;
      margin-bottom: 25px;
      line-height: 50px;

}


.slide span p{
      font-weight: 400;
      font-size: var(--fsize-h1-sub);
      margin: 15px 0 0 0;
}

#carPagePromo{
      border-top: 2px solid white;
      margin-top: 60px;
      padding-top: 80px;
      background: url('/images/qr-tag.png') center right no-repeat;
      background-size: auto 100%;
      padding-bottom: 40px;
      margin-bottom: 40px;
}

#carPagePromoLabel{
      font-size: var(--fsize-h1);
      margin-bottom: 25px;
      line-height: 36px;
}

#carPagePromoDesc{
      font-size: var(--fsize-h1-sub);
      margin-bottom: 25px;
}

.btn{
      display: inline-block;
      padding: 8px 34px;
      background: var(--blue);
      font-weight: 600;
      text-transform: uppercase;
      font-size: 12pt;
      border-radius: 4px;
      transition: background 0.25s;
      text-decoration: none;
}

.btn:hover{
      color: white;
      background: var(--red);
      text-decoration: none;
}

.headerStripe{
      display: table;
      width: 100%;
      padding-top: 20px;

}

.headerStripeLeft{
      display: table-cell;
      background: var(--blue);
      width: 50%;
      height: 60px;
}

.headerStripeLabel{
      display: table-cell;
      padding: 5px 50px 5px 50px;
      text-align: center;
      cursor: default;
      height: 60px;
}

.headerStripeRight{
      display: table-cell;
      background: var(--blue);
      width: 50%;
      height: 60px;
}

.headerStripe.h1 .headerStripeLeft,
.headerStripe.h1 .headerStripeRight{
      background: var(--red);
}

.stars{
      text-align: center;
      margin-bottom: -10px;
      display: block;

}

.stars i{
      width: 24px;
      height: 24px;
      background: url('/images/star.svg') center center no-repeat;
      background-size: 24px 24px;
      display: inline-block;
      margin: 0 3px;
}

.headerStripe h2, .headerStripe h1{
      font-weight: 500;
      font-size: var(--fsize-h2);
      text-transform: uppercase;
}

.headerStripeLabel p{
      font-size: var(--fsize);
      text-transform: none;
      font-weight: 400;
      margin: 5px 0 0 0;
}

#ratings{
      background: url('/images/watermark-stars.png') center left no-repeat;
      background-size: contain;
      padding: 100px 0;
      min-height: 140px;
}

.rating{
      width: calc(33.3% - 120px);
      float: left;
      padding-left: 60px;
      padding-right: 60px;
      cursor: default;
      overflow: hidden;
}

.rating h3 .star{
      margin-left: -45px;
      margin-right: 17px;
      margin-bottom: -5px;
      width: 32px;
      height: 32px;
      background: url('/images/star.svg') center center no-repeat;
      background-size: 32px 32px;
      display: inline-block;
}

.headerStripeLabel.singleLine{
      line-height: 60px;
}

#blogs{
      background: url('/images/watermark-graphs.png') center left no-repeat;
      background-size: contain;
      padding: 100px 0;
      min-height: 460px;
}

.blog{
      width: calc(33.3% - 54px);
      float: left;
      margin-right: 80px;
      cursor: default;
      overflow: hidden;
}

.invisible{
      display: none;
}

.blogCover{
      width: 100%;
      height: 240px;
      border-radius: 8px;
      overflow: hidden;
      display: block;
      margin: 35px 0;
      transition: transform 0.15s;
}

.blogCover:hover{
      transform: scale(1.05);
      box-shadow: 0 0 10px white;
}

.blogCover img{
      object-fit: cover;
      width: 100%;
      height: 100%;
}

#blogs .blog:nth-child(3){
      margin-right: 0 !important;
}

.blogText{
      margin-bottom: 35px;
}

.blog h3{
      margin: 0;
}

.blog h3 a{
      margin: 0;
      text-decoration: none;
}

.blog h3 a:hover{
      color: var(--white);
      text-decoration: underline;
}

#footerLastLine{
      background: #374850;
      height: 60px;
      line-height: 60px;
      font-size: 11pt;
      cursor: default;
}

#copy{
      float: left;
}

#cookies{
      float: right;
}

#footer{
      background:  #4C626D;
      position: relative;
      cursor: default;
}

#footerLinksCar{
      background: url('/images/red-car.png') right bottom no-repeat;
      background-size: auto 100%;
      background-size: contain;
      position: absolute;
      right: 0;
      width: 33.3%;
      height: 330px;
      bottom: 0;
}

#footerLinks{
      float: left;
      width: calc(66.6% - 70px);
      padding: 5px 0 20px 45px;
      background: var(--blue);
      border-radius: 8px 0 0 8px;
      margin-top: 60px;
}

#footer .container{
}

.footerLink{
      width: calc(25%);
      float: left;
}

.footerLink a{
      display: inline-block;
      line-height: 36px;
      text-decoration: none;
      font-size: 13pt;
}

.footerLink a:hover{
      color: var(--white);
      text-decoration: underline;
}

#footer h3{
      text-transform: uppercase;
}

#footerAbout h3{
      margin-top: 30px;
}

#footerAbout{
      width: calc(33.3% - 65px);
      padding-right: 45px;
      float: left;
      margin-top: 60px;
      margin-bottom: 60px;
}

#footerAbout p{
      font-size: 12pt;
}

.signature{
      background: url('/images/signature.png') center right no-repeat;
      background-size: contain;
      width: 100%;
      height: 80px;
      margin-bottom: -20px;
}

#page404{
      text-align: center;
      padding: 150px 50px;
}

.info404code{
      font-size: 50pt;
      opacity: 0.2;
      font-weight: 600;
      line-height: 80px;
      margin-bottom: 15px;
}

#textLeft{
      width: calc(100% - 650px);
      width: 60%;
      margin: 80px 0 0 0;
      float: left;
}

#textLeft .signature{
      margin-top: 20px;
}

#textRight{
      width: calc(40% - 60px);
      float: right;
      margin: 80px 0 0 0;
      text-align: right;
}

#textRight img{
      border-radius: 8px;

      max-width: 100%;
      max-height: 750px;
}

.text p{
      margin-bottom: 30px;
}

#contact, #blog{
      text-align: center;
      padding: 80px 0;
}

#categoryText{
      font-size: 18pt;
      font-weight: 300;
      cursor: default;
}

#blog #categoryText{
      font-size: 14pt;
      margin-bottom: 60px;
}

#contacts{
      margin-top: 80px;
      margin-bottom: 0px;
      min-height: 190px;
}

.contact{
      width: 33.3%;
      float: left;
      display: none;
}


.contact:hover .contactIco{
      animation: pulse 1s infinite;
}

.contactIco{
      width: 100px;
      height: 100px;
      margin: 0 auto 15px auto;
      transform: scale(1);
      display: block;
}



.contact span{
      font-size: 13pt;
      display: block;
      font-weight: 500;
      margin-bottom: 10px;
}

.contact a{
      font-size: 27pt;
      font-weight: 500;
      text-decoration: none;
}

#icoPhone{
      background: center / contain no-repeat url('/images/ico-phone.png');
}

#icoWhatsapp{
      background: center / contain no-repeat url('/images/ico-whatsapp.png');
}

#icoEmail{
      background: center / contain no-repeat url('/images/ico-email.png');
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.75);
    }

    100% {
        transform: scale(1);
    }
}



.blogArticle{
      width: calc(25% - 50px);
      margin: 25px;
      float: left;
      text-align: left;
      display: none;
}

.blogArticle b{
      font-weight: 500;
      display: block;
      padding: 0 10px;
}

.blogArticleImg{
      width: 100%;
      height: 200px;
      margin-bottom: 35px;
      display: block;
      border-radius: 8px;
      overflow: hidden;
      transition: transform  0.15s;
}

.blogArticleImg img{
      border: 0;
      object-fit: cover;
      width: 100%;
      height: 100%;
}

.blogArticle:hover .blogArticleImg{
      transform: scale(1.05);
      box-shadow: 0 0 10px white;
}

#blogDetail h2{
      margin: 70px 0 60px 0;
      font-size: 16pt;
      font-weight: 600;
      text-transform: uppercase;
}

#blogDetailText{
      width: calc(100% - 500px);
      float: left;
}

#blogDetailImages{
      width: 400px;
      float: right;
}

#blogDetailImages a{
      width: 100%;
      display: block;
      margin: 0 0 40px 0;
      border-radius: 8px;
      overflow: hidden;
      font-size: 0 !important;
      padding: 0;
      line-height: 0;
      height: 220px;
      transition: transform 0.15s;
}

#blogDetailImages a img{
      border: 0;
      object-fit: cover;
      width: 100%;
      height: 100%;
}


#blogDetailImages a:hover, #serviceImages a:hover, #serviceMainImg a:hover{
      transform: scale(1.05);
      box-shadow: 0 0 10px white;
}

.backToList{
      display: inline-block;
      margin: 40px 0;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 700;
      font-size: 15pt;
      background: url('/images/left-red.svg') left center no-repeat;
      background-size: auto 100%;
      padding-left: 25px;
}

.backToList:hover{
      color: white;
      text-decoration: underline;
}

.slidesjs-navigation{
      display: none !important;
}

.slidesjs-pagination{
      position: absolute;;
      top: calc(50% - 90px);
      left: -12px;
      z-index: 100;


}

.slidesjs-pagination-item{
      font-size: 0;
}

.slidesjs-pagination-item a{
      background: white;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      margin: 10px 0;
      opacity: 0.5;
      display: block;

}

.slidesjs-pagination-item a.active{
      opacity: 1;
}

.slidesjs-container, .slidesjs-control {
      max-height: 580px !important;
}

#showMenu{
      display: none;
}

.bodyOverflow{
      overflow: hidden;
}

#onlineEnter{
      width: 300px;
      margin: 100px auto 60px auto;
      box-sizing:content-box;
}

#onlineEnter input{
      font-size: 24pt;
      padding: 15px;
      text-align: center;
      color: white;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 10px;
      width: calc(100% - 32px);

}

#onlineEnter .btn{
      padding: 10px 0px;
      width: 100%;
      text-align: center
}

.msg{
      padding: 30px;
      border-radius: 8px 8px 0 0;
      text-align: center;
      font-size: 16pt;
      font-weight: 600;
      color: white;
      cursor: default;
}

.err{
      background: var(--red);
}

#carInfo, #carServiceLeft{
      float: left;
      width: calc(50% - 40px);
      margin: 80px 0 40px 0;
      cursor: default;
}

#carServices, #carServiceRight{
      float: right;
      width: calc(50% - 40px);
      margin: 80px 0 40px 0;
      cursor: default;

}

#carInfo h2, #carServices h2{
      text-transform: uppercase;
      margin-bottom: 40px;
}

.serviceDate{
      float: left;
      width: 100px;
      height: 100px;
      background: url('/images/ico-calendar.png') center center no-repeat;
      background-size: contain;
      text-align: center;
      margin-right: 30px;
}

.serviceDate .date{
      display: block;
      font-weight: 600;
      margin-top: 40px;
      height: 22px;
      line-height: 22px;
      color: black;
      font-size: 18pt;

}

.serviceDate .year{
      display: block;
      font-size: 13pt;
      font-weight: 300;
      margin-top: 8px;
      height: 14px;
      line-height: 14px;
      color: black;
}

.carServiceListItem{
      border-bottom: 1px dashed white;
      padding-bottom: 25px;
      margin-bottom: 25px;
      height: 100px;
      display: block;
      background: url('/images/right.svg') center right no-repeat;
      background-size: 32px auto;
}

.carServiceListItem:hover{
      color: white;
      background: url('/images/right-red.svg') center right no-repeat;
      background-size: 32px auto;
}

.carServiceListItem:hover{

}

.serviceSubject{
      display: table-cell;
      height: 100px;
      vertical-align: middle;
      text-decoration: underline;
      max-width: 300px;
      font-weight: 500;
      font-size: 14pt;
      padding-right: 40px;
}

#carInfoDetail #carInfo{
      float: none;
}

.dashedLine{
      border-bottom: 1px dashed white;
      width: 100%;
}

#carInfoDetail .dashedLine{
      margin-bottom: 35px;
}

#carInfoDetail .serviceSubject{
      text-decoration: none;
}

.serviceSubject h3{
      text-transform: uppercase;
}

#serviceText{
      margin: 35px 0;
}

#serviceMainImg{
      width: 100%;
      font-size: 0;
      line-height: 0;
      margin: 0;
      padding: 0;
}

#serviceMainImg a{
      transition: transform 0.15s;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      max-height: 600px;

}

#serviceMainImg img{
      width: 100%;
      height: 100%;
      border: 0;
      object-fit: cover;

}

#serviceImages{

}

#serviceImages a{
      width: calc(33% - 20px);
      margin: 30px 30px 30px 0;
      height: 100px;
      float: left;
      border-radius: 5px;
      overflow: hidden;
      transition: transform 0.15s;
}

#serviceImages a img{
      object-fit: cover;
      width: 100%;
      height: 100%;
}

#serviceImages a:nth-child(3n){
      margin-right: 0;
}

#cookieInfo{
      width: 410px;
      padding: 40px;
      background: black;
      box-shadow: 0 0 15px #fff;
      position: fixed;
      top: 40%;
      left: calc(50% - 245px);
      border-radius: 5px;
      z-index: 5000;
      text-align: center;
      display: none;
}

#contactText{
      margin-top: 100px;
      font-size: 15pt;
}:root {
  --red:          #E10505;
  --blue:         #3A849B;
  --lightblue:    #D8E5ED;
  --white:        #FFFFFF;

  --font:         "Titillium Web", sans-serif;

  --fweight:      300;

  --fsize:        14pt;

  --fsize-h1:     22pt;
  --fsize-h1-sub: 16pt;
  --fsize-h2:     28pt;
  --fsize-h3:     18pt;

}
@media all and (max-width: 1200px) {

#logo{
      width: 300px;
}

.container{
      width: calc(100% - 60px);
}

.blogArticle{
      width: calc(50% - 50px);
}

#menu a{
      font-size: 11.5pt;
      padding-right: 20px;
}

.blogArticleImg{
      height: 230px;
}

#contact, #blog{
      padding-bottom: 0px !important;
}

#carPagePromoLabel, #carPagePromoDesc{
      width: calc(100% - 350px);
}

.signature{
      height: 60px;
}

}@media all and (max-width: 1350px) {

#mainPages {
  width: calc(400px - 60px);
}

#mainPages a {
      margin-bottom: 20px;
}

#mainPages a b {
      font-size: 16pt;
}

#mainPages a span {
  width: calc(100% - 30px);
}

#mainSlides{
  width: calc(100% - 420px + 60px);
  height: auto;
}

.slidesjs-container, .slidesjs-control{
      height: 470px !important;
}

.slide span b{
      font-size: 30pt;
      margin-bottom: 10px;
}

.slide p{
      font-size: 11pt;
}
.slide span{
      font-size: 17pt;
      width: 75%;

}

.blogArticleImg{
      height: 160px;
}

.footerLink{
      width: 35%;
}

}@media all and (max-width: 990px) {
:root{
  --fsize: 13pt;
  --fsize-h1: 22pt;
  --fsize-h1-sub: 14pt;
  --fsize-h2: 22pt;
  --fsize-h3: 15pt;
}

#carPagePromo{
      background-size: auto 80%;
      margin-top: 30px;
      background: #4C626D;
      border: 0;
      padding: 20px;
      width: calc(100% - 70px);
      display: table;
}

#carPagePromoTableCell{
      display: table-row;
      vertical-align: middle;
      width: 100%;
      border: 1px solid white;

}

#carPagePromoLabel{
      width: calc(100% - 160px);
      line-height: 22px;
      margin-bottom: 0;
      vertical-align: middle;
      display: table-cell !important;
      height: 44px;
}

#carPagePromoDesc{
      display: none;
}

#carPagePromo .btn{
      float: right;
}

#carPagePromoLabel{
      font-size: 12pt;
      font-weight: 600;
}

.headerStripeRight, .headerStripeLeft, .headerStripeLabel{
      height: 40px;
}

.headerStripeLabel.singleLine{
      line-height: 40px;
}

.rating{
      width: calc(33.3% - 70px);
      padding-right: 10px;
}

.blog{
      width: calc(33.3% - 30px);
      float: left;
      margin-right: 40px;
}

.blogCover{
      height: 200px;
}

#menu{
      display: none;
}

#header{
      height: 80px;
      background: #4C626D;
      text-align: center;
}

#decorationLine{
      display: none;
}

#logo{
      height: 50px;
      width: 180px;
      margin: 15px auto;
      display: inline-block;
      float: none;
}

#showMenu{
      background: url('/images/mobile-menu.png') left center no-repeat;
      background-size: 32px;
      float: left;
      width: 40px;
      height: 60px;
      margin: 10px 0 0 0;
      display: block;
}

.closeMenu{
      background: url('/images/up.png') center center no-repeat !important;
      background-size: 32px auto !important;
}

#closeMenu{
      background: url('/images/up.png') center center no-repeat;
      background-size: auto 32px ;
      display: block;
      height: 60px;
      position: absolute;
      bottom: 20px;
      width: 100%;
}

#showMenu:hover{
      background: url('/images/mobile-menu-red.png') left center no-repeat;
      background-size: 32px;
}

#mainBG{
      background: transparent;
}

.container{
      width: calc(100% - 30px);
}

.mobile{
      display: block;
}

.toCarPage{
      float: right;
      margin: 20px 5px 0 0;
      width: 40px;
      height: 40px;
}

#mainSlides{
      width: 100%;
      float: none;
      /*margin: -55px 0 0 0;*/
}

#mainPages{
      width: calc(100% - 20px);
      min-height: 250px;
      background: url('/images/watermark-logo.png') center center no-repeat;
      background-size: 80% auto;
      margin-left: 15px;
}

#mainPages .cleaner{
      display: block;
}

#mainPages a{
      width: calc(50% - 10px);
      float: left;
      margin-right: 0px;
      line-height: normal;
      font-size: 12pt;
}

#mainPages a span{
      width: 100%;
}


#mainPages a:nth-child(2),
#mainPages a:nth-child(5){
      float: right;
      margin-right: 0;
}

#mainPages a b{
      font-size: 14pt;
}

#mainPages a b i{
      margin-left: 0px;
      height: 25px;
      border-left: 8px solid var(--red);
      margin-right: 10px;
      margin-top: 2px;
}

#mainPages a b, #mainPages a:hover b{
      background: none;
}

#mainPages a b i{
      transition: none;
}

#mainPages a:hover b i{
      height: 32px;
}

#mainPages .btn{
      margin-top: 10px;
      width: auto;
      display: inline-block !important;;
      padding: 5px 35px;
}

#mainPages a:hover b{
      margin-right: 0px;
      text-decoration: none;
}

#mainPages a b:hover{
      text-decoration: underline;
}

#mobileMenu #mainPages a{
      opacity: 1;
      margin-left: 0px;
}

#mobileMenu{
      background: #374850;
      position: fixed;
      top: 80px;
      left: 0;
      width: 100%;
      max-height: calc(100% - 80px);
      height: 0;
      overflow: hidden;
      padding: 0 10px;
      box-sizing: border-box;
      z-index: 100;
}

.btn{
      font-size: 10pt;
}

.btnWhite{
      background: white;
      color: black;
}

.slide span{
      padding-left: 15px;
      left: 15px;
      padding-top: 0;
      min-width: auto;
      width: calc(100% - 55px);
      font-size: 14pt;
}

.slide span b {
      font-size: 20pt;
      margin-bottom: 0;
}

#main{
      margin: 10px 0 20px 0;
}

#textLeft{
      float: none;
      width: 100%;
      margin: 20px 0 0 0;
}

#textRight{

}

#textLeft .img{
      text-align: center;
}


.slide span p{
      margin-top: 5px;
      font-size: 11pt;
}

#footerAbout, #footerLinksCar{
      display: none;
}

.desktop{
      display: none;
}

#ratings{
      padding: 30px 0;
      background: url('/images/watermark-stars.png') top center no-repeat;
      background-size: auto 400px;
      min-height: 450px;

}

#blogs{
      padding: 50px 0;
      background: url('/images/watermark-graphs.png') center center no-repeat;
      background-size: auto 500px;

}

.blog h3 a{

}

body{
      background-size: auto 600px;
}

#footerLinks{
      margin: 0;
      padding: 0;
      text-align: center;
      background: transparent;
      width: 100%;
      margin-bottom: 35px;
}

.footerLink h3{
      border-bottom: 1px dashed white;
      padding-bottom: 10px;
      font-size: 12pt;
}

.footerLink a{
      font-size: 12pt;
}

.footerLink{
      width: calc(50% - 20px);
}

.footerLink:nth-child(2){
      float: right;
}

.rating{
      width: calc(100% - 75px);
      margin: 0 0 15px 0;
      float: none;
      border-bottom: 1px dashed white;
      padding-bottom: 10px;
}

.blog{
      float: none;
      width: 100%;
      margin: 0;
      text-align: center;
}

#footer{
      overflow: hidden;
}

.blog p, .blog h3{
      text-align: left;
}

.blog:nth-child(2), .blog:nth-child(3){
      display: none !important;
}

#footerLogo{
      width: 100%;
      height: 70px;
      text-align: center;
      margin: 55px auto 25px auto;
}

#footerLogo img{
      object-fit: contain;
      width: 100%;
      height: 100%;
}

.signature{
      height: 70px;
      margin-bottom: 0;
}

#textRight{
      width: 100%;
      float: none;
      max-height: 280px;
      margin: 0;
      vertical-align: center;
      display: none;
}

#textLeft img{
      max-width: 100%;
      max-height: 750px;

      border-radius: 8px;
      margin-bottom: 25px;
      margin-top: 25px;
      margin: 25px auto;
}

.blogArticle{
      margin: 0;
      width: calc(100% - 0px);
      float: none;
      height: 130px;
      display: block;
      border-bottom: 1px dashed white;
      margin-bottom: 25px;
      padding-bottom: 15px;
}

.blogArticle b{
      font-weight: 600;
      vertical-align: middle;
      display: table-cell;
      height: 110px;
}

#blog, #contact{
      padding: 20px 0 30px 0;
}

#blog #categoryText{
      font-size: 13pt;
      margin: 0px 0 35px 0;
      text-align: left;
}

.blogArticleImg{
      width: calc(40% - 30px);
      max-width: 250px;
      height: 120px;
      float: left;
      margin: 0;
      margin-right: 25px;
}

#blogDetail h2{
      margin: 25px 0 25px 0;
      line-height: normal;
}

#blogDetailText, #blogDetailImages{
      float: none;
      width: 100%;
}

#blogDetailImages{
      margin-top: 25px;
}

#blogDetailImages a{
      width: calc(50% - 20px);
      float: left;
      height: 120px;
      margin-right: 20px;
      margin-bottom: 20px;
}

.backToList{
      font-size: 13pt;
      margin: 25px 0 10px 0;
}

.text p{
      margin-bottom: 15px;
}

#contact #categoryText{
      font-size: 13pt;
      margin: 0px 0 35px 0;

}

#contacts{
      margin-top: 30px;
}

.contact{
      width: 100%;
      float: none;
      margin-bottom: 50px;
}


.btn.mobile{
      display: inline-block;
}

#carInfo, #carServices, #carServiceLeft, #carServiceRight{
      width: 100%;
      float: none;
      margin: 25px 0;
}

#carServiceLeft{
      margin-top: 0;
}

#carInfo{
      border-bottom: 1px dashed white;
      padding-bottom: 25px;
}

#serviceMainImg{
      margin-top: 35px;
}

#cookieInfo{
      width: 320px;
      padding: 40px 10px;
      left: calc(50% - 170px);
}

#contactText{
      margin-top: 30px;
      margin-bottom: 80px;
      font-size: 14pt;
}

}
@media all and (max-width: 600px) {
:root{
  --fsize: 13pt;
  --fsize-h1: 22pt;
  --fsize-h1-sub: 14pt;
  --fsize-h2: 22pt;
  --fsize-h3: 15pt;
}

#mainPages a b{
    font-size: 13pt;
}

}
.fl{ float: left; }

.fr{ float: right; }

.cleaner{ clear: both; height: 0 !important; overflow: hidden !important; display: block; float: none !important; }

.f7 { font-size:  7pt; }
.f8, .f8 th, .f8 td { font-size:  8pt !important }
.f9 { font-size:  9pt; }
.f10{ font-size: 10pt; }
.f11{ font-size: 11pt; }
.f12{ font-size: 12pt; }
.f13{ font-size: 13pt; }
.f14{ font-size: 14pt; }
.f15{ font-size: 15pt; }
.f16{ font-size: 16pt; }
.f17{ font-size: 17pt; }
.f18{ font-size: 18pt; }
.f19{ font-size: 19pt; }
.f20{ font-size: 20pt; }
.f21{ font-size: 21pt; }
.f22{ font-size: 22pt; }
.f23{ font-size: 23pt; }
.f24{ font-size: 24pt; }

.bold{ font-weight: bold; }
.normal{ font-weight: normal; }
.nodecor{ text-decoration: none; }
.noborder{ border: 0 !important; }
.hand, .pointer{ cursor: pointer !important; }
.cdefault{ cursor: default !important; }
.tleft{text-align: left}
.tcenter{text-align: center}
.tright{text-align: right !important}
.decor{text-decoration: underline !important}

.red{ color: red }
.gray{ color: #777777}
.white{ color: white }
.black{ color: black }

.mcenter{ margin: auto }

.center{ margin: auto }

.nobg{ background: transparent !important }

.hidden{display: none; }
.hiddenI{display: none !important}

#null, #preload{display: none}

.nocellspacing{ border-collapse: collapse; }

.nocellpadding td, .nocellpadding th{ padding:0 }

.inlineblock{
      display: inline-block;
}

.block{
      display: block !important;
}/* http://dbrekalo.github.io/simpleLightbox/ */
.slbOverlay,.slbWrapOuter,.slbWrap{position:fixed;top:0;right:0;bottom:0;left:0}.slbOverlay{overflow:hidden;z-index:200001;background-color:#000;opacity:0.7;-webkit-animation:slbOverlay 0.5s;-moz-animation:slbOverlay 0.5s;animation:slbOverlay 0.5s}.slbWrapOuter{overflow-x:hidden;overflow-y:auto;z-index:200100}.slbWrap{position:absolute;text-align:center}.slbWrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.slbContentOuter{position:relative;display:inline-block;vertical-align:middle;margin:0px auto;padding:0 1em;box-sizing:border-box;z-index:200020;text-align:left;max-width:100%}.slbContentEl .slbContentOuter{padding:5em 1em}.slbContent{position:relative}.slbContentEl .slbContent{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;background-color:#fff;box-shadow:0 0.2em 1em rgba(0,0,0,0.4)}.slbImageWrap{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;position:relative}.slbImageWrap:after{content:"";position:absolute;left:0;right:0;top:5em;bottom:5em;display:block;z-index:-1;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background-color:#FFF}.slbDirectionNext .slbImageWrap{-webkit-animation:slbEnterNext 0.4s;-moz-animation:slbEnterNext 0.4s;animation:slbEnterNext 0.4s}.slbDirectionPrev .slbImageWrap{-webkit-animation:slbEnterPrev 0.4s;-moz-animation:slbEnterPrev 0.4s;animation:slbEnterPrev 0.4s}.slbImage{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:5em 0;margin:0 auto}.slbCaption{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1.4em;position:absolute;left:0;right:0;bottom:0;padding:.71429em 0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbCloseBtn,.slbArrow{margin:0;padding:0;border:0;cursor:pointer;background:none}.slbCloseBtn::-moz-focus-inner,.slbArrow::-moz-focus-inner{padding:0;border:0}.slbCloseBtn:hover,.slbArrow:hover{opacity:0.5}.slbCloseBtn:active,.slbArrow:active{opacity:0.8}.slbCloseBtn{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;font-size:3em;width:1.66667em;height:1.66667em;line-height:1.66667em;position:absolute;right:-.33333em;top:0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbLoading .slbCloseBtn{display:none}.slbLoadingText{font-size:1.4em;color:#fff;color:rgba(255,255,255,0.9)}.slbArrows{position:fixed;top:50%;left:0;right:0}.slbLoading .slbArrows{display:none}.slbArrow{position:absolute;top:50%;margin-top:-5em;width:5em;height:10em;opacity:0.7;text-indent:-999em;overflow:hidden}.slbArrow:before{content:"";position:absolute;top:50%;left:50%;margin:-.8em 0 0 -.8em;border:.8em solid transparent}.slbArrow.next{right:0}.slbArrow.next:before{border-left-color:#fff}.slbArrow.prev{left:0}.slbArrow.prev:before{border-right-color:#fff}.slbIframeCont{width:80em;height:0;overflow:hidden;padding-top:56.25%;margin:5em 0}.slbIframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background:#000}@-webkit-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-moz-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-webkit-keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnter{from{opacity:0;-moz-transform:translate3d(0, -1em, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0);-moz-transform:translate3d(0, -1em, 0);-ms-transform:translate3d(0, -1em, 0);-o-transform:translate3d(0, -1em, 0);transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnterNext{from{opacity:0;-moz-transform:translate3d(4em, 0, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0);-moz-transform:translate3d(4em, 0, 0);-ms-transform:translate3d(4em, 0, 0);-o-transform:translate3d(4em, 0, 0);transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnterPrev{from{opacity:0;-moz-transform:translate3d(-4em, 0, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0);-moz-transform:translate3d(-4em, 0, 0);-ms-transform:translate3d(-4em, 0, 0);-o-transform:translate3d(-4em, 0, 0);transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}
