a{-webkit-transition: color .2s ease-in; -moz-transition: color .2s ease-in; -o-transition: color .2s ease-in; transition: color .2s ease-in;}
.pfirstchild p:first-child{margin-top: 0px; padding-top: 0px;}
.pfirstchild p:last-child{margin-bottom: 0px; padding-bottom: 0px;}

.loadthis { display: none; }

.grecaptcha-badge { visibility: hidden; z-index: -1; }

label[class*="required"]:after { content: "*"; display: inline-block; vertical-align: top; }

.animatethis { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }

.cc-dismiss { background: #e3b917 !important; }

.main-content { max-width: 1920px; margin: auto auto; overflow: hidden; }
.main-content-ins { max-width: 1670px; margin: auto auto; padding-left: 20px; padding-right: 20px; }
.main-content-ins-2 { max-width: 1500px; margin: auto auto; padding-left: 20px; padding-right: 20px; }
.main-content-top { padding-top: 150px; }
.main-content-bot { padding-bottom: 110px; }

.no-marg-padd { margin: 0; padding: 0; }
.no-marg-padd li { margin: 0; padding: 0; }

input, textarea { outline: 0 !important; }
strong, b { font-weight: 700 !important; }

.bootstrap-dialog .modal-header { background-color: #ddd !important; }
.bootstrap-dialog .bootstrap-dialog-close-button button { font-size: 26px; opacity: 1; }
.bootstrap-dialog .bootstrap-dialog-title { font-size: 16px !important; color: #111; }
.bootstrap-dialog .bootstrap-dialog-message { font-size: 15px !important; color: #111; }
.bootstrap-dialog .bootstrap-dialog-footer-buttons .btn-warning { font-size: 15px !important; }
.bootstrap-dialog .bootstrap-dialog-footer-buttons .btn-default { font-size: 15px !important; color: #111; }

.mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* overlay at start */
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; } /* overlay animate in */
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; } /* overlay animate out */
.mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* content at start */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; } /* content animate it */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; } /* content animate out */

.pagin { text-align: center; }
.pagin li { display: inline-block; vertical-align: middle; margin: 0; }
.pagin li.next { padding-left: 30px; margin-top: -1px; }
.pagin li a { display: block; font-size: 18px; color: #fff; }
.pagin li.num { margin: 0 0 0 30px; }
.pagin li.num a { }
.pagin li.num a:hover,
.pagin li.num.active a { color: #FFCF45; }
.pagin li.num.active a { font-weight: 800; }

.pagin.drk li a { color: #000; }
.pagin.drk li.num.active a { color: #303030; }
.pagin.drk li.num.active a { font-weight: 800; }

.ph { font-size: 18px; color: #000; font-weight: 400; }
.ph::-webkit-input-placeholder { opacity: 1 !important; font-size: 18px; color: #191919; font-weight: 300; }
.ph:-moz-placeholder { /* Firefox 18- */ opacity: 1 !important; font-size: 18px; color: #191919; font-weight: 300; }
.ph::-moz-placeholder {  /* Firefox 19+ */ opacity: 1 !important; font-size: 18px; color: #191919; font-weight: 300; }
.ph:-ms-input-placeholder { opacity: 1 !important; font-size: 18px; color: #191919; font-weight: 300;}
.ph:-ms-input-placeholder { opacity: 1 !important; font-size: 18px; color: #191919; font-weight: 300; }

ol.breadcrumb { background: transparent; margin: 0; padding: 30px 0 0 0; }
ol.breadcrumb li { margin: 0; padding: 0; list-style: none; }
ol.breadcrumb li + li:before { content: "/"; padding: 0 10px; font-size: 16px; color: #FFCF45; font-weight: 300; }
ol.breadcrumb li a { font-size: 16px; color: #FFCF45; font-weight: 300; text-decoration: none; text-transform: uppercase; }

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/********************* HEADER *********************/
.cbp-af-header { position: absolute; top: 0; left: 0; width: 100%; height: 230px; background: transparent; z-index: 101; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.cbp-af-header.header-scrl { }

.cbp-af-header.scrollUp { transform: translateY(-230px); }
.cbp-af-header.cbp-af-header-shrink.scrollUp { transform: translateY(-128px); }

header { padding-top: 48px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
header .main-content-ins { max-width: 1780px; }
header .logo { float: left; }
header .logo a { display: block; background: url(../img/logo-new.png) no-repeat 0 0; width: 178px; height: 134px; background-size: 178px 134px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
header .rgt { float: right; padding-top: 52px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
header .rgt .mn { float: left; }
header .rgt .mn > ul { }
header .rgt .mn > ul > li { float: left; margin-left: 40px; position: relative; }
header .rgt .mn > ul > li:first-child { margin-left: 0; }
header .rgt .mn > ul > li > a { display: block; font-size: 20px; line-height: 30px; color: #000; text-transform: uppercase; border-bottom: 8px solid transparent; }
header .rgt .mn > ul > li:hover > a,
header .rgt .mn > ul > li > a.active,
header .rgt .mn > ul > li > a.activeo { border-bottom: 8px solid #ff4344; }
header .rgt .mn > ul > li.has > a.activeo { color: #fff; }
header .rgt .mn > ul > li.green > a { color: #13B632; }
header .rgt .mn > ul > li .mn-ins { display: none; position: absolute; top: 38px; background: #303030; border-radius: 30px; background-repeat: no-repeat; }
header .rgt .mn > ul > li .mn-ins.mn-ins-1 { padding: 55px 55px 220px 55px; left: 50%; margin-left: -142px; background-position: bottom center; width: 284px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-1 ul li { margin-top: 25px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-1 ul li:first-child { margin-top: 0; }
header .rgt .mn > ul > li .mn-ins.mn-ins-1 ul li a { font-size: 22px; color: #FFCF45; font-weight: 800;text-transform: uppercase; }
header .rgt .mn > ul > li .mn-ins.mn-ins-2 { width: 780px; padding: 55px 180px 55px 55px; min-height: 430px; left: -180px; background-position: bottom right 30px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-2 > div { float: left; width: 50%; padding-right: 20px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-2 > div > a { font-size: 22px; color: #FFCF45; font-weight: 800;text-transform: uppercase; }
header .rgt .mn > ul > li .mn-ins.mn-ins-2 > div ul { }
header .rgt .mn > ul > li .mn-ins.mn-ins-2 > div ul li { margin-top: 25px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-2 > div ul li a { font-size: 20px; color: #fff; }
header .rgt .mob-btn { float: left; display: none; }
header .rgt .mob-btn a i { font-size: 30px; }
header .rgt .srch { float: right; margin-left: 55px; }
header .rgt .srch a { display: block; background: url(../img/search.png) no-repeat 0 0; width: 30px; height: 30px; }

.cbp-af-header.cbp-af-header-fixed { position: fixed; }

.cbp-af-header.cbp-af-header-shrink { height: 128px; background: #facc15; }
.cbp-af-header.cbp-af-header-shrink header { padding-top: 24px; }
.cbp-af-header.cbp-af-header-shrink .logo a { width: 112px; height: 80px; background-size: 112px 80px; }
.cbp-af-header.cbp-af-header-shrink .rgt { padding-top: 25px; }

.cbp-af-header.cbp-af-header-scrolled { height: 128px; background: #facc15; }
.cbp-af-header.cbp-af-header-scrolled header { padding-top: 24px; }
.cbp-af-header.cbp-af-header-scrolled .logo a { width: 112px; height: 80px; background-size: 112px 80px; }
.cbp-af-header.cbp-af-header-scrolled .rgt { padding-top: 25px; }

nav#menu { visibility: hidden; height: 0; }
nav#menu ul li a:hover,
nav#menu ul li.active a { color: #facc15; }

.close-menu { cursor: pointer; }

.mm-navbar {  background: #303030; }
.mm-navbar_tabs a { font-size: 16px; }
.mm-navbar_tabs a i { margin-right: 6px; }

.mm-panel { background: #303030; }

.mm-listitem__text { font-size: 16px; }
.mm-listitem a { color: #fff !important; }

.mm-btn_close { background: #facc15; }
.mm-btn_close::before,
.mm-btn_close::after { border-color: #000; }
.mm-btn_close::before { right: 15px; }
.mm-btn_close::after { right: 22px; }

.mm-navbars_top { border-color: #303030 !important; }
.mm-navbars_bottom { border-top: 0; }
.mm-navbars_bottom .mm-navbar { background: #facc15; }
.mm-navbars_bottom .mm-navbar a { color: #fff; }

.mm-btn_prev::before { border-color: #facc15 !important; }
.mm-btn_next::after { border-color: #facc15 !important; }

.mm-btn_close::before,
.mm-btn_close::after { border-color: #fff; }

.custom-search { background: #e8e8e8; border: 0; width: 100%; margin: 0; padding: 7px 12px; cursor: pointer; }
/********************* HEADER *********************/

/********************* FOOTER *********************/
footer { background: #000; z-index: 1; }
footer .top { padding: 120px 0 40px 0; border-bottom: 1px solid #FFCF45; }
footer .top .main-content-ins {display: grid;grid-template-columns: 250px 1fr 250px;grid-gap: 0 30px;align-items: center;}
footer .top .logo { text-align: center; }
footer .top .logo a {}
footer .top .mn { text-align: center;}
footer .top .mn ul {}
footer .top .mn ul li { display: inline-block; vertical-align: middle; margin: 0 50px; font-weight: 300;font-size: 24px;}
footer .top .mn ul li:first-child { margin-left: 0; }
footer .top .mn ul li:last-child { margin-right: 0; }
footer .top .mn ul li a { color: ; text-transform: uppercase;color: #FFCF45;}
footer .top .socials-footer {text-align: right; }
footer .top .socials-footer a { margin-left: 20px; }
footer .top .socials-footer a:first-child { margin-left: 0; }
footer .top .socials-footer a i:before {color: #FFCF45; font-size: 24px; }
footer .newsletter {padding-top: 80px;padding-bottom: 80px;}
footer .newsletter .newsletter-ttl {font-weight: 500;font-size: 24px;text-align: center;color: #FFCF45;text-transform: uppercase;}
footer .newsletter .newsletter-frm { margin-top: 40px; position: relative; }
footer .newsletter .newsletter-frm input {width: 460px;margin: auto;background: url(../img/right-33x23.png) no-repeat center right 20px #000;border: 0.5px solid #FFCF45;box-sizing: border-box;border-radius: 25px;height:70px;padding-left: 50px;color: white;font-size: 24px;}
footer .newsletter .newsletter-frm input::placeholder {color: #fff;opacity: 1;font-size: 24px;}
footer .newsletter .newsletter-frm input:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #fff;font-size: 24px;}
footer .newsletter .newsletter-frm input::-ms-input-placeholder { /* Microsoft Edge */color: #fff;font-size: 24px;}
footer .newsletter .newsletter-chk {margin-top: 30px; position: relative; padding-left: 34px;text-align: center;display: flex;justify-content: center;grid-gap: 20px;align-items: center;}
footer .newsletter .newsletter-chk > div {}
footer .newsletter .newsletter-chk a {font-weight: 300;font-size: 16px;color: #FFCF45;text-transform: uppercase;}
footer .newsletter .newsletter-chk a span { text-decoration: underline; }
footer .cptcha { font-size: 12px; color: #aaa; margin-top: 30px; text-align: center; }
footer .cptcha a { color: #ccc; }
.icheckbox_square {border: 1px solid #FFCF45;background-position: -24px 0;}
.icheckbox_square.checked {}
footer .bot { padding: 20px 0 20px 0;background: #303030;}
footer .bot .main-content-ins {display: flex;justify-content: space-between;color: #FFCF45;font-size: 18px;font-weight: normal;}
/********************* FOOTER *********************/

.bg { position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.5); width: 100%; height: 100%; opacity: 0; z-index: -1; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.bg.active { opacity: 1; z-index: 100; }

/********************* HOMEPAGE *********************/
.hp-slider { position: relative; }
.tp-bullet { width: 22px !important; height: 3px !important; background: #7f6822 !important; }
.tp-bullet.selected { background: #ffcf45 !important; }
.tp-1 { height: 124px !important; min-height: 124px !important; max-height: 124px !important; } /* bottom bg */
.tp-2 { transform: translateY(-20px) !important; } /* bottom left banner */
.tp-3 { transform: translateY(-200px) !important; } /* center top slogan */
.tp-4 { } /* center vehicle */
.tp-5 { transform: translateY(-150px) !important; font-size: 50px !important; line-height: 50px !important; } /* left title */
.tp-6 { transform: translateY(-80px) !important; font-size: 24px !important; line-height: 24px !important; } /* left text */
.tp-7 { transform: translateY(-0px) !important; line-height: 60px !important; padding: 0 25px !important; font-size: 24px !important; } /* left button */
.tp-7 img { margin-left: 10px !important; } /* left button */
.tp-8, /* right text */
.tp-8 strong { font-size: 24px !important; line-height: 24px !important; } /* right text */
.tp-8 strong { font-weight: 800 !important; } /* right text */
.hp-slider-soc { position: absolute; bottom: 47px; right: 50px; }
.hp-slider-soc span,
.hp-slider-soc a { display: inline-block; vertical-align: middle; }
.hp-slider-soc span { font-size: 24px; color: #FFCF45; font-weight: 300; }
.hp-slider-soc a { margin-left: 35px; }

.hp-about {background: #303030; }
.hp-about .img {padding-top: 120px;}
.hp-about .img img {margin: auto;}
.hp-about .ttl {padding: 25px 0;text-align: center;color: #FFCF45;font-weight: 800;font-size: 24px; text-transform: uppercase;}
.hp-about .sttl {font-weight: 300;font-size: 18px;color: #FFFFFF;text-align: center;padding-top: 40px;padding-bottom: 95px;}

.hp-driver {background: #FDFDFD;  }
.hp-driver .ttl {text-align: center;padding-top: 120px;font-weight: 800;font-size: 38px;text-transform: uppercase;}
.hp-driver .sttl {padding: 40px 0 70px 0;text-align: center;font-weight: 300;font-size: 18px;}
.hp-driver .lnks {padding-bottom:120px; text-align: center;}
.hp-driver .lnks a { display: inline-block; vertical-align: middle; margin: 0 25px; background: #000000;border-radius: 25px;padding: 20px 0px;color: #fff;width: 320px;text-align: center;font-weight: 800; font-size: 30px;-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.hp-driver .lnks a:hover {background: #FFCF45;color: black;box-shadow: 0px 2px 20px rgba(66, 54, 19, 0.23);}

.hp-prod { background-repeat: no-repeat; background-position: center center; background-color:rgba(0, 0, 0, 0.3); }
.hp-prod .ttl {text-align: center;padding-top: 80px;font-weight: 800;font-size: 38px;color: #fff;text-transform: uppercase;}
.hp-prod .sttl {padding: 30px 0 0 0;text-align: center;font-weight: 300;font-size: 18px;color: #fff;}
.hp-prod .lnk {padding-top: 50px;padding-bottom: 40px;}
.hp-prod .lnk a { display: block; width:100%; max-width:600px; margin: auto auto; text-align: center; background: url(../img/right-33x23.png) no-repeat center right 20px; border: 2px solid #FFCF45;border-radius: 25px;padding: 12px 0px;color: white;font-weight: 800;font-size: 30px;-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.hp-prod .lnk a:hover { background-image: url(../img/slider-right.png); background-color: #FFCF45;color: black;box-shadow: 0px 2px 20px rgba(66, 54, 19, 0.23);}

.hp-chem {background: linear-gradient(#fff,#d8d8d8); }
.hp-chem .ttl {text-align: center;padding-top: 120px;font-weight: 800;font-size: 38px;text-transform: uppercase;}
.hp-chem .ttl2 {font-weight: 800;font-size: 24px;text-align: center;padding-top: 25px;text-transform: uppercase;}
.hp-chem .sttl {padding: 40px 0 0 0;text-align: center;font-weight: 300;font-size: 18px;}
.hp-chem .img {padding: 90px 0 60px 0;}
.hp-chem .img img {margin: auto;}
.hp-chem .lnk {padding-bottom: 100px;}
.hp-chem .lnk a { display: block; width:100%; max-width:600px; margin: auto auto; text-align: center; background: url(../img/slider-right.png) no-repeat center right 20px;border: 2px solid #000000;border-radius: 25px;padding: 12px 0px;font-weight: 800;font-size: 30px;-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.hp-chem .lnk a:hover {background-color: #FF4344;color: #fff;box-shadow: 0px 2px 20px rgba(66, 54, 19, 0.23);border: 2px solid #FF4344;}

.hp-reasons {background: linear-gradient(90deg, black 50%, #e6e4e5 50%); }
.hp-reasons .main-content { display: grid; grid-template-columns: 1fr 1fr; align-items: flex-end; background: #fff; }
.hp-reasons .lft { padding: 120px 50px; text-align: center; background: #000; }
.hp-reasons .lft .ins { display: inline-block; text-align: left; }
.hp-reasons .lft .ttl {font-weight: 800;font-size: 38px;color: #FFCF45;text-transform: uppercase;}
.hp-reasons .lft .img {padding-top: 50px;}
.hp-reasons .lft .img img {max-width: 214px;}
.hp-reasons .lft .det {padding-top: 50px;}
.hp-reasons .lft .det .det-item {font-weight: 500;font-size: 24px;color: #FFCF45;line-height: 60px;text-transform: uppercase;}
.hp-reasons .rgt {}

.hp-innov {background: #303030; }
.hp-innov .ttl {padding-top: 120px;font-weight: 800;font-size: 38px;text-align: center;color: #FFCF45;text-transform: uppercase;}
.hp-innov .sttl {padding: 40px 0 60px 0;text-align: center;font-weight: 300;font-size: 18px;color: #fff;}
.hp-innov .img {padding: 0 0 60px 0;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;max-width: 770px;margin: auto;grid-gap: 30px;}
.hp-innov .img img {-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.hp-innov .img img:hover {-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}

.hp-vehicles {background: #FFCF45; }
.hp-vehicles .ttl {padding-top: 100px;padding-bottom: 50px; font-weight: 800;font-size: 38px;text-align: center;text-transform: uppercase;}
.hp-vehicles .img {padding: 0 0 100px 0;display: grid;grid-template-columns: 1fr 1fr;max-width: 920px;margin: auto;grid-gap: 30px 40px;}
.hp-vehicles .img .img-item {position: relative;}
.hp-vehicles .img .img-item .img-item-hover {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: none;}
.hp-vehicles .img .img-item .img-item-hover p {font-weight: 800;font-size: 38px;text-align: center;padding-bottom: 38.5px;color:#FFCF45 !important;}
.hp-vehicles .img .img-item a .background-bubbles {-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.hp-vehicles .img .img-item:hover a .background-bubbles {-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;-webkit-filter: brightness(55%);box-shadow: 3px 18px 29px rgba(0, 0, 0, 0.37);border-radius: 30px;transform: scale(1.1)}
.hp-vehicles .img .img-item:hover a .img-item-hover {display: initial;}

.hp-lube {background: #303030; }
.hp-lube .ttl {text-align: center;padding-top: 120px;font-weight: 800;font-size: 38px;color: #FFCF45;text-transform: uppercase;}
.hp-lube .sttl {padding: 40px 0 70px 0;text-align: center;font-weight: 300;font-size: 18px;color: #fff;}
.hp-lube .lnks { text-align: center; padding-bottom: 120px;max-width: 1000px;margin: auto;}
.hp-lube .lnks a { display: inline-block; vertical-align: middle; margin: 0 35px; border: 2px solid black;background-color: black; border-radius: 25px;padding: 12px 30px;color: #fff;font-weight: 800;font-size: 24px;-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.hp-lube .lnks a:hover {background: #FFCF45;color: black;box-shadow: 0px 2px 20px rgba(66, 54, 19, 0.23);border: 2px solid #FFCF45;}

.hp-racing {background: linear-gradient(#d8d8d8,#fff);}
.hp-racing .ttl {padding-top: 170px;padding-bottom: 90px;font-weight: 800;font-size: 38px;text-align: center;text-transform: uppercase;}
.hp-racing .img {position: relative;}
.hp-racing .lnks {padding-bottom:170px;padding-top: 70px;}
.hp-racing .lnks a { display: block; margin: 30px auto 0 auto; border: 2px solid black;border-radius: 25px;padding: 12px 0px;max-width: 450px;text-align: center;font-weight: 800; font-size: 30px;text-transform: uppercase;-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.hp-racing .lnks a:hover {background: #FFCF45;color: black;box-shadow: 0px 2px 20px rgba(66, 54, 19, 0.23);border: 2px solid #FFCF45;}
.hp-racing .img2 {margin: auto;padding-bottom: 20px;}
.hp-racing .img2-det {text-align: center;padding-bottom: 120px;}
/********************* HOMEPAGE *********************/

.main-bg { position: relative; background: #303030; }
.main-bg-img { position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 645px; background-position: top center; background-repeat: no-repeat; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }
.main-bg-img:after { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: #303030; opacity: 0.8; }
.main-bg-img:before { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;
background: -webkit-linear-gradient(to top, #303030 30%, transparent 100%);
background: -moz-linear-gradient(to top, #303030 30%, transparent 100%);
background: linear-gradient(to top, #303030 30%, transparent 100%); }

.main-top { }
.main-top h1 { display: block; margin: 130px 0 0 0; font-size: 38px; color: #FFCF45; font-weight: 800; text-align: center; text-transform: uppercase; }
.main-top .txt { font-size: 20px; line-height: 25px; font-weight: 300; color: #FFF; text-align: center; margin-top: 60px; }
.main-top .dt { font-weight: 500;font-size: 16px;color: #E6E6E6; margin-top: 25px; }

/********************* ABOUT *********************/
.about { position: relative; }
.about .main-top h1 { text-align: left;text-transform: uppercase; }
.about .main-top .txt { text-align: left; }
.about .about-bottom { }
.about .about-bottom .about-bottom-ttl {font-weight: 800;font-size: 24px;color: #FFCF45;margin-top: 70px;text-transform: uppercase;}
.about .about-bottom .about-bottom-subttl {font-weight: 300;font-size: 20px;color: #FFFFFF;margin-top: 40px;}
/********************* ABOUT *********************/

/********************* CONTACT *********************/
.contact { position: relative; }
.contact .main-top h1 { text-align: left;text-transform: uppercase; }
.contact .main-top .txt { text-align: left; }
.contact .contact-middle {font-weight: 800;font-size: 24px;color: #FFCF45;padding-bottom: 40px; margin-top: 90px; }
.contact .contact-middle .contact-middle-ttl {font-weight: 800;font-size: 24px;color: #FFCF45;padding-bottom: 40px;text-transform: uppercase;}
.contact .contact-middle table {border: 0;width:50%;}
.contact .contact-middle table td {padding-bottom: 20px;}
.contact .contact-middle table .contact-table-left {font-weight: normal;font-size: 24px;color: #FFFFFF;text-transform: uppercase;}
.contact .contact-middle table .contact-table-right {font-weight: 800;font-size: 24px;color: #FFFFFF;}
.contact .contact-bottom .contact-bottom-ttl {font-weight: 800;font-size: 24px;color: #FFCF45;padding-top: 70px;padding-bottom: 40px;}
.contact .contact-bottom .contact-bottom-det .form-group {padding-bottom: 25px;}
.contact .contact-bottom .contact-bottom-det input {background: #303030; width: 956px;border: 2px solid #FFCF45;box-sizing: border-box;border-radius: 25px;height:70px;padding-left: 50px;color: white;}
.contact .contact-bottom .contact-bottom-det textarea {background: #303030; width: 956px;border: 2px solid #FFCF45;box-sizing: border-box;border-radius: 25px;height:260px;padding-left: 50px;color: white;}
.contact .contact-bottom .contact-bottom-det input::placeholder {color: white;opacity: 1;font-size: 24px;text-transform: uppercase;}
.contact .contact-bottom .contact-bottom-det input:-ms-input-placeholder { /* Internet Explorer 10-11 */color: white;font-size: 24px;text-transform: uppercase;}
.contact .contact-bottom .contact-bottom-det input::-ms-input-placeholder { /* Microsoft Edge */color: white;font-size: 24px;text-transform: uppercase;}
.contact .contact-bottom .contact-bottom-det .contact-comp {color: #FFCF45;}
.contact .contact-bottom .contact-bottom-det .chk {margin-top: 30px; position: relative;text-align: center;padding-bottom: 125px;display: flex;grid-gap: 20px;align-items: center;padding-bottom: 40px;}
.contact .contact-bottom .contact-bottom-det .chk > div {}
.contact .contact-bottom .contact-bottom-det .chk a {font-weight: 300;font-size: 16px;color: #FFCF45;}
.contact .contact-bottom .contact-bottom-det .chk a span {text-decoration: underline;}
.contact .contact-bottom .contact-bottom-det .contact-submit {}
.contact .contact-bottom .contact-bottom-det .contact-submit button {position: relative;border: 2px solid #FF4344;border-radius: 25px;padding: 12px 0px;font-weight: 800;font-size: 30px;width: 320px;display: flex;background: url(../img/slider-right.png) center right 20px no-repeat #FF4344;color: white;padding-left: 50px;text-transform: uppercase;}
/********************* CONTACT *********************/

/********************* NEWS *********************/
.news { position: relative; }
.news .news-bottom { margin-top: 90px; }
.news .news-bottom .news-bottom-items {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 0 55px;}
.news .pagin { margin-top: 100px; }

.news-bottom-item { max-width: 450px; margin: auto auto; }
.news-bottom-item .news-bottom-item-date { font-size: 16px; color: #E6E6E6; padding-top: 10px; }
.news-bottom-item .news-bottom-item-ttl { font-size: 20px; color: #FFCF45; font-weight: 800; padding-top: 10px; }
.news-bottom-item .news-bottom-item-subttl { font-size: 16px; color: #fff; font-weight: 300; padding-top: 10px; opacity: 0.8; }
.news-bottom-item .news-bottom-item-buttons { padding-top: 20px; }
.news-bottom-item .news-bottom-item-buttons a { display: inline-block; font-size: 16px; color: #FFCF45; font-weight: 800;text-transform: uppercase; }
/********************* NEWS *********************/

/********************* NEWS *********************/
.news-ins { position: relative; }
.news-ins .main-top h1 { text-align: left;text-transform: uppercase; }
.news-ins .main-top .txt { text-align: left; }
.news-ins .news-img {margin-top: 60px;}
.news-ins .news-bottom {margin-top: 100px;}
.news-ins .news-bottom .news-bottom-ttl {margin-top: 100px;font-size: 18px; color: #FFCF45; font-weight: 800;text-transform: uppercase;}
.news-ins .news-bottom .news-bottom-items {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 0 55px;margin-top: 60px;}
/********************* NEWS *********************/

/********************* CHEMICALS *********************/
.chem { position: relative; }
.chem .main-top { padding-bottom: 90px; }

.cat-item {display: grid;grid-template-columns: 1fr 1fr;grid-template-areas: "image details"; align-items: center;background: linear-gradient(white,#d8d8d8);}
.cat-item .cat-item-left {grid-area: image;}
.cat-item .cat-item-left img {}
.cat-item .cat-item-right {grid-area: details;padding: 0 350px 0 125px;}
.cat-item .cat-item-ttl {padding-bottom: 25px;font-weight: 800;font-size: 24px;color: #000000;}
.cat-item .cat-item-subttl {padding-bottom: 30px;font-size: 18px;color: #575757;}
.cat-item .cat-item-more {}
.cat-item .cat-item-more a { background: url(../img/slider-right.png) no-repeat center right 20px; padding: 8px 70px 8px 30px;border: 1px solid #000000;box-sizing: border-box;filter: drop-shadow(3px 7px 20px rgba(75, 22, 23, 0.2));border-radius: 25px;-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;font-weight: 500;font-size: 16px;text-transform: uppercase;color: #000000;}
.cat-item .cat-item-more a:hover {border: 1px solid #FFCF45;background: #FFCF45;color: black;box-shadow: 0px 2px 20px rgba(66, 54, 19, 0.23);}
.cat-item.rev {grid-template-areas: "details image";}
.cat-item.rev .cat-item-left {}
.cat-item.rev .cat-item-right {padding: 0 125px 0 300px;}

.chem .chem-middle {}
.chem .chem-middle .chem-middle-items {display: grid;padding-bottom: 120px;}
.chem .chem-middle .chem-middle-items.by-2 {grid-template-columns: repeat(2,1fr);}
.chem .chem-middle .chem-middle-items.by-3 {grid-template-columns: repeat(3,1fr);}
.chem .chem-middle .chem-middle-items.by-4 {grid-template-columns: repeat(4,1fr);}
.chem .chem-middle .chem-middle-items.by-5 {grid-template-columns: repeat(5,1fr);}
.chem .chem-middle .chem-middle-items .chem-middle-item {border-right: 1px solid #FFCF45; padding: 0 10px;}
.chem .chem-middle .chem-middle-items .chem-middle-item:last-child {border: 0;}
.chem .chem-middle .chem-middle-items .chem-middle-item a img {margin: auto;}
.chem .chem-middle .chem-middle-items .chem-middle-item a div {text-align: center;font-weight: 300;font-size: 17px;color: #FFCF45;padding-top: 50px;}

.chem .chem-bottom {}
.chem .chem-bottom .chem-bottom-items {display: grid;grid-template-columns: 1fr 1fr;}
.chem .chem-bottom .chem-bottom-items .chem-bottom-item {position: relative;cursor: pointer;-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.chem .chem-bottom .chem-bottom-items .chem-bottom-item a img {}
.chem .chem-bottom .chem-bottom-items .chem-bottom-item a .chem-bottom-item-hover {position: absolute;top: 0;left: 0; width: 100%; height: 100%; display: none;flex-direction: column; justify-content: center; text-align: center; padding: 0 20px;}
.chem .chem-bottom .chem-bottom-items .chem-bottom-item a .chem-bottom-item-hover i {color: #FFFFFF;font-size: 128px;text-align: center;}
.chem .chem-bottom .chem-bottom-items .chem-bottom-item a .chem-bottom-item-hover p {font-weight: 300;font-size: 16px;text-align: center;color: #FFFFFF; padding-top: 30px;}
.chem .chem-bottom .chem-bottom-items .chem-bottom-item:hover {-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%);}
.chem .chem-bottom .chem-bottom-items .chem-bottom-item:hover > a img {filter: brightness(55%);-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.chem .chem-bottom .chem-bottom-items .chem-bottom-item:hover > a .chem-bottom-item-hover {display: flex;}

.chem-ins-bottom { background: linear-gradient(white,#d8d8d8); padding-bottom: 110px; }

.chem-ins-bottom .fltrs { text-align: center; padding-top: 50px; }
.chem-ins-bottom .fltrs > div { display: inline-block; vertical-align: middle; margin: 0 5px; }

.fltr-item { position: relative; min-width: 230px; }
.fltr-item > div { cursor: pointer; font-size: 16px; text-transform: uppercase; padding: 0 20px; line-height: 50px; border-radius: 15px 15px 0 0; }
.fltr-item.open > div { background: #575757; color: #FFCF45; }
.fltr-item > div span { display: inline-block; vertical-align: top; }
.fltr-item.open > div span { transform: rotate(180deg); }
.fltr-item > div span i { font-size: 12px; }
.fltr-item.open > div span i { color: #FFCF45; transform: translateY(-2px); }
.fltr-item ul { display: none; position: absolute; top: 50px; left: 0; width: 100%; border-radius: 0 0 15px 15px; background: #575757; padding-bottom: 30px; }
.fltr-item.open ul { display: block; }
.fltr-item ul li { margin-top: 20px; }
.fltr-item ul li a { font-size: 16px; color: #fff; }
.fltr-item ul li a:hover,
.fltr-item ul li a.active { color: #FFCF45; }

.chem-ins-bottom .product-items .product-item {display: grid;grid-template-columns: 1fr 1fr 100px; align-items: center;max-width: 980px;margin: auto;border-bottom: 1px solid #d8d8d8;padding: 40px 0;}
.chem-ins-bottom .product-items .product-item .product-item-left img {}
.chem-ins-bottom .product-items .product-item .product-item-right .product-item-ttl {font-weight: 800;font-size: 24px;color: #000000;padding-bottom: 15px;padding-top: 20px;}
.chem-ins-bottom .product-items .product-item .product-item-right .product-item-ttl p {margin: 0 !important;}
.chem-ins-bottom .product-items .product-item .product-item-right .product-item-subttl {font-weight: 300;font-size: 18px;color: #000000;margin-bottom: 20px; line-height:20px; height:80px; overflow:hidden;}
.chem-ins-bottom .product-items .product-item .product-item-right.more .product-item-subttl {height:auto; overflow: visible;}
.chem-ins-bottom .product-items .product-item .product-item-right .product-item-subttl p {margin: 0 !important;}
.chem-ins-bottom .product-items .product-item .product-item-right .product-item-more {font-weight: 800;font-size: 16px;color: #575757;padding-bottom: 20px;cursor: pointer;-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; text-transform: uppercase; }
.chem-ins-bottom .product-items .product-item .product-item-right .product-item-more span.btn-open { display: inline-block; vertical-align: middle; }
.chem-ins-bottom .product-items .product-item .product-item-right .product-item-more span.btn-close { display: none; }
.chem-ins-bottom .product-items .product-item .product-item-right.more .product-item-more span.btn-open { display: none; }
.chem-ins-bottom .product-items .product-item .product-item-right.more .product-item-more span.btn-close { display: inline-block; vertical-align: middle; }
.chem-ins-bottom .product-items .product-item .product-buttons {}
.chem-ins-bottom .product-items .product-item .product-buttons .product-buttons-item {border: 2px solid #FFCF45;border-radius: 25px;color: black;font-weight: 500; font-size: 16px;-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;width:80px;display: flex;justify-content: center;float: right;}
.chem-ins-bottom .product-items .product-item .product-buttons .product-buttons-item:hover {background: #FFCF45;color: black;box-shadow: 0px 2px 20px rgba(66, 54, 19, 0.23);}
.chem-ins-bottom .pagin { margin-top: 100px; }
/********************* CHEMICALS INSIDE *********************/

/********************* SPEED *********************/
.speed { position: relative; }
.speed .imgs { margin-top: 90px; }
.speed .imgs a { display: block; overflow: hidden; width: 100%; height: 400px; background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.speed .imgs a:hover { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); transform: scale(1.1); }
.speed .imgs a img { display: none; }
.speed .imgs-1 {display: grid;grid-template-columns: 30% 70%;}
.speed .imgs-1 > div:first-child { padding-right: 15px; }
.speed .imgs-1 > div:last-child { padding-left: 15px; }
.speed .imgs-2 { margin-top: 24px; }
.speed .imgs-3 { margin-top: 24px;display: grid;grid-template-columns: 70% 30%; }
.speed .imgs-3 > div:first-child { padding-right: 15px; }
.speed .imgs-3 > div:last-child { padding-left: 15px; }
.speed .pagin { margin-top: 100px; }
/********************* SPEED *********************/

/********************* SPEED *********************/
.find { position: relative; }
.find .map { margin-top: 60px; height: 400px; }
.find .pnts { margin-top: 60px; }
.find .pnts table { }
.find .pnts table tr { cursor: pointer; -webkit-transition: all 100ms linear; -moz-transition: all 100ms linear; -o-transition: all 100ms linear; transition: all 100ms linear; }
.find .pnts table tr:not(:first-child):hover { background: #252525; }
.find .pnts table tr th { color: #ffcf45 !important; border-bottom: 1px solid #fff !important; border-bottom: 1px solid #808080 !important; }
.find .pnts table tr td { color: #fff !important; border-bottom: 1px solid #808080 !important; }
.find .pnts table tr td a { color: #fff !important; }
/********************* SPEED *********************/

@media only screen and (max-width: 1800px) {
.cat-item .cat-item-right {padding: 20px 40px;}
.cat-item.rev .cat-item-right {padding: 20px 40px;}
}

@media only screen and (max-width: 1400px) {
/********************* FOOTER *********************/
footer .top .mn ul li { margin: 0 20px; }
/********************* FOOTER *********************/

/********************* HOMEPAGE *********************/
.tp-5 { transform: translateY(-90px) !important; font-size: 30px !important; line-height: 30px !important; } /* left title */
.tp-6 { transform: translateY(-50px) !important; font-size: 20px !important; line-height: 20px !important; } /* left text */
.tp-7 { transform: translateY(10px) !important; line-height: 50px !important; padding: 0 20px !important; font-size: 18px !important; } /* left button */
/********************* HOMEPAGE *********************/
}

@media only screen and (max-width: 1200px) { /* .col-lg- */
/********************* HEADER *********************/
.main-content-bot { padding-bottom: 60px; }

.cbp-af-header { height: 128px; }

.scrollUp { transform: translateY(-128px); }

header { padding-top: 24px; }
header .logo a { width: 106px; height: 80px; background-size: 106px 80px; }
header .rgt { padding-top: 25px; }
header .rgt .mn > ul > li { margin-left: 20px; }
header .rgt .mn > ul > li > a { font-size: 18px; border-bottom-width: 4px; }
header .rgt .mn > ul > li > a.activeo { }
header .rgt .mn > ul > li .mn-ins { top: 34px; border-radius: 15px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-1 { padding: 30px 30px 220px 30px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-1 ul li { margin-top: 15px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-1 ul li a { font-size: 18px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-2 { padding: 30px 180px 30px 30px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-2 > div > a { font-size: 18px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-2 > div ul li { margin-top: 15px; }
header .rgt .mn > ul > li .mn-ins.mn-ins-2 > div ul li a { font-size: 18px; }
header .rgt .srch { float: right; margin-left: 30px; }
/********************* HEADER *********************/

/********************* FOOTER *********************/
footer .top { padding: 40px 0; }
footer .top .main-content-ins {display: block;}
footer .top .logo a { display: inline-block; vertical-align: top; }
footer .top .mn { text-align: center; margin-top: 30px; }
footer .top .mn ul li { margin: 0 20px; font-size: 20px;}
footer .top .socials-footer { text-align: center; margin-top: 30px; }
footer .top .socials-footer a i:before {font-size: 20px; }
footer .newsletter {padding-top: 40px;padding-bottom: 40px;}
footer .newsletter .newsletter-ttl {font-size: 20px;}
footer .newsletter .newsletter-frm { margin-top: 30px; }
footer .newsletter .newsletter-frm input {width: 100%; max-width: 450px; border: 1px solid #FFCF45; border-radius: 10px;height:60px; padding: 0 20px;}
footer .newsletter .newsletter-frm input::placeholder {font-size: 20px;}
footer .newsletter .newsletter-frm input:-ms-input-placeholder {font-size: 20px;}
footer .newsletter .newsletter-frm input::-ms-input-placeholder {font-size: 20px;}
footer .newsletter .newsletter-chk {margin-top: 20px; }
/********************* FOOTER *********************/

.main-top { }
.main-top h1 { margin-top: 60px; font-size: 30px; }
.main-top .txt { font-size: 18px; line-height: normal; margin-top: 30px; }
.main-top .dt { margin-top: 20px; }

/********************* HOMEPAGE *********************/
.tp-2 { transform: translateY(-20px) !important; } /* bottom left banner */
.tp-5 { transform: translateY(-160px) !important; } /* left title */
.tp-6 { transform: translateY(-120px) !important; } /* left text */
.tp-7 { transform: translateY(-50px) !important; } /* left button */
.tp-8 { display: none !important; } /* right text */
.hp-slider-soc { right: 30px; }
.hp-slider-soc span { display: none; }
.hp-slider-soc a { margin-left: 20px; }

.hp-about .img {padding-top: 60px;}
.hp-about .ttl {padding: 15px 0;font-size: 20px; }
.hp-about .sttl {padding-top: 30px;padding-bottom: 60px;}

.hp-driver .ttl {padding-top: 60px;font-size: 24px;}
.hp-driver .sttl {padding: 30px 0 20px 0;}
.hp-driver .lnks {padding-bottom:60px; }
.hp-driver .lnks a { margin: 10px 10px 0 10px; border-radius: 10px;padding: 10px 20px;font-size: 20px; width: auto; }

.hp-prod .ttl {padding-top: 60px;font-size: 24px;}
.hp-prod .lnk {padding-top: 30px;}
.hp-prod .lnk a { width:auto; border-radius: 10px;padding: 12px 20px;font-size: 20px;}

.hp-chem .ttl {padding-top: 60px;font-size: 24px;}
.hp-chem .ttl2 {font-size: 20px;padding-top: 20px;}
.hp-chem .sttl {padding: 30px 0 0 0;}
.hp-chem .img {padding: 40px 0;}
.hp-chem .lnk {padding-bottom: 60px;}
.hp-chem .lnk a { border-radius: 10px;padding: 12px 20px;font-size: 20px;}

.hp-reasons .lft { padding: 60px 20px; }
.hp-reasons .lft .ttl {font-size: 24px;}
.hp-reasons .lft .img {padding-top: 30px;}
.hp-reasons .lft .det {padding-top: 30px;}
.hp-reasons .lft .det .det-item {font-size: 20px;line-height: normal; margin-top: 20px;}

.hp-innov .ttl {padding-top: 60px;font-size: 24px;}
.hp-innov .sttl {padding: 30px 0 30px 0;}
.hp-innov .img {padding: 0 0 40px 0;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-gap: 30px 20px;}

.hp-vehicles .ttl {padding-top: 60px;padding-bottom: 40px; font-size: 24px;}
.hp-vehicles .img {padding: 0 0 40px 0;grid-gap: 30px;}
.hp-vehicles .img .img-item .img-item-hover p {font-size: 24px;padding-bottom: 30px;}

.hp-lube .ttl {padding-top: 60px;font-size: 24px;}
.hp-lube .sttl {padding: 30px 0 40px 0;}
.hp-lube .lnks { padding-bottom: 50px;}
.hp-lube .lnks a { margin: 10px; border-radius: 10px;padding: 12px 20px;font-size: 20px;}

.hp-racing .ttl {padding-top: 60px;padding-bottom: 60px;font-size: 24px;}
.hp-racing .lnks {padding-bottom:60px;padding-top: 60px;}
.hp-racing .lnks a { margin-top: 20px; border-radius: 10px;padding: 12px 20px;width: auto;font-size: 20px;}
.hp-racing .lnks a:hover {background: #FFCF45;color: black;box-shadow: 0px 2px 20px rgba(66, 54, 19, 0.23);border: 2px solid #FFCF45;}
.hp-racing .img2-det {padding-bottom: 60px;}
/********************* HOMEPAGE *********************/

/********************* ABOUT *********************/
.about .about-bottom .about-bottom-ttl {font-size: 20px;margin-top: 40px;}
.about .about-bottom .about-bottom-subttl {font-size: 18px;margin-top: 30px;}
/********************* ABOUT *********************/

/********************* CONTACT *********************/
.contact .contact-middle {font-size: 20px;padding-bottom: 30px; margin-top: 30px; }
.contact .contact-middle .contact-middle-ttl {font-size: 20px;padding-bottom: 30px;}
.contact .contact-middle table td {padding-bottom: 10px;}
.contact .contact-middle table .contact-table-left {font-size: 20px;}
.contact .contact-middle table .contact-table-right {font-size: 20px;}
.contact .contact-bottom .contact-bottom-ttl {font-size: 20px;padding-top: 40px;padding-bottom: 30px;}
.contact .contact-bottom .contact-bottom-det .form-group {padding-bottom: 20px;}
.contact .contact-bottom .contact-bottom-det input { width: 100%; max-width: 956px;border-radius: 20px;height:60px; padding: 0 20px; font-size: 20px;}
.contact .contact-bottom .contact-bottom-det textarea {width: 100%; max-width: 956px;border-radius: 20px;padding: 20px; font-size: 20px;height:260px;}
.contact .contact-bottom .contact-bottom-det input::placeholder {color: white;opacity: 1;font-size: 20px;}
.contact .contact-bottom .contact-bottom-det input:-ms-input-placeholder { /* Internet Explorer 10-11 */color: white;font-size: 20px;}
.contact .contact-bottom .contact-bottom-det input::-ms-input-placeholder { /* Microsoft Edge */color: white;font-size: 20px;}
.contact .contact-bottom .contact-bottom-det .chk {margin-top: 20px; padding-bottom: 60px;padding-bottom: 30px;}
.contact .contact-bottom .contact-bottom-det .contact-submit button {border-radius: 20px;font-size: 24px; width: 100%; max-width: 320px; padding: 10px 30px;}
/********************* CONTACT *********************/

/********************* NEWS *********************/
.news .news-bottom { margin-top: 40px; }
.news .news-bottom .news-bottom-items {grid-gap: 0 30px;}
.news .pagin { margin-top: 40px; }

.news-bottom-item .news-bottom-item-ttl { font-size: 18px; }
.news-bottom-item .news-bottom-item-buttons { padding-top: 10px; }
/********************* NEWS *********************/

/********************* NEWS *********************/
.news-ins .news-img {margin-top: 40px;}
.news-ins .news-bottom {margin-top: 50px;}
.news-ins .news-bottom .news-bottom-ttl {margin-top: 40px;}
.news-ins .news-bottom .news-bottom-items { grid-gap: 0 30px;margin-top: 40px;}
/********************* NEWS *********************/

/********************* CHEMICALS *********************/
.chem .main-top { padding-bottom: 40px; }

.cat-item { display: block; padding: 40px 20px 30px 20px; }
.cat-item .cat-item-left {}
.cat-item .cat-item-left img { display: block; margin: auto auto; }
.cat-item .cat-item-right {padding: 40px 0;}
.cat-item .cat-item-ttl {padding-bottom: 20px;font-size: 20px;}
.cat-item .cat-item-subttl {padding-bottom: 20px;}

.chem .chem-middle .chem-middle-items {padding-bottom: 60px;}
.chem .chem-middle .chem-middle-items .chem-middle-item a div {padding-top: 40px;}

.chem .chem-bottom .chem-bottom-items .chem-bottom-item a .chem-bottom-item-hover i {font-size: 60px;}

.chem-ins-bottom { background: linear-gradient(white,#d8d8d8); padding-bottom: 110px; }

.chem-ins-bottom .fltrs { padding-top: 30px; }
.fltr-item { min-width: 150px; }

.chem-ins-bottom .product-items .product-item .product-item-right .product-item-ttl {font-size: 20px;}
.chem-ins-bottom .pagin { margin-top: 40px; }
/********************* CHEMICALS INSIDE *********************/

/********************* SPEED *********************/
.speed .imgs { margin-top: 40px; }
.speed .imgs a { height: 300px; }
.speed .imgs-1 > div:first-child { padding-right: 10px; }
.speed .imgs-1 > div:last-child { padding-left: 10px; }
.speed .imgs-2 { margin-top: 20px; }
.speed .imgs-3 { margin-top: 20px; }
.speed .imgs-3 > div:first-child { padding-right: 10px; }
.speed .imgs-3 > div:last-child { padding-left: 10px; }
.speed .pagin { margin-top: 40px; }
/********************* SPEED *********************/

/********************* SPEED *********************/
.find .map { margin-top: 40px; }
.find .pnts { margin-top: 40px; }
/********************* SPEED *********************/
}

@media only screen and (max-width: 992px) { /* .col-md- */
/********************* HEADER *********************/
header .rgt .mn { display: none; }
header .rgt .mob-btn { display: block; }
/********************* HEADER *********************/
}

@media only screen and (max-width: 767px) { /* .col-xs- */
.main-content-ins { padding-left: 10px; padding-right: 10px; }
.main-content-ins-2 { padding-left: 10px; padding-right: 10px; }
.main-content-bot { padding-bottom: 40px; }

/********************* FOOTER *********************/
footer .top .mn ul li { font-size: 18px; margin: 0 10px;}
footer .newsletter .newsletter-ttl {font-size: 18px;}
footer .newsletter .newsletter-frm input {font-size: 18px;}
footer .newsletter .newsletter-frm input::placeholder {font-size: 18px;}
footer .newsletter .newsletter-frm input:-ms-input-placeholder {font-size: 18px;}
footer .newsletter .newsletter-frm input::-ms-input-placeholder {font-size: 18px;}
footer .bot { padding: 15px 0; text-align: center;}
footer .bot .main-content-ins {display: block;font-size: 16px;}
footer .bot .main-content-ins > div:first-child { margin-bottom: 10px;}
/********************* FOOTER *********************/

/********************* HOMEPAGE *********************/
.tp-bullets { transform: matrix(1, 0, 0, 1, 0, -63) !important; left: 30px !important;}
.tp-bullet { transform: translateY(30px) !important; }
.tp-1 { height: 64px !important; min-height: 64px !important; max-height: 64px !important; width: auto !important; } /* bottom bg */
.tp-2 { transform: translateY(-84px) !important; } /* bottom left banner */
.tp-2 img { height: 200px !important; min-height: 200px !important; max-height: 200px !important; width: 128px !important; } /* bottom left banner */
.tp-3 { transform: translateY(-240px) !important; } /* center top slogan */
.tp-3 img { height: 72px !important; min-height: 72px !important; max-height: 72px !important; width: auto !important; }
.tp-4 { transform: translateY(-80px) !important; } /* center vehicle */
.tp-4 img { height: 300px !important; min-height: 300px !important; max-height: 300px !important; width: auto !important; }
.tp-5 { transform: translateY(-230px) !important; margin-left: 200px !important; } /* left title */
.tp-6 { transform: translateY(-180px) !important; margin-left: 200px !important; } /* left text */
.tp-7 { transform: translateY(-100px) !important; margin-left: 200px !important; } /* left button */
.hp-slider-soc { bottom: 22px; right: 15px; }
.hp-slider-soc a { margin-left: 15px; }
.tp-mask-wrap { overflow: visible !important; }

.hp-reasons .main-content { display: block; }
.hp-reasons .lft { padding: 40px 10px; }

.hp-innov .img {grid-template-columns: 1fr 1fr;grid-gap: 30px 20px;}
.hp-innov .img img { margin: auto auto; }

.hp-vehicles .img {grid-template-columns: 1fr;grid-gap: 30px 0;max-width: 450px;}
/********************* HOMEPAGE *********************/

/********************* NEWS *********************/
.news .news-bottom .news-bottom-items {grid-template-columns: 1fr 1fr;grid-gap: 30px 20px;}
/********************* NEWS *********************/

/********************* NEWS *********************/
.news-ins .news-bottom .news-bottom-items {grid-template-columns: 1fr 1fr;grid-gap: 30px 20px;}
/********************* NEWS *********************/

/********************* CHEMICALS *********************/
.chem .main-top { padding-bottom: 40px; }

.cat-item { display: block; padding: 40px 20px 30px 20px; }
.cat-item .cat-item-left {}
.cat-item .cat-item-left img { display: block; margin: auto auto; }
.cat-item .cat-item-right {padding: 40px 0;}
.cat-item .cat-item-ttl {padding-bottom: 20px;font-size: 20px;}
.cat-item .cat-item-subttl {padding-bottom: 20px;}

.chem .chem-middle .chem-middle-items {padding-bottom: 60px;}
.chem .chem-middle .chem-middle-items .chem-middle-item a div {padding-top: 40px;}

.chem .chem-bottom .chem-bottom-items .chem-bottom-item a .chem-bottom-item-hover i {font-size: 60px;}

.chem-ins-bottom { background: linear-gradient(white,#d8d8d8); padding-bottom: 60px; }

.chem-ins-bottom .fltrs { padding-top: 30px; }
.fltr-item { min-width: 150px; }

.chem-ins-bottom .product-items .product-item .product-item-right .product-item-ttl {font-size: 20px;}
.chem-ins-bottom .pagin { margin-top: 40px; }
/********************* CHEMICALS INSIDE *********************/

/********************* CHEMICALS *********************/
.cat-item {padding: 30px 10px;}

.chem .chem-middle .chem-middle-items.by-2 {grid-template-columns: repeat(2,1fr);grid-gap: 30px 10px;}
.chem .chem-middle .chem-middle-items.by-3 {grid-template-columns: repeat(2,1fr);grid-gap: 30px 10px;}
.chem .chem-middle .chem-middle-items.by-4 {grid-template-columns: repeat(2,1fr);grid-gap: 30px 10px;}
.chem .chem-middle .chem-middle-items.by-5 {grid-template-columns: repeat(2,1fr);grid-gap: 30px 10px;}
.chem .chem-middle .chem-middle-items .chem-middle-item {border-right: 0; padding: 0;}

.chem .chem-bottom .chem-bottom-items {grid-template-columns: 1fr;}
.chem .chem-bottom .chem-bottom-items .chem-bottom-item a .chem-bottom-item-hover p {padding-top: 10px;}

.chem-ins-bottom .fltrs { padding-top: 10px; }
.chem-ins-bottom .fltrs > div { display: block; margin: 10px 0; }

.chem-ins-bottom .product-items .product-item {grid-template-columns: 1fr; padding: 30px 0;}
.chem-ins-bottom .product-items .product-item .product-item-left img { margin: auto auto;}
/********************* CHEMICALS INSIDE *********************/

/********************* SPEED *********************/
.speed .imgs a { height: auto; background: none; -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); }
.speed .imgs a:hover { transform: scale(1); }
.speed .imgs a img { display: block; }
.speed .imgs-1 {display: block;}
.speed .imgs-1 > div { margin-top: 10px;}
.speed .imgs-1 > div:first-child { padding-right: 0;margin-top: 0; }
.speed .imgs-1 > div:last-child { padding-left: 0; }
.speed .imgs-2 { margin-top: 10px; }
.speed .imgs-2 > div { margin-top: 10px;}
.speed .imgs-3 { margin-top: 10px;display: block; }
.speed .imgs-3 > div { margin-top: 10px;}
.speed .imgs-3 > div:first-child { padding-right: 0; }
.speed .imgs-3 > div:last-child { padding-left: 0; }
/********************* SPEED *********************/

/********************* SPEED *********************/
.find .map { margin-top: 60px; height: 300px; }
/********************* SPEED *********************/
}

@media only screen and (max-width: 480px) {
/********************* FOOTER *********************/
footer .top .mn ul li { margin: 0 5px;}
/********************* FOOTER *********************/

.tp-2 { transform: translateY(-40px) !important; } /* bottom left banner */
.tp-4 img { height: 200px !important; min-height: 200px !important; max-height: 200px !important; }
.tp-5 { transform: translateY(-180px) !important; margin-left: 140px !important; font-size: 24px !important; line-height: 24px !important; } /* left title */
.tp-6 { transform: translateY(-130px) !important; margin-left: 140px !important; font-size: 16px !important; line-height: 16px !important; } /* left text */
.tp-7 { transform: translateY(-60px) !important; margin-left: 140px !important; } /* left button */

/********************* NEWS *********************/
.news .news-bottom .news-bottom-items {grid-template-columns: 1fr;grid-gap: 30px 0;}
/********************* NEWS *********************/

/********************* NEWS *********************/
.news-ins .news-bottom .news-bottom-items {grid-template-columns: 1fr;grid-gap: 30px 0;}
/********************* NEWS *********************/
}

@media only screen and (max-width: 479px) {

}

@media only screen and (max-width: 360px) {

}