/*-------Specification--------*/

body {
  font-family: 'Proxima Nova ExCn Lt', sans-serif;

  padding: 0;

  margin: 0;

  color: #fff;

  font-size: 16px;

  letter-spacing: 0.1em;

  font-weight: 400;
}

div,
p,
form,
input,
a,
span,
button,
i {
  box-sizing: border-box;
}

p {
  margin: 0;
}

ul,
li {
  display: block;

  padding: 0;

  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;

  margin: 0;

  font-family: 'Proxima Nova Cn Lt';

  text-transform: uppercase;
}

h1 {
  font-family: 'Proxima Nova Cn Rg';

  font-size: 50px;

  letter-spacing: 0.12em;

  font-weight: 700;
}

h2 {
  color: #fcbb02;

  font-family: 'Proxima Nova Cn Lt';

  font-weight: 600;

  font-size: 54px;

  text-transform: uppercase;

  letter-spacing: 0.1em;
}

a,
a:hover,
a:active {
  text-decoration: none;

  color: #fff;
}

a {
  color: #000;
}

a,
button,
input {
  transition: all 0.3s ease !important;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}

.underH2Text {
  text-transform: uppercase;

  font-size: 34px;

  font-family: 'Proxima Nova Cn Lt';

  font-weight: 300;

  letter-spacing: 0.1em;

  color: #000;
}

.btn,
.wpcf7-submit {
  display: block;

  width: 205px;

  padding: 17px 0;

  border-right: 3px;

  font-family: 'Proxima Nova Cn Lt';

  text-transform: uppercase;

  font-size: 18px;

  font-weight: 600;

  letter-spacing: 0.12em;

  color: #000;

  border-radius: 50px;

  background: rgba(245, 173, 5, 1);

  background: -moz-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );

  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(245, 173, 5, 1)),
    color-stop(25%, rgba(239, 158, 8, 1)),
    color-stop(48%, rgba(239, 158, 8, 1)),
    color-stop(72%, rgba(224, 126, 15, 1)),
    color-stop(100%, rgba(218, 115, 18, 1))
  );

  background: -webkit-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );

  background: -o-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );

  background: -ms-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );

  background: linear-gradient(
    to bottom,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ad05', endColorstr='#da7312', GradientType=0);

  border: 2px solid #ff8600;
}

.wpcf7-submit {
  margin: 20px auto 0;
}

/* ----- Phone Call Button ------ */

.dws {
  position: fixed;
  bottom: 25px;
  right: 35px;
  transform: translate(-50%, -50%);
}
.pulse,
.bloc,
.phone {
  position: absolute;
  width: 90px;
  height: 90px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.bloc {
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}
.pulse {
  background: rgba(245, 173, 5, 1);
  background: -moz-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(245, 173, 5, 1)),
    color-stop(25%, rgba(239, 158, 8, 1)),
    color-stop(48%, rgba(239, 158, 8, 1)),
    color-stop(72%, rgba(224, 126, 15, 1)),
    color-stop(100%, rgba(218, 115, 18, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );
  position: relative;
  transition: 0.5s;
}
.phone {
  font-size: 47px;
  line-height: 94px;
  animation: phone 0.9s ease-in-out infinite;
}
.text {
  position: absolute;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 700;
  top: 23px;
  font-size: 15px;
  transform: scaleX(-1);
  transition: 0.5s ease-in-out;
}
.phone i {
  transition: 0.5s ease-in-out;
}

.link__phone {
  color: #fff;
}

.pulse:hover {
  background: rgba(245, 173, 5, 1);
  background: -moz-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(245, 173, 5, 1)),
    color-stop(25%, rgba(239, 158, 8, 1)),
    color-stop(48%, rgba(239, 158, 8, 1)),
    color-stop(72%, rgba(224, 126, 15, 1)),
    color-stop(100%, rgba(218, 115, 18, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );
}
.pulse:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(0);
}
.pulse:hover .text {
  transform: scaleX(1);
  transition: 0.5s ease-in-out;
  opacity: 1;
}
.pulse:hover::before,
.pulse:hover::after {
  content: '';
  position: absolute;
  border: 1px solid #fcbb02;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 1.8s linear infinite;
  opacity: 0;
}
.pulse:hover::after {
  animation-delay: 0.5s;
}

@keyframes phone {
  0%,
  100% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(21deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*-------Header--------*/

.main {
  background: url(../img/AudiBg.png) no-repeat center top / cover;
}

.telephone {
  display: block;

  border-radius: 50%;

  width: 50px;

  height: 50px;

  position: fixed;

  bottom: 50px;

  right: 50px;

  z-index: 2;

  background: rgba(245, 173, 5, 1);

  background: -moz-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );

  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(245, 173, 5, 1)),
    color-stop(25%, rgba(239, 158, 8, 1)),
    color-stop(48%, rgba(239, 158, 8, 1)),
    color-stop(72%, rgba(224, 126, 15, 1)),
    color-stop(100%, rgba(218, 115, 18, 1))
  );

  background: -webkit-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );

  background: -o-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );

  background: -ms-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );

  background: linear-gradient(
    to bottom,
    rgba(245, 173, 5, 1) 0%,
    rgba(239, 158, 8, 1) 25%,
    rgba(239, 158, 8, 1) 48%,
    rgba(224, 126, 15, 1) 72%,
    rgba(218, 115, 18, 1) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ad05', endColorstr='#da7312', GradientType=0);

  border: 2px solid #ff8600;
  text-align: center;
}

.adress__telephone {
  padding: 10px 0;
  font-size: 26px;
}

.vag {
  margin: 1px 0;
  background-color: #000;
}

.vag-logos-container {
  justify-content: space-between;
}
.vag__btn {
  border-radius: 50px;
  margin: 20px auto 30px;
}

.vag__btn:hover {
  background: transparent;
  color: #fff;
}

.vag__btn_long {
  letter-spacing: 0em;
}

.logos img {
  width: 250px;
  justify-content: center;
}

.logos_vag {
  display: flex;
  justify-content: center;
}
.vag_description {
  height: 100%;
  text-align: center;
}

.logos_vag_description {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download {
  margin-top: 20px;
  color: #fcbb02;
  font-weight: 700;
  text-align: center;
}

.price__btn {
  margin: 10px auto 0;
  border-radius: 61px;
}

.price__btn:hover {
  background: transparent;
  color: #fcbb02;
}

.main__discount {
  font-family: 'Proxima Nova Cn Rg';

  font-weight: 600;

  text-align: center;

  font-size: 26px;

  text-transform: uppercase;

  letter-spacing: 0.12em;

  margin: 0 auto 20px;
  padding: 10px;
}

.discount__btn:hover {
  background: transparent;

  color: #fff;
}

.main__btn {
  margin: 43px 0 155px;
}

.main__discount_btn {
  padding-bottom: 55px;
}

.main__btn:hover {
  background: transparent;

  color: #fff;
}

.discount__btn {
  margin: 0 auto;
}

.bar {
  background: #000;
}

.social-media-header a {
  color: #fcbb02;
  font-size: 28px;
  padding: 0 13px;
  text-align: center;
}

.social-media-header a:hover {
  color: #fff;
}

.logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.social__text {
  font-size: 16px;
}

.cont {
  height: 7rem;
  width: 10rem;
  margin: 0 auto;
}

.cont__footer {
  height: 7rem;
  width: 10rem;
  margin: 0 auto;
  align-items: center;
}

.media-social {
  padding: 20px 0;
}

.logo {
  background: url(../img/VAGlogo.svg) no-repeat center top / cover;
  width: 100%;
  height: 100%;
}

.logo__link {
  font-family: 'Proxima Nova Cn Lt';

  color: #fff;
}

.logo__vag {
  color: #fcbb02;

  text-transform: uppercase;
}

.info {
  font-family: 'Proxima Nova Th';

  line-height: 1.1em;

  padding-bottom: 10px;

  font-size: 18px;
}

.first__info {
  padding-top: 30px;
}

.menus {
  padding-left: 20px;
}

.menus-mobile {
  display: none;
}

.menu__text {
  color: #fff;

  font-family: 'Proxima Nova Lt';

  text-transform: uppercase;
}

.menu__text:hover {
  color: #fcbb02;
}

/* ----------Discount section---------- */

.discount__title {
  color: #fcbb02;
  text-align: center;
  margin-top: -10px;
  font-weight: 700;
  font-family: 'Proxima Nova Lt';
}

.sale-wrap1 {
  position: relative;
  height: 300px;
  padding: 30px 40px;
  margin: 30px auto 0;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.sale-wrap1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(255, 255, 255);
  border-radius: 50%;
}
.sale-inner1 {
  position: relative;
  height: 100%;
  box-shadow: 0px 2px 29px 12px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, rgb(255, 236, 8), rgb(243, 181, 96));
}

.sale-inner1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  border-bottom-right-radius: 150px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.06);
}
.sale-text1 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  padding: 40px 10px 0 40px;
  box-sizing: border-box;
}
.sale-text1 h2 {
  margin: 0 0 5px;
  color: #332d2d;
  font-family: 'Comfortaa', cursive;
  font-style: italic;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}

.discount__name {
  font-size: 18px !important;
  line-height: 1.3em;
}

.sale-text1 p {
  margin: 0;
  font-family: 'Merriweather', serif;
  font-size: 40px;
  font-weight: bold;
  color: rgb(45, 42, 33);
}
.sale-text1 p span {
  font-size: 26px;
  font-weight: normal;
}

.button {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 20px;
  text-decoration: none;
  color: #f2a606;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  border: 1px solid #fcbb02;
}

.button:hover {
  color: #fff;
  background: rgb(243, 180, 95);
}

.sale-text1 .sale-text-info1 {
  color: #888888;
  font-family: 'Comfortaa', cursive;
  font-size: 10px;
  font-weight: normal;
}

/* _____---______ */

.sale-wrap {
  width: 400px;
  height: 300px;
  padding: 20px;
  margin: 30px auto 0;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
.sale-inner {
  height: 100%;
  background: #db5638;
}

.discount__text_tired {
  text-align: center;
  font-size: 22px;
  padding: 10px 20px 0px;
  font-style: italic;
}

.button__second {
  display: block;
  margin: 21px auto;
  width: 123px;
  border-radius: 7px;
  padding: 5px 20px;
  color: #ffd400;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  border: 1px solid #fff;
}

.sale-block {
  border: 8px solid #f9f7f6;
  border-radius: 3px;
  display: block;
  width: 144px;
  margin: 11px auto;
}
.sale-block h3 {
  line-height: 1;
  padding: 10px 15px;
  margin: 5px;
  background: #2d3549;
  font-size: 40px;
  color: #f9f7f6;
  font-family: 'Days One', sans-serif;
  transform: rotate(-2deg);
}
.sale-block span {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
}

/*-------Main part of header--------*/

.main__title {
  padding-top: 173px;
}

.main__title span {
  color: #fcbb02;
}

.main__info {
  font-family: 'Proxima Nova Cn Rg';

  font-size: 34px;

  text-transform: uppercase;

  letter-spacing: 0.12em;

  padding-top: 6px;
}

.types {
  padding: 0px 260px;
}

/*-------Services-------*/

.services__title {
  padding-top: 58px;
}

.services__text {
  padding-bottom: 32px;
}

.works {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.work__name {
  font-size: 20px;
}

.work__name:hover {
  color: #fff;
}

.services__item {
  color: #000;

  text-align: center;

  padding-top: 10px;

  font-family: 'Proxima Nova ExCn Rg';

  font-size: 24px;

  padding: 25px 0 20px;

  letter-spacing: 0.15em;
}

.works {
  position: relative;
}

.work__overlay {
  opacity: 0;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  transition: 0.3s ease;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: flex;

  justify-content: center;

  -ms-align-items: center;

  align-items: center;

  background: rgba(245, 173, 5, 1);

  background: -moz-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(241, 163, 7, 0.93) 27%,
    rgba(232, 144, 11, 0.87) 51%,
    rgba(223, 126, 16, 0.81) 75%,
    rgba(218, 115, 18, 0.74) 100%
  );

  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(245, 173, 5, 1)),
    color-stop(27%, rgba(241, 163, 7, 0.93)),
    color-stop(51%, rgba(232, 144, 11, 0.87)),
    color-stop(75%, rgba(223, 126, 16, 0.81)),
    color-stop(100%, rgba(218, 115, 18, 0.74))
  );

  background: -webkit-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(241, 163, 7, 0.93) 27%,
    rgba(232, 144, 11, 0.87) 51%,
    rgba(223, 126, 16, 0.81) 75%,
    rgba(218, 115, 18, 0.74) 100%
  );

  background: -o-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(241, 163, 7, 0.93) 27%,
    rgba(232, 144, 11, 0.87) 51%,
    rgba(223, 126, 16, 0.81) 75%,
    rgba(218, 115, 18, 0.74) 100%
  );

  background: -ms-linear-gradient(
    top,
    rgba(245, 173, 5, 1) 0%,
    rgba(241, 163, 7, 0.93) 27%,
    rgba(232, 144, 11, 0.87) 51%,
    rgba(223, 126, 16, 0.81) 75%,
    rgba(218, 115, 18, 0.74) 100%
  );

  background: linear-gradient(
    to bottom,
    rgba(245, 173, 5, 1) 0%,
    rgba(241, 163, 7, 0.93) 27%,
    rgba(232, 144, 11, 0.87) 51%,
    rgba(223, 126, 16, 0.81) 75%,
    rgba(218, 115, 18, 0.74) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ad05', endColorstr='#da7312', GradientType=0);
}

.works__img {
  width: 100%;
}

.works__img_short {
  height: 100%;
}

.works:hover .work__overlay {
  opacity: 1;
}

.work__text {
  color: #000;

  text-align: center;
}

.call__btn {
  box-shadow: -4px 2px 7px 0px rgba(0, 0, 0, 0.53);

  margin: 35px auto 67px;
}

.call__btn:hover {
  box-shadow: inset -4px 2px 7px 0px rgba(0, 0, 0, 0.53);

  color: #000;
}

/*------Autoservice part------*/

.autoservice {
  background: url(../img/Autoservice.jpg) no-repeat center top / cover;

  padding: 100px 0;
}

.autoservice__title {
  padding-top: 36px;
  font-size: 34px;
  letter-spacing: 0.03em;
  color: #fcbb02;
}

.autoservice__text {
  color: #fff;
  font-size: 31px;
}

.autoservice__info {
  font-size: 23px;

  letter-spacing: 0.1em;

  padding: 18px;
}

.autoservice__helpful::before {
  display: block;

  content: '';

  border: 2px solid rgba(218, 115, 18, 1);

  border-color: -moz-linear-gradient(
    top,
    rgba(218, 115, 18, 1) 0%,
    rgba(233, 148, 11, 1) 47%,
    rgba(233, 148, 11, 1) 50%,
    rgba(233, 148, 11, 1) 52%,
    rgba(245, 173, 5, 1) 100%
  );

  border-color: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(218, 115, 18, 1)),
    color-stop(47%, rgba(233, 148, 11, 1)),
    color-stop(50%, rgba(233, 148, 11, 1)),
    color-stop(52%, rgba(233, 148, 11, 1)),
    color-stop(100%, rgba(245, 173, 5, 1))
  );

  border-color: -webkit-linear-gradient(
    top,
    rgba(218, 115, 18, 1) 0%,
    rgba(233, 148, 11, 1) 47%,
    rgba(233, 148, 11, 1) 50%,
    rgba(233, 148, 11, 1) 52%,
    rgba(245, 173, 5, 1) 100%
  );

  border-color: -o-linear-gradient(
    top,
    rgba(218, 115, 18, 1) 0%,
    rgba(233, 148, 11, 1) 47%,
    rgba(233, 148, 11, 1) 50%,
    rgba(233, 148, 11, 1) 52%,
    rgba(245, 173, 5, 1) 100%
  );

  border-color: -ms-linear-gradient(
    top,
    rgba(218, 115, 18, 1) 0%,
    rgba(233, 148, 11, 1) 47%,
    rgba(233, 148, 11, 1) 50%,
    rgba(233, 148, 11, 1) 52%,
    rgba(245, 173, 5, 1) 100%
  );

  border-color: linear-gradient(
    to bottom,
    rgba(218, 115, 18, 1) 0%,
    rgba(233, 148, 11, 1) 47%,
    rgba(233, 148, 11, 1) 50%,
    rgba(233, 148, 11, 1) 52%,
    rgba(245, 173, 5, 1) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da7312', endColorstr='#f5ad05', GradientType=0);

  position: absolute;

  border-right-color: transparent;

  border-bottom-color: transparent;

  width: 97px;

  height: 86px;

  top: 0;

  left: 0;

  z-index: 2;
}

p.autoservice__info::after {
  display: block;

  content: '';

  position: absolute;

  border: 2px solid rgba(218, 115, 18, 1);

  border-color: -moz-linear-gradient(
    top,
    rgba(218, 115, 18, 1) 0%,
    rgba(233, 148, 11, 1) 47%,
    rgba(233, 148, 11, 1) 50%,
    rgba(233, 148, 11, 1) 52%,
    rgba(245, 173, 5, 1) 100%
  );

  border-color: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(218, 115, 18, 1)),
    color-stop(47%, rgba(233, 148, 11, 1)),
    color-stop(50%, rgba(233, 148, 11, 1)),
    color-stop(52%, rgba(233, 148, 11, 1)),
    color-stop(100%, rgba(245, 173, 5, 1))
  );

  border-color: -webkit-linear-gradient(
    top,
    rgba(218, 115, 18, 1) 0%,
    rgba(233, 148, 11, 1) 47%,
    rgba(233, 148, 11, 1) 50%,
    rgba(233, 148, 11, 1) 52%,
    rgba(245, 173, 5, 1) 100%
  );

  border-color: -o-linear-gradient(
    top,
    rgba(218, 115, 18, 1) 0%,
    rgba(233, 148, 11, 1) 47%,
    rgba(233, 148, 11, 1) 50%,
    rgba(233, 148, 11, 1) 52%,
    rgba(245, 173, 5, 1) 100%
  );

  border-color: -ms-linear-gradient(
    top,
    rgba(218, 115, 18, 1) 0%,
    rgba(233, 148, 11, 1) 47%,
    rgba(233, 148, 11, 1) 50%,
    rgba(233, 148, 11, 1) 52%,
    rgba(245, 173, 5, 1) 100%
  );

  border-color: linear-gradient(
    to bottom,
    rgba(218, 115, 18, 1) 0%,
    rgba(233, 148, 11, 1) 47%,
    rgba(233, 148, 11, 1) 50%,
    rgba(233, 148, 11, 1) 52%,
    rgba(245, 173, 5, 1) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da7312', endColorstr='#f5ad05', GradientType=0);
  border-left-color: transparent;

  border-top-color: transparent;

  width: 86px;

  height: 97px;

  bottom: 0;

  right: 0;

  z-index: 2;
}

/*-------Safety part-------*/

.cooperate {
  padding-bottom: 75px;
}

.safety {
  padding: 130px 0 58px;
}

.safety__reasons {
  padding: 7px 0;
}

.safety__reason_under {
  margin-top: 20px !important;
}

.safety__reason {
  margin-top: 20px;
}

.safety__img {
  padding: 1px 20px 0 0;
}

.safety__info {
  color: #000;

  font-size: 21px;

  letter-spacing: 0.1em;

  font-family: 'Proxima Nova Cn Lt';

  font-weight: 300;

  line-height: 1.1em;
}

.workers {
  padding-top: 116px;
  padding-left: 30px;
}

.workers img {
  width: 604px;
  height: 400px;
}

/*------Galery-------*/

.galary {
  padding: 130px 0;
}

.examples {
  padding-bottom: 40px;
}

/*------Feedback Part-------*/

.feedback {
  background: url(../img/back.jpg) no-repeat center center / cover;

  padding: 70px 0;
}

.form {
  border: 2px solid #f2a606;

  border-radius: 5px;

  width: 100%;

  padding: 20px 27px;
}

.form__size {
  font-size: 54px;

  letter-spacing: 0.1em;
}

.form__color {
  color: #fcbb02;
}

.form__title {
  font-family: 'Proxima Nova Cn Lt';

  font-weight: 600;

  font-size: 34px;

  text-align: center;

  /*	padding-bottom: 27px;

*/
  line-height: 1.4em;
}

.form__btn {
  margin: 0 auto;
}

input {
  font-family: 'Proxima Nova Cn Rg', sans-serif;

  font-weight: normal;

  font-size: 18px;

  color: #6a6b6c;

  border: none;

  border-radius: 5px;

  width: 100%;

  padding: 18px 0 18px 15px;

  /*margin-bottom: 25px;*/
}

input:focus,
input:hover {
  box-shadow: inset 2px -2px 10px rgba(0, 0, 0, 0.7);
}

input:focus::placeholder,
input:hover::placeholder {
  color: #000;
}

.form__safety {
  font-size: 12px;

  text-align: center;

  color: #acacac;

  padding-top: 16px;
}

.form__btn:hover {
  background: transparent;

  color: #f2a606;
}

.feedback__text {
  letter-spacing: 0.12em;

  font-size: 24px;

  font-family: 'Proxima Nova Cn Lt';

  font-weight: 300;

  width: 400px;

  margin: 0 auto;

  padding: 66px 0;
}

.feedback__text span {
  font-family: 'Proxima Nova Cn Lt';

  font-weight: 600;

  color: #f2a606;
}

/*--------Location------*/

.container-fluid-plain {
  padding: 0;
}

.map {
  width: 100%;

  height: 575px;
}

.map:after {
  content: '';

  display: block;

  width: 100%;

  height: 1px;

  background: gray;
}

/*------Footer-----*/

.footer {
  background: url(../img/engine.jpg) no-repeat center top/cover;
}

.footer__logo {
  font-size: 37px;
  padding: 24px 0 0;
}

.footer__logo:after {
  content: '';
  display: block;
  width: 55%;
  height: 2px;
  margin: 0 auto;
  background: #f2a606;
  position: absolute;
  bottom: 0;
}

.adress {
  font-family: 'Proxima Nova Cn Rg';

  font-weight: normal;

  font-size: 18px;

  margin: 0 auto;

  padding: 25px 0;

  text-align: center;
}

.adress__mail {
  color: #fff;

  border-bottom: 1px transparent;
}

.adress__mail:hover {
  border-bottom: 1px solid #f2a606;
}

.menu__text i {
  font-size: 26px;
  color: #f2a606;
}

.adress__icon {
  font-size: 18px;
}

.adress__tel a {
  display: block;

  color: #fff;

  letter-spacing: 0.12em;

  font-size: 19px;
}

.social-media a {
  color: #fcbb02;
  font-size: 38px;
  padding: 0 15px;
}

.social-media a:hover {
  color: #fff;
}

/*-----------Diagnostic-----------*/

.content__text {
  color: #000;

  font-size: 22px;

  letter-spacing: 0.02em;

  padding-top: 50px;
}

.content__autoservice {
  padding-bottom: 50px;
}

.content__title {
  padding-top: 30px;
}

.empty {
  background: #fcbb02;
  text-align: center;
}

.shop p {
  font-size: 24px;
  color: #000;
}

.shop a {
  font-size: 30px;
  color: blue;
  line-height: 1;
}

.shop a:hover {
  color: #fff;
}

nav ul li a {
  color: #fff;

  font-size: 17px;
}

.content__autoservice {
  height: 300px;
}

.sy-pager li.sy-active a {
  background-color: #fcbb02 !important;
}

.wrapper {
  text-align: center;
  margin-bottom: 15px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/*-----------Price-List-----------*/
.content {
  background-color: #555;
  font-family: 'Proxima Nova Cn Lt';
}

.orange {
  background: #f2a606;
}

.types {
  padding: 30px 0;
}

.colorful {
  background-color: #555555;
  padding-bottom: 10px;
}

.price {
  background-color: #f2a606;
  width: 100%;
  margin: 20px 0;
}

.price__title {
  padding-top: 20px;
}

.price__text {
  font-family: 'Proxima Nova Cn Rg';
  padding-top: 10px;
}

.sale__position {
  background-color: #555555;
  height: 65px;
  width: 65%;
  margin-right: 6px;
  margin-left: 30px;
  text-align: center;
}

.price__taxes {
  padding: 8px 0;
}

.sale__item {
  margin-top: 11px;
}

.sale__price {
  background-color: #555555;
  height: 65px;
  width: 35%;
  text-align: center;
  margin-right: 4px;
}

.call {
  text-align: center !important;
}

.sale__title {
  font-size: 26px;
  text-transform: none;
  line-height: 2.4em;
}

.a {
  padding: 0 !important;
}

.sale__price_amount {
  text-align: center;
  font-size: 28px;
}

.sale__title_text {
  font-size: 18px;
  line-height: 3.5em;
  text-align: left;
  padding-left: 32px;
}

.price_long_text {
  font-size: 16px;
  line-height: 1em;
  padding-top: 15px;
}

.price__photos {
  padding: 20px 20px 25px;
}

.price__link {
  color: #fff;
}

.price__link:hover {
  color: #fcbb02;
}

.price__tel {
  text-align: center;
}

.price__photos img {
  width: 100%;
  margin-top: 23px;
}

.conclusion__text {
  padding-top: 10px;
  font-size: 16px;
  color: #fff;
  padding-left: 40px;
}

.moto {
  text-align: center !important;
}

.moto__down {
  margin-bottom: 40px;
}

.text__long {
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
.icon-credit {
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 11px;
}
.icon-credit a {
  color: #222;
}
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #666;
  background-image: radial-gradient(#888, #555);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.loader::before,
.loader::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-animation: tracks 10s linear forwards;
  animation: tracks 10s linear forwards;
}
.loader::before {
  width: 265px;
  height: 265px;
  border: 11px solid rgba(0, 0, 0, 0);
}
.loader::after {
  width: 95px;
  height: 95px;
  border: 8px solid rgba(0, 0, 0, 0);
}
.car {
  position: relative;
  z-index: 1;
  -webkit-transform-origin: bottom bottom;
  transform-origin: bottom bottom;
  -webkit-animation: drift 3.2s linear infinite;
  animation: drift 3.2s linear infinite;
}
.car::before,
.car::after {
  content: '';
  position: absolute;
  top: 10px;
  border-radius: 50%;
}
.car::before {
  background: #eee;
  -webkit-animation: smoke 0.5s linear infinite;
  animation: smoke 0.5s linear infinite;
}
.car::after {
  background: #eee;
  -webkit-animation: smoke 0.5s linear 0.7s infinite;
  animation: smoke 0.5s linear 0.7s infinite;
}
svg {
  position: relative;
  width: 150px;
  padding: 0 0 150px;
  z-index: 1;
}
@-webkit-keyframes smoke {
  from {
    left: 65px;
    width: 0px;
    height: 0px;
    opacity: 1;
  }
  to {
    left: -10px;
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}
@keyframes smoke {
  from {
    left: 65px;
    width: 0px;
    height: 0px;
    opacity: 1;
  }
  to {
    left: -10px;
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tracks {
  from {
    border-color: rgba(0, 0, 0, 0);
  }
  to {
    border-color: #000000;
  }
}
@keyframes tracks {
  from {
    border-color: rgba(0, 0, 0, 0);
  }
  to {
    border-color: #000000;
  }
}

.rek {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

.rek__number {
  font-size: 20px !important;
  color: #fff !important;
}

/* -----Modal telephones ----- */

.close span {
  font-size: 36px;
}

.modal-content {
  color: rgb(45, 42, 33);
}

.modal-body {
  padding-top: 0;
}

.modal-body h6 {
  font-weight: 600;
  padding-bottom: 10px;
}

.modal-body a,
.modal-body i {
  font-size: 18px;
}

.modal-body i {
  padding-right: 8px;
}

.modal-title {
  padding-top: 4px;
  font-weight: 700;
}

.department a:hover {
  color: rgb(45, 42, 33);
}

.department {
  padding-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e9ecef;
}

.fa-viber {
  color: #574e92;
}

.telegramColor {
  color: #24a6f6;
}

/*-----------Media Quaries-----------*/

/* 992-1200px */

@media screen and (max-width: 1200px) {
  nav ul li a {
    color: #fff;
    font-size: 15px;
  }

  .no-padding {
    padding: 0 !important;
  }

  .worker {
    margin-top: 72px;
  }

  .safety__info {
    font-size: 21px;
  }

  .cooperate {
    padding-bottom: 68px;
  }

  .form__title {
    font-size: 30px;
  }

  .form__size {
    font-size: 39px;
  }

  .adress__tel a {
    font-size: 20px;
  }

  .footer__logo {
    padding: 34px 0 0;
  }

  .adress__tel {
    padding: 25px 0;
  }

  .text {
    top: 25px;
  }

  .adress__tel {
    padding: 10px 0;
  }

  .media-social {
    padding: 30px 0;
  }

  .workers {
    padding-top: 160px;
    padding-left: 20px;
  }

  .workers img {
    width: 500px;
    height: 330px;
  }

  .sale__title_text {
    line-height: 1.5em;
    padding-top: 5px;
  }

  .a {
    padding: 16px 0 0 0 !important;
  }
  .price_long_text {
    line-height: 1em;
  }
}

/* 768-992px */

@media screen and (max-width: 992px) {
  /*------- Header --------*/

  .main__title {
    font-size: 40px;
  }

  .logo {
    text-align: center;
  }

  .main__info {
    font-size: 28px;
  }

  .autoservice {
    padding: 90px 0;
  }

  .autoservice__title {
    text-align: center;

    padding-top: 0px;
  }

  .autoservice__text {
    text-align: center;

    margin-bottom: 20px;
  }

  .safety__title {
    text-align: center;

    margin-bottom: 20px;
  }

  .underH2Text {
    text-align: center;
  }

  .safety__info {
    padding-top: 13px;
  }

  .feedback__text {
    padding: 45px 0;

    text-align: center;

    font-size: 28px;

    width: 100%;
  }

  .adress__tel a {
    font-size: 23px;
  }

  .content__autoservice {
    padding-top: 40px;
  }

  .menu {
    padding: 20px 0;
  }

  .adress__tel {
    text-align: center;
    padding: 20px 0;
  }

  .adress {
    padding: 27px 0 15px;
  }

  .footer__logo {
    padding: 10px 0 0;
  }

  .footer__logo:after {
    width: 30%;
  }

  .sale-text1 {
    padding: 40px 120px 0;
    width: auto;
    text-align: center;
  }

  .workers {
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .workers img {
    width: 620px;
    height: 400px;
  }
}

/* 576-768px */

@media screen and (max-width: 768px) {
  /*------- Header --------*/

  .menu {
    justify-content: space-around !important;
  }

  .logo {
    text-align: center;
  }

  .services__item {
    font-size: 20px;
  }

  .autoservice__info {
    font-size: 19px;
  }

  .safety__info {
    padding-top: 0;

    line-height: 1.3em;
  }

  .feedback {
    padding: 40px 0 80px;
  }

  .footer__logo {
    font-size: 34px;

    margin-bottom: 0;
  }

  .adress__tel {
    padding: 20px 0;
  }

  .adress {
    padding: 10px 0;
  }

  .footer {
    padding-bottom: 30px;
  }

  ul,
  li {
    padding: 11px;
    flex-wrap: wrap;
  }

  .dws {
    bottom: -10px;
    right: -15px;
  }

  .text__long {
    font-size: 14px;
    line-height: 2em;
    padding-top: 5px;
  }

  .sale-text1 {
    padding: 40px 30px 0;
  }

  .discount__title {
    font-size: 52px;
  }

  .sale-text1 h2 {
    font-weight: 600;
    font-style: normal;
    font-family: serif;
  }

  .logos_vag {
    justify-content: center;
  }

  .logos_vag {
    margin-top: -40px;
  }

  .discount__title {
    font-size: 30px;
  }

  .workers img {
    width: 490px;
    height: 300px;
  }

  .logos_vag {
    display: flex;
    justify-content: center;
  }
}

/* 320-576px */

@media screen and (max-width: 576px) {
  /*------- Header --------*/

  body {
    text-align: center;
  }

  .logo {
    margin-bottom: 0;
  }

  .menu {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px 0 0;
  }

  .menus {
    display: none;
  }

  .menus-mobile {
    display: block;
  }

  /* mobile menu */
  .nav-wrapper::before,
  .nav-wrapper::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 50%;
    background-color: #eafbff;
  }
  .nav-wrapper::after {
    background-color: #208ff9;
  }

  .navigation {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-wrapper ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 0;
    overflow: hidden;
    height: 100px;
    padding: 0;
    transition: 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  }
  .none {
    height: 30px;
  }

  .nav-wrapper.active ul {
    width: 420px;
  }

  a {
    color: #888;
    text-decoration: none;
    transition: 0.3s;
  }

  .nav-toogler {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 48px;
    padding: 14px 5px;
    cursor: pointer;
  }
  .nav-wrapper:not(.active) .nav-toogler {
    margin-left: -10px;
  }
  .nav-toogler::before,
  .nav-toogler::after {
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fcbb02;
    transition: 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  }
  .nav-toogler::after {
    margin-top: 10px;
  }
  .nav-wrapper.active .nav-toogler::before,
  .nav-wrapper.active .nav-toogler::after {
    position: absolute;
    top: 50%;
    background-color: #fcbb02;
    transform: rotate(135deg);
  }
  .nav-wrapper.active .nav-toogler::after {
    transform: rotate(-135deg);
    margin-top: 0;
  }

  .menu__item {
    padding: 0 0 13px;
  }

  .menu__text {
    font-size: 15px;
  }

  .services__item {
    padding: 9px 0 30px;
  }

  .autoservice__title {
    font-size: 40px;
  }

  .underH2Text {
    font-size: 27px;
  }

  .autoservice__info {
    font-size: 16px;
  }

  p.autoservice__info::after {
    display: none;
  }

  .autoservice__helpful::before {
    display: none;
  }

  .safety__info {
    text-align: left;

    font-size: 18px;
  }

  .adress__tel {
    text-align: center;
  }

  h2 {
    font-size: 36px;
  }

  .content__text {
    font-size: 19px;
  }

  /* Call Btn */

  .dws {
    bottom: 15px;
    right: -10px;
  }

  .pulse,
  .bloc,
  .phone {
    width: 60px;
    height: 60px;
  }

  .phone {
    font-size: 30px;
    line-height: 61px;
  }

  .text {
    top: 15px;
    font-size: 11px;
  }

  .main__btn {
    margin: 26px auto 61px;
  }

  .main__title {
    padding-top: 83px;
  }

  .wrapper h1 {
    font-size: 31px;
  }

  .discount__btn {
    display: none;
  }

  .footer__logo:after {
    width: 60%;
  }

  .types {
    flex-wrap: wrap;
  }

  .types img {
    padding: 20px 10px 0;
  }

  .sale__position {
    margin-left: 6px;
    margin-right: 0;
  }

  .sale__title {
    font-size: 22px;
    line-height: 3em;
  }

  .sale__title_text {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 3px;
    line-height: 1em;
  }

  .conclusion__text {
    padding-left: 0;
  }

  .sale__price_amount {
    font-size: 22px;
    padding-top: 17px;
  }

  .content {
    padding-bottom: 30px;
  }

  .price__link {
    line-height: 2em;
  }

  .moto {
    padding-top: 16px !important;
  }

  .pbs {
    padding-bottom: 10px;
  }

  .sale-inner1 {
    box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.18);
    border-radius: 28px;
  }

  .sale-wrap1 {
    padding: 10px 40px;
  }

  .sale-inner1:before {
    height: auto;
  }

  .sale-text1 {
    padding: 30px 6px 0;
  }

  .sale-text1 p {
    font-size: 31px;
  }

  .button {
    border: 1px solid #000;
    color: #000;
  }

  .workers img {
    width: 290px;
    height: 200px;
  }

  .safety {
    padding: 50px 0 18px;
  }

  .safety__title {
    margin-bottom: 0;
  }

  .a {
    padding: 8px 0 0 0 !important;
  }

  .vag {
    padding-top: 32px;
  }
}
