@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600|Ubuntu|PT+Mono");
* {
  outline: none;
}

html, body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #202020;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*==============================
=            Header            =
==============================*/
header {
  background: url("../images/bg-how-to-get.jpg") no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
}

header .top-menu {
  display: block;
  overflow: hidden;
  padding: 15px 0;
}

header .top-menu a.come-to-us p {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: left;
  padding: 0;
  margin: 10px 0 0 10px;
  color: rgba(255, 255, 255, 0.6);
}

header .top-menu a.come-to-us p:hover {
  color: white;
}

header .top-menu a.come-to-us:hover {
  text-decoration: none;
}

header .top-menu a.come-to-us i {
  position: absolute;
  left: 0;
  top: 22px;
  vertical-align: middle;
  color: #026dfe;
  font-size: 1.25rem;
}

header .top-menu .call-to-us {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: right;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
}

header .top-menu .call-to-us a {
  color: rgba(255, 255, 255, 0.6);
}

header .top-menu .call-to-us a:hover {
  text-decoration: none;
  color: white;
}

header .top-menu .call-to-us i {
  position: absolute;
  right: 155px;
  top: 28px;
  vertical-align: middle;
  color: #026dfe;
  font-size: 1.25rem;
}

header .jumbotron {
  padding: 15.625rem 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
}

header .jumbotron h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

header .jumbotron h1 span {
  font-size: 3.75rem;
  font-weight: 700;
}

/*=====  End of Header  ======*/
/*============================
=            Menu            =
============================*/
#sticky {
  position: relative;
  z-index: 10 !important;
}

.menu-header {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #070707;
}

.menu-header .navbar {
  width: 100%;
}

.menu-header .navbar.navbar-dark.bg-dark {
  background-color: #070707 !important;
}

.menu-header .navbar.navbar-dark.bg-dark .navbar-toggler {
  color: #026dfe;
  border-color: #026dfe;
  font-size: 1.1875rem;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 20px auto;
}

.menu-header .navbar.navbar-dark.bg-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(2, 109, 254)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.menu-header .navbar.navbar-dark.bg-dark .btn-ask-anchor {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 30px;
  border: 2px solid #026dfe;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: all, 0.4s, linear, 0s;
  -o-transition: all, 0.4s, linear, 0s;
  transition: all, 0.4s, linear, 0s;
}

.menu-header .navbar.navbar-dark.bg-dark .btn-ask-anchor:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1000px;
  top: 50%;
  left: 50%;
  background: #026dfe;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.menu-header .navbar.navbar-dark.bg-dark .btn-ask-anchor:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1000px;
  top: 50%;
  left: 50%;
  background: #026dfe;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.menu-header .navbar.navbar-dark.bg-dark .btn-ask-anchor:hover:before, .menu-header .navbar.navbar-dark.bg-dark .btn-ask-anchor:hover:after {
  width: 0;
}

.menu-header .navbar ul li {
  margin: 20px 15px 20px 0;
}

.menu-header .navbar a.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 auto;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  padding-right: 1rem;
  padding-left: 0rem;
}

.menu-header .navbar a.nav-link:hover, .menu-header .navbar a.nav-link:focus, .menu-header .navbar a.nav-link:active {
  color: #026dfe;
}

/*=====  End of Menu  ======*/
/*================================
=            Products            =
================================*/
.products {
  padding: 3.125rem 0;
  background-image: url("../images/bg-shop.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.products h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
}

.products .card-product {
  display: inline-block;
  width: 100%;
  background: #3a3a3a;
  padding: 30px;
  margin-bottom: 30px;
}

.products .card-product .product-photo {
  background: #202020;
  position: relative;
  height: 215px;
  width: auto;
  overflow: hidden;
}

.products .card-product .product-photo img[data-remodal-target] {
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.products .card-product .product-photo .order-you-need {
  display: block;
  color: #b9b9b9;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 100px;
}

.products .card-product .product-photo .car-logo {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  padding: 8px;
  top: 10px;
  left: 10px;
  width: 65px;
  height: 65px;
}

.products .card-product .product-photo .car-logo img {
  width: 100%;
}

.products .card-product .product-photo .car-logo img.ford {
  width: 100%;
  margin-top: 14px;
}

.products .card-product .product-photo .car-logo img.vaz {
  width: 100%;
  margin-top: 14px;
}

.products .card-product .product-title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 20px 0;
  color: #fff;
}

.products .card-product .product-price {
  display: block;
  font-family: 'PT Mono', monospace;
  font-size: 1.25rem;
  margin: 10px 0 5px 0;
  color: #ff5454;
}

.products .card-product .product-price span {
  color: #a0a0a0;
  font-size: 1.125rem;
  text-decoration: line-through;
}

.products .card-product a.btn-order {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  position: relative;
  z-index: 3;
  padding: 8px 40px;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: white;
  border: 2px solid #026dfe;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  margin-top: 1.25rem !important;
  overflow: hidden;
}

.products .card-product a.btn-order:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0%;
  height: 1000px;
  top: 50%;
  left: 50%;
  background: #026dfe;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.products .card-product a.btn-order:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0%;
  height: 1000px;
  top: 50%;
  left: 50%;
  background: #026dfe;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.products .card-product a.btn-order:hover:before, .products .card-product a.btn-order:hover:after {
  width: 100%;
}

.products table tbody tr td {
  font-family: 'PT Mono', monospace;
  font-size: 1rem;
  white-space: nowrap;
}

.products table tbody tr td.first-cell {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  background-color: #070707;
  color: #026dfe;
}

.products table tbody tr td.checkbox-cell {
  background-color: #070707;
  width: 5%;
}

.products table td[data-remodal-target] {
  cursor: pointer;
}

.products a.button_order_table {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  display: inline-block;
  padding: 15px 40px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: white;
  border: none;
  background: #026dfe;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 1.25rem !important;
}

.products a.button_order_table:hover {
  background: #0157cc;
  text-decoration: none;
}

.portfolio {
  display: block;
  width: 100%;
  line-height: 1.5rem;
}

.portfolio img {
  display: inline-block;
  width: 100% !important;
  margin: 0 20px 20px 0;
  height: auto;
}

.portfolio h3 {
  color: #fff;
  padding: 0;
  margin: 12px 0 20px !important;
}

.portfolio p {
  font-family: 'PT Mono', monospace;
  color: #a0a0a0;
}

.portfolio a {
  color: #026dfe;
}

.portfolio .work--descrition {
  text-align: left;
}

.portfolio a.btn-order {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  display: inline-block;
  padding: 12px 40px;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: white;
  border: none;
  background: #026dfe;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 1.25rem !important;
  -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
}

.portfolio a.btn-order:hover {
  background: #0157cc;
  text-decoration: none;
}

/*=====  End of Products  ======*/
/*==================================
=            Form Block            =
==================================*/
.form-block {
  padding: 4.375rem 0;
  background-image: url("../images/bg-form.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
}

.form-block .hero-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 4.375rem;
  color: #fff;
}

.form-block .text-order-top {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.875rem;
  line-height: 2rem;
  margin: 20px 0 30px;
  color: #fff;
  text-align: center;
}

.form-block .order-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: visible;
  color: #2b2e38;
  background: rgba(32, 32, 32, 0.8);
}

.form-block .order-form input {
  font-family: 'PT Mono', monospace;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 15px;
  color: #2d2d2d;
  border: none;
  -webkit-box-shadow: inset 0 0 10px #dadada;
  box-shadow: inset 0 0 10px #dadada;
}

.form-block .order-form textarea {
  font-family: 'PT Mono', monospace;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 15px;
  color: #2d2d2d;
  border: none;
  -webkit-box-shadow: inset 0 0 10px #dadada;
  box-shadow: inset 0 0 10px #dadada;
}

.form-block .order-form .btn-order-top {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: white;
  border: none;
  background: #026dfe;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
}

.form-block .order-form .btn-order-top:hover {
  background: #0157cc;
}

.form-block .order-form .lock {
  font-family: 'PT Mono', monospace;
  font-size: 0.9375rem;
  margin-bottom: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}

.form-block .order-form #order i, .form-block .order-form #order-2 i {
  margin-right: 10px;
}

/*=====  End of Form Block  ======*/
/*===================================
=            More Speed            =
===================================*/
.morespeed {
  background-color: #131313;
  padding: 4.375rem 0;
  overflow: hidden;
}

.morespeed .morespeed-image img {
  position: relative;
  width: 100%;
}

.morespeed .morespeed-image h2 {
  position: absolute;
  background: #131313;
  top: 80px;
  right: 150px;
  padding: 20px 0;
  text-align: right;
  color: #fff;
}

.morespeed .morespeed-image h2 span {
  font-size: 3.125rem !important;
  text-transform: uppercase;
}

.morespeed .morespeed-text {
  margin-top: 5rem;
}

.morespeed .morespeed-text h2 {
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.morespeed .morespeed-text ol li {
  color: #026dfe;
  font-size: 1.875rem;
  margin-bottom: 20px;
}

.morespeed .morespeed-text ol li span {
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.9375rem;
  font-size: 0.9375rem;
}

/*=====  End of More Speed  ======*/
/*===================================
=            Description            =
===================================*/
.description {
  background-color: #202020;
  padding: 3.125rem 2.5rem 4.375rem;
  overflow: hidden;
}

.description img {
  width: 100%;
  margin-left: -20px;
}

.description h2 {
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.description .description-text {
  margin-top: 5.625rem;
  padding: 1.875rem 2.5rem;
}

.description .description-text .line {
  display: block;
  height: 3px;
  width: 80px;
  background: #026dfe;
  margin: 0 0 20px 0 !important;
}

.description .description-text p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.625rem;
}

.description .description-image-02 img {
  width: 100%;
  margin-left: 40px;
}

.description .description-text-02 {
  display: block;
  margin-top: 0.625rem;
  padding: 20px;
  border: 4px solid #026dfe;
}

.description .description-text-02 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.description .description-text-02 ul li {
  color: rgba(255, 255, 255, 0.8);
  margin: 1.25rem 0;
  margin-left: 1.25rem;
}

.description .description-text-02 ul li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  color: #ff5454;
  font-size: 1.25rem;
  display: inline-block;
  margin-left: -1.875rem;
  float: left;
}

.description .description-text-02 h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: white;
}

/*=====  End of Description  ======*/
/*==============================
=            Master            =
==============================*/
.master {
  padding: 3.125rem 2.5rem 4.375rem;
  background-image: url("../images/photo-tools.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
}

.master .master__photo {
  width: 100%;
}

.master h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
}

.master .master__text {
  margin-top: 3.125rem;
}

.master .master__text h3 {
  font-size: 2.375rem;
  color: #fff;
  margin-bottom: -15px;
}

.master .master__text .subtitle {
  display: inline-block;
  margin: 25px 0 15px;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 2px solid #026dfe;
  color: #fff;
  -webkit-transform: skew(-18deg, 0deg);
      -ms-transform: skew(-18deg, 0deg);
          transform: skew(-18deg, 0deg);
}

.master .master__text .subtitle h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transform: skew(18deg, 0deg);
      -ms-transform: skew(18deg, 0deg);
          transform: skew(18deg, 0deg);
}

.master .master__text blockquote {
  font-family: 'PT Mono', monospace;
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.9);
}

/*=====  End of Master  ======*/
/*=============================
=            Video            =
=============================*/
.video {
  background-color: #202020;
  padding: 3.125rem 2.5rem 4.375rem;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.video h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: white;
}

.video .embed-responsive {
  border: 4px solid #026dfe;
}

/*=====  End of Video  ======*/
/*=============================
=            How Get            =
=============================*/
.how__get {
  padding: 3.125rem 0 1.875rem;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  background: #535353 url("../images/bg-how-get.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
}

.how__get h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  color: #fff;
}

.how__get .how_get_step {
  margin-bottom: 1.25rem;
  border: 2px solid transparent;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  padding: 30px 20px;
}

.how__get .how_get_step:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.how__get .how_get_step:hover:before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  border: 2px solid white;
}

.how__get .how_get_step:hover {
  background: #026dfe;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

.how__get .how_get_step:hover > h5 span, .how__get .how_get_step:hover > h5 a {
  color: #fff;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

.how__get .how_get_step h5 {
  position: relative;
  z-index: 1;
  margin-bottom: 0.3125rem;
  color: #fff;
}

.how__get .how_get_step h5 span {
  color: #026dfe;
}

.how__get .how_get_step h5 a {
  color: #026dfe;
  text-decoration: underline;
}

.how__get .how_get_step h5 a:hover {
  text-decoration: none;
}

.how__get .how_get_step .get-image-wrapper {
  display: block;
  height: 130px;
  width: 130px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin: 15px auto 5px;
  padding: 27px 0 0 0;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

.how__get .how_get_step img.get__image {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
}

.how__get .how_get_step p.get__desc {
  color: rgba(255, 255, 255, 0.8);
}

/*=====  End of How Get  ======*/
/*===============================
=            Reviews            =
===============================*/
.reviews {
  background-color: #202020;
  padding: 2.5rem 0 3.125rem;
}

.reviews h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
}

.reviews .line {
  display: block;
  height: 3px;
  width: 40px;
  background: #026dfe;
  margin: 15px auto 15px auto !important;
}

.reviews .reviews__item {
  padding: 1.875rem;
}

.reviews .reviews__item svg {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 40px;
  height: auto;
  color: #026dfe;
  fill: #026dfe;
}

.reviews .reviews__item .reviews_item_photo {
  display: block;
  width: 250px;
  height: 185px;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.reviews .reviews__item .reviews_item_photo img {
  width: 100%;
  margin-bottom: 0.625rem;
  -webkit-background-size: cover !important;
          background-size: cover !important;
}

.reviews .reviews__item .reviews_item_photo span.img-border {
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transform: scale(0.92) rotate(3deg);
      -ms-transform: scale(0.92) rotate(3deg);
          transform: scale(0.92) rotate(3deg);
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  padding: 10px;
}

.reviews .reviews__item .reviews_item_photo:hover > span.img-border {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border: 2px solid white;
}

.reviews .reviews__item h4.reviews__author {
  margin-bottom: 0.3125rem;
  color: #fff;
}

.reviews .reviews__item .reviews_author_car {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #868686;
  margin-bottom: 0.625rem;
}

.reviews .reviews__item p {
  font-family: 'PT Mono', monospace;
  font-size: 0.9375rem;
  color: #fff;
}

/*=====  End of Reviews  ======*/
/*=======================================
=            Have a quations            =
=======================================*/
.have_a_questions {
  background: url("../images/bg-messanger.jpg") no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
  padding: 4.375rem 0;
  text-align: center;
  margin: 0 auto;
}

.have_a_questions .questions {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: rgba(52, 58, 64, 0.7);
  -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.3);
}

.have_a_questions .questions .btn-message {
  display: block;
  max-width: 100%;
  height: 50px;
  color: #fff;
  background: transparent;
  font-size: 1.05rem;
  font-weight: 400;
  padding: 11px 20px;
  margin: 15px 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 2px solid #026dfe;
  position: relative;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: all, 0.4s, linear, 0s;
  -o-transition: all, 0.4s, linear, 0s;
  transition: all, 0.4s, linear, 0s;
}

.have_a_questions .questions .btn-message:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1000px;
  top: 50%;
  left: 50%;
  background: #026dfe;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.have_a_questions .questions .btn-message:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1000px;
  top: 50%;
  left: 50%;
  background: #026dfe;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.have_a_questions .questions .btn-message:hover:before, .have_a_questions .questions .btn-message:hover:after {
  width: 0;
}

.have_a_questions .questions .message-icon {
  height: auto;
  width: 27px;
  margin-right: 7px;
}

.have_a_questions h4 {
  color: white;
  margin-bottom: 2.5rem;
}

.have_a_questions a.button_questions {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  padding: 15px 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: white;
  border: none;
  background: #026dfe;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.have_a_questions a.button_questions:hover {
  background: #0157cc;
  text-decoration: none;
}

form .text-order {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.875rem;
  line-height: 2rem;
  margin: 20px 0 30px;
  color: #fff;
  text-align: center;
}

form input.form-input {
  font-family: 'PT Mono', monospace;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 15px;
  color: #2d2d2d;
  border: none;
  -webkit-box-shadow: inset 0 0 10px #dadada;
  box-shadow: inset 0 0 10px #dadada;
}

form textarea.form-textarea {
  font-family: 'PT Mono', monospace;
  font-size: 1rem;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
  padding: 15px 15px;
  color: #2d2d2d;
  border: none;
  -webkit-box-shadow: inset 0 0 10px #dadada;
  box-shadow: inset 0 0 10px #dadada;
  resize: none;
}

form .btn-order {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 15px;
  color: white;
  border: none;
  background: #026dfe;
  cursor: pointer;
}

form .btn-order:hover {
  background: #0157cc;
}

form .lock {
  font-family: 'PT Mono', monospace;
  font-size: 0.9375rem;
  margin-bottom: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}

form .lock i {
  margin-right: 10px;
}

/*=====  End of Have a quations  ======*/
/*===========================
=            Map            =
===========================*/
.map {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#map {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 1;
}

/*=====  End of Map  ======*/
/*==============================
=            Footer            =
==============================*/
footer {
  background-color: #131313;
  padding: 3.125rem 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}

footer .line {
  display: block;
  height: 3px;
  width: 40px;
  background: #026dfe;
  margin: 15px 0 15px 0 !important;
}

footer p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.875rem;
}

footer p.phone-footer {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: white;
}

footer a {
  margin-right: 5px;
}

footer .soc-phone {
  display: inline-block;
  background: url(../images/soc/phone.png) no-repeat;
  width: 34px;
  height: 34px;
}

footer .soc-phone:hover {
  background: url(../images/soc/phone-hover.png) no-repeat;
}

footer .soc-mail {
  display: inline-block;
  background: url(../images/soc/mail.png) no-repeat;
  width: 34px;
  height: 34px;
}

footer .soc-mail:hover {
  background: url(../images/soc/mail-hover.png) no-repeat;
}

footer .soc-skype {
  display: inline-block;
  background: url(../images/soc/skype.png) no-repeat;
  width: 34px;
  height: 34px;
}

footer .soc-skype:hover {
  background: url(../images/soc/skype-hover.png) no-repeat;
}

footer .soc-whats {
  display: inline-block;
  background: url(../images/soc/whats.png) no-repeat;
  width: 34px;
  height: 34px;
}

footer .soc-whats:hover {
  background: url(../images/soc/whats-hover.png) no-repeat;
}

footer .soc-viber {
  display: inline-block;
  background: url(../images/soc/viber.png) no-repeat;
  width: 34px;
  height: 34px;
}

footer .soc-viber:hover {
  background: url(../images/soc/viber-hover.png) no-repeat;
}

footer p.copyright {
  font-size: 15px;
  text-align: center;
  color: #8a8a8a;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 10px 0;
  background: black;
}

/*=====  End of Footer  ======*/
/*===============================
=            Tooltip            =
===============================*/
.tooltip-inner {
  font-family: 'PT Mono', monospace;
  font-size: 0.875rem;
  background: #fff !important;
  color: #000;
  font-size: 14px;
}

.tooltip .arrow:before {
  border-top-color: #fff;
}

/*=====  End of Tooltip  ======*/
/*===========================
=            Top            =
===========================*/
#toTop {
  bottom: -40px;
  right: 0;
  width: 60px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background-color: #026dfe;
  opacity: 0.7;
}

#toTop:after {
  color: #ffffff;
  content: '\f106';
  font-size: 16px;
  line-height: 40px;
  font-family: 'FontAwesome';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#toTop:hover {
  opacity: 1 !important;
  background: #015cd6;
  bottom: 3px;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

#toTop.cd-is-visible, #toTop.cd-fade-out, .no-touch #toTop:hover {
  -webkit-transition: all .3s 0s, visibility 0s 0s;
  -o-transition: all .3s 0s, visibility 0s 0s;
  transition: all .3s 0s, visibility 0s 0s;
}

#toTop.cd-is-visible {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

#toTop.cd-is-visible:hover {
  bottom: 3px;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

#toTop.cd-fade-out {
  z-index: 999;
  opacity: 0.7;
}

.no-touch #toTop:hover {
  background-color: #026dfe;
  opacity: 1;
}

/*=====  End of Top  ======*/
/* Other */
/*==============================
=            Titles            =
==============================*/
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0 auto 1.875rem auto;
}

.header-wings {
  text-align: center;
}

.header-wings:before {
  content: "";
  display: inline-block;
  background-image: url("../images/wings.png");
  width: 67px;
  height: 12px;
}

p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9375rem;
}

/*=====  End of Titles  ======*/
@media (max-width: 1199px) {
  html, body {
    font-size: 15px;
  }
  .card-product .product-photo {
    height: 170px !important;
  }
  .card-product .product-photo .order-you-need {
    font-size: 1.125rem;
    padding-top: 70px !important;
  }
  .card-product .product-photo .car-logo {
    width: 75px;
    height: auto;
  }
  .card-product .product-title {
    margin: 20px 0;
  }
  .card-product .product-price {
    margin: 10px 0 5px 0;
  }
  .card-product .product-price span {
    font-size: 1.125rem;
  }
  .morespeed-text {
    margin-top: 2.5rem !important;
  }
  .how__get {
    padding: 3.125rem 0 1.875rem;
  }
  .how__get .how_get_step {
    padding: 30px 20px;
  }
  .how__get .how_get_step:hover:before {
    margin: -5px 20px;
  }
  .how__get .how_get_step .get-image-wrapper {
    display: block;
    padding: 0 0 30px 0;
    height: 70px;
    width: 100px;
  }
  .how__get .how_get_step img.get__image {
    display: block;
    width: 70px !important;
    height: 70px !important;
    margin: 0 auto;
  }
}

@media (max-width: 1026px) {
  header {
    background-attachment: none;
    -webkit-background-size: cover;
            background-size: cover;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  header .top-menu .logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin-top: 0.625rem;
  }
  header .top-menu .head-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }
  .morespeed-text {
    margin-top: 0rem !important;
  }
  .card-product {
    margin-bottom: 30px;
  }
  .card-product .product-photo {
    height: 200px !important;
  }
  .card-product .product-photo .order-you-need {
    font-size: 1.125rem;
    padding-top: 100px !important;
  }
  .card-product .product-photo .car-logo {
    width: 75px;
    height: auto;
  }
  .card-product .product-title {
    margin: 20px 0;
  }
  .card-product .product-price {
    margin: 10px 0 5px 0;
  }
  .card-product .product-price span {
    font-size: 1.125rem;
  }
  .how__get {
    padding: 3.125rem 0 1.875rem;
  }
  .how__get .how_get_step {
    padding: 25px 20px;
  }
  .how__get .how_get_step:hover:before {
    margin: 0 10px;
  }
  .how__get .how_get_step .get-image-wrapper {
    padding: 10px 0 0 0;
    height: 90px;
    width: 100px;
  }
  .how__get .how_get_step img.get__image {
    display: block;
    width: 70px !important;
    height: 70px !important;
    margin: 0 auto;
  }
  .form-block .order-form .lock {
    font-family: 'PT Mono', monospace;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 20px;
  }
  .description__01 .description-text {
    margin-top: 0rem;
  }
  .description__01 .description-text h2 {
    color: white;
    font-size: 2.25rem;
    text-transform: uppercase;
  }
  .description__02 .description-text__02 i {
    font-size: 1.875rem;
    padding-top: 3px;
  }
  .description__02 .description-text__02 p {
    line-height: 1.25rem;
    margin-top: 8px;
  }
  .description .description-text {
    margin-top: 0rem;
    padding: 0 0 1.25rem 0;
    border-left: none;
  }
  .description .description-text h2 {
    color: white;
    font-size: 2.5rem;
    text-transform: uppercase;
  }
  .description .description-text p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.625rem;
  }
  .products h2 {
    font-size: 2.25rem;
    text-transform: uppercase;
  }
  .master {
    padding: 3.125rem 0;
    overflow: hidden;
  }
  .master .master__text {
    margin-top: 0.625rem;
  }
  .master .master__text h2 {
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-bottom: -15px;
  }
  .master .master__text h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    margin: 20px 0;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 7px 5px;
    color: white;
  }
  .master .master__text blockquote {
    font-family: 'PT Mono', monospace;
    font-size: 1.0625rem;
  }
  .how__get {
    padding: 3.125rem 0 1.25rem;
  }
  .how__get h2 {
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
  }
  .how__get .how_get_step {
    margin-bottom: 1.25rem;
  }
  .how__get .how_get_step h5 {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
  }
  .how__get .how_get_step img.get__image {
    width: 85px;
    height: 85px;
  }
  .reviews .reviews__item {
    padding: 1.875rem;
  }
  .reviews .reviews__item h4.reviews__author {
    font-size: 1.25rem;
  }
  .reviews .reviews__item .reviews_author_car {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
  .reviews .reviews__item p {
    font-family: 'PT Mono', monospace;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 767px) {
  .card-product {
    margin-bottom: 30px;
  }
  .card-product .product-photo {
    height: 130px !important;
  }
  .card-product .product-photo .order-you-need {
    font-size: 1rem !important;
    padding-top: 50px !important;
  }
  .card-product .product-title {
    font-size: 1.125rem !important;
    margin: 20px 0;
  }
  .card-product .product-price {
    font-size: 1.125rem !important;
    margin: -10px 0 !important;
  }
  .card-product .product-price span {
    font-size: 1rem !important;
  }
  .how__get {
    padding: 3.125rem 0 1.25rem;
  }
  .how__get .how_get_step {
    padding: 30px 20px;
  }
  .how__get .how_get_step:hover:before {
    margin: -5px 25px;
  }
  .how__get .how_get_step .get-image-wrapper {
    height: 70px;
    padding: 0;
    width: auto;
    margin: 0 0 10px 0;
  }
  .how__get .how_get_step img.get__image {
    display: block;
    width: 70px !important;
    height: 70px !important;
    margin: 0 auto;
  }
  .menu-header .navbar {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .menu-header .navbar ul li {
    margin: 2px 15px;
  }
  .menu-header .navbar a.nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .menu-header .navbar .form-inline.my-2.my-lg-0 {
    display: block;
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  header .top-menu {
    background: none;
    background-color: #202020;
    padding: 20px 0;
    text-align: center;
  }
  header .top-menu .logo-text {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin-top: 0rem;
  }
  header .top-menu .head-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5rem;
    padding: 0;
    margin: 1.25rem 0 0 0;
  }
  .description__01 {
    background-color: #202020;
    padding: 3.125rem 0 0 0;
    overflow: hidden;
  }
  .description__02 {
    background-color: #202020;
    padding: 0 0 3.125rem 0;
    overflow: hidden;
  }
  #map {
    height: 400px;
  }
  footer {
    padding: 2.5rem 0 0;
    margin: 0 auto;
    text-align: center;
  }
  .card-product {
    margin-bottom: 30px;
  }
  .card-product .product-photo {
    height: auto !important;
  }
  .card-product .product-photo .order-you-need {
    font-size: 1rem !important;
    padding-top: 100px !important;
    height: 240px;
  }
  .card-product .product-title {
    font-size: 1.125rem !important;
    margin: 20px 0;
  }
  .card-product .product-price {
    font-size: 1.125rem !important;
    margin: -10px 0 !important;
  }
  .card-product .product-price span {
    font-size: 1rem !important;
  }
}

/* Custom, iPhone Retina */
