@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: #212529;
  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-hero.jpg") no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
}

header .top-menu {
  display: block;
  background-color: rgba(33, 37, 41, 0.5);
  overflow: hidden;
  padding: 15px 0;
}

header .top-menu .logo-text {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-top: 1.5625rem;
  color: #f67141;
}

header .top-menu .head-phone {
  display: block;
  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 .head-phone a {
  color: white;
}

header .top-menu .head-phone i {
  margin-right: 7px;
}

header .menu-header {
  display: table;
  margin: 0 auto;
  text-align: center;
  height: 51.25rem;
}

header .menu-header .navbar {
  margin-top: 50%;
}

header .menu-header .navbar .nav-item {
  position: relative;
  z-index: 99;
  overflow: hidden;
}

header .menu-header .navbar ul li {
  margin: 0 5px;
  background-color: rgba(33, 37, 41, 0.5);
}

header .menu-header .navbar img.carbon-menu {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
}

header .menu-header .navbar a.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  width: 10.625rem;
  height: 6.25rem;
  line-height: 5.25rem;
  border: 2px solid transparent;
  margin: 0;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

header .menu-header .navbar a.nav-link:hover {
  color: #27DA64;
  border: 2px solid #27da64;
}

header .menu-header .navbar a.nav-link:active {
  opacity: 1;
}

header .menu-header .navbar a.nav-link:hover > img.carbon-menu {
  opacity: 0.5 !important;
}

/*=====  End of Header  ======*/
/*================================
=            Products            =
================================*/
.products {
  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;
  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: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.products .card-product .product-photo {
  background: #212529;
  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: #b7bec5;
  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;
}

.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: #9ba5ae;
  font-size: 1.125rem;
  text-decoration: line-through;
}

.products .card-product 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;
  border-radius: 0 !important;
  background: #27DA64;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 1.25rem !important;
}

.products .card-product a.btn-order:hover {
  background: #1eb050;
  text-decoration: none;
}

.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: #0a0c0d;
  color: #27DA64;
}

.products table tbody tr td.checkbox-cell {
  background-color: #0a0c0d;
  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: #f67141;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 1.25rem !important;
}

.products a.button_order_table:hover {
  background: #f44d10;
  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: #9ba5ae;
}

.portfolio a {
  color: #f67141;
}

.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;
  border-radius: 0 !important;
  background: #27DA64;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 1.25rem !important;
}

.portfolio a.btn-order:hover {
  background: #1eb050;
  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(33, 37, 41, 0.8);
}

.form-block .order-form input {
  font-family: 'PT Mono', monospace;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 15px;
  color: #2c3237;
  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: #2c3237;
  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: #27DA64;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.form-block .order-form .btn-order-top:hover {
  background: #1eb050;
}

.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  ======*/
/*===================================
=            Description            =
===================================*/
.description__01 {
  background-color: #212529;
  padding: 4.375rem 0;
  overflow: hidden;
}

.description__01 img {
  width: 100%;
  margin-left: -20px;
}
/*
.description__01 .description-text {
  margin-top: 7.5rem;
}
*/
.description__01 .description-text h2 {
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
}

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

.description__02 {
  background-color: #212529;
  padding: 0 0 4.375rem 0;
  overflow: hidden;
}

.description__02 .description-image__02 img {
  width: 100%;
  margin-left: 40px;
}

.description__02 .description-text__02 {
  margin-top: 0.625rem;
}

.description__02 .description-text__02 i {
  font-size: 2.5rem;
  color: #f67141;
  padding-top: 15px;
}

.description__02 .description-text__02 img.bullet {
  width: 100%;
}

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

.description__02 .description-text__02 p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.125rem;
  margin-top: 25px;
}

/*=====  End of Description  ======*/
/*==============================
=            Master            =
==============================*/
.master {
  padding: 4.375rem 0;
  overflow: hidden;
}

.master .master__photo {
  width: 100%;
}

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

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

.master .master__text h3 {
  font-size: 2.375rem;
  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;
  background-color: #f67141;
  padding: 6px 7px 5px;
  color: white;
}

.master .master__text blockquote {
  font-family: 'PT Mono', monospace;
  font-size: 1.125rem;
}

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

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

.video .embed-responsive {
  border: 2px solid #f67141;
}

/*=====  End of Video  ======*/
/*=============================
=            How Get            =
=============================*/
.how__get {
  padding: 4.375rem 0 1.875rem;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.how__get h2 {
  display: inline-block;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.how__get .how_get_step {
  margin-bottom: 1.25rem;
}

.how__get .how_get_step h5 {
  margin-bottom: 0.3125rem;
  color: #4e5862;
}

.how__get .how_get_step h5 span {
  color: #f67141;
}

.how__get .how_get_step h5 a {
  color: #4e5862;
  text-decoration: underline;
}

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

.how__get .how_get_step img.get__image {
  width: 124px;
  height: 124px;
  margin-bottom: 0.9375rem;
}

.how__get .how_get_step p.get__desc {
  color: #7e8b98;
}

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

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

.reviews .reviews__item {
  padding: 1.875rem;
  background: white;
  margin: 0 15px;
}

.reviews .reviews__item .reviews_item_photo {
  width: 250px;
  height: 185px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.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 h4.reviews__author {
  margin-bottom: 0.3125rem;
  color: #f67141;
}

.reviews .reviews__item .reviews_author_car {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #7e8b98;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

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

/*=====  End of Reviews  ======*/
/*=======================================
=            Have a quations            =
=======================================*/
.have_a_questions {
  background: url("../images/bg-form.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: #f67141;
  font-size: 1.05rem;
  font-weight: 400;
  padding: 11px 20px;
  margin: 15px 0;
  border-radius: 0 !important;
}

.have_a_questions .questions .btn-message:hover {
  color: #fff;
  background: #f4581f;
  text-decoration: none;
}

.have_a_questions .questions .btn-message:active {
  color: #fff;
  text-decoration: none;
}

.have_a_questions .questions .btn-message:focus {
  color: #fff;
  background: #f4581f;
  text-decoration: none;
}

.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: #f67141;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.have_a_questions a.button_questions:hover {
  background: #f44d10;
  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: #2c3237;
  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: #2c3237;
  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: #f67141;
  cursor: pointer;
}

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

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: #212529;
  padding: 3.125rem 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}

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: #16181b;
}

/*=====  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  ======*/
/* Other */
/*==============================
=            Titles            =
==============================*/
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0 auto 1.875rem auto;
}

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

/*=====  End of Titles  ======*/
@media (max-width: 1199px) {
  html, body {
    font-size: 15px;
  }
  header .menu-header {
    height: 45rem;
  }
  header .menu-header .navbar {
    margin-top: 50%;
  }
  header .menu-header .navbar a.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    width: 9.375rem;
    height: 6.25rem;
    line-height: 5.25rem;
  }
  .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;
  }
}

@media (max-width: 1026px) {
  header {
    background: url("../images/bg-hero.jpg") no-repeat top center;
    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;
  }
  header .menu-header {
    height: 31.25rem;
  }
  header .menu-header .navbar {
    margin-top: 75%;
  }
  header .menu-header .navbar ul li {
    margin: 0 0 5px;
  }
  header .menu-header .navbar a.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    width: 9.375rem;
    height: 3.125rem;
    line-height: 1.875rem;
  }
  .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;
  }
  .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;
  }
  .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;
    background-color: #f67141;
    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;
  }
}

@media (max-width: 575px) {
  header .top-menu {
    background: none;
    background-color: #212529;
    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;
  }
  header .menu-header {
    height: 25rem;
  }
  header .menu-header .navbar {
    margin-top: 55%;
  }
  .description__01 {
    background-color: #212529;
    padding: 3.125rem 0 0 0;
    overflow: hidden;
  }
  .description__02 {
    background-color: #212529;
    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 */
