h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 85px;
  }
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    margin-bottom: 30px;
  }
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: #F4F4F4;
}

img {
  max-width: 100%;
}

.button {
  border: none;
  outline: none;
  padding: 11px 32px;
  border-radius: 100px;
  background: linear-gradient(131.88deg, #9F3535 -3.04%, #9F3535 30.11%, #2B285A 103.04%);
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .button {
    font-size: 18px;
  }
}
.button:hover {
  background: #9F3535;
}
.button:active {
  background: linear-gradient(131.88deg, #9F3535 -3.04%, #9F3535 30.11%, #2B285A 103.04%);
}
.button:active {
  background: #4F4F4F;
}

.link-as-button {
  border: none;
  outline: none;
  padding: 11px 32px;
  border-radius: 100px;
  background: linear-gradient(131.88deg, #9F3535 -3.04%, #9F3535 30.11%, #2B285A 103.04%);
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .link-as-button {
    font-size: 18px;
  }
}
.link-as-button:hover {
  background: #9F3535;
}
.link-as-button:active {
  background: linear-gradient(131.88deg, #9F3535 -3.04%, #9F3535 30.11%, #2B285A 103.04%);
}
.link-as-button:active {
  background: #4F4F4F;
}
.link-as-button:hover, .link-as-button:active, .link-as-button:focus {
  color: #F4F4F4;
}

.section {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 992px) {
  .mobile-logo {
    display: none;
  }
}

.desktop-logo {
  display: none;
}
@media only screen and (min-width: 992px) {
  .desktop-logo {
    display: block;
  }
}

.mobile-hidden {
  display: none;
}
@media only screen and (min-width: 992px) {
  .mobile-hidden {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .desktop-hidden {
    display: none !important;
  }
}

.first-screen {
  background: #000000 url("../images/bg/first_section.png") center center no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.second-screen {
  background: #F4F4F4;
  background-position: top right;
  background-size: cover;
  position: relative;
}
.second-screen::before {
  display: block;
  content: "";
  background: url("../images/logo-bg-1-mobile.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 75px;
  right: 0;
  width: 175px;
  height: 250px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .second-screen::before {
    background: url("../images/logo-bg-1.png");
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 409px;
    height: 343px;
  }
}
.second-screen::after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
}
@media only screen and (min-width: 992px) {
  .second-screen::after {
    background: url("../images/logo-bg-2.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 353px;
    height: 293px;
  }
}

.third-screen {
  background: #000000 url("../images/bg/third-screen.png") center center no-repeat;
  background-position: top right;
  background-size: cover;
}

.fourth-screen {
  background: #F4F4F4 url("../images/bg/fourth-screen.png") center center no-repeat;
  background-position: top right;
  background-size: cover;
}

.fifth-screen {
  background: #000000 url("../images/bg/fifth-screen.png") center center no-repeat;
  background-position: top right;
  background-size: contain;
}

.sixth-screen {
  background: #F4F4F4 url("../images/bg/sixth-screen.png") center center no-repeat;
  background-position: top right;
  background-size: cover;
}

.seventh-screen {
  background: #000000 url("../images/bg/seventh-screen.png") center center no-repeat;
  background-position: top right;
  background-size: cover;
  position: relative;
}
.seventh-screen::after {
  display: block;
  content: "";
  background: url("../images/logo-transparent-mobile.svg");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 375px;
  right: 0;
  width: 175px;
  height: 250px;
}
@media only screen and (min-width: 992px) {
  .seventh-screen::after {
    background: url("../images/logo-transparent.svg");
    background-repeat: no-repeat;
    opacity: 0.3;
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 563px;
    height: 496px;
  }
}

.eighth-screen {
  position: relative;
  background: #000000 url("../images/bg/eighth-screen.png") center center no-repeat;
  background-position: center right;
  background-size: cover;
}
.eighth-screen::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.padding {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .padding {
    padding: 80px 0;
  }
}

.am-navbar {
  padding: 0;
  justify-content: space-between;
  background-color: #000000;
}
@media only screen and (min-width: 992px) {
  .am-navbar {
    padding: 35px 0;
    color: #F4F4F4;
    background-color: transparent;
  }
}
.am-navbar-wrapper-mobile {
  padding: 10px 0;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.am-navbar-wrapper-mobile:before {
  position: absolute;
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  left: 100%;
  top: 0;
  bottom: 0;
  background-color: #F4F4F4;
}
.am-navbar-wrapper-mobile:after {
  position: absolute;
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  right: 100%;
  top: 0;
  bottom: 0;
  background-color: #F4F4F4;
}
@media only screen and (min-width: 992px) {
  .am-navbar-wrapper-mobile {
    display: none;
  }
}
.am-navbar-wrapper-mobile .am-navbar__action {
  margin-left: 15px;
}
.am-navbar-wrapper-mobile .am-navbar-brand {
  padding: 0;
}
.am-navbar-wrapper-mobile .am-navbar-toggler-mobile {
  margin-left: 24px;
}
.am-navbar-brand {
  margin-right: 2rem;
}
.am-navbar-collapse {
  justify-content: space-between;
  padding: 0 0 40px 0;
}
@media only screen and (min-width: 992px) {
  .am-navbar-collapse {
    padding: 0;
  }
}
.am-navbar .am-navbar-toggler {
  background-image: url("../images/icons/menu.svg");
  background-repeat: no-repeat;
  padding: 0;
}
.am-navbar .am-navbar-toggler:focus {
  box-shadow: none;
}
.am-navbar .am-nav-item {
  border-bottom: 1px solid #F4F4F4;
  position: relative;
  /*&:before {
      position: absolute;
      content: '';
      display: block;
      width: 30%;
      height: 100%;
      left: 100%;
      top: 1px;
      bottom: 0;
      border-bottom: 1px solid v.$light;
  }
  &:after {
      position: absolute;
      content: '';
      display: block;
      width: 30%;
      height: 100%;
      right: 100%;
      top: 1px;
      bottom: 0;
      border-bottom: 1px solid v.$light;
  }*/
}
@media only screen and (min-width: 992px) {
  .am-navbar .am-nav-item {
    border-bottom: none;
  }
  .am-navbar .am-nav-item:before, .am-navbar .am-nav-item:after {
    display: none;
  }
}
.am-navbar .am-nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  padding: 20px 0;
  color: #F4F4F4;
  transition: background-image 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .am-navbar .am-nav-link {
    font-size: 18px;
  }
}
.am-navbar .am-nav-link:hover, .am-navbar .am-nav-link:active, .am-navbar .am-nav-link:focus {
  background-image: linear-gradient(131.88deg, #9F3535 -3.04%, #9F3535 30.11%, #2B285A 103.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) {
  .am-navbar .am-nav-link {
    padding: 0;
  }
}
.am-navbar .actions {
  display: block;
  align-items: flex-start;
  color: #F4F4F4;
}
@media only screen and (min-width: 992px) {
  .am-navbar .actions {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .am-navbar .actions .block {
    max-width: 200px;
  }
}
.am-navbar .actions .block:first-child {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .am-navbar .actions .block:first-child {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1170px) {
  .am-navbar .actions .block:first-child {
    margin-right: 70px;
  }
}
.am-navbar .actions .block__title {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
@media only screen and (min-width: 992px) {
  .am-navbar .actions .block__title {
    font-weight: 400;
  }
}
.am-navbar .actions .block__text {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  font-weight: 500;
  display: block;
  margin-top: 15px;
}
.am-navbar .actions .block__phone {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: block;
  margin-top: 21px;
  padding-left: 28px;
  background: url("../images/icons/phone.svg") left center no-repeat;
}
@media only screen and (min-width: 768px) {
  .am-navbar .actions .block__phone {
    font-size: 18px;
  }
}
.am-navbar .actions .block__phone:hover, .am-navbar .actions .block__phone:active, .am-navbar .actions .block__phone:focus {
  color: #9F3535;
}
.am-navbar .actions .block__presentation {
  margin-top: 21px;
}

.presentation {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 151px 0;
  position: relative;
}
.presentation__title {
  background-image: linear-gradient(131.88deg, #9F3535 -3.04%, #9F3535 30.11%, #2B285A 103.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.presentation__text {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  color: #F4F4F4;
  margin-bottom: 21px;
}
@media only screen and (min-width: 992px) {
  .presentation__text {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 31px;
  }
}
.presentation__service {
  color: #F4F4F4;
  margin-top: 50px;
}
.presentation__service__title {
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 30px;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .presentation__service__title {
    max-width: unset;
  }
}
.presentation__service__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(131.88deg, #9F3535 -3.04%, #9F3535 30.11%, #2B285A 103.04%);
  box-shadow: 0px 0px 48px #D27893;
  margin-bottom: 21px;
}
.presentation__socialnetwork {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.presentation__social {
  margin: 0 25px 0 0;
}
.presentation__social:last-child {
  margin: 0;
}

.about__block-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-logo {
  height: 47px;
}
@media only screen and (min-width: 992px) {
  .about-logo {
    height: 58px;
  }
}
.about__block {
  width: 100%;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .about__block {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    width: 31%;
    max-width: 367px;
  }
}
.about__block__img {
  width: 100%;
}

.advantage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1170px) {
  .advantage {
    margin-bottom: 35px;
  }
}
.advantage__img {
  margin-right: 13px;
  width: 30px;
  height: auto;
}
@media only screen and (min-width: 1170px) {
  .advantage__img {
    width: 51px;
    margin-right: 18px;
  }
}
.advantage__text {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .advantage__text {
    font-size: 18px;
  }
}

.tire {
  color: #F4F4F4;
}
.tire .advantage:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .wheel .advantage-wrapper {
    column-count: 2;
    column-gap: 90px;
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .wheel .advantage-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 1170px) {
  .wheel .advantage:nth-child(even) {
    margin-bottom: 0;
  }
}

.welding .advantage-wrapper {
  display: block;
}
@media only screen and (min-width: 1170px) {
  .welding .advantage-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.welding .advantage-wrapper .advantage {
  margin-right: 5%;
}
@media only screen and (min-width: 1170px) {
  .welding .advantage-wrapper .advantage {
    margin-bottom: 0;
  }
}

.conditioner {
  position: relative;
  z-index: 1;
  color: white;
}

.sale {
  color: #F4F4F4;
}
.sale .advantage-wrapper {
  display: block;
}
@media only screen and (min-width: 1170px) {
  .sale .advantage-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.sale .advantage-wrapper .advantage {
  margin-right: 5%;
}

.contacts {
  color: #F4F4F4;
  position: relative;
  z-index: 2;
}
.contacts-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts__block {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .contacts__block {
    width: 30%;
    margin-bottom: 0;
  }
  .contacts__block-third {
    width: 32%;
  }
}
.contacts__block__title {
  text-transform: uppercase;
}
.contacts__block__btn {
  display: block;
  width: fit-content;
  margin-bottom: 15px;
}
.contacts__block__text {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  font-weight: 500;
}
.contacts__block__info {
  display: block;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 22px auto;
  padding-left: 40px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .contacts__block__info {
    font-size: 18px;
  }
}
.contacts__block__info-map {
  background-image: url("../images/icons/location.svg");
}
.contacts__block__info-phone {
  background-image: url("../images/icons/phone.svg");
}
.contacts__block__info-instagram {
  background-image: url("../images/icons/instagram.svg");
}
.contacts__block__info-email {
  background-image: url("../images/icons/email.svg");
}
.contacts__block__info-time {
  background-image: url("../images/icons/time-2.svg");
}
.contacts__block__info:hover:not(.contacts__block__info-time), .contacts__block__info:active:not(.contacts__block__info-time), .contacts__block__info:focus:not(.contacts__block__info-time) {
  color: #9F3535;
}

.footer {
  position: relative;
  z-index: 2;
  padding: 0 0 13px;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 0 0 40px;
  }
}
.footer .am-navbar-collapse {
  display: none;
}
@media only screen and (min-width: 992px) {
  .footer .am-navbar-collapse {
    display: flex;
  }
}
.footer .actions {
  display: flex;
}
.footer__action {
  display: block;
  margin-left: 15px;
}
.footer .am-navbar-brand {
  margin-right: 20%;
}
.footer-logo {
  height: 25px;
}
@media only screen and (min-width: 992px) {
  .footer-logo {
    height: 34px;
  }
}

.move-btn {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: transparent;
  position: absolute;
  z-index: 3;
  display: none;
  height: 33px;
  width: 33px;
}
@media only screen and (min-width: 992px) {
  .move-btn {
    display: block;
  }
}
.move-btn:hover, .move-btn:active, .move-btn:focus {
  background-image: url("../images/icons/arrow-hover.svg");
}
.move-btn-up {
  bottom: 80px;
  left: 30%;
  background-image: url("../images/icons/arrow-up.svg");
}
.move-btn-up:hover, .move-btn-up:active, .move-btn-up:focus {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.move-btn-down {
  bottom: -100px;
  left: 0;
  background-image: url("../images/icons/arrow-down.svg");
}

.icon {
  display: block;
  transition: all 0.5s;
}

.icon--vb {
  width: 24px;
  height: 25px;
  background: url("../images/icons/vb.svg") no-repeat center;
}
.icon--vb:hover {
  background: url("../images/icons/vb-color.svg") no-repeat center;
}
.icon--vb--color {
  background: url("../images/icons/vb-color.svg") no-repeat center;
}
.icon--vb--color:hover {
  opacity: 0.6;
}

.icon--tg {
  height: 20px;
  width: 24px;
  background: url("../images/icons/tg.svg") no-repeat center;
}
.icon--tg:hover {
  background: url("../images/icons/tg-color.svg") no-repeat center;
}
.icon--tg--color {
  background: url("../images/icons/tg-color.svg") no-repeat center;
}
.icon--tg--color:hover {
  opacity: 0.6;
}

.icon--wup {
  height: 24px;
  width: 24px;
  background: url("../images/icons/wup.svg") no-repeat center;
}
.icon--wup:hover {
  background: url("../images/icons/wup-color.svg") no-repeat center;
}
.icon--wup--color {
  background: url("../images/icons/wup-color.svg") no-repeat center;
}
.icon--wup--color:hover {
  opacity: 0.6;
}

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