* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #fff;
  background: #000;
  font: 16px/120% "Roboto", sans-serif;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5 {
  font: 16px/120% "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #fff;
  text-decoration: none;
  font: 16px/120% "Roboto", sans-serif;
}

a:hover {
  text-decoration: none;
}

.cl:after, .b2_2:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.b5, .b4, .b3, .b2, .b1, .header, .footer, footer {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

.red {
  color: #ed2024;
}

header {
  position: relative;
  z-index: 5;
  background: #000;
  border-bottom: 1px solid #2b2a2a;
}

.header, .footer, footer {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: inline-block;
  font-size: 24px;
  font-family: "brandon_grotesquemedium";
  text-transform: uppercase;
  padding-left: 52px;
  position: relative;
  flex: 0 1 auto;
}
.logo:before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 49px;
  background: url(../images/logo.png) center no-repeat;
  position: absolute;
  left: 0;
  top: -10px;
}
.logo > span {
  color: #ed2024;
}

.h_text {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.h_text > span {
  color: #ed2024;
}

.h_socials > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 300;
  margin-right: 8px;
}
.h_socials > a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  transition: 0.3s;
  transform: translateY(4px);
}
.h_socials > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.b1_wrap {
  min-height: 670px;
  background: url(../images/b1.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0 20px;
  overflow: hidden;
  position: relative;
}

.lube {
  display: block;
  width: 483px;
  height: 776px;
  background: url(../images/lube.png) center no-repeat;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(207px);
}

.lube_mob {
  display: none;
}

h1 {
  font-weight: normal;
  font-size: 44px;
  max-width: 755px;
}

.b1_list {
  margin-top: 40px;
  max-width: 800px;
}
.b1_list > li {
  display: block;
  margin-bottom: 26px;
  padding-left: 34px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
  position: relative;
}
.b1_list > li:before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/mark.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.b2_wrap {
  min-height: 734px;
  background: url(../images/b2.jpg) center no-repeat;
  background-size: cover;
  padding: 70px 0 20px;
}

.c_head {
  font-size: 34px;
  text-align: center;
}

.b2_items {
  margin-top: 70px;
}

.b2i_line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.b2i_line.b {
  justify-content: space-between;
}
.b2i_line.a {
  justify-content: space-around;
}

.b2_item {
  text-align: center;
}
.b2_item > img {
  display: inline-block;
  vertical-align: top;
}
.b2_item > span {
  display: block;
  margin-top: 13px;
  font-size: 20px;
  font-weight: 300;
}

.b2_2 {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 10px;
  transform: translateY(-195px);
}

.b2_2_left {
  float: left;
}
.b2_2_left > br {
  display: none;
}

.b2_2_bez {
  display: inline-block;
  vertical-align: top;
  font-size: 100px;
  line-height: 110%;
  color: #bc191c;
  text-transform: uppercase;
  font-weight: 900;
}

.b2_2_text {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0 0 13px;
}

.b2_2_list {
  float: right;
}
.b2_2_list > li {
  display: block;
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
  padding-left: 28px;
  position: relative;
}
.b2_2_list > li:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/check.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.b3_wrap {
  background: #000;
  padding-top: 65px;
  transform: translateY(-120px);
}

.b3 {
  max-width: 1180px;
  text-align: center;
}

.b3_items {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  margin-top: 50px;
}

.b3_item {
  display: inline-block;
  vertical-align: top;
  transition: 0.3s;
}
.b3_item > img {
  display: inline-block;
}
.b3_item > span {
  display: block;
  vertical-align: top;
  margin-top: 25px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
}
.b3_item:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.b3_text_1 {
  font-size: 30px;
  line-height: 120%;
  margin-top: 55px;
}
.b3_text_1 > span {
  display: inline-block;
  font-weight: 700;
  color: #ed2024;
}

.b3_text_2 {
  font-size: 24px;
  margin-top: 25px;
}
.b3_text_2 br {
  display: none;
}

.b4_wrap {
  background: url(../images/b4.jpg) center no-repeat;
  background-size: cover;
  margin-top: -30px;
  padding: 75px 0;
}

.video {
  max-width: 600px;
/*  max-height: 601px;*/
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.video > img {
  display: block;
  border-radius: 40px;
}
.video video {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.video_push_16_9 {
  padding-top: 65.25%;
}

.video_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_cover {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url(../images/video.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.b5_wrap {
  min-height: 665px;
  background: url(../images/b5.jpg) center top no-repeat;
  background-size: cover;
}

.rev_slider {
  width: 100%;
  margin-top: 75px;
  padding: 0 73px;
}
.rev_slider .owl-dots {
  display: none;
}

.owl-prev, .owl-next {
  display: block;
  width: 43px;
  height: 43px;
  background: url(../images/dir.png) 0 0 no-repeat !important;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-prev:hover, .owl-next:hover {
  filter: invert(46%) sepia(98%) saturate(5142%) hue-rotate(340deg) brightness(86%) contrast(118%);
}
.owl-prev > span, .owl-next > span {
  display: none !important;
}

.owl-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.owl-next {
  right: 0;
}

.rs_content {
  display: block;
  max-width: 400px;
  width: 100%;
  min-height: 374px;
  border: 1px solid #BC191C;
  border-radius: 5px;
  padding: 33px 33px 15px;
}

.rs_text {
  display: block;
  height: 212px;
  overflow: hidden;
  font-size: 16px;
  line-height: 120%;
  position: relative;
}

.rs_name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.rs_board {
  display: block;
  margin-top: 25px;
}
.rs_board > img {
  display: block;
}

footer {
  border-top: none;
  border-rop: 1px solid #2b2a2a;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/* MEDIA QUERIES*/
@media only screen and (min-width: 1024px) {
  .rs_text {
    background: linear-gradient(180deg, #fff 70%, transparent 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
} /*+1024*/
@media only screen and (max-width: 1024px) {
  .header, .b1, .b2, .b3, .b4, .b5, footer, .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b1_wrap {
    padding-top: 410px;
  }
  .lube {
    width: 214px;
    height: 465px;
    background: url(../images/lube_mob.png) center no-repeat;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  h1 {
    max-width: 100%;
    padding: 0 10px 0 155px;
    position: absolute;
    top: 100px;
    left: 0;
  }
  .b5_wrap {
    min-height: unset;
    padding: 60px 0;
    background: url(../images/b5.jpg) right top no-repeat;
  }
} /*1024*/
@media only screen and (max-width: 900px) {
  .h_text {
    display: none;
  }
  .b2_2_left {
    transform: translateY(-60px);
  }
  .b2_2_left > br {
    display: block;
  }
  .b3_wrap {
    transform: translateY(-180px);
  }
  .b4_wrap {
    margin-top: -90px;
  }
} /*900*/
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
  .b2_wrap {
    min-height: 620px;
    background-position: -350px;
    background-size: 1800px;
    padding-top: 50px;
  }
  .b2_items {
    margin-top: 30px;
  }
  .b2i_line {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .b2i_line.a {
    flex-direction: row-reverse;
  }
  .b2_item {
    width: 50%;
  }
  .b2_item.not_mob {
    display: none;
  }
  .b2_2 {
    transform: translateY(0);
    padding-top: 30px;
  }
  .b2_2_left {
    float: none;
    transform: translateY(0);
  }
  .b2_2_left > br {
    display: none;
  }
  .b2_2_bez {
    font-size: 71px;
  }
  .b2_2_text {
    font-size: 17px;
    padding: 8px 0 0 5px;
  }
  .b2_2_list {
    float: none;
    margin-top: 30px;
  }
  .b3_wrap {
    transform: translateY(0);
    padding: 40px 0 30px;
  }
  .b3_items {
    margin-top: 30px;
    flex-direction: column;
    gap: 35px;
  }
  .b3_item > span {
    margin-top: 20px;
  }
  .b3_text_1 {
    margin-top: 35px;
  }
  .b3_text_2 {
    margin-top: 20px;
  }
  .b4_wrap {
    margin-top: 0;
  }
  .b5_wrap {
    background: url(../images/b5_mob.jpg) center top no-repeat;
  }
} /*768*/
@media only screen and (max-width: 600px) {
  .h_socials > span {
    display: none;
  }
  .b1_list > li {
    font-size: 15px;
  }
} /*600*/
@media only screen and (max-width: 570px) {
  .rev_slider {
    width: calc(100% + 10px);
    transform: translateX(-5px);
    margin-top: 45px;
    padding: 0 35px;
  }
  .owl-prev, .owl-next {
    width: 26px;
    height: 26px;
    background-size: cover !important;
  }
  .rs_content {
    max-width: 100%;
    min-height: 360px;
    padding: 20px 15px 5px;
  }
  .rs_text {
    height: 230px;
  }
} /*570*/
@media only screen and (max-width: 480px) {
  header, footer {
    height: unset;
    padding: 28px 0 34px;
  }
  .header, footer, .footer {
    flex-direction: column;
    gap: 20px 0;
  }
  .b3_text_2 br {
    display: block;
  }
} /*480*/

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