:root {
  --main: #FF001D;
  --font-family: 'Bruta Global Extended';
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Bruta Global Extended';
  src: url('../fonts/Bruta/BrutaGlbExtended-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bruta Global Extended';
  src: url('../fonts/Bruta/BrutaGlbExtended-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Bruta Global Extended';
  src: url('../fonts/Bruta/BrutaGlbExtended-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bruta Global Extended';
  src: url('../fonts/Bruta/BrutaGlbExtended-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Bruta Global Extended';
  src: url('../fonts/Bruta/BrutaGlbExtended-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
body {
  background-color: #000000;
  scroll-behavior: smooth;
  font-family: 'Bruta Global Extended', 'Manrope', sans-serif;
  font-style: normal;
}
body.hidden {
  overflow: hidden;
}
.body_white {
  background-color: white;
}
strong {
  font-weight: bold;
}
.layout {
  overflow-x: hidden;
}
.seo-title {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.wrapper {
  max-width: 1776px;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 854px) {
  .wrapper {
    padding: 0 16px;
  }
}
@media (min-width: 1000px) and (max-width: 1800px) {
  .page-body-repair .wrapper {
    padding: 0 30px;
  }
}
.logo {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.nav {
  display: flex;
  z-index: 1;
}
@media (max-width: 854px) {
  .nav {
    flex-direction: column;
  }
}
.nav__elem {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  transition: 0.3s ease;
  padding: 18px 0 15px;
  margin-right: 40px;
  cursor: pointer;
}
@media (min-width: 855px) and (max-width: 1470px) {
  .nav__elem {
    font-size: 10px;
    margin-right: 20px;
  }
}
@media (min-width: 855px) and (max-width: 1090px) {
  .nav__elem {
    font-size: 10px;
    margin-right: 20px;
  }
}
.nav__elem:last-child {
  margin-right: 0;
}
.nav__elem:hover {
  color: var(--main);
}
.nav__elem_drop {
  padding: 18px 30px 15px 65px;
  margin-right: 30px;
}
@media (min-width: 855px) and (max-width: 1090px) {
  .nav__elem_drop {
    margin-right: 20px;
    padding: 10px 15px 7px 33px;
  }
}
@media (max-width: 854px) {
  .nav__elem_drop {
    margin-right: 0;
    margin-left: 8px;
  }
}
.nav__elem_drop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border: 1px solid #FFFFFF;
  transform: skewX(-20deg);
  transition: 0.3s ease;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav__elem_drop:after {
  content: '';
  position: absolute;
  background-image: url(../images/btn/btn-before.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 18px;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media (min-width: 855px) and (max-width: 1090px) {
  .nav__elem_drop:after {
    width: 12px;
    height: 9px;
    left: 13px;
  }
}
.nav__elem_drop:hover {
  color: #FFFFFF;
}
.nav__elem_drop:hover:before {
  opacity: 1;
}
.nav__elem_drop.active:before {
  border-color: var(--main);
  background-color: var(--main);
  opacity: 1;
}
.nav__elem_drop.active:after {
  filter: grayscale(1) brightness(5);
}
.nav__elem_drop-container {
  display: flex;
  align-items: center;
}
@media (max-width: 854px) {
  .nav__elem_drop-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 1371px) {
  .contact p {
    display: none;
  }
}
@media (max-width: 854px) {
  .contact p {
    display: none;
  }
}
.contact a {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: right;
  color: #FFFFFF;
  transition: 0.3s ease;
  margin: 14px 0 15px;
  margin-right: 14px;
}
@media (max-width: 1371px) {
  .contact a {
    margin: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1260px) {
  .contact a {
    margin-top: 0;
  }
}
.contact a:hover {
  color: var(--main);
}
.contact a span {
  display: none;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1650px) {
  .contact a span {
    display: block;
  }
}
@media (max-width: 854px) {
  .contact a span {
    display: block;
    margin-right: 18px;
  }
}
@media (max-width: 1650px) {
  .contact a b {
    display: none;
  }
}
@media (max-width: 854px) {
  .contact a b {
    display: none;
  }
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
.btn_absol {
  align-items: flex-start;
  justify-content: flex-start;
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: var(--main);
  transform: translate(5px, -5px);
  padding: 59px 99px 14px 0;
}
@media (max-width: 1371px) {
  .btn_absol {
    padding: 25px 20px 20px 0;
    transform: translate(0, 0);
  }
}
.btn_absol:before {
  content: '';
  position: absolute;
  top: 0;
  left: -17px;
  height: 100%;
  width: 34px;
  background-color: var(--main);
  transform: skewX(-20deg);
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn_absol:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 17px;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}
@media (max-width: 1371px) {
  .btn_absol:after {
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
  }
}
.btn_absol:hover {
  transform: translate(0, 0);
}
.btn_absol:hover::after {
  transform: translate(5px, -5px);
}
.btn_see-all {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 50px;
}
.btn_see-all:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/btn/btn-arrow-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 32px;
  transition: 0.3s ease;
}
.btn_see-all::after {
  content: '';
  position: absolute;
  left: 51px;
  top: 50%;
  transform: translateY(-50%) skew(-20deg);
  opacity: 0.2;
  border: 1px solid #FFFFFF;
  width: 53px;
  height: 173px;
}
@media (max-width: 854px) {
  .btn_see-all::after {
    left: 50%;
    transform: translate(-50%, -50%) skew(-20deg);
  }
}
.btn_see-all:hover {
  color: rgba(255, 255, 255, 0.801);
}
.btn_see-all:hover:before {
  transform: translateY(-50%) translateX(5px);
}
.btn_see-more {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_see-more span {
  margin: 0 4px;
}
.btn_see-more::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-20deg);
  opacity: 0.2;
  border: 1px solid #FFFFFF;
  width: 53px;
  height: 173px;
}
.btn_see-more:hover {
  color: rgba(255, 255, 255, 0.801);
}
.btn_see-more:hover:before {
  transform: translateY(-50%) translateX(5px);
}
.btn_see-more.active {
  opacity: 0;
  pointer-events: none;
}
.btn_form {
  border: 1px solid var(--main);
  background-color: var(--main);
  padding: 18px 0;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
}
.btn_form-admin {
  padding: 0 18px;
}
.btn_form:hover {
  background-color: white;
  color: var(--main);
}
.btn_red {
  position: relative;
  z-index: 1;
  height: 100%;
  margin: 0 12px;
}
.btn_red:before {
  content: '';
  background-color: var(--main);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: skew(-20deg);
  transition: 0.3s ease;
  border: 1px solid var(--main);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn_red p {
  position: relative;
  padding-left: 28px;
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  text-transform: uppercase;
  color: white;
}
.btn_red p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/notes.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.btn_red:hover::before {
  opacity: 0.9;
}
.btn_repair {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 25px 38px;
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 27px;
  white-space: nowrap;
}
.btn_repair mobile {
  display: none;
}
.btn_repair desktop {
  display: block;
}
@media (max-width: 600px) {
  .btn_repair {
    width: calc(100% - 110px);
    margin: 0 auto;
    font-size: 14px;
  }
  .btn_repair mobile {
    display: block;
  }
  .btn_repair desktop {
    display: none;
  }
}
@media (max-width: 400px) {
  .btn_repair {
    font-size: 12px;
  }
}
.btn_repair:hover {
  opacity: 0.9;
}
.btn_trans:before {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn_trans:hover {
  color: black;
  opacity: 1;
}
.btn_trans:hover::before {
  border-color: white;
  background-color: white;
  opacity: 1;
}
.btn_icon {
  display: flex;
  align-items: center;
  padding: 25px 38px;
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 27px;
}
@media (max-width: 400px) {
  .btn_icon {
    font-size: 12px;
  }
}
.btn_icon:hover .btn__icon {
  transform: translateX(2px);
}
.btn__icon {
  margin-left: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.btn__icon_arrow {
  background-image: url(../images/repair/arrow-right.svg);
  width: 34px;
  height: 20px;
  margin-bottom: 5px;
}
.btn_black {
  background-color: black;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  height: 56px;
  width: 100%;
  color: white;
  white-space: nowrap;
  padding: 0 16px;
}
.btn_black:hover {
  background-color: white;
  color: black;
}
.btn_white-border {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
}
.btn_white-border:hover {
  background-color: white;
  color: black;
}
.btn_medium {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  font-family: 'Bruta Global Extended', sans-serif;
}
.btn_inline-big-red {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  height: 100%;
  padding: 0 71px 0 148px;
  z-index: 1;
}
.btn_inline-big-red:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FF001D;
  transform: skew(-20deg);
  z-index: -1;
}
.btn_inline-big-red::after {
  content: '';
  height: 100%;
  left: 60%;
  width: 50%;
  position: absolute;
  top: 0;
  background-color: #FF001D;
  z-index: -1;
}
.btn_inline-big-red:hover {
  transform: scale(1.02);
}
.anchor-link {
  display: flex;
}
.anchor-link__btn {
  display: flex;
  padding: 10px;
  color: #FF001D;
  fill: #FF001D;
}
.anchor-link__btn:hover {
  color: #cc0017;
}
.anchor-link__icon {
  animation: animationAnchorLink 2s ease infinite;
}
@keyframes animationAnchorLink {
  from {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  to {
    transform: translateY(-2px);
  }
}
.title {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 1090px) {
  .title {
    font-size: 48px;
  }
}
@media (max-width: 854px) {
  .title {
    font-size: 32px;
  }
}
.title span {
  font-weight: 700;
  text-transform: uppercase;
}
.title span.bold {
  font-weight: 800;
}
.title_small {
  padding-left: 43px;
  position: relative;
  font-size: 34px;
}
@media (max-width: 854px) {
  .title_small {
    font-size: 24px;
    padding-left: 41px;
  }
}
.title_small:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) skew(-20deg);
  background-color: var(--main);
  width: 9px;
  height: 41px;
}
.title_big {
  font-style: italic;
  font-weight: 800;
  font-size: 94px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1090px) {
  .title_big {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .title_big {
    font-size: 34px;
    text-align: center;
  }
}
.title_medium {
  font-family: 'Bruta Global Extended';
  font-style: italic;
  font-weight: 800;
  font-size: 72px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  .title_medium {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .title_medium {
    font-size: 26px;
    text-align: center;
  }
}
.title_medium span {
  color: var(--main);
  white-space: nowrap;
}
.title_dop {
  font-family: 'Bruta Global Extended';
  font-style: italic;
  font-weight: 800;
  font-size: 48px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  .title_dop {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .title_dop {
    font-size: 20px;
    line-height: 140%;
  }
}
.title_dop span {
  color: var(--main);
}
.title_sale span {
  position: relative;
  display: inline-block;
  padding-right: 111px;
}
@media (max-width: 600px) {
  .title_sale span {
    padding-right: 57px;
  }
}
.title_sale span::before {
  content: '';
  position: absolute;
  background-image: url(../images/envelope/dis.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  width: 95px;
  height: 47px;
}
@media (max-width: 600px) {
  .title_sale span::before {
    width: 47px;
    height: 23px;
  }
}
.title_black {
  color: black;
}
.search {
  position: relative;
}
.search input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background-color: transparent;
  outline: none;
  padding: 21px 64px;
  min-width: 426px;
  color: white;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease;
}
.search input:-ms-input-placeholder {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.3s ease;
}
.search input::placeholder {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.3s ease;
}
.search input:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.search input:focus {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.search input:focus:-ms-input-placeholder {
  opacity: 1;
}
.search input:focus::placeholder {
  opacity: 1;
}
.search button {
  position: absolute;
  left: 24px;
  top: 50%;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
  background-image: url(../images/search-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s ease;
  filter: grayscale(1);
}
.search button:hover {
  filter: grayscale(0);
}
.search input:focus ~ button {
  filter: grayscale(0);
}
.search input:focus ~ button:hover {
  opacity: 0.8;
}
.hash-elem {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 4px 12px;
  white-space: nowrap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #A7A7A7;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
.hash-elem:hover {
  background: var(--main);
  color: white;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.video-scew {
  transform: skew(-20deg);
  overflow: hidden;
  height: 483px;
  width: 487px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
@media (max-width: 854px) {
  .video-scew {
    width: 269px;
    height: 267px;
  }
}
.video-scew a {
  display: block;
  background-size: 100% 100%;
  background-position: center;
  width: 678px;
  height: 479px;
  transform: skew(20deg);
  position: absolute;
  left: -100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 854px) {
  .video-scew a {
    width: 500px;
    height: 267px;
    left: 50%;
    top: 50%;
    transform: skew(20deg) translate(-50%, -50%);
  }
}
.video-scew a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main);
  mix-blend-mode: multiply;
}
.video-scew a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media (max-width: 854px) {
  .video-scew a:after {
    left: 60%;
  }
}
.video-scew a:hover {
  background-size: 110% 110%;
}
.video-scew_repair {
  transform: skew(-22deg);
  width: 468px;
}
.video-scew_repair a {
  transform: skew(22deg);
}
.video-scew_repair a::before {
  display: none;
}
.video-scew_envelope {
  transform: skew(-22deg);
  width: 468px;
}
.video-scew_envelope a {
  transform: skew(22deg);
}
.video-scew_envelope a::before {
  display: none;
}
.video-scew_envelope a::after {
  background-image: url(../images/play-red.svg);
}
.video-scew_white-play a::after {
  background-image: url(../images/play.svg);
}
.select {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background-color: white;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0 16px;
  height: 56px;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  color: black;
}
.select2-container--default .select2-selection--single:hover {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #A7A7A7;
}
.select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: block;
  background-image: url(../images/select-arrow_black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.select2-container--open .select2-dropdown {
  top: 20px;
  background-color: #1F1F1F;
  border: none;
  padding: 13px 0;
}
.select2-container--open .select2-dropdown--above {
  top: -10px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 210px;
}
.select2-results__option {
  padding: 8px 24px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #A7A7A7;
  position: relative;
  display: flex;
  align-items: center;
}
.select2-results__option:before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: transparent;
  margin-right: 10px;
}
.select2-results__option.green:before {
  background-color: green;
}
.select2-results__option.red:before {
  background-color: red;
}
.select2-results__option.blue:before {
  background-color: blue;
}
.select2-results__option.yellow:before {
  background-color: yellow;
}
.select2-results__option.violet:before {
  background-color: violet;
}
.select2-results__option.bronze:before {
  background-color: #B38855;
}
.select2-results__option.grafit:before {
  background-color: #6B6B6B;
}
.select2-results__option.silver:before {
  background-color: #C2C2C2;
}
.select2-results__option.black:before {
  background-color: black;
}
.select2-results__option.your-color:before {
  background: conic-gradient(from 180deg at 50% 50%, #9EB800 0deg, #FF9D0A 137.89617419deg, #B400B8 267.74005651deg, #2557B8 359.28503036deg, rgba(70, 184, 0, 0) 360deg);
}
.select2-results__option.discount::after {
  content: "акция";
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  padding: 1px 8px;
  border-radius: 40px;
  background-color: #FF001D;
  color: white;
}
.select2-results__option.discount_1900::after {
  content: "+1900₽";
}
.select2-results__option.discount_3000::after {
  content: "+3000₽";
}
.select2-results__option.option-radius:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  margin-right: 10px;
  margin-top: -2px;
  background-image: url('../images/wheel.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
  padding: 0;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.option-color:before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: transparent;
  margin-right: 10px;
  margin-top: -2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.green:before {
  background-color: green;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.red:before {
  background-color: red;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.blue:before {
  background-color: blue;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.yellow:before {
  background-color: yellow;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.violet:before {
  background-color: violet;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.bronze:before {
  background-color: #B38855;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.grafit:before {
  background-color: #6B6B6B;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.silver:before {
  background-color: #C2C2C2;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.black:before {
  background-color: black;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.your-color:before {
  background: conic-gradient(from 180deg at 50% 50%, #9EB800 0deg, #FF9D0A 137.89617419deg, #B400B8 267.74005651deg, #2557B8 359.28503036deg, rgba(70, 184, 0, 0) 360deg);
}
.select2-container--default .select2-selection--single .select2-selection__rendered.discount::after {
  content: "акция";
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  padding: 1px 8px;
  border-radius: 40px;
  background-color: #FF001D;
  color: white;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.discount_3000::after {
  content: "+3000₽";
}
.select2-container--default .select2-selection--single .select2-selection__rendered.option-radius:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  margin-right: 10px;
  margin-top: -2px;
  background-image: url('../images/wheel.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.input {
  width: 100%;
  background-color: white;
  height: 56px;
  padding: 0 16px;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.input:-ms-input-placeholder {
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: black;
}
.input::placeholder {
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: black;
}
.input:focus {
  outline: 1px solid black;
}
.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox__input {
  display: none;
}
.checkbox__indicator {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.checkbox__indicator:before {
  content: '';
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 62.87206266318538% 57.200133645172066%;
  width: 14px;
  height: 11px;
  opacity: 0;
  transition: opacity  .2s ease;
}
.checkbox .checkbox__input:checked ~ .checkbox__indicator {
  background-color: #ff001d;
  border-color: transparent;
}
.checkbox .checkbox__input:checked ~ .checkbox__indicator:before {
  opacity: 1;
}
.checkbox__text {
  padding: 0 0 0 12px;
  color: #0d0c11;
  font-family: 'Manrope';
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  word-break: break-word;
}
.burger {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3px;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 5;
}
.burger:hover {
  opacity: 0.8;
}
.burger span {
  width: 19px;
  height: 2px;
  background-color: white;
  position: relative;
  transition: 0.3s ease;
}
.burger span::before {
  content: '';
  position: absolute;
  top: -7px;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: white;
  transition: 0.3s ease;
}
.burger span::after {
  content: '';
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 14px;
  height: 2px;
  background-color: white;
  transition: 0.3s ease;
}
.burger.active span {
  transform: rotate(45deg);
  width: 24px;
}
.burger.active span:before {
  top: 0;
  transform: rotate(-90deg);
}
.burger.active span:after {
  opacity: 0;
}
.locate-block {
  max-width: 1027px;
  width: 100%;
}
@media (max-width: 1220px) {
  .locate-block {
    max-width: initial;
    margin-top: 40px;
  }
}
@media (max-width: 854px) {
  .locate-block {
    max-width: 100%;
    margin-top: 40px;
  }
}
.locate-block__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
}
@media (max-width: 854px) {
  .locate-block__title {
    font-size: 32px;
  }
}
.locate-block__nav {
  display: flex;
  margin: 40px 0;
}
.locate-block__nav-elem {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  color: #000000;
  opacity: 0.5;
  transition: 0.1s ease;
  position: relative;
  cursor: pointer;
}
@media (max-width: 854px) {
  .locate-block__nav-elem {
    font-size: 18px;
  }
}
@media (max-width: 353px) {
  .locate-block__nav-elem {
    font-size: 14px;
  }
}
.locate-block__nav-elem:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) skew(-20deg);
  background-color: var(--main);
  width: 9px;
  height: 41px;
  opacity: 0;
  transition: 0.1s ease;
}
@media (max-width: 854px) {
  .locate-block__nav-elem:before {
    height: 32px;
  }
}
.locate-block__nav-elem:not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 353px) {
  .locate-block__nav-elem:not(:last-child) {
    margin-right: 15px;
  }
}
.locate-block__nav-elem:hover {
  opacity: 0.8;
}
.locate-block__nav-elem.active {
  color: var(--main);
  opacity: 1;
  padding-left: 41px;
  pointer-events: none;
}
@media (max-width: 854px) {
  .locate-block__nav-elem.active {
    padding-left: 32px;
  }
}
.locate-block__nav-elem.active:before {
  opacity: 1;
}
.locate-block__content {
  display: none;
}
.locate-block__content.active {
  display: block;
}
.locate-block__grid {
  display: none;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 56px;
}
@media (max-width: 854px) {
  .locate-block__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 32px;
  }
}
.locate-block__grid.active {
  display: -ms-grid;
  display: grid;
}
.locate-block__elem {
  max-width: 423px;
}
@media (max-width: 854px) {
  .locate-block__elem {
    max-width: 100%;
  }
}
.locate-block__elem h4 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 16px;
}
.locate-block__elem p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.locate-block__btn {
  height: 60px;
  margin: 20px auto 0;
  max-width: 400px;
}
.locate-block__btn .btn p {
  padding: 0 20px;
}
.locate-block__btn .btn p::before {
  display: none;
}
.locate-block__map {
  margin: 64px 0;
  width: 100%;
  height: 581px;
}
@media (max-width: 854px) {
  .locate-block__map {
    height: 343px;
  }
}
.locate-block__slider-white {
  position: absolute;
  left: 0;
  width: 100%;
  height: 360px;
  pointer-events: none;
}
.locate-block__slider-white:before {
  content: '';
  position: absolute;
  right: -1px;
  top: 0;
  width: 130px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 103.88%);
  z-index: 3;
}
@media (max-width: 854px) {
  .locate-block__slider-white:before {
    display: none;
  }
}
.list-num {
  list-style: decimal;
  padding-left: 20px;
}
.link {
  color: var(--main);
  cursor: pointer;
  transition: 0.3s ease;
  text-decoration: underline;
}
.link:hover {
  opacity: 0.9;
  text-decoration: none;
}
.nav-tab {
  display: flex;
  gap: 60px;
  padding-left: 60px;
}
@media (max-width: 1050px) {
  .nav-tab {
    gap: 48px;
    padding-left: 48px;
  }
}
.nav-tab__elem {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.nav-tab__elem::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translateY(-50%) skew(-22deg);
  width: 8px;
  height: 24px;
  opacity: 0.1;
  border: 1px solid #000000;
  transition: 0.3s ease;
}
@media (max-width: 1050px) {
  .nav-tab__elem::before {
    left: -25px;
  }
}
.nav-tab__elem:hover::before {
  background-color: var(--main);
  border-color: var(--main);
  opacity: 0.5;
}
@media (max-width: 920px) {
  .nav-tab__elem:last-child {
    padding-right: 40px;
  }
}
.nav-tab__step {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: var(--main);
  margin-bottom: 2px;
}
.nav-tab__name {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #646464;
  transition: 0.3s ease;
}
@media (max-width: 1050px) {
  .nav-tab__name {
    font-size: 16px;
  }
}
.nav-tab__elem.active {
  cursor: default;
}
.nav-tab__elem.active:before {
  background-color: var(--main);
  border-color: var(--main);
  opacity: 1;
}
.nav-tab__elem.active .nav-tab__name {
  color: #000000;
}
.popup-overlay {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.popup-overlay.active {
  opacity: 1;
  pointer-events: initial;
}
.popup {
  width: 100%;
  max-width: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding: 20px 40px;
}
@media (max-width: 600px) {
  .popup {
    padding: 20px 60px;
  }
}
.popup::before {
  content: '';
  transform: skew(-22deg) translate(-50%, -50%);
  border: 2px solid black;
  background-color: var(--main);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-left: -20px;
}
@media (max-width: 600px) {
  .popup::before {
    width: calc(100% - 80px);
  }
}
.popup__cross {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(../images/plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 5px;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .popup__cross {
    right: 50px;
  }
}
.popup__cross:hover {
  transform: rotate(45deg) scale(1.1);
}
.popup__title {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .popup__title {
    font-size: 14px;
    max-width: 85%;
    margin: 0 auto;
  }
}
.card-directions {
  position: relative;
  height: 440px;
  padding: 32px;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
}
.card-directions:before {
  content: '';
  position: absolute;
  right: 24px;
  bottom: 24px;
  background-image: url(../images/arrow-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.card-directions:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) skew(-20deg);
  width: 162px;
  height: 363px;
  background-color: var(--main);
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-directions__back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.6;
  filter: saturate(0);
  transition: 0.3s ease;
}
.card-directions__title {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 160%;
  color: #FFFFFF;
  max-width: 320px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.card-directions__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  max-width: 350px;
}
.card-directions:hover:before {
  filter: brightness(0) invert(1);
}
.card-directions:hover:after {
  opacity: 1;
}
.card-directions:hover .card-directions__back {
  opacity: 1;
  filter: saturate(1);
}
.card-why {
  position: relative;
}
@media (max-width: 854px) {
  .card-why {
    padding-left: 68px;
  }
}
.card-why__img {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 96px;
  width: 96px;
}
@media (max-width: 854px) {
  .card-why__img {
    height: 48px;
    width: 48px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.card-why__title {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  color: #000000;
  margin: 40px 0 24px;
}
@media (max-width: 854px) {
  .card-why__title {
    margin: 0 0 12px;
    font-size: 20px;
  }
}
.card-why__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #646464;
}
@media (max-width: 854px) {
  .card-why__text {
    font-size: 16px;
  }
}
.card-last-works {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  width: 560px;
  height: 328px;
  padding: 32px;
  padding-right: 54px;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 854px) {
  .card-last-works {
    width: 343px;
    height: 328px;
  }
}
.card-last-works_page {
  width: 100%;
}
@media (max-width: 1190px) {
  .card-last-works_page {
    padding: 20px;
  }
}
.card-last-works__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: 0.3s ease;
}
.card-last-works__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(13, 13, 13, 0.5), rgba(13, 13, 13, 0.5));
}
.card-last-works__img.draggable {
  pointer-events: none;
}
.card-last-works__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
}
.card-last-works__text {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  margin-top: 24px;
  pointer-events: none;
}
@media (max-width: 854px) {
  .card-last-works__text {
    font-size: 20px;
  }
}
.card-last-works:hover .card-last-works__img {
  transform: scale(1.1);
}
.card-services {
  padding: 24px;
  background-color: #141414;
  height: 495px;
  display: flex;
  flex-direction: column;
  font-family: 'Manrope', sans-serif;
}
@media not screen and (min-width: 630px) {
  .card-services {
    height: 370px;
    padding: 16px;
  }
}
.card-services__img {
  width: 100%;
  height: 300px;
  margin-bottom: 32px;
  transition: 0.3s ease;
}
@media not screen and (min-width: 630px) {
  .card-services__img {
    height: 210px;
    margin-bottom: 24px;
  }
}
.card-services__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.card-services__img.active {
  margin-bottom: 0;
  height: 0;
}
.card-services__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: white;
  margin-bottom: 10px;
}
@media not screen and (min-width: 400px) {
  .card-services__title {
    font-size: 18px;
  }
}
.card-services__title-discount {
  font-size: 12px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  display: inline-block;
  padding: 5px 5px;
  line-height: 100%;
  text-transform: uppercase;
  margin-left: 10px;
  vertical-align: middle;
}
.card-services__title-discount::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-20deg);
  background-color: var(--main);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.card-services__info {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  overflow-y: auto;
  height: 0;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1100px) {
  .card-services__info::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .card-services__info::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }
  .card-services__info::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
  }
}
@media not screen and (min-width: 630px) {
  .card-services__info {
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
  }
}
.card-services__info.active {
  margin: 25px 0;
  height: 284px;
}
@media not screen and (min-width: 630px) {
  .card-services__info.active {
    height: 184px;
  }
}
.card-services__price {
  color: #A7A7A7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media not screen and (min-width: 400px) {
  .card-services__price {
    font-size: 16px;
  }
}
.card-services__price_last {
  text-decoration: line-through;
  opacity: 0.8;
}
.card-services__btn {
  margin-top: auto;
  color: #FF001D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media not all and (hover: none) and (pointer: coarse) {
  .card-services__btn:hover {
    color: white;
  }
}
@media all and (hover: none) and (pointer: coarse) {
  .card-services__btn:active {
    -webkit-tap-highlight-color: transparent;
    color: white;
  }
}
.slider-sales {
  width: 100%;
}
.slider-sales__elem {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px;
  width: 560px;
  margin-right: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.3s ease;
}
.slider-sales__elem:hover {
  border-color: var(--main);
}
.slider-sales__elem:hover .slider-sales__title {
  padding-left: 41px;
  position: relative;
}
.slider-sales__elem:hover .slider-sales__title:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) skew(-30deg);
  background-color: var(--main);
  width: 9px;
  height: 21px;
}
@media (max-width: 854px) {
  .slider-sales__elem {
    width: 311px;
    margin-right: 16px;
    padding: 16px;
  }
}
.slider-sales__title {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: white;
  margin-bottom: 24px;
  transition: 0.3s ease;
}
.slider-sales__title::before {
  transition: 0.3s ease;
  background-color: transparent;
}
@media (max-width: 854px) {
  .slider-sales__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.slider-sales__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #A7A7A7;
}
@media (max-width: 854px) {
  .slider-sales__text {
    font-size: 14px;
  }
}
.slider-sales__text a {
  color: var(--main);
  transition: 0.3s ease;
}
.slider-sales__text a:hover {
  opacity: 0.8;
}
.slider-sales .carousel__button {
  top: -91px;
  right: 0;
}
.slider-sales .carousel__button svg {
  display: none;
}
.slider-sales .carousel__button:before {
  content: '';
  position: absolute;
  background-image: url(../images/slider-arrow.svg);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.slider-sales .carousel__button.is-prev {
  left: initial;
  right: 80px;
}
.slider-sales .carousel__button.is-prev:before {
  transform: rotate(180deg);
}
.slider-sales .carousel__button:hover::before {
  opacity: 0.8;
}
.slider-sales .carousel__button[disabled] {
  opacity: 1;
}
.slider-sales .carousel__button[disabled]:before {
  opacity: 1;
  filter: grayscale(1);
}
.slider-sales .carousel__viewport {
  width: 100vw;
  max-width: initial;
}
@media (max-width: 854px) {
  .slider-sales .carousel__nav {
    display: none;
  }
}
@media (max-width: 340px) {
  .slider-sales .carousel__track {
    padding-left: 6px;
  }
}
.slider-locate {
  margin-top: 32px;
}
.slider-locate__elem {
  width: 329px;
  height: 320px;
  margin-right: 20px;
  padding: 0;
}
.slider-locate__img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slider-locate .carousel__button {
  top: -66px;
  right: 0;
}
@media (max-width: 854px) {
  .slider-locate .carousel__button {
    top: -53px;
  }
}
@media (max-width: 350px) {
  .slider-locate .carousel__button {
    right: -14px;
  }
}
.slider-locate .carousel__button svg {
  display: none;
}
.slider-locate .carousel__button:before {
  content: '';
  position: absolute;
  background-image: url(../images/slider-arrow.svg);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
@media (max-width: 350px) {
  .slider-locate .carousel__button:before {
    background-size: 25px 25px;
  }
}
.slider-locate .carousel__button.is-prev {
  left: initial;
  right: 80px;
}
@media (max-width: 854px) {
  .slider-locate .carousel__button.is-prev {
    right: 64px;
  }
}
@media (max-width: 350px) {
  .slider-locate .carousel__button.is-prev {
    right: 30px;
  }
}
.slider-locate .carousel__button.is-prev:before {
  transform: rotate(180deg);
}
.slider-locate .carousel__button:hover::before {
  opacity: 0.8;
}
.slider-locate .carousel__button[disabled] {
  opacity: 1;
}
.slider-locate .carousel__button[disabled]:before {
  opacity: 0.2;
  filter: grayscale(1);
}
.slider-locate .carousel__viewport {
  width: 100vw;
  max-width: initial;
  padding-right: 880px;
}
@media (max-width: 1220px) {
  .slider-locate .carousel__viewport {
    padding-right: 100px;
  }
}
@media (max-width: 854px) {
  .slider-locate .carousel__viewport {
    padding-right: 0;
  }
}
@media (max-width: 340px) {
  .slider-locate .carousel__track {
    padding-left: 6px;
  }
}
.slider-reviews {
  width: 100%;
}
.slider-reviews__elem {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px;
  width: 560px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 854px) {
  .slider-reviews__elem {
    width: 311px;
    margin-right: 16px;
    padding: 16px;
  }
}
.slider-reviews__elem_red {
  border-color: var(--main);
}
.slider-reviews__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #A7A7A7;
}
@media (max-width: 854px) {
  .slider-reviews__text {
    font-size: 14px;
  }
}
.slider-reviews__text a {
  color: var(--main);
  transition: 0.3s ease;
}
.slider-reviews__text a:hover {
  opacity: 0.8;
}
.slider-reviews__name {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  color: #FFFFFF;
  margin-top: 24px;
}
.slider-reviews__car {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  color: #A7A7A7;
}
.slider-reviews .carousel__button {
  top: -100px;
  right: 0;
}
.slider-reviews .carousel__button svg {
  display: none;
}
.slider-reviews .carousel__button:before {
  content: '';
  position: absolute;
  background-image: url(../images/slider-arrow.svg);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.slider-reviews .carousel__button.is-prev {
  left: initial;
  right: 80px;
}
.slider-reviews .carousel__button.is-prev:before {
  transform: rotate(180deg);
}
.slider-reviews .carousel__button:hover::before {
  opacity: 0.8;
}
.slider-reviews .carousel__button[disabled] {
  opacity: 1;
}
.slider-reviews .carousel__button[disabled]:before {
  opacity: 1;
  filter: grayscale(1);
}
.slider-reviews .carousel__viewport {
  width: 100vw;
  max-width: initial;
}
@media (max-width: 854px) {
  .slider-reviews .carousel__nav {
    display: none;
  }
}
@media (max-width: 340px) {
  .slider-reviews .carousel__track {
    padding-left: 6px;
  }
}
.slider-reviews_grey .slider-reviews__elem {
  border: none;
  background-color: #141414;
}
.slider-reviews_white-page .slider-reviews__elem {
  border: none;
  background-color: rgba(235, 235, 235, 0.34);
}
.slider-reviews_white-page .slider-reviews__text {
  color: #515151;
  font-size: 14px;
}
.slider-reviews_white-page .slider-reviews__name {
  color: #000;
}
.slider-works-block__slider {
  padding-bottom: 104px;
}
@media (max-width: 600px) {
  .slider-works-block__slider {
    padding-bottom: 32px;
  }
}
.slider-works-block__switcher {
  display: flex;
  gap: 40px;
}
@media (max-width: 400px) {
  .slider-works-block__switcher {
    gap: 20px;
  }
}
.slider-works-block__switcher-elem {
  color: #646464;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 400px) {
  .slider-works-block__switcher-elem {
    font-size: 16px;
  }
}
.slider-works-block__switcher-elem::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skew(-22deg);
  width: 8px;
  height: 24px;
  opacity: 0.1;
  border: 1px solid #000000;
  transition: 0.3s ease;
}
.slider-works-block__switcher-elem:hover {
  color: #000;
}
.slider-works-block__switcher-elem:hover::before {
  background-color: var(--main);
  border-color: var(--main);
  opacity: 0.5;
}
.slider-works-block__switcher-elem.active {
  pointer-events: none;
  color: #000;
}
.slider-works-block__switcher-elem.active:before {
  background-color: var(--main);
  border-color: var(--main);
  opacity: 1;
}
.slider-works-block_margin {
  margin-top: 111px;
}
@media (max-width: 600px) {
  .slider-works-block_margin {
    margin-top: 30px;
  }
}
.slider-works-block_s-margin {
  margin-top: 14px;
}
@media not screen and (min-width: 630px) {
  .slider-works-block_s-margin {
    margin-top: 24px;
  }
}
.slider-works {
  margin-top: 72px;
}
@media (max-width: 600px) {
  .slider-works {
    margin-top: 27px;
  }
}
.slider-works__elem {
  width: 538px;
  height: 328px;
  padding: 0;
}
@media (max-width: 600px) {
  .slider-works__elem {
    width: 343px;
    height: 240px;
  }
}
.slider-works__elem_none {
  display: none;
}
.slider-works__img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slider-works .carousel__button {
  top: -87px;
  right: 0;
}
@media (max-width: 600px) {
  .slider-works .carousel__button {
    top: -40px;
  }
}
@media (max-width: 350px) {
  .slider-works .carousel__button {
    right: -14px;
  }
}
.slider-works .carousel__button svg {
  display: none;
}
.slider-works .carousel__button:before {
  content: '';
  position: absolute;
  background-image: url(../images/slider-arrow.svg);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
@media (max-width: 350px) {
  .slider-works .carousel__button:before {
    background-size: 25px 25px;
  }
}
.slider-works .carousel__button.is-prev {
  left: initial;
  right: 80px;
}
@media (max-width: 600px) {
  .slider-works .carousel__button.is-prev {
    right: 64px;
  }
}
@media (max-width: 350px) {
  .slider-works .carousel__button.is-prev {
    right: 30px;
  }
}
.slider-works .carousel__button.is-prev:before {
  transform: rotate(180deg);
}
.slider-works .carousel__button:hover::before {
  opacity: 0.8;
}
.slider-works .carousel__button[disabled] {
  opacity: 1;
}
.slider-works .carousel__button[disabled]:before {
  opacity: 0.2;
  filter: grayscale(1);
}
.slider-works .carousel__viewport {
  width: 100vw;
  max-width: initial;
  padding-right: 400px;
}
@media (max-width: 1220px) {
  .slider-works .carousel__viewport {
    padding-right: 100px;
  }
}
@media (max-width: 600px) {
  .slider-works .carousel__viewport {
    padding-right: 0;
  }
}
.slider-works .carousel__track {
  gap: 20px;
}
@media (max-width: 340px) {
  .slider-works .carousel__track {
    padding-left: 6px;
  }
}
.slider-works_hovers .slider-works__info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s ease;
  transform: translateY(-100%);
  pointer-events: none;
}
@media (max-width: 600px) {
  .slider-works_hovers .slider-works__info {
    padding: 20px;
  }
}
.slider-works_hovers .slider-works__info span {
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 340px;
  display: block;
}
@media (max-width: 600px) {
  .slider-works_hovers .slider-works__info span {
    font-size: 16px;
  }
}
.slider-works_hovers .slider-works__img {
  position: relative;
  overflow: hidden;
}
.slider-works_hovers .slider-works__img:hover .slider-works__info {
  transform: translateY(0);
}
.slider-works_video {
  margin-top: 64px;
}
@media (max-width: 600px) {
  .slider-works_video {
    margin-top: 27px;
  }
}
.slider-works_video .carousel__button {
  top: -98px;
}
@media (max-width: 1100px) {
  .slider-works_video .carousel__button {
    top: -90px;
  }
}
@media (max-width: 600px) {
  .slider-works_video .carousel__button {
    top: -40px;
  }
}
@media (max-width: 350px) {
  .slider-works_video .carousel__button {
    right: -14px;
  }
}
.slider-works_video .slider-works__img {
  height: 328px;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .slider-works_video .slider-works__img {
    height: 240px;
  }
}
.slider-works_video .slider-works__elem {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.slider-works_video .slider-works__elem:hover .slider-works__img {
  transform: scale(1.02);
}
.slider-works_video .slider-works__info {
  display: flex;
  flex-direction: column;
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: white;
  margin-top: 32px;
}
@media (max-width: 600px) {
  .slider-works_video .slider-works__info {
    margin-top: 16px;
    font-size: 18px;
  }
}
.slider-works_video .slider-works__info span {
  font-size: 18px;
  color: #A7A7A7;
}
@media (max-width: 600px) {
  .slider-works_video .slider-works__info span {
    font-size: 14px;
  }
}
.slider-works_kits {
  margin-top: 42px;
  opacity: 0;
  pointer-events: none;
  height: 0;
  position: absolute;
  transition: 0.3s ease;
  display: none;
}
@media (max-width: 600px) {
  .slider-works_kits {
    margin-top: 27px;
  }
}
.slider-works_kits .carousel__button {
  top: -58px;
}
@media (max-width: 600px) {
  .slider-works_kits .carousel__button {
    display: none;
  }
}
.slider-works_kits .carousel__track {
  gap: 70px;
}
@media (max-width: 600px) {
  .slider-works_kits .carousel__track {
    gap: 20px;
  }
}
.slider-works_kits.active {
  opacity: 1;
  pointer-events: initial;
  position: relative;
  height: initial;
  display: block;
}
.slider-works_kits .slider-works__elem {
  width: 501px;
  height: 300px;
}
@media (max-width: 600px) {
  .slider-works_kits .slider-works__elem {
    width: 343px;
    height: 240px;
  }
}
.detail-slider__slider {
  display: flex;
  gap: 139px;
  color: #000;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding-top: 64px;
  position: relative;
}
@media (max-width: 1250px) {
  .detail-slider__slider {
    gap: 60px;
  }
}
@media (max-width: 1000px) {
  .detail-slider__slider {
    flex-direction: column;
    gap: 27px;
    padding-top: 26px;
  }
}
.detail-slider__nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 275px;
  flex: none;
}
@media (max-width: 1000px) {
  .detail-slider__nav {
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    padding-left: 5px;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .detail-slider__nav::-webkit-scrollbar {
    display: none;
  }
}
.detail-slider__nav-elem {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #646464;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .detail-slider__nav-elem {
    white-space: nowrap;
  }
}
.detail-slider__nav-elem::before {
  content: '';
  transform: skew(-20deg);
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 7px;
  height: 26px;
  display: block;
  transition: 0.3s ease;
}
.detail-slider__nav-elem:hover {
  color: rgba(0, 0, 0, 0.8);
}
.detail-slider__nav-elem:hover:before {
  border-color: #FF001D;
}
.detail-slider__nav-elem.active {
  pointer-events: none;
  color: black;
}
.detail-slider__nav-elem.active::before {
  background-color: #FF001D;
}
.detail-slider__content {
  position: relative;
}
.detail-slider__slide {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-right: 480px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(100vw);
  transition: 0.3s ease;
  opacity: 0;
}
@media (max-width: 1250px) {
  .detail-slider__slide {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .detail-slider__slide {
    gap: 10px;
  }
}
.detail-slider__slide.active {
  position: relative;
  transform: translateX(0);
  opacity: 1;
}
.detail-slider__title {
  font-size: 40px;
  line-height: 140%;
}
@media (max-width: 600px) {
  .detail-slider__title {
    font-size: 24px;
    display: none;
  }
}
@media (max-width: 600px) {
  .detail-slider__text {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .detail-slider__btn {
    order: 1;
    margin-top: 40px;
  }
}
.detail-slider__images {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1250px) {
  .detail-slider__images {
    position: relative;
    top: 0;
    transform: translate(0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .detail-slider__images {
    width: 100%;
  }
}
.detail-slider__images a {
  display: block;
}
.detail-slider__img {
  width: 482px;
  height: 294px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1000px) {
  .detail-slider__img {
    width: 100%;
    height: 209px;
  }
}
.detail-slider__img-dop {
  width: 299px;
  height: 182px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 21px;
  bottom: -50px;
}
@media (max-width: 1000px) {
  .detail-slider__img-dop {
    bottom: -20px;
    width: 50%;
    height: 129px;
  }
}
.detail-slider__arrows {
  position: absolute;
  top: -115px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1000px) {
  .detail-slider__arrows {
    left: initial;
    right: 0;
    top: -125px;
  }
}
@media (max-width: 600px) {
  .detail-slider__arrows {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
.detail-slider__arrow {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/slider-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
  cursor: pointer;
}
.detail-slider__arrow:first-child {
  transform: rotate(180deg);
}
.detail-slider__arrow:hover {
  opacity: 0.8;
}
.detail-slider__arrow.noactive {
  pointer-events: none;
  filter: brightness(0);
  opacity: 0.2;
}
.header {
  position: relative;
  z-index: 2;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 120px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
@media (max-width: 1371px) {
  .header__content {
    height: 80px;
  }
}
@media (min-width: 855px) and (max-width: 1090px) {
  .header__content {
    height: 70px;
  }
}
@media (max-width: 854px) {
  .header__content {
    height: 66px;
    border-bottom: none;
  }
}
.header__logo {
  width: 142px;
  height: 26px;
  margin-right: 32px;
}
@media (min-width: 855px) and (max-width: 1090px) {
  .header__logo {
    width: 120px;
    height: 21.97px;
  }
}
@media (max-width: 854px) {
  .header__logo {
    width: 120px;
    height: 21.97px;
    margin-right: 0;
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 854px) {
  .header__nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100vh;
    background-color: black;
    width: 300px;
    padding: 80px 40px;
    transform: translateX(100%);
    transition: 0.3s ease;
  }
  .header__nav.active {
    transform: translateX(0);
  }
}
.header__contact {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1371px) {
  .header__contact {
    align-items: flex-start;
  }
}
@media (max-width: 1260px) {
  .header__contact {
    align-items: center;
    position: relative;
    margin-left: auto;
  }
}
@media (max-width: 854px) {
  .header__contact {
    position: relative;
    margin-left: auto;
    align-items: center;
    z-index: 3;
  }
}
.header__btn {
  margin-left: 48px;
}
@media (max-width: 1260px) {
  .header__btn {
    display: none;
  }
}
@media (max-width: 854px) {
  .header__btn {
    display: none;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 854px) {
  .header__burger {
    display: block;
  }
}
.header_white {
  background-color: white;
}
.header_white .nav__elem {
  color: #000000;
}
.header_white .nav__elem:hover {
  color: #FF001D;
}
.header_white .nav__elem_drop::before {
  border-color: #000000;
}
.header_white .nav__elem_drop:hover {
  color: #000000;
}
.header_white .nav__elem_drop.active {
  color: white;
}
.header_white .logo {
  background-image: url(../images/logo_black.svg);
}
.header_white .contact p {
  color: rgba(0, 0, 0, 0.5);
}
.header_white .contact a {
  color: #000000;
}
.header_white .contact a:hover {
  color: #FF001D;
}
.header_white .burger span {
  background-color: #000000;
}
.header_white .burger span::before,
.header_white .burger span::after {
  background-color: #000000;
}
@media (max-width: 854px) {
  .header_white .services-drop__small-title p {
    color: #000000;
  }
}
@media (max-width: 854px) {
  .header_white .header__nav {
    background-color: white;
  }
}
.services-drop {
  position: absolute;
  z-index: 5;
  background-color: white;
  left: 0;
  top: 122px;
  padding: 0 32px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 100%;
}
@media (max-width: 1371px) {
  .services-drop {
    top: 80px;
    padding: 0 20px;
  }
}
@media (max-width: 1090px) {
  .services-drop {
    top: 70px;
  }
}
@media (max-width: 854px) {
  .services-drop {
    position: relative;
    top: 0;
    height: 0;
    transition: 0.3s ease;
    padding: 0;
    padding-bottom: 10px;
    background-color: transparent;
    max-height: 340px;
    overflow-y: scroll;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
    box-shadow: none;
  }
}
.services-drop.active {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 854px) {
  .services-drop.active {
    height: auto;
  }
}
.services-drop__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 854px) {
  .services-drop__grid {
    display: flex;
    flex-direction: column;
  }
}
.services-drop__elem {
  display: flex;
  flex-direction: column;
  padding: 72px 40px;
  transition: 0.3s ease;
}
@media (max-width: 1371px) {
  .services-drop__elem {
    padding: 40px 20px;
  }
}
@media (max-width: 854px) {
  .services-drop__elem {
    padding: 0;
  }
}
.services-drop__elem:hover {
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(249, 249, 249, 0.62) 100%);
}
@media (max-width: 854px) {
  .services-drop__elem:hover {
    background: transparent;
  }
}
.services-drop__small-title span {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
}
@media (max-width: 1371px) {
  .services-drop__small-title span {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 854px) {
  .services-drop__small-title span {
    display: none;
  }
}
.services-drop__small-title p {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin: 24px 0 40px;
}
@media (min-width: 855px) and (max-width: 1371px) {
  .services-drop__small-title p {
    margin: 15px 0 20px;
    font-size: 22px;
  }
}
@media (min-width: 855px) and (max-width: 1000px) {
  .services-drop__small-title p {
    font-size: 18px;
  }
}
@media (max-width: 854px) {
  .services-drop__small-title p {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.services-drop__link {
  position: relative;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #464646;
  margin-bottom: 24px;
  transition: 0.3s ease;
}
.services-drop__link:last-child {
  margin-bottom: 0;
}
.services-drop__link:hover {
  color: var(--main);
  padding-left: 15px;
}
.services-drop__link:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skew(-20deg);
  background-color: var(--main);
  width: 3px;
  height: 13px;
}
@media (max-width: 854px) {
  .services-drop__link:hover:before {
    left: 5px;
  }
}
@media (min-width: 855px) and (max-width: 1371px) {
  .services-drop__link {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 855px) and (max-width: 1000px) {
  .services-drop__link {
    font-size: 14px;
  }
}
@media (max-width: 854px) {
  .services-drop__link {
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 10px;
    color: rgba(196, 196, 196, 0.9);
  }
}
.services-drop__link_sales {
  padding-bottom: 27px;
}
.services-drop__link_sales:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/sales.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 61px;
  height: 19px;
}
@media (max-width: 854px) {
  .services-drop__link_sales:after {
    left: 10px;
  }
}
.footer__content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__nav {
  padding: 55px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 95px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1265px) {
  .footer__nav {
    grid-column-gap: 40px;
  }
}
@media (max-width: 1090px) {
  .footer__nav {
    display: flex;
    flex-direction: column;
    align-content: space-between;
  }
}
@media (max-width: 854px) {
  .footer__nav {
    align-content: initial;
    display: flex;
    flex-direction: column-reverse;
    padding: 24px 0 0;
  }
}
.footer__nav-elem {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s ease;
}
.footer__nav-elem:not(:last-child) {
  margin-bottom: 16px;
}
.footer__nav-elem:hover {
  opacity: 0.8;
}
.footer__elem {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1090px) {
  .footer__elem {
    display: none;
  }
}
@media (max-width: 854px) {
  .footer__elem {
    display: none;
  }
}
@media (max-width: 1352px) {
  .footer__elem_locate {
    min-width: 220px;
  }
}
@media (max-width: 1090px) {
  .footer__elem_locate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 854px) {
  .footer__elem_locate {
    padding-top: 0;
    border-top: none;
    flex-direction: column;
    min-width: initial;
    display: flex;
    padding-bottom: 32px;
  }
}
@media (max-width: 1090px) {
  .footer__elem_logo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding-bottom: 55px;
  }
}
@media (max-width: 854px) {
  .footer__elem_logo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 8px;
    align-items: center;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer__elem_hours a {
  cursor: default;
}
.footer__elem_hours a:hover {
  opacity: 1;
}
@media (max-width: 1090px) {
  .footer__elem_hours {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding-top: 20px;
  }
  .footer__elem_hours .footer__title {
    margin-bottom: 0;
  }
}
@media (max-width: 854px) {
  .footer__elem_hours {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 8px;
    align-items: center;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer__logo {
  width: 159px;
  height: 29.09px;
}
@media (max-width: 854px) {
  .footer__logo {
    width: 100.5px;
    height: 18.39px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 0.33333333;
    grid-row: 0.33333333;
  }
}
.footer__logo-info {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #818181;
  margin: 17px 0 29px;
}
@media (max-width: 1090px) {
  .footer__logo-info {
    display: none;
  }
}
@media (max-width: 854px) {
  .footer__logo-info {
    display: none;
  }
}
.footer__number {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s ease;
  white-space: nowrap;
}
.footer__number:hover {
  opacity: 0.8;
}
.footer__mail {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 16px;
}
@media (max-width: 1090px) {
  .footer__mail {
    margin-top: 0;
  }
}
@media (max-width: 854px) {
  .footer__mail {
    margin-top: 0;
    font-size: 14px;
    line-height: 19px;
  }
}
.footer__mail:hover {
  opacity: 0.8;
}
.footer__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 1090px) {
  .footer__title {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 854px) {
  .footer__title {
    margin-bottom: 16px;
  }
}
.footer__locate {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  padding-left: 32px;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
.footer__locate:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1090px) {
  .footer__locate:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 854px) {
  .footer__locate:not(:last-child) {
    margin-right: 0;
  }
}
.footer__locate:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/locate.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}
.footer__locate:hover {
  opacity: 0.8;
}
.footer__locate:hover::before {
  transform: scale(1.1);
}
.footer__links {
  display: flex;
  justify-content: space-between;
  padding: 56px 0;
}
@media (max-width: 1190px) {
  .footer__links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 854px) {
  .footer__links {
    display: flex;
    padding-top: 24px;
  }
}
.footer__link {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.footer__link span {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  flex: none;
}
@media (max-width: 854px) {
  .footer__link span {
    margin-right: 0;
  }
}
.footer__link p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
@media (max-width: 854px) {
  .footer__link p {
    display: none;
  }
}
.footer__link:hover {
  opacity: 0.8;
}
.footer__link_vk span {
  width: 30px;
  height: 30px;
}
.footer_white .footer__content {
  border-top: none;
}
.footer_white .footer__logo .logo {
  background-image: url(../images/logo_black.svg);
}
.footer_white .footer__nav-elem {
  color: #515151;
}
.footer_white .footer__number,
.footer_white .footer__mail,
.footer_white .footer__locate {
  color: #515151;
}
.footer_white .footer__title {
  color: black;
}
.fancybox__content {
  padding: 0;
}
.consult-popup {
  padding: 96px 72px;
}
@media (max-width: 854px) {
  .consult-popup {
    padding: 50px 30px;
    max-width: 100%;
  }
}
.consult-popup__form {
  display: flex;
  flex-direction: column;
}
.consult-popup__title {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  max-width: 500px;
  margin-bottom: 56px;
}
@media (max-width: 854px) {
  .consult-popup__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.consult-popup input {
  border: none;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 16px;
  margin-bottom: 48px;
  outline: none !important;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: black;
  transition: 0.3s ease;
}
@media (max-width: 854px) {
  .consult-popup input {
    margin-bottom: 25px;
  }
}
.consult-popup input:-ms-input-placeholder {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #646464;
  transition: 0.3s ease;
}
.consult-popup input::placeholder {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #646464;
  transition: 0.3s ease;
}
.consult-popup input:focus {
  border-color: var(--main);
}
.consult-popup input:focus:-ms-input-placeholder {
  color: #000000;
}
.consult-popup input:focus::placeholder {
  color: #000000;
}
.consult-popup select {
  border: none;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 16px;
  margin-bottom: 48px;
  outline: none !important;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: black;
  transition: 0.3s ease;
}
@media (max-width: 854px) {
  .consult-popup select {
    margin-bottom: 25px;
  }
}
.consult-popup select:focus {
  border-color: var(--main);
}
.consult-popup__checkbox {
  display: block;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #646464;
  margin-bottom: 48px;
}
@media (max-width: 854px) {
  .consult-popup__checkbox {
    margin-bottom: 25px;
  }
}
.consult-popup__checkbox a {
  cursor: pointer;
  transition: 0.3s ease;
  color: var(--main);
}
.consult-popup__checkbox a:hover {
  opacity: 0.8;
}
.intro-dop {
  position: relative;
}
.intro-dop::before {
  content: '';
  position: absolute;
  top: 111px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/intro/uct.svg);
  background-size: 100% 100%;
  background-position: center;
  width: 9600.82px;
  height: 266.69px;
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 854px) {
  .intro-dop::before {
    display: none;
  }
}
.intro-dop__content {
  padding: 133px 0;
}
@media (max-width: 854px) {
  .intro-dop__content {
    padding: 40px 0;
  }
}
.intro-dop__title {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 48px;
}
@media (max-width: 854px) {
  .intro-dop__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.intro-dop__nav {
  display: flex;
  justify-content: center;
}
.intro-dop__nav a {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #717171;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 854px) {
  .intro-dop__nav a {
    font-size: 24px;
  }
}
.intro-dop__nav a:not(:last-child) {
  margin-right: 48px;
}
@media (max-width: 854px) {
  .intro-dop__nav a:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 350px) {
  .intro-dop__nav a:not(:last-child) {
    margin-right: 20px;
  }
}
.intro-dop__nav a:hover {
  opacity: 0.8;
}
.intro-dop__nav a.active {
  color: #FF001D;
  pointer-events: none;
}
.intro-dop__sales {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  color: #FF001D;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.intro-dop__btn {
  width: 401px;
  height: 60px;
  margin: 0 auto;
}
@media (max-width: 854px) {
  .intro-dop__btn {
    width: 331px;
    margin-top: 40px;
  }
  .intro-dop__btn b {
    display: none;
  }
}
@media (max-width: 350px) {
  .intro-dop__btn {
    width: 100%;
  }
}
.line-contacts {
  position: relative;
  z-index: 1;
  margin: 60px 0 28px;
}
@media (max-width: 854px) {
  .line-contacts {
    display: none;
  }
}
.line-contacts::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 8px;
  top: 0;
  height: 100%;
  background-color: #141414;
  z-index: -1;
}
.line-contacts_map {
  margin-top: 0;
}
.line-contacts__content {
  padding: 56px 0;
  display: flex;
  padding-right: 500px;
}
.line-contacts__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(281px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(281px, 1fr));
  width: 100%;
  gap: 40px 112px;
}
.line-contacts__elem {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.line-contacts__elem-title {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  color: white;
  transition: 0.3s ease;
  white-space: nowrap;
}
.line-contacts__elem-title:hover {
  opacity: 0.8;
}
.line-contacts__elem-text {
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #A7A7A7;
}
.line-contacts__btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(124%);
}
.line-contacts_white-page::before {
  background-color: #F8F8F8;
  left: 0;
}
.line-contacts_white-page .line-contacts__elem-title {
  color: black;
}
.line-contacts_white-page .line-contacts__elem-text {
  color: #A7A7A7;
}
.line-contact-map {
  height: 400px;
  position: relative;
  z-index: 1;
  margin-top: 104px;
}
@media (max-width: 600px) {
  .line-contact-map {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.line-contact-map__map {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .line-contact-map__map {
    display: block;
    position: relative;
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 344px;
  }
}
.popup-discount-wheelpainting {
  width: 740px;
  max-width: 100%;
  z-index: 1;
}
.popup-discount-wheelpainting .carousel__button {
  top: 24px !important;
  right: initial !important;
  left: 24px !important;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 0 !important;
}
.popup-discount-wheelpainting .carousel__button svg {
  color: black !important;
  transition: 0.3s ease;
  filter: initial !important;
}
@media not all and (hover: none) and (pointer: coarse) {
  .popup-discount-wheelpainting .carousel__button:hover svg {
    transform: scale(1.02);
  }
}
@media all and (hover: none) and (pointer: coarse) {
  .popup-discount-wheelpainting .carousel__button:active {
    -webkit-tap-highlight-color: transparent;
  }
  .popup-discount-wheelpainting .carousel__button:active svg {
    transform: scale(1.02);
  }
}
.popup-discount-wheelpainting__head {
  width: 100%;
  padding: 97px 72px 44px;
  background-color: #FF001D;
  position: relative;
  z-index: 1;
}
@media not screen and (min-width: 600px) {
  .popup-discount-wheelpainting__head {
    padding: 97px 20px 22px;
  }
}
.popup-discount-wheelpainting__title {
  color: #FFF;
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 322px;
}
@media not screen and (min-width: 600px) {
  .popup-discount-wheelpainting__title {
    font-size: 16px;
    max-width: 196px;
  }
}
.popup-discount-wheelpainting__img {
  position: absolute;
  width: 300px;
  height: 228.125px;
  right: 59px;
  bottom: 0;
  background-image: url('../images/wheelpainting/wheel-lub.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
@media not screen and (min-width: 600px) {
  .popup-discount-wheelpainting__img {
    width: 150px;
    right: 3px;
  }
}
.popup-discount-wheelpainting__body {
  background-color: black;
  padding: 50px 72px 54px;
}
@media not screen and (min-width: 600px) {
  .popup-discount-wheelpainting__body {
    padding: 33px 20px 20px;
  }
}
.popup-discount-wheelpainting__table {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-discount-wheelpainting__table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.popup-discount-wheelpainting__table-row:first-child .popup-discount-wheelpainting__table-elem {
  color: #A7A7A7;
  font-weight: 400;
}
.popup-discount-wheelpainting__table-row:first-child .popup-discount-wheelpainting__table-elem:nth-child(2) {
  text-decoration: initial;
}
.popup-discount-wheelpainting__table-elem {
  font-family: 'Bruta Pro Extended', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
}
.popup-discount-wheelpainting__table-elem:first-child {
  color: #FFF;
  font-weight: 800;
}
.popup-discount-wheelpainting__table-elem:nth-child(2) {
  text-align: center;
  color: #A7A7A7;
  font-weight: 400;
  text-decoration: line-through;
}
.popup-discount-wheelpainting__table-elem:last-child {
  text-align: right;
  color: #FFF;
  font-weight: 800;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  white-space: nowrap;
  gap: 10px;
}
.popup-discount-wheelpainting__table-elem:last-child span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: 55px;
  height: 21px;
}
.popup-discount-wheelpainting__table-elem:last-child span::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-20deg);
  background-color: #FF001D;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.popup-discount-wheelpainting__info {
  margin: 20px 0 33px;
  color: #FCD303;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.popup-discount-wheelpainting__btn {
  display: flex;
  justify-content: center;
}
.popup-discount-wheelpainting__btn .btn {
  flex: none;
}
@media not screen and (min-width: 600px) {
  .popup-discount-wheelpainting__btn .btn {
    width: 100%;
  }
}
.intro {
  position: relative;
  z-index: 1;
}
.intro:before {
  content: '';
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-image: url(../images/intro/haze.webp);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 120%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 854px) {
  .intro:before {
    display: none;
  }
}
.intro:after {
  content: '';
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/intro/uct.svg);
  background-size: 100% 100%;
  background-position: center;
  width: 2581.47px;
  height: 72.41px;
}
@media (max-width: 854px) {
  .intro:after {
    width: 949.92px;
    height: 27.25px;
    bottom: 24px;
  }
}
.intro__content {
  padding: 308px 0 437px;
  background-image: url(../images/intro/back.webp);
  background-size: contain;
  background-position: center 40px;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .intro__content {
    padding: 250px 0 250px;
  }
}
@media (max-width: 854px) {
  .intro__content {
    background-position: center;
    background-size: cover;
    margin: 0 -20px;
    padding: 113px 20px;
  }
}
@media (max-width: 375px) {
  .intro__content {
    background-image: url(../images/intro/back-mob.webp);
    margin: 0;
    padding: 113px 0px;
  }
}
.intro__title {
  max-width: 600px;
}
@media (max-width: 854px) {
  .intro__title {
    max-width: 440px;
  }
}
.intro__title_discount {
  position: relative;
}
.intro__title_discount::before {
  content: '';
  position: absolute;
  left: 0;
  top: -76px;
  background-image: url(../images/discount-banner-title.svg?v=2);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 174px;
  height: 56.368px;
}
@media not screen and (min-width: 600px) {
  .intro__title_discount::before {
    left: 50%;
    transform: translateX(-50%);
    width: 81px;
    height: 28px;
    top: -44px;
  }
}
.intro__img {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 1063px;
}
@media (max-width: 1700px) {
  .intro__img {
    max-width: 60%;
  }
}
@media (max-width: 1000px) {
  .intro__img {
    display: none;
  }
}
.intro__img img {
  width: 100%;
}
.intro__btns {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media not screen and (min-width: 854px) {
  .intro__btns {
    gap: 20px;
  }
}
.intro_repair {
  z-index: 1;
}
.intro_repair::after {
  width: 100%;
  height: 524px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  bottom: -40px;
}
@media (max-width: 600px) {
  .intro_repair::after {
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/intro/uct.svg);
    background-size: 100% 100%;
    background-position: center;
    width: 949.92px;
    height: 27.25px;
    bottom: initial;
    top: 38%;
  }
}
.intro_repair .wrapper {
  position: relative;
}
.intro_repair .intro__content {
  padding-top: 142px;
  padding-bottom: 46px;
  background-image: url(../images/repair/intro.png);
}
@media (max-width: 600px) {
  .intro_repair .intro__content {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .intro_repair .intro__content {
    background-size: 120% 44%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.intro_repair .intro__title {
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .intro_repair .intro__title {
    max-width: none;
  }
}
.intro_repair .intro__info {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: 16px;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .intro_repair .intro__info {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .intro_repair .intro__info {
    font-family: 'Bruta Global Extended';
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    margin: 16px 0 32px;
  }
}
.intro_repair .intro__btn {
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .intro_repair .intro__btn {
    width: 100%;
  }
  .intro_repair .intro__btn .btn {
    width: calc(100% - 110px);
  }
}
.intro_repair .intro__video {
  position: absolute;
  right: 102px;
  top: 88px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .intro_repair .intro__video {
    display: none;
  }
}
.intro_repair .intro__benefits {
  margin-top: 106px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .intro_repair .intro__benefits {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .intro_repair .intro__benefits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 70px;
  }
}
@media (max-width: 600px) {
  .intro_repair .intro__benefits {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 84px;
  }
}
@media (max-width: 600px) {
  .intro_repair .intro__card {
    background-color: #141414;
    padding: 16px;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  .intro_repair .intro__card:last-child {
    flex-direction: row;
    -ms-grid-column: span 2;
    grid-column: span 2;
    align-items: center;
    padding: 40px 0;
    justify-content: center;
  }
}
.intro_repair .intro__card-icon {
  width: 72px;
  height: 72px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  .intro_repair .intro__card-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1000px) {
  .intro_repair .intro__card-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 600px) {
  .intro_repair .intro__card-icon {
    width: 40px;
    height: 40px;
  }
}
.intro_repair .intro__card-title {
  margin: 32px 0 16px;
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .intro_repair .intro__card-title {
    margin: 24px 0 12px;
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .intro_repair .intro__card-title {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .intro_repair .intro__card-title {
    margin-top: 0;
  }
}
.intro_repair .intro__card-info {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1400px) {
  .intro_repair .intro__card-info {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .intro_repair .intro__card-info {
    display: none;
  }
}
.intro_envelope:before {
  content: '';
  top: initial;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-image: none;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 232px;
  z-index: 0;
  display: block !important;
}
.intro_envelope::after {
  z-index: -1;
  bottom: 45px;
  opacity: 0.8;
}
.intro_envelope .intro__back {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-position: left 0 center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 120%;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 600px) {
  .intro_envelope .intro__back {
    height: 100%;
  }
}
@media (max-width: 1400px) {
  .intro_envelope .intro__back_left {
    background-position: center center;
  }
}
.intro_envelope .intro__content {
  background-image: none;
  padding: 123px 0 83px;
  position: relative;
  margin: 0;
}
@media (max-width: 600px) {
  .intro_envelope .intro__content {
    padding: 32px 0;
  }
}
.intro_envelope .intro__title {
  max-width: 1077px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1690px) {
  .intro_envelope .intro__title {
    max-width: 1000px;
  }
}
.intro_envelope .intro__info {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #FFFFFF;
  max-width: 646px;
  margin: 14px 0 48px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .intro_envelope .intro__info {
    font-size: 16px;
    text-align: center;
    margin: 16px 0 24px;
  }
}
.intro_envelope .intro__info span {
  color: var(--main);
}
.intro_envelope .intro__btn {
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .intro_envelope .intro__btn {
    width: 100%;
  }
}
.intro_envelope .intro__video {
  position: absolute;
  right: 102px;
  top: 88px;
  z-index: 1;
}
@media (max-width: 1100px) {
  .intro_envelope .intro__video {
    display: none;
  }
}
@media not screen and (min-width: 600px) {
  .intro_wheel-painting {
    padding-top: 62px;
  }
}
.intro_wheel-painting .intro__back {
  opacity: 1;
}
.intro_locksmith-repair::before {
  display: none !important;
}
.intro_locksmith-repair::after {
  display: none;
}
.intro_locksmith-repair .intro__back-item {
  position: absolute;
  right: 0;
  top: -121px;
  width: 1270px;
  height: 1064px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url(/images/locksmithrepair/intro_back-item.webp);
}
@media (max-width: 1100px) {
  .intro_locksmith-repair .intro__back-item {
    width: 50vw;
    height: 500px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 600px) {
  .intro_locksmith-repair .intro__back-item {
    width: 100%;
    height: 100%;
    right: initial;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    background-image: url(/images/locksmithrepair/intro_back-mobile.webp);
    background-position: top center;
  }
}
@media (max-width: 600px) {
  .intro_locksmith-repair .intro__content {
    padding: 201px 0 35px;
  }
}
.intro_exhaust .intro__back {
  background-position: center;
  opacity: 0.3;
}
.intro_zeekr::before,
.intro_zeekr::after {
  display: none;
}
.intro_zeekr .intro__content {
  z-index: 2;
  position: relative;
  background-image: none;
  padding: 71px 0 160px;
}
@media (max-width: 854px) {
  .intro_zeekr .intro__content {
    padding: 236px 20px 70px;
    padding-top: 50%;
  }
}
.intro_zeekr .intro__title {
  max-width: initial;
}
.intro_zeekr .intro__info {
  color: #515151;
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  max-width: 671px;
  margin: 14px 0 80px;
  text-shadow: 1px 1px 1px #ffffff;
}
@media (max-width: 600px) {
  .intro_zeekr .intro__info {
    font-size: 16px;
    text-align: center;
    margin: 16px 0 24px;
  }
}
.intro_zeekr .intro__back-item {
  position: absolute;
  right: 0;
  top: -36px;
  width: 1404px;
  height: 697px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url(/images/bodykitszeekr/intro_back-item.webp);
}
@media (max-width: 1760px) {
  .intro_zeekr .intro__back-item {
    right: -10vw;
  }
}
@media (max-width: 1540px) {
  .intro_zeekr .intro__back-item {
    width: 1200px;
    height: 600px;
  }
}
@media (max-width: 1100px) {
  .intro_zeekr .intro__back-item {
    width: 100vw;
    height: 500px;
  }
}
@media (max-width: 600px) {
  .intro_zeekr .intro__back-item {
    width: 100%;
    height: 100%;
    right: initial;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    background-position: top center;
  }
}
.intro_washing::before,
.intro_washing::after {
  display: none;
}
.intro_washing .intro__content {
  padding: 112px 0 106px;
  z-index: 2;
  position: relative;
  background-image: none;
}
@media (max-width: 854px) {
  .intro_washing .intro__content {
    padding: 32px 20px 40px;
  }
}
.intro_washing .intro__title {
  max-width: initial;
}
@media (max-width: 380px) {
  .intro_washing .intro__title .title {
    font-size: 20px;
  }
}
.intro_washing .intro__info {
  color: white;
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  max-width: 671px;
  margin: 14px 0 80px;
}
@media (max-width: 600px) {
  .intro_washing .intro__info {
    font-size: 16px;
    text-align: center;
    margin: 16px 0 24px;
  }
}
.intro_washing .intro__back-item {
  position: absolute;
  right: 0;
  top: 67px;
  width: 1141px;
  height: 531px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url(/images/washing/washing-back.png);
}
@media (max-width: 1760px) {
  .intro_washing .intro__back-item {
    right: -10vw;
  }
}
@media (max-width: 1540px) {
  .intro_washing .intro__back-item {
    width: 1200px;
    height: 600px;
  }
}
@media (max-width: 1100px) {
  .intro_washing .intro__back-item {
    width: 100vw;
    height: 500px;
    top: -80px;
  }
}
@media (max-width: 600px) {
  .intro_washing .intro__back-item {
    display: none;
  }
}
.services__content {
  padding: 104px 0 190px;
}
@media (max-width: 854px) {
  .services__content {
    padding-top: 50px;
  }
}
.services__title {
  margin-bottom: 64px;
}
@media (max-width: 854px) {
  .services__title {
    margin-bottom: 40px;
  }
}
.services__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 96px;
}
@media (max-width: 1500px) {
  .services__grid {
    grid-column-gap: 40px;
  }
}
@media (max-width: 1300px) {
  .services__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 854px) {
  .services__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
  }
}
.services__elem {
  display: flex;
  flex-direction: column;
}
.services__drop {
  display: flex;
  flex-direction: column;
}
@media (max-width: 854px) {
  .services__drop {
    overflow: hidden;
    transition: 0.3s ease;
    height: 0;
    opacity: 0;
    padding-left: 20px;
    pointer-events: none;
  }
  .services__drop.active {
    height: auto;
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: initial;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 854px) {
  .services__small-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-right: 35px;
  }
  .services__small-title:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/plus.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .services__small-title.active:before {
    transform: translateY(-50%) rotate(45deg);
  }
}
.services__small-title span {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
}
.services__small-title p {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 24px 0 40px;
}
@media (max-width: 854px) {
  .services__small-title p {
    margin: 0;
    margin-left: 20px;
    font-size: 22px;
  }
}
.services__link {
  position: relative;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 24px;
  transition: 0.3s ease;
}
@media (max-width: 854px) {
  .services__link {
    margin-bottom: 15px;
    line-height: 120%;
  }
}
.services__link:last-child {
  margin-bottom: 0;
}
.services__link:hover {
  color: var(--main);
  padding-left: 15px;
}
.services__link:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skew(-20deg);
  background-color: var(--main);
  width: 3px;
  height: 13px;
}
.services__link_sales {
  padding-bottom: 27px;
}
.services__link_sales:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/sales.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 61px;
  height: 19px;
}
.directions__content {
  padding-top: 100px;
  padding-bottom: 76px;
}
.directions__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
.directions__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
}
.popular-services__content {
  padding-top: 80px;
  padding-bottom: 92px;
}
@media (max-width: 854px) {
  .popular-services__content {
    padding-top: 32px;
    padding-bottom: 166px;
  }
}
.popular-services__content_services {
  padding-bottom: 80px;
}
@media (max-width: 854px) {
  .popular-services__content_services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.popular-services__title {
  margin-bottom: 48px;
}
@media (max-width: 854px) {
  .popular-services__title {
    margin-bottom: 32px;
  }
}
.popular-services__grid {
  display: flex;
  flex-wrap: wrap;
  padding-right: 520px;
}
@media (max-width: 1530px) {
  .popular-services__grid {
    padding-right: 543px;
  }
}
.popular-services__grid_services {
  padding-right: 0;
}
.popular-services__grid a {
  margin-bottom: 8px;
}
.popular-services__grid a:not(:last-child) {
  margin-right: 8px;
}
.why__content {
  position: relative;
  background-color: white;
  padding: 70px;
}
@media (max-width: 1530px) {
  .why__content {
    padding-top: 300px;
  }
}
@media (max-width: 854px) {
  .why__content {
    margin: 0 -16px;
    padding: 0 16px;
    padding-top: 197px;
    padding-bottom: 48px;
  }
}
.why__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  color: #000000;
  max-width: 772px;
  margin: 48px 0 72px;
}
@media (max-width: 1090px) {
  .why__text {
    font-size: 26px;
    margin: 30px 0 60px;
  }
}
@media (max-width: 854px) {
  .why__text {
    font-size: 24px;
    margin: 24px 0 48px;
  }
}
.why__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 114px;
}
@media (max-width: 1530px) {
  .why__grid {
    grid-column-gap: 80px;
  }
}
@media (max-width: 1200px) {
  .why__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 80px;
  }
}
@media (max-width: 854px) {
  .why__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 48px;
  }
}
.why__video {
  position: absolute;
  top: -138px;
  right: 107px;
}
@media (max-width: 1530px) {
  .why__video {
    top: -220px;
  }
}
@media (max-width: 854px) {
  .why__video {
    top: -138px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.why__video:before {
  content: '';
  position: absolute;
  bottom: -60px;
  right: 0px;
  opacity: 0.1;
  border: 1px solid #000000;
  width: 105px;
  height: 340px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: skew(-20deg);
}
@media (max-width: 854px) {
  .why__video:before {
    display: none;
  }
}
.last-works_page {
  position: relative;
}
.last-works_page:before {
  content: '';
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-image: url(../images/intro/haze.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 1120px;
  z-index: -1;
}
.last-works__content {
  padding: 100px 0;
}
@media (max-width: 854px) {
  .last-works__content {
    padding: 48px 0;
    display: flex;
    flex-direction: column;
  }
}
.last-works__content_page {
  display: flex;
  flex-direction: column;
  padding: 150px 0 0;
}
@media (max-width: 854px) {
  .last-works__content_page {
    padding: 50px 0 0;
  }
}
@media (max-width: 854px) {
  .last-works__title {
    margin-bottom: 24px;
  }
}
.last-works__title_page {
  margin-bottom: 40px;
}
.last-works__btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 18px;
}
@media (max-width: 854px) {
  .last-works__btn {
    order: 1;
    justify-content: center;
    margin-bottom: 0;
    padding: 112px 0;
  }
}
.last-works__btn_page {
  order: 1;
  justify-content: center;
  margin-bottom: 0;
  padding: 90px 0;
  transition: 0.3s ease;
}
.last-works__btn_page.active {
  padding: 0;
}
.last-works__selects {
  display: flex;
  margin-bottom: 53px;
}
@media (max-width: 854px) {
  .last-works__selects {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.last-works__grid {
  overflow-x: auto;
  width: 100vw;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.last-works__grid::-webkit-scrollbar {
  display: none;
}
.last-works__grid_page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 1024px;
  overflow: hidden;
  transition: 0.3s ease;
}
@media (max-width: 1090px) {
  .last-works__grid_page {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 660px) {
  .last-works__grid_page {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.last-works__grid_page.active {
  height: auto;
}
.last-works__grid-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(560px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(560px, 1fr));
  grid-column-gap: 20px;
  grid-auto-flow: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 100px;
}
@media (max-width: 854px) {
  .last-works__grid-inner {
    -ms-grid-columns: (minmax(343px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(343px, 1fr));
  }
}
.sales__content {
  padding-bottom: 15px;
}
@media (max-width: 854px) {
  .sales__content {
    padding-bottom: 0;
  }
}
.sales__title {
  margin-bottom: 56px;
}
@media (max-width: 854px) {
  .sales__title {
    margin-bottom: 24px;
  }
}
.lounge {
  background-image: url(../images/lounge/back.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .lounge {
    background-size: cover;
    background-position: -150px center;
  }
}
@media (max-width: 854px) {
  .lounge {
    background: linear-gradient(180deg, #020202 13.66%, rgba(9, 10, 11, 0) 45.01%), linear-gradient(270deg, #0A0A0B 0%, rgba(18, 19, 22, 0) 42.55%);
    background-image: url(../images/lounge/back.jpg);
    background-size: 767px 511px;
    background-position: -80px 0;
    background-repeat: no-repeat;
  }
}
@media (min-width: 600px) and (max-width: 854px) {
  .lounge {
    background-size: cover;
    background-position: 0 center;
  }
}
@media (max-width: 375px) {
  .lounge {
    background: none;
    background-image: url(../images/lounge/back-mob.jpg);
    background-size: cover;
    background-position: center;
  }
}
.lounge__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 390px 0;
  position: relative;
}
@media (max-width: 1090px) {
  .lounge__content {
    align-items: flex-start;
  }
}
@media (max-width: 854px) {
  .lounge__content {
    padding: 127px 0;
    align-items: flex-start;
  }
}
.lounge__content:before {
  content: '';
  position: absolute;
  left: 127px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/lounge/before.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 848.28px;
  height: 745px;
  z-index: 2;
}
@media (max-width: 1600px) {
  .lounge__content:before {
    width: 400px;
    height: 350px;
  }
}
@media (max-width: 1090px) {
  .lounge__content:before {
    left: initial;
    right: 100px;
  }
}
@media (max-width: 854px) {
  .lounge__content:before {
    display: none;
  }
}
.lounge__content::after {
  content: '';
  position: absolute;
  opacity: 0.15;
  border: 1px solid #FFFFFF;
  width: 363px;
  height: 745px;
  left: 310px;
  top: 47px;
  transform: skew(-20deg);
  z-index: 1;
}
@media (max-width: 854px) {
  .lounge__content::after {
    display: none;
  }
}
.lounge__info {
  position: relative;
  z-index: 2;
}
.lounge__title {
  max-width: 695px;
  margin-bottom: 40px;
}
@media (max-width: 1090px) {
  .lounge__title {
    max-width: 400px;
  }
}
.lounge__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #FFFFFF;
  max-width: 479px;
}
@media (max-width: 854px) {
  .lounge__text {
    line-height: 150%;
  }
}
@media (max-width: 854px) {
  .partners {
    display: none;
  }
}
.partners__content {
  padding: 40px 0;
}
@media (max-width: 1090px) {
  .partners__content {
    padding: 20px 0;
  }
}
.partners__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1090px) {
  .partners__grid {
    grid-row-gap: 20px;
  }
}
.partners__grid_3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.partners__elem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.partners__elem:before {
  content: '';
  width: 1px;
  height: 24px;
  background-color: white;
  opacity: 0.2;
  transform: skew(-20deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.partners__elem:first-child:after {
  content: '';
  width: 1px;
  height: 24px;
  background-color: white;
  opacity: 0.2;
  transform: skew(-20deg) translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 1090px) {
  .partners__elem:nth-child(3):after {
    content: '';
    width: 1px;
    height: 24px;
    background-color: white;
    opacity: 0.2;
    transform: skew(-20deg) translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
  }
}
.partners__elem_low {
  opacity: 1;
}
.partners__img {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 75px;
  filter: saturate(0);
  opacity: 0.5;
  transition: 0.3s ease;
  will-change: filter;
}
@media (max-width: 1200px) {
  .partners__img {
    width: 100%;
    height: 60px;
  }
}
.partners__img:hover {
  filter: saturate(1);
  opacity: 1;
}
.partners_white-page .partners__img {
  filter: initial;
  opacity: 1;
}
.partners_white-page .partners__img:hover {
  opacity: 1;
  filter: initial;
  filter: opacity(80%);
}
.partners_white-page .partners__elem::after,
.partners_white-page .partners__elem::before {
  display: none;
}
.charging {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .charging {
    margin-bottom: 0;
  }
}
@media (max-width: 800px) {
  .charging {
    margin-bottom: 70px;
  }
}
.charging__content {
  background-image: url(../images/charging/back.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 95px 50px 95px 50px;
  padding-left: 652px;
}
@media (max-width: 1500px) {
  .charging__content {
    padding-left: 30%;
  }
}
@media (max-width: 1400px) {
  .charging__content {
    background-position: center left -140px;
  }
}
@media (max-width: 1200px) {
  .charging__content {
    background-position: top -200px left -300px;
  }
}
@media (max-width: 800px) {
  .charging__content {
    background-image: none;
    position: relative;
    padding: 0;
  }
  .charging__content::before {
    content: '';
    display: block;
    width: 100%;
    height: 233px;
    background-image: url(../images/charging/back.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
  }
}
.charging__title {
  margin-bottom: 55px;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  .charging__title {
    margin-bottom: 30px;
  }
}
.charging__info {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .charging__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 800px) {
  .charging__info {
    overflow: hidden;
  }
}
.charging__list {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: white;
  position: relative;
  z-index: 2;
}
.charging__list ul {
  list-style: initial;
  padding-left: 10px;
}
.charging__list ul li::marker {
  font-size: 12px;
}
.charging__list ul li:not(:last-child) {
  margin-bottom: 18px;
}
.charging__list a {
  color: #FF4D00;
  transition: 0.3s ease;
}
.charging__list a:hover {
  color: rgba(255, 77, 0, 0.8);
}
.charging__options {
  position: relative;
  padding: 71px 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .charging__options {
    margin-left: auto;
  }
}
@media (max-width: 800px) {
  .charging__options {
    margin-bottom: 30px;
    margin: 0;
    background-color: #FF001D;
    width: 100%;
    padding: 40px;
  }
}
.charging__options::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skewX(-20deg);
  background-color: #FF001D;
  width: 80%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 800px) {
  .charging__options::before {
    display: none;
  }
}
.charging__options::after {
  content: '';
  position: absolute;
  height: 470px;
  width: 120px;
  border: 1px solid #131B22;
  transform: skew(-20deg);
  left: 90px;
  top: -135px;
  z-index: -2;
}
@media (max-width: 800px) {
  .charging__options::after {
    display: none;
  }
}
.charging__options h3 {
  color: #FFF;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  line-height: 150%;
  /* 33px */
  text-transform: uppercase;
  margin-bottom: 25px;
}
.charging__options ol {
  padding-left: 20px;
}
.charging__options ol li {
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  list-style: decimal;
}
.charging__options ol li:not(:last-child) {
  margin-bottom: 22px;
}
.contacts {
  background-color: white;
  position: relative;
}
.contacts__content {
  padding: 80px 150px;
  display: flex;
}
@media (max-width: 1550px) {
  .contacts__content {
    padding: 80px 70px;
  }
}
@media (max-width: 1220px) {
  .contacts__content {
    padding: 80px 0;
    flex-direction: column;
  }
}
@media (max-width: 854px) {
  .contacts__content {
    flex-direction: column;
    padding: 40px 0;
    align-items: center;
  }
}
.contacts__links {
  display: flex;
  flex-direction: column;
  max-width: 279px;
  margin-right: 170px;
  flex: none;
}
@media (max-width: 1630px) {
  .contacts__links {
    max-width: 25%;
    margin-right: 100px;
  }
}
@media (max-width: 1220px) {
  .contacts__links {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 854px) {
  .contacts__links {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.contacts__links-block {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EDEDED;
  padding: 32px 0;
}
@media (max-width: 1220px) {
  .contacts__links-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 854px) {
  .contacts__links-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.contacts__links-block:first-child {
  padding-top: 0;
}
.contacts__links-block span {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}
@media (max-width: 1220px) {
  .contacts__links-block span {
    margin-bottom: 0;
  }
}
@media (max-width: 854px) {
  .contacts__links-block span {
    margin-bottom: 12px;
  }
}
.contacts__number {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  transition: 0.3s ease;
  white-space: nowrap;
}
.contacts__number:hover {
  opacity: 0.8;
}
.contacts__yandex-link {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #FF001D;
  position: relative;
  padding-left: 27px;
  transition: 0.3s ease;
  display: none;
}
@media (max-width: 1220px) {
  .contacts__yandex-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 854px) {
  .contacts__yandex-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.contacts__yandex-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/locate-full.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 22px;
}
.contacts__yandex-link:hover {
  opacity: 0.8;
}
.contacts__yandex-link.active {
  display: block;
}
.contacts__btn {
  width: 100%;
  height: 60px;
  margin-top: 32px;
}
@media (max-width: 1220px) {
  .contacts__btn {
    max-width: 400px;
    margin: 32px auto 0;
  }
}
.contacts__info {
  width: 100%;
}
@media (max-width: 1630px) {
  .contacts__info {
    max-width: 70%;
  }
}
@media (max-width: 1220px) {
  .contacts__info {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 854px) {
  .contacts__info {
    width: 100%;
  }
}
.services-page {
  background-color: white;
  padding: 80px 150px;
  position: relative;
}
@media (max-width: 1370px) {
  .services-page {
    padding: 80px 80px;
  }
}
@media (max-width: 854px) {
  .services-page {
    padding: 40px 0;
  }
}
.services-page__content {
  display: flex;
}
@media (max-width: 1230px) {
  .services-page__content {
    flex-direction: column;
  }
}
@media (max-width: 854px) {
  .services-page__content {
    flex-direction: column;
  }
}
.services-page__left {
  flex: none;
  max-width: 279px;
  margin-right: 170px;
}
@media (max-width: 1630px) {
  .services-page__left {
    margin-right: 100px;
    max-width: 20%;
  }
}
@media (max-width: 1230px) {
  .services-page__left {
    max-width: 100%;
  }
}
@media (max-width: 854px) {
  .services-page__left {
    max-width: 100%;
    margin-right: 0;
    display: none;
  }
}
.services-page__nav {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1230px) {
  .services-page__nav {
    flex-direction: row;
    justify-content: space-between;
  }
}
.services-page__nav-elem {
  position: relative;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  color: #909090;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1230px) {
  .services-page__nav-elem {
    font-size: 20px;
  }
}
.services-page__nav-elem:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) skew(-20deg);
  background-color: var(--main);
  width: 9px;
  height: 41px;
  opacity: 0;
  transition: 0.1s ease;
}
.services-page__nav-elem:not(:last-child) {
  margin-bottom: 48px;
}
.services-page__nav-elem:hover {
  color: #000000;
}
.services-page__nav-elem.active {
  padding-left: 41px;
  color: #000000;
  pointer-events: none;
}
.services-page__nav-elem.active:before {
  opacity: 1;
}
.services-page__info {
  max-width: 1027px;
}
@media (max-width: 1630px) {
  .services-page__info {
    max-width: 75%;
  }
}
@media (max-width: 854px) {
  .services-page__info {
    max-width: initial;
  }
}
.services-page__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 32px;
  max-width: 878px;
}
@media (max-width: 854px) {
  .services-page__title {
    font-size: 32px;
  }
}
.services-page__text {
  max-width: 878px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 32px;
}
.services-page__text iframe {
  width: 100%;
}
.services-page__text img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-page__list {
  max-width: 878px;
  margin-bottom: 64px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.services-page__list li:not(:last-child) {
  margin-bottom: 10px;
}
.services-page__slider {
  margin-bottom: 64px;
}
.services-page__slider-white {
  position: absolute;
  left: 0;
  width: 100%;
  height: 360px;
  pointer-events: none;
}
.services-page__slider-white:before {
  content: '';
  position: absolute;
  right: -1px;
  top: -1;
  width: 130px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 103.88%);
  z-index: 3;
}
@media (max-width: 854px) {
  .services-page__slider-white:before {
    display: none;
  }
}
.services-page__prices-elem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
}
@media (max-width: 854px) {
  .services-page__prices-elem {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.services-page__prices-elem:first-child {
  padding-top: 0;
}
.services-page__prices-elem:last-child {
  padding-bottom: 0;
}
.services-page__prices-elem:not(:last-child) {
  border-bottom: 1px solid #CFCFCF;
}
.services-page__prices-elem p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
}
@media (max-width: 854px) {
  .services-page__prices-elem p {
    font-size: 22px;
  }
}
.services-page__prices-elem p:last-child {
  margin-left: 72px;
  flex: none;
}
@media (max-width: 854px) {
  .services-page__prices-elem p:last-child {
    margin-left: 0;
    margin-top: 8px;
    font-size: 24px;
  }
}
.services-page__prices-elem p.red {
  color: var(--main);
}
.services-page__prices-elem p.grey {
  opacity: 0.3;
}
.stages-work {
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .stages-work {
    background-color: white;
  }
}
.stages-work__content {
  background-color: white;
  padding: 72px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 600px) {
  .stages-work__content {
    padding: 32px 0;
  }
}
.stages-work__content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  background-color: var(--main);
  width: 50vw;
  height: 100%;
}
@media (max-width: 600px) {
  .stages-work__content:before {
    display: none;
  }
}
.stages-work__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stages-work__btn {
  position: relative;
  flex: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1000px) {
  .stages-work__btn {
    display: none;
  }
}
.stages-work__btn:before {
  content: '';
  position: absolute;
  top: -11px;
  right: 41px;
  opacity: 0.1;
  border: 1px solid #000000;
  width: 105px;
  height: 340px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: skew(-20deg);
}
@media (max-width: 600px) {
  .stages-work__btn:before {
    display: none;
  }
}
.stages-work__grid {
  margin-top: 56px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 62px;
}
@media (max-width: 1600px) {
  .stages-work__grid {
    gap: 30px;
  }
}
@media (max-width: 1300px) {
  .stages-work__grid {
    -ms-grid-columns: (minmax(218px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(218px, 1fr));
  }
}
@media (max-width: 1000px) {
  .stages-work__grid {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .stages-work__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    margin-top: 24px;
  }
}
.stages-work__grid_white .stages-work__card-info {
  color: white;
}
.stages-work__grid_wide {
  gap: 24px;
}
.stages-work__grid_wide .stages-work__card-info {
  font-size: 16px;
}
.stages-work__card-img {
  width: 100%;
  height: 156px;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .stages-work__card-img {
    margin-bottom: 16px;
  }
}
.stages-work__card-info {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #646464;
}
@media (max-width: 600px) {
  .stages-work__card-info {
    font-size: 14px;
    line-height: 140%;
  }
}
.stages-work_locksmith-repair .stages-work__title {
  color: black !important;
}
.stages-work_locksmith-repair .stages-work__grid {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1300px) {
  .stages-work_locksmith-repair .stages-work__grid {
    -ms-grid-columns: (minmax(218px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(218px, 1fr));
  }
}
@media (max-width: 600px) {
  .stages-work_locksmith-repair .stages-work__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.detail {
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .detail {
    background: #F3F3F3;
  }
}
.detail__content {
  background: #F3F3F3;
  padding: 72px;
  padding-top: 104px;
}
@media (max-width: 1050px) {
  .detail__content {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .detail__content {
    padding: 32px 0;
  }
}
.detail__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400px) {
  .detail__title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 1400px) {
  .detail__nav {
    margin-top: 20px;
  }
}
@media (max-width: 1050px) {
  .detail__nav {
    max-width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .detail__nav::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 600px) {
  .detail__nav {
    margin-top: 0;
    position: absolute;
    top: 318px;
    left: 0;
    z-index: 2;
    max-width: 100%;
  }
}
.detail__dinamic-content {
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 56px;
}
@media (max-width: 1400px) {
  .detail__dinamic-content {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .detail__dinamic-content {
    margin-top: 24px;
  }
}
.detail__into-tab {
  transition: 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  opacity: 0;
}
@media (max-width: 1400px) {
  .detail__into-tab {
    align-items: flex-start;
  }
}
@media (max-width: 1050px) {
  .detail__into-tab {
    flex-direction: column;
    gap: 36px;
  }
}
@media (max-width: 600px) {
  .detail__into-tab {
    gap: 86px;
  }
}
.detail__into-tab.active {
  position: relative;
  transform: translateX(0);
  opacity: 1;
}
.detail__img {
  width: 656px;
  height: 656px;
  flex: none;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1400px) {
  .detail__img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1050px) {
  .detail__img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .detail__img {
    height: 200px;
  }
}
.detail__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1400px) {
  .detail__info {
    margin: auto 0;
  }
}
.detail__small-title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  color: #000000;
}
@media (max-width: 600px) {
  .detail__small-title {
    display: none;
  }
}
.detail__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #000000;
}
@media (max-width: 1050px) {
  .detail__text {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .detail__text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .special-abilities {
    background: #141414;
  }
}
.special-abilities__content {
  padding: 72px;
  padding-bottom: 100px;
  background: #141414;
}
@media (max-width: 600px) {
  .special-abilities__content {
    padding: 32px 0;
  }
}
.special-abilities_border {
  background-color: transparent;
}
@media (max-width: 600px) {
  .special-abilities_border .title {
    text-align: center;
  }
}
.special-abilities_border .special-abilities__content {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 600px) {
  .special-abilities_border .special-abilities__content {
    border: none;
  }
}
.service-prices {
  position: relative;
  z-index: 1;
}
.service-prices__content {
  padding-top: 104px;
}
@media (max-width: 600px) {
  .service-prices__content {
    padding-top: 32px;
  }
}
.service-prices__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .service-prices__title desktop {
    display: none;
  }
}
.service-prices__btn {
  flex: none;
}
@media (max-width: 1000px) {
  .service-prices__btn {
    display: none;
  }
}
.service-prices__nav {
  display: flex;
  margin-top: 48px;
  position: relative;
  z-index: 2;
}
.service-prices__nav-img {
  width: 22px;
  height: 12px;
  background-image: url(../images/repair/icon-car.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1);
  transition: 0.3s ease;
  flex: none;
}
.service-prices__nav-elem {
  padding: 16px 24px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #646464;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #353434;
  position: relative;
  transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 800px) {
  .service-prices__nav-elem {
    width: 50%;
    justify-content: center;
    font-size: 16px;
  }
}
.service-prices__nav-elem:not(:first-child) {
  margin-left: -1px;
}
.service-prices__nav-elem.active {
  color: white;
  border-color: var(--main);
  z-index: 2;
  cursor: default;
}
.service-prices__nav-elem.active .service-prices__nav-img {
  filter: grayscale(0);
}
.service-prices__dinamic-content {
  transition: 0.3s ease;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -15px;
}
@media (max-width: 600px) {
  .service-prices__dinamic-content {
    margin-top: 40px;
  }
}
.service-prices__dinamic-content::before {
  content: '';
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/repair/service-back.png);
  background-size: 100% 150%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
}
@media (max-width: 800px) {
  .service-prices__dinamic-content::before {
    top: 50%;
    width: 300vw;
    background-size: 100% 100%;
  }
}
@media (max-width: 600px) {
  .service-prices__dinamic-content::before {
    background-size: 100% 120%;
    height: 200px;
    top: 15%;
  }
}
.service-prices__into-tab {
  transition: 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  height: 677px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .service-prices__into-tab {
    height: 420px;
  }
}
@media (max-width: 600px) {
  .service-prices__into-tab {
    background-image: none !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
}
.service-prices__into-tab.active {
  position: relative;
  transform: translateX(0);
  opacity: 1;
}
.service-prices__img-mob {
  display: none;
}
@media (max-width: 600px) {
  .service-prices__img-mob {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .service-prices__btn-2 {
    display: none;
  }
}
.service-prices__prices {
  display: none;
}
@media (max-width: 600px) {
  .service-prices__prices {
    display: block;
    width: 100%;
  }
}
.service-prices__prices-elem {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  border-bottom: 1px solid #353434;
}
.service-prices__prices-elem span {
  color: var(--main);
}
@media (max-width: 600px) {
  .service-benefits {
    background-color: var(--main);
    margin-top: 32px;
  }
}
.service-benefits__content {
  padding: 80px 0;
}
@media (max-width: 600px) {
  .service-benefits__content {
    padding: 0;
  }
}
.service-benefits__grid {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  background-color: var(--main);
  padding: 52px 72px;
  position: relative;
}
@media (max-width: 1500px) {
  .service-benefits__grid {
    flex-wrap: wrap;
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .service-benefits__grid {
    padding: 32px 0;
  }
}
.service-benefits__grid::before {
  content: '';
  position: absolute;
  right: 180px;
  top: 50%;
  transform: translateY(-50%) skew(-22deg);
  height: 362px;
  width: 104px;
  opacity: 0.3;
  border: 1px solid #FFFFFF;
}
@media (max-width: 1500px) {
  .service-benefits__grid::before {
    display: none;
  }
}
.service-benefits__elem {
  display: flex;
  align-items: center;
  gap: 32px;
  color: white;
}
@media (max-width: 1500px) {
  .service-benefits__elem {
    width: 45%;
    justify-content: center;
  }
}
@media (max-width: 840px) {
  .service-benefits__elem {
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .service-benefits__elem {
    width: 100%;
    justify-content: flex-start;
  }
}
.service-benefits__elem span {
  font-family: 'Bruta Global Extended';
  font-style: normal;
  font-weight: 400;
  font-size: 62px;
  line-height: 75.2%;
  padding-top: 11px;
}
@media (max-width: 840px) {
  .service-benefits__elem span {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .service-benefits__elem span {
    min-width: 87px;
  }
}
.service-benefits__elem p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  max-width: 210px;
}
@media (max-width: 840px) {
  .service-benefits__elem p {
    font-size: 16px;
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .service-benefits_margin {
    margin-bottom: 40px;
  }
}
.service-benefits_no-margin {
  margin-bottom: 144px;
}
@media (max-width: 600px) {
  .service-benefits_no-margin {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.service-benefits_no-margin .service-benefits__content {
  padding: 0;
}
.service-info {
  padding: 40px 0 120px;
}
@media (max-width: 600px) {
  .service-info {
    padding: 32px 0;
  }
}
.service-info__content {
  display: flex;
  justify-content: space-between;
  gap: 130px;
}
.service-info__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .service-info__info {
    gap: 32px;
  }
}
.service-info__tagline {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #646464;
}
.service-info__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 140%;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .service-info__text {
    font-size: 20px;
  }
}
.service-info__img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 540px;
  height: 273px;
  flex: none;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 1300px) {
  .service-info__img {
    display: none;
  }
}
.service-info__img::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/images/repair/repair-man.png');
  filter: blur(147px);
  z-index: -1;
}
.reviews-slider__content {
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  .reviews-slider__content {
    padding-bottom: 32px;
  }
}
.reviews-slider__slider {
  margin-top: 56px;
}
@media (max-width: 600px) {
  .reviews-slider__slider {
    margin-top: 24px;
  }
}
.reviews-slider_lub .reviews-slider__content {
  padding-top: 113px;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .reviews-slider_lub .reviews-slider__content {
    padding-top: 50px;
  }
}
.about-dop__content {
  padding: 104px 0 114px;
  display: flex;
  gap: 140px;
}
@media (max-width: 1400px) {
  .about-dop__content {
    flex-direction: column;
    gap: 100px;
  }
}
@media (max-width: 600px) {
  .about-dop__content {
    padding: 16px 0 48px;
    gap: 72px;
  }
}
.about-dop__images {
  position: relative;
  flex: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1700px) {
  .about-dop__images {
    flex: initial;
  }
}
@media (max-width: 1400px) {
  .about-dop__images {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.about-dop__images a {
  display: block;
}
.about-dop__img {
  width: 758px;
  height: 462px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1700px) {
  .about-dop__img {
    width: 550px;
    height: 350px;
  }
}
@media (max-width: 600px) {
  .about-dop__img {
    width: 343px;
    height: 200px;
  }
}
.about-dop__img::before {
  content: '';
  position: absolute;
  height: 420px;
  width: 120px;
  opacity: 0.2;
  border: 1px solid #FFFFFF;
  transform: skew(-22.5deg);
  right: 0px;
  top: -70px;
}
@media (max-width: 600px) {
  .about-dop__img::before {
    display: none;
  }
}
.about-dop__img-dop {
  width: 476px;
  height: 290px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 21px;
  bottom: -50px;
}
@media (max-width: 1700px) {
  .about-dop__img-dop {
    width: 320px;
    height: 180px;
  }
}
@media (max-width: 600px) {
  .about-dop__img-dop {
    width: 216px;
    height: 132px;
  }
}
.about-dop__info {
  margin-top: 18px;
}
.about-dop__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #A7A7A7;
  margin: 24px 0 48px;
}
@media (max-width: 600px) {
  .about-dop__text {
    font-size: 16px;
    line-height: 150%;
    margin: 16px 0;
  }
}
.about-dop_wheel .about-dop__content {
  align-items: center;
}
.about-dop_lub .about-dop__img::before {
  z-index: -1;
  top: -30px;
  height: 300px;
  width: 100px;
}
.about-dop_lub .about-dop__img::after {
  content: '';
  position: absolute;
  height: 300px;
  width: 100px;
  opacity: 0.8;
  transform: skew(-22.5deg);
  left: 100px;
  bottom: -30px;
  background-color: #FF001D;
}
@media (max-width: 600px) {
  .about-dop_lub .about-dop__img::after {
    display: none;
  }
}
.about-dop_no-btn .about-dop__content {
  align-items: center;
  padding-bottom: 178px;
}
@media (max-width: 600px) {
  .about-dop_no-btn .about-dop__content {
    padding-bottom: 48px;
  }
}
.about-dop_no-btn .about-dop__info {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ticker__content {
  width: 100vw;
  overflow: hidden;
  padding: 23px 0 18px;
  background-color: var(--main);
}
@media (max-width: 600px) {
  .ticker__content {
    padding: 18px 0 14px;
  }
}
.ticker__ticker {
  font-family: 'Bruta Global Extended';
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D9D9D9;
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  transform: translateX(-200px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  animation: 10s linear 1s infinite alternate ticker;
}
@media (max-width: 600px) {
  .ticker__ticker {
    font-size: 12px;
  }
}
.ticker__ticker span {
  white-space: nowrap;
}
@keyframes ticker {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(-1600px);
  }
}
.price-dop__content {
  padding: 104px 0;
}
@media (max-width: 600px) {
  .price-dop__content {
    padding: 48px 0 32px;
  }
}
.price-dop__title {
  text-align: center;
  margin-bottom: 54px;
}
@media (max-width: 600px) {
  .price-dop__title {
    margin-bottom: 30px;
  }
}
.price-dop__tabs {
  margin: 0 auto;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .price-dop__tabs {
    width: 100%;
  }
}
.price-dop__tabs span {
  display: inline-block;
  position: relative;
  padding: 16px 24px;
  border-radius: 8px 0px 0px 8px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  cursor: pointer;
  transition: 0.3s ease;
  background-color: rgba(255, 0, 29, 0);
  z-index: 0;
  color: #646464;
  border: 1px solid #353434;
}
@media (max-width: 600px) {
  .price-dop__tabs span {
    width: 50%;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    padding: 14px 18px;
  }
}
.price-dop__tabs span:last-child {
  margin-left: -1px;
  border-radius: 0px 8px 8px 0px;
}
.price-dop__tabs span:hover {
  border-color: rgba(255, 0, 29, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
.price-dop__tabs span.active {
  pointer-events: none;
  border-color: var(--main);
  background-color: rgba(255, 0, 29, 0.1);
  color: white;
  z-index: 1;
}
.price-dop__tabs-content {
  position: relative;
}
.price-dop__tab-content {
  display: flex;
  align-items: flex-end;
  position: relative;
  transform: translateX(-200vw);
  transition: 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.price-dop__tab-content.active {
  transform: translateX(0);
  position: relative;
  top: 0;
  pointer-events: initial;
}
@media (max-width: 1200px) {
  .price-dop__tab-content {
    flex-direction: column;
    align-items: center;
  }
}
.price-dop__info {
  max-width: 579px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1200px) {
  .price-dop__info {
    max-width: 100%;
    width: 100%;
  }
}
.price-dop__info-elem {
  padding: 32px;
  color: white;
  position: relative;
  cursor: pointer;
}
@media (max-width: 600px) {
  .price-dop__info-elem {
    padding: 32px 0;
  }
}
.price-dop__info-elem::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: -17px;
  transition: 0.3s ease;
}
.price-dop__info-elem-banner {
  background-color: var(--main);
  padding: 2px 6px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 160%;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.price-dop__info-elem-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  gap: 10px;
}
@media (max-width: 600px) {
  .price-dop__info-elem-main {
    font-size: 20px;
    margin: 10px 0;
  }
}
.price-dop__info-elem-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.price-dop__info-elem-title img {
  flex: none;
}
.price-dop__info-elem-price_sale {
  display: flex;
  gap: 12px;
}
@media (max-width: 600px) {
  .price-dop__info-elem-price_sale {
    flex-direction: column;
    gap: 0;
  }
}
.price-dop__info-elem-price_sale span:first-child {
  color: #646464;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
@media (max-width: 600px) {
  .price-dop__info-elem-price_sale span:first-child {
    margin-bottom: -12px;
  }
}
.price-dop__info-elem-price_sale span:last-child {
  color: var(--main);
}
.price-dop__info-elem-text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #A7A7A7;
}
.price-dop__info-elem.active::after {
  background-color: var(--main);
}
.price-dop__info-elem:hover::after {
  background-color: var(--main);
}
.price-dop__img {
  position: absolute;
  right: -210px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1500px;
  height: 748px;
  z-index: -1;
  transition: 0.3s ease;
}
@media (max-width: 1500px) {
  .price-dop__img {
    width: 750px;
    height: 380px;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .price-dop__img {
    position: relative;
    top: 0;
    transform: translateY(0);
    order: -1;
    margin-bottom: -100px;
    margin-top: -50px;
  }
}
@media (max-width: 600px) {
  .price-dop__img {
    max-width: 140vw;
  }
}
.price-dop__btn {
  margin-left: auto;
  margin-right: 295px;
  margin-bottom: 45px;
}
@media (max-width: 1500px) {
  .price-dop__btn {
    margin-right: 90px;
  }
}
@media (max-width: 1200px) {
  .price-dop__btn {
    margin: 0;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .price-dop__btn {
    width: 100%;
  }
}
.price-dop__descr {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 32px;
  background: #141414;
  padding: 38px 32px;
}
@media (max-width: 600px) {
  .price-dop__descr {
    margin-top: 15px;
    padding: 16px;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    margin-left: -16px;
  }
}
.price-dop__descr-img {
  flex: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.price-dop__descr-text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #646464;
}
@media (max-width: 600px) {
  .price-dop__descr-text {
    font-size: 12px;
  }
}
.price-dop__descr-text span {
  color: #969696;
}
.price-dop__descr-text p:not(:last-child) {
  margin-bottom: 8px;
}
.benefits-dop {
  position: relative;
  z-index: 1;
}
.benefits-dop_top {
  margin-top: 104px;
}
@media (max-width: 600px) {
  .benefits-dop_top {
    margin-top: 20px;
  }
}
.benefits-dop__content {
  padding-bottom: 114px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .benefits-dop__content {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .benefits-dop__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .benefits-dop__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .benefits-dop__card {
    background-color: #141414;
    padding: 16px;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  .benefits-dop__card:last-child {
    flex-direction: row;
    -ms-grid-column: span 2;
    grid-column: span 2;
    align-items: center;
    padding: 40px 0;
    justify-content: center;
  }
}
.benefits-dop__card-icon {
  width: 56px;
  height: 56px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  .benefits-dop__card-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1000px) {
  .benefits-dop__card-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 600px) {
  .benefits-dop__card-icon {
    width: 40px;
    height: 40px;
  }
}
.benefits-dop__card-title {
  margin: 16px 0;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .benefits-dop__card-title {
    margin: 24px 0 12px;
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .benefits-dop__card-title {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .benefits-dop__card-title {
    margin-top: 0;
  }
}
.benefits-dop__card-info {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1400px) {
  .benefits-dop__card-info {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .benefits-dop__card-info {
    display: none;
  }
}
.benefits-dop_4 .benefits-dop__content {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 600px) {
  .benefits-dop_4 .benefits-dop__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .benefits-dop_4 .benefits-dop__card:last-child {
    flex-direction: column;
    -ms-grid-column: initial;
    grid-column: initial;
    align-items: flex-start;
    padding: 16px;
    justify-content: flex-start;
  }
}
.benefits-dop_white-page {
  z-index: 1;
  position: relative;
}
@media (max-width: 600px) {
  .benefits-dop_white-page .benefits-dop__card {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.benefits-dop_white-page .benefits-dop__card-icon {
  filter: invert(0.5);
}
.benefits-dop_white-page .benefits-dop__card-title {
  color: black;
}
.benefits-dop_white-page .benefits-dop__card-info {
  color: #515151;
}
.form-sale__content {
  display: flex;
  gap: 20px;
  padding-bottom: 104px;
}
@media (max-width: 1400px) {
  .form-sale__content {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .form-sale__content {
    padding-bottom: 32px;
    gap: 15px;
  }
}
.form-sale__info {
  background-color: var(--main);
  padding: 72px;
  width: 50%;
}
@media (max-width: 1500px) {
  .form-sale__info {
    padding: 50px;
  }
}
@media (max-width: 1400px) {
  .form-sale__info {
    width: initial;
  }
}
@media (max-width: 600px) {
  .form-sale__info {
    padding: 16px;
  }
}
.form-sale__title {
  max-width: 608px;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .form-sale__title {
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .form-sale__title {
    margin-bottom: 16px;
  }
}
.form-sale__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 116px;
}
@media (max-width: 600px) {
  .form-sale__text {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .form-sale__text br {
    display: none;
  }
}
.form-sale__text_big {
  margin-top: 74px;
  margin-bottom: 0;
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 72px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%;
  /* 93.6px */
  text-transform: uppercase;
}
@media not screen and (min-width: 1100px) {
  .form-sale__text_big {
    font-size: 60px;
  }
}
@media not screen and (min-width: 600px) {
  .form-sale__text_big {
    font-size: 30px;
  }
  .form-sale__text_big br {
    display: initial;
  }
}
.form-sale__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-sale__timer {
  background-color: black;
  border: 1px solid var(--main);
  border-radius: 90px;
  display: flex;
  gap: 36px;
  padding: 16px 40px;
  width: 280px;
}
@media (max-width: 600px) {
  .form-sale__timer {
    margin: 0 auto;
    padding: 16px 36px;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .form-sale__timer {
    padding: 16px;
    width: 260px;
    gap: 23px;
  }
}
.form-sale__timer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Bruta Global Extended';
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.form-sale__timer-column:not(:last-child):after {
  content: '';
  position: absolute;
  top: 11px;
  right: -25px;
  background-image: url(../images/envelope/timer-dots.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 11px;
  height: 21px;
}
@media (max-width: 400px) {
  .form-sale__timer-column:not(:last-child):after {
    right: -17px;
    top: 8px;
  }
}
.form-sale__timer-column p {
  font-size: 38px;
  line-height: 130%;
  color: var(--main);
  width: 66px;
  text-align: center;
}
@media (max-width: 600px) {
  .form-sale__timer-column p {
    font-size: 34px;
  }
}
@media (max-width: 400px) {
  .form-sale__timer-column p {
    font-size: 28px;
  }
}
.form-sale__timer-column span {
  font-size: 10px;
  line-height: 130%;
  color: white;
  opacity: 0.5;
  margin-top: -2px;
  width: 61px;
}
.form-sale__price {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
}
.form-sale__price p {
  font-size: 22px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  opacity: 0.5;
  margin-bottom: 20px;
}
.form-sale__price span {
  font-size: 42px;
}
@media (max-width: 700px) {
  .form-sale__price {
    display: none;
  }
}
.form-sale__form {
  width: 50%;
  background: #141414;
  padding: 72px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1500px) {
  .form-sale__form {
    padding: 50px;
  }
}
@media (max-width: 1400px) {
  .form-sale__form {
    width: 100%;
    width: initial;
  }
}
@media (max-width: 600px) {
  .form-sale__form {
    padding: 16px;
  }
}
.form-sale__form input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 16px;
  margin-bottom: 48px;
  outline: none !important;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: white;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .form-sale__form input {
    margin-bottom: 25px;
  }
}
.form-sale__form input:-ms-input-placeholder {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #646464;
  transition: 0.3s ease;
}
.form-sale__form input::placeholder {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #646464;
  transition: 0.3s ease;
}
.form-sale__form input:hover {
  cursor: pointer;
}
.form-sale__form input:focus {
  border-color: var(--main);
}
@media (max-width: 600px) {
  .form-sale_wheel {
    gap: 40px;
  }
}
.form-sale_wheel .form-sale__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 72px;
}
@media (max-width: 600px) {
  .form-sale_wheel .form-sale__info {
    gap: 25px;
  }
}
.form-sale_wheel .form-sale__text {
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%;
  /* 54.6px */
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .form-sale_wheel .form-sale__text {
    font-size: 20px;
  }
}
.form-sale_wheel .form-sale__form {
  background-image: url('../images/form-sale/wheel.jpg');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .form-sale_wheel .form-sale__form {
    min-height: 397px;
  }
}
.form-sale_wheel .form-sale__form .btn {
  width: 236px;
  height: 76px;
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 17.6px */
  text-transform: uppercase;
  padding: 0;
}
.form-sale_exhaust {
  margin-top: 20px;
}
.form-sale_cleaning .form-sale__info {
  padding: 64px 72px 59px;
}
@media (max-width: 1500px) {
  .form-sale_cleaning .form-sale__info {
    padding: 50px;
  }
}
@media not screen and (min-width: 600px) {
  .form-sale_cleaning .form-sale__info {
    padding: 16px;
  }
}
.faq-dop__content {
  padding-bottom: 104px;
}
@media (max-width: 600px) {
  .faq-dop__content {
    padding-bottom: 32px;
  }
}
.faq-dop__title {
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .faq-dop__title {
    margin-bottom: 24px;
  }
}
.faq-dop__tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-dop__tab {
  font-family: 'Manrope';
  font-style: normal;
  line-height: 160%;
}
.faq-dop__tab-title {
  background-color: #141414;
  padding: 32px;
  font-weight: 700;
  font-size: 20px;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
@media (max-width: 600px) {
  .faq-dop__tab-title {
    padding: 15px 16px;
    font-size: 16px;
    padding-right: 50px;
  }
}
.faq-dop__tab-title::before {
  content: '';
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/envelope/plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .faq-dop__tab-title::before {
    width: 14px;
    height: 12px;
    right: 22px;
  }
}
.faq-dop__tab-title.active {
  padding-bottom: 16px;
  background-color: #0A0A0A;
}
.faq-dop__tab-title.active::before {
  background-image: url(../images/envelope/minus.svg);
}
.faq-dop__tab-content {
  padding: 0 60px 32px;
  display: none;
  background-color: #0A0A0A;
}
@media (max-width: 600px) {
  .faq-dop__tab-content {
    padding: 0 16px 24px 36px;
  }
}
.faq-dop__tab-content.active {
  display: block;
}
.faq-dop__tab-text {
  font-weight: 500;
  font-size: 16px;
  color: #A7A7A7;
  max-width: 1545px;
  position: relative;
}
@media (max-width: 600px) {
  .faq-dop__tab-text {
    font-size: 14px;
  }
}
.faq-dop__tab-text::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -29px;
  width: 4px;
  height: 64px;
  background-color: var(--main);
}
@media (max-width: 600px) {
  .faq-dop__tab-text::before {
    left: -20px;
  }
}
.calc-price {
  position: relative;
  z-index: 1;
  margin-bottom: 104px;
}
@media (max-width: 600px) {
  .calc-price {
    margin-bottom: 40px;
  }
}
.calc-price__content {
  background-color: white;
  padding-top: 80px;
}
@media (max-width: 1060px) {
  .calc-price__content {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .calc-price__content {
    padding-top: 32px;
  }
}
.calc-price__title {
  text-align: center;
  font-size: 48px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 1060px) {
  .calc-price__title {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .calc-price__title {
    font-size: 20px;
  }
}
.calc-price__img {
  width: 100%;
  max-width: 947px;
  margin: -19px auto 56px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1242px) {
  .calc-price__img {
    width: 60%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 800px) {
}
@media (max-width: 600px) {
  .calc-price__img {
    margin-top: -2px;
    margin-bottom: 32px;
  }
}
.calc-price__img-wheel {
  position: absolute;
  width: 110px;
  height: 110px;
  bottom: 49px;
  left: 163px;
  z-index: 2;
  border-radius: 50%;
  background: var(--wheel-color-img);
  transition: 0.3s ease;
  mix-blend-mode: soft-light;
}
@media (max-width: 1242px) {
  .calc-price__img-wheel {
    width: 74px;
    height: 74px;
    bottom: 30px;
    left: 100px;
  }
}
@media (max-width: 800px) {
  .calc-price__img-wheel {
    width: 47px;
    height: 47px;
    bottom: 22px;
    left: 69px;
  }
}
@media (max-width: 430px) {
  .calc-price__img-wheel {
    width: 36px;
    height: 36px;
    bottom: 17px;
    left: 52px;
  }
}
.calc-price__img-wheel_2 {
  left: initial;
  right: 135px;
}
@media (max-width: 1242px) {
  .calc-price__img-wheel_2 {
    right: initial;
    left: 441px;
  }
}
@media (max-width: 800px) {
  .calc-price__img-wheel_2 {
    left: 296px;
  }
}
@media (max-width: 430px) {
  .calc-price__img-wheel_2 {
    left: 221px;
  }
}
.calc-price__img-wheel.your-color {
  background: conic-gradient(from 180deg at 50% 50%, #9EB800 0deg, #FF9D0A 137.89617419deg, #B400B8 267.74005651deg, #2557B8 359.28503036deg, rgba(70, 184, 0, 0) 360deg);
  mix-blend-mode: color;
}
.calc-price__img::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 50%;
  background-image: url('/images/wheelpainting/uct.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 800px) {
  .calc-price__img::before {
    display: none;
  }
}
.calc-price__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1242px) {
  .calc-price__img img {
    width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .calc-price__img img {
    width: 400px;
  }
}
@media (max-width: 430px) {
  .calc-price__img img {
    width: 300px;
  }
}
.calc-price__options {
  display: flex;
  gap: 48px;
  padding: 0 72px;
  padding-bottom: 40px;
}
@media (max-width: 1060px) {
  .calc-price__options {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .calc-price__options {
    gap: 24px;
    flex-direction: column;
    padding: 0 16px;
    padding-bottom: 48px;
  }
}
.calc-price__options-elem {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1060px) {
  .calc-price__options-elem {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .calc-price__options-elem {
    gap: 16px;
  }
}
.calc-price__options-title {
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 1060px) {
  .calc-price__options-title {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .calc-price__options-title {
    font-size: 18px;
  }
}
.calc-price__options-select .select-form_color {
  min-width: 460px;
}
@media (max-width: 600px) {
  .calc-price__options-select .select-form_color {
    min-width: 100%;
  }
}
.calc-price__options-select .select-form_radius {
  min-width: 146px;
}
.calc-price__options-checkboxes {
  display: flex;
  align-items: center;
  gap: 10px 48px;
  height: 56px;
}
@media (max-width: 1720px) {
  .calc-price__options-checkboxes {
    flex-wrap: wrap;
  }
}
@media (max-width: 1242px) {
  .calc-price__options-checkboxes {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.calc-price__options-checkboxes .checkbox {
  white-space: nowrap;
}
.calc-price__footer {
  background-color: white;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1437px) {
  .calc-price__footer {
    flex-direction: column;
  }
}
.calc-price__footer-price {
  color: black;
  border-top: 3px solid #EEEEEE;
  min-width: 580px;
  padding: 34px 0 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1437px) {
  .calc-price__footer-price {
    padding: 50px 0 70px;
  }
}
@media (max-width: 900px) {
  .calc-price__footer-price {
    padding-left: 70px;
    padding-right: 70px;
    min-width: initial;
  }
}
@media (max-width: 600px) {
  .calc-price__footer-price {
    padding: 24px 16px 28px;
  }
}
.calc-price__footer-price span {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 36.4px */
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  margin-left: 70px;
  max-width: 440px;
}
@media (max-width: 1470px) {
  .calc-price__footer-price span {
    margin-bottom: 10px;
    max-width: none;
    padding-right: 72px;
  }
}
@media (max-width: 900px) {
  .calc-price__footer-price span {
    margin-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .calc-price__footer-price span {
    font-size: 22px;
  }
}
.calc-price__footer-price span strike {
  margin-left: auto;
}
.calc-price__footer-price span yeb {
  display: inline-block;
  color: #000;
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 6px 11px;
  background: #FFC93E;
}
@media (max-width: 600px) {
  .calc-price__footer-price span yeb {
    font-size: 22px;
  }
}
.calc-price__footer-price p {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-left: 70px;
  margin-top: 20px;
  max-width: 440px;
}
@media (max-width: 1437px) {
  .calc-price__footer-price p {
    max-width: none;
  }
}
@media (max-width: 900px) {
  .calc-price__footer-price p {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .calc-price__footer-price p {
    font-size: 16px;
  }
}
.calc-price__footer-price #price_info {
  font-size: 20px;
  font-weight: 800;
  line-height: 130%;
  /* 44.2px */
  text-transform: uppercase;
  gap: 13px;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 0 !important;
}
@media (max-width: 1437px) {
  .calc-price__footer-price #price_info {
    max-width: none;
    padding-right: 72px;
  }
}
@media (max-width: 900px) {
  .calc-price__footer-price #price_info {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .calc-price__footer-price #price_info {
    font-size: 16px;
  }
}
.calc-price__footer-price #price_info strike {
  margin-left: auto;
}
.calc-price__footer-price #price_info left {
  margin-left: auto;
}
.calc-price__footer-price #price_info div {
  display: flex;
  align-items: center;
}
.calc-price__footer-price #price_informatic {
  color: #000;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.calc-price__footer-price .link {
  color: black;
  white-space: nowrap;
  color: #000;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.calc-price__footer-price strike {
  color: #646464;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: strikethrough;
  text-decoration-line: strikethrough;
  text-transform: lowercase;
}
.calc-price__footer-info {
  background-color: #FF001D;
  padding: 72px 0;
  padding-left: 72px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}
@media (max-width: 1437px) {
  .calc-price__footer-info {
    width: initial;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .calc-price__footer-info {
    padding: 50px 70px 70px;
  }
}
@media (max-width: 600px) {
  .calc-price__footer-info {
    padding: 16px 16px 26px;
  }
}
.calc-price__footer-info.active {
  display: flex;
}
.calc-price__footer-info p {
  font-size: 34px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 15px;
  max-width: 689px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .calc-price__footer-info p {
    font-size: 22px;
  }
}
.calc-price__footer-info-wheel {
  position: absolute;
  width: 370px;
  height: 229px;
  background-image: url('../images/wheelpainting/wheel-discount.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .calc-price__footer-info-wheel {
    position: relative;
    right: initial;
    top: initial;
    transform: translate(0);
    display: block;
  }
}
@media (max-width: 420px) {
  .calc-price__footer-info-wheel {
    width: 260px;
    height: 180px;
  }
}
.calc-price__footer-info-wheel span {
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 45.193px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  position: absolute;
  right: 32px;
  top: 35px;
}
@media (max-width: 420px) {
  .calc-price__footer-info-wheel span {
    font-size: 35px;
    right: 16px;
    top: 33px;
  }
}
.calc-price__footer-info_lub .calc-price__footer-info-wheel-lub {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 500px;
  background-image: url('../images/wheelpainting/wheel-lub.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media not screen and (min-width: 1000px) {
  .calc-price__footer-info_lub .calc-price__footer-info-wheel-lub {
    width: 200px;
    background-size: contain;
    background-position: right bottom;
  }
}
.calc-price__footer-write {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .calc-price__footer-write {
    flex-direction: column;
    gap: 20px;
  }
}
.calc-price__footer-write .btn {
  width: 236px;
  height: 76px;
}
@media (max-width: 900px) {
  .calc-price__footer-write .btn {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .calc-price__footer-write .btn {
    width: 95%;
  }
}
.calc-price__footer-write .btn_white-border {
  width: 274px;
}
@media (max-width: 900px) {
  .calc-price__footer-write .btn_white-border {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .calc-price__footer-write .btn_white-border {
    width: 95%;
  }
}
.calc-price__footer-write-info {
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 596px;
  margin-bottom: 20px;
}
@media not screen and (min-width: 854px) {
  .calc-price__footer-write-info {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.calc-price__switcher {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  position: relative;
  z-index: 1;
}
.calc-price__switcher-elem {
  text-align: center;
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0 35px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  color: #000;
  transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media not screen and (min-width: 854px) {
  .calc-price__switcher-elem {
    width: 150px;
    padding: 0;
    height: 46px;
    font-size: 16px;
  }
}
.calc-price__switcher-elem::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-20deg);
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.1);
  transition: 0.3s ease;
}
.calc-price__switcher-elem_discount::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 53.435px;
  height: 17.243px;
  background-image: url(../images/wheelpainting/discount-banner.svg?v=2);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media not screen and (min-width: 854px) {
  .calc-price__switcher-elem_discount::after {
    width: 40px;
    height: 14px;
    top: 2px;
    right: 2px;
  }
}
.calc-price__switcher-elem:hover::before {
  background-color: rgba(255, 0, 29, 0.3);
}
.calc-price__switcher-elem.active {
  color: white;
  pointer-events: none;
}
.calc-price__switcher-elem.active::before {
  background-color: #FF001D;
}
.what-doing {
  position: relative;
  z-index: 1;
}
.what-doing__content {
  padding-bottom: 104px;
}
@media (max-width: 600px) {
  .what-doing__content {
    padding-bottom: 48px;
  }
}
.what-doing__title {
  margin-bottom: 64px;
}
@media (max-width: 600px) {
  .what-doing__title {
    margin-bottom: 24px;
  }
  .what-doing__title .title {
    text-align: center;
  }
}
.what-doing__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(350px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
}
@media (max-width: 600px) {
  .what-doing__grid {
    gap: 16px;
    -ms-grid-columns: (minmax(310px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  }
}
.what-doing__elem {
  height: 328px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 24px;
}
@media (max-width: 600px) {
  .what-doing__elem {
    height: 240px;
    padding: 16px;
  }
}
.what-doing__elem-back-img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: black;
  transition: 0.3s ease;
}
.what-doing__elem-back-img::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-20deg);
  background-color: #FF001D;
  width: 120px;
  height: 85%;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: 0.3s ease;
}
.what-doing__elem-front {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.what-doing__elem-back {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: relative;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  top: 100%;
}
.what-doing__elem-back::after {
  content: '';
  position: absolute;
  right: 24px;
  bottom: 24px;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transform: rotate(90deg);
  opacity: 0;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .what-doing__elem-back::after {
    right: 16px;
    bottom: 16px;
  }
}
.what-doing__elem-title {
  color: #FFF;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding: 24px;
}
@media (max-width: 600px) {
  .what-doing__elem-title {
    padding: 16px;
    font-size: 16px;
  }
}
.what-doing__elem-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 24px;
}
@media (max-width: 600px) {
  .what-doing__elem-text {
    padding: 16px;
    font-size: 14px;
  }
}
.what-doing__elem:hover .what-doing__elem-back-img {
  transform: translate(-50%, -50%) scale(1.2);
}
.what-doing__elem:hover .what-doing__elem-back-img:before {
  transform: translate(-50%, -50%) skew(-20deg) scale(0.8);
  opacity: 1;
}
.what-doing__elem:hover .what-doing__elem-front {
  transform: translateY(-100%);
}
.what-doing__elem:hover .what-doing__elem-back {
  transform: translateY(-100%);
}
.what-doing__elem:hover .what-doing__elem-back::after {
  opacity: 1;
}
.left-line-block {
  margin-bottom: 104px;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .left-line-block {
    margin-bottom: 48px;
    background-color: white;
  }
}
.left-line-block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FF001D;
  height: 100%;
  width: 50%;
  z-index: -1;
}
@media (max-width: 600px) {
  .left-line-block::before {
    display: none;
  }
}
.left-line-block__content {
  padding: 80px 72px 48px;
  background-color: white;
}
@media (max-width: 1090px) {
  .left-line-block__content {
    padding: 80px 20px 48px;
  }
}
@media (max-width: 600px) {
  .left-line-block__content {
    padding: 32px 0 16px;
  }
}
.left-line-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 600px) {
  .left-line-block__title {
    margin-bottom: 32px;
    justify-content: center;
  }
}
.left-line-block__title .title {
  color: #000;
}
@media (max-width: 600px) {
  .left-line-block__title .title {
    text-align: center;
  }
}
@media (max-width: 1090px) {
  .left-line-block__title .btn {
    display: none;
  }
}
.left-line-block__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(528px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(528px, 1fr));
  gap: 24px;
}
@media (max-width: 600px) {
  .left-line-block__grid {
    -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
  }
}
.left-line-block__elem {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px;
  background-color: #F5F5F5;
}
@media (max-width: 600px) {
  .left-line-block__elem {
    flex-direction: column;
    align-items: flex-start;
  }
}
.left-line-block__elem-img {
  width: 164px;
  height: 164px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex: none;
}
@media (max-width: 600px) {
  .left-line-block__elem-img {
    width: 80px;
    height: 80px;
  }
}
.left-line-block__elem-info {
  color: #000;
  font-size: 22px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 600px) {
  .left-line-block__elem-info {
    font-size: 18px;
  }
}
.left-line-block__elem-title {
  margin-bottom: 16px;
}
.left-line-block__elem-text {
  font-weight: 500;
  line-height: 140%;
  font-size: 16px;
}
@media (max-width: 600px) {
  .left-line-block__elem-text {
    font-size: 14px;
  }
}
.what-work__content {
  padding: 0 0 104px;
}
.what-work__title {
  margin-bottom: 64px;
}
.what-work__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.what-work__elem {
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.what-work__elem-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  transition: 0.3s ease;
}
.what-work__elem-title {
  font-size: 24px;
  margin: 32px 0 16px;
}
.what-work__elem-price {
  color: #A7A7A7;
  margin-bottom: 24px;
}
.what-work__elem-btn {
  color: #FF001D;
  transition: 0.3s ease;
  cursor: pointer;
}
.what-work__elem-btn:hover {
  opacity: 0.8;
}
.detail-slider-block {
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .detail-slider-block {
    background-color: #F3F3F3;
  }
}
.detail-slider-block__content {
  padding: 103px 72px;
  background-color: #F3F3F3;
  overflow: hidden;
}
@media (max-width: 600px) {
  .detail-slider-block__content {
    padding: 50px 0;
  }
}
.detail-slider-block__title .title {
  color: black;
}
.what-work-list__content {
  padding: 74px 72px 71px;
  background-color: #141414;
}
@media (max-width: 1000px) {
  .what-work-list__content {
    padding: 45px 30px 35px;
  }
}
@media (max-width: 600px) {
  .what-work-list__content {
    padding: 20px 15px 18px;
    background-color: transparent;
    padding: 20px 0 18px;
  }
}
.what-work-list__title {
  margin-bottom: 52px;
}
@media (max-width: 1000px) {
  .what-work-list__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .what-work-list__title {
    margin-bottom: 16px;
  }
}
.what-work-list__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1000px) {
  .what-work-list__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.what-work-list__grid-inner {
  display: flex;
  flex-direction: column;
}
.what-work-list__grid-inner_left {
  position: relative;
  padding-right: 71px;
}
@media (max-width: 1000px) {
  .what-work-list__grid-inner_left {
    padding-right: 0;
  }
}
.what-work-list__grid-inner_left::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.07);
}
@media (max-width: 1000px) {
  .what-work-list__grid-inner_left::before {
    display: none;
  }
}
@media (max-width: 1000px) {
  .what-work-list__grid-inner_left .what-work-list__elem:last-child {
    border-bottom: none !important;
  }
}
.what-work-list__grid-inner_right {
  padding-left: 71px;
}
@media (max-width: 1000px) {
  .what-work-list__grid-inner_right {
    padding-left: 0;
  }
}
.what-work-list__elem {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  gap: 20px;
}
@media (max-width: 1000px) {
  .what-work-list__elem {
    padding: 18px 0;
  }
}
@media (max-width: 600px) {
  .what-work-list__elem {
    font-size: 14px;
    padding: 14px 0;
  }
}
.what-work-list__elem:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.what-work-list__elem span {
  color: #A7A7A7;
  white-space: nowrap;
}
.dop-works {
  margin-bottom: 56px;
}
.dop-works__content {
  background-color: #141414;
  color: white;
  padding: 74px 42px 48px;
}
@media (max-width: 600px) {
  .dop-works__content {
    padding: 16px;
    padding-bottom: 0;
  }
}
.dop-works__title {
  margin-bottom: 52px;
}
@media (max-width: 600px) {
  .dop-works__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 350px) {
  .dop-works__title {
    word-break: break-all;
  }
}
.dop-works__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 143px;
  position: relative;
}
@media (max-width: 1100px) {
  .dop-works__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.dop-works__grid:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.07);
}
@media (max-width: 1100px) {
  .dop-works__grid:before {
    display: none;
  }
}
.dop-works__grid_left {
  display: flex;
  flex-direction: column;
}
.dop-works__grid_right {
  display: flex;
  flex-direction: column;
}
.dop-works__elem {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 600px) {
  .dop-works__elem {
    padding: 24px 0;
    flex-direction: column;
    gap: 24px;
  }
}
.dop-works__elem:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 600px) {
  .dop-works__elem:last-child {
    border-bottom: none;
  }
}
.dop-works__elem p span {
  color: rgba(255, 255, 255, 0.3);
  white-space: normal;
}
.dop-works__elem span {
  white-space: nowrap;
  color: #A7A7A7;
}
.exclusive-car-kits {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .exclusive-car-kits {
    margin-bottom: 40px;
    background-color: #F8F8F8;
  }
}
.exclusive-car-kits__content {
  background-color: #F8F8F8;
  position: relative;
  padding: 179px 72px 102px;
}
@media (max-width: 1100px) {
  .exclusive-car-kits__content {
    padding: 160px 40px 80px;
  }
}
@media (max-width: 600px) {
  .exclusive-car-kits__content {
    padding: 120px 0px 40px;
  }
}
.exclusive-car-kits__title {
  max-width: 706px;
  position: absolute;
  left: 72px;
  top: 68px;
}
@media (max-width: 1100px) {
  .exclusive-car-kits__title {
    top: 40px;
    left: 40px;
  }
}
@media (max-width: 600px) {
  .exclusive-car-kits__title {
    left: 0;
  }
}
.exclusive-car-kits__img {
  max-width: 100%;
}
.exclusive-car-kits__img img {
  width: 100%;
}
@media (max-width: 600px) {
  .exclusive-car-kits__img img:first-child {
    display: none;
  }
}
.exclusive-car-kits__img img:last-child {
  display: none;
}
@media (max-width: 600px) {
  .exclusive-car-kits__img img:last-child {
    display: block;
  }
}
.exclusive-car-kits__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 800px) {
  .exclusive-car-kits__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.exclusive-car-kits__info {
  max-width: 749px;
  color: #000;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 800px) {
  .exclusive-car-kits__info {
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .exclusive-car-kits__info {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .exclusive-car-kits__btn {
    width: 100%;
  }
  .exclusive-car-kits__btn .btn {
    margin-left: auto;
  }
}
.price-columns {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .price-columns {
    margin-bottom: 60px;
  }
}
.price-columns__content {
  padding: 0 72px;
}
@media (max-width: 1100px) {
  .price-columns__content {
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .price-columns__content {
    padding: 0;
  }
}
.price-columns__title {
  margin-bottom: 52px;
}
@media (max-width: 600px) {
  .price-columns__title {
    margin-bottom: 26px;
  }
}
.price-columns__columns {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
@media (max-width: 1520px) {
  .price-columns__columns {
    gap: 60px;
  }
}
@media (max-width: 1100px) {
  .price-columns__columns {
    flex-direction: column;
    gap: 60px;
  }
}
.price-columns__elem {
  width: 470px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}
@media (max-width: 1100px) {
  .price-columns__elem {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .price-columns__elem {
    gap: 18px;
  }
}
.price-columns__elem:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #EBEBEB;
  top: 0;
  right: -60px;
}
@media (max-width: 1520px) {
  .price-columns__elem:not(:last-child)::before {
    right: -30px;
  }
}
@media (max-width: 1100px) {
  .price-columns__elem:not(:last-child)::before {
    width: 100%;
    top: initial;
    bottom: -29px;
    height: 2px;
    right: 0;
  }
}
.price-columns__elem-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 140%;
  gap: 5px;
}
@media (max-width: 600px) {
  .price-columns__elem-item {
    font-size: 18px;
  }
}
.price-columns__elem-item p {
  color: #A7A7A7;
  font-weight: 500;
}
.price-columns__elem-item span {
  color: #000;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
.price-columns__info-block {
  background: #F8F8F8;
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #515151;
  padding: 20px 28px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1100px) {
  .price-columns__info-block {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 1100px) {
  .price-columns__info-block p {
    text-align: center;
  }
}
.price-columns__info-block span {
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}
.consult-image {
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .consult-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: var(--image-back-consult);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.consult-image__content {
  padding: 72px;
  padding-bottom: 173px;
  background-image: var(--image-back-consult);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1100px) {
  .consult-image__content {
    background-position: left top;
    padding: 40px;
    padding-bottom: 120px;
  }
}
@media (max-width: 600px) {
  .consult-image__content {
    background-image: none;
    padding: 20px 0 80px;
  }
}
.consult-image__title {
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .consult-image__title {
    text-shadow: 0px 0px 1px #ffffff;
  }
}
.consult-image__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 236px;
}
.consult-image__btn .btn {
  font-family: "Bruta Global Extended", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  height: 76px;
  padding: 0;
}
.types-of-services {
  padding-bottom: 100px;
}
@media (max-width: 854px) {
  .types-of-services {
    padding-bottom: 50px;
  }
}
.types-of-services__title {
  margin-bottom: 64px;
}
@media (max-width: 854px) {
  .types-of-services__title {
    margin-bottom: 15px;
  }
}
.types-of-services__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(429px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(429px, 1fr));
  grid-gap: 20px;
}
@media not screen and (min-width: 920px) {
  .types-of-services__grid {
    -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.types-of-services__number {
  margin-top: 40px;
  color: white;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 120%;
}
.types-of-services__number a {
  font-family: 'Bruta Global Extended', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: right;
  color: #FFFFFF;
  transition: 0.3s ease;
  white-space: nowrap;
}
@media not all and (hover: none) and (pointer: coarse) {
  .types-of-services__number a:hover {
    color: var(--main);
  }
}
@media all and (hover: none) and (pointer: coarse) {
  .types-of-services__number a:active {
    -webkit-tap-highlight-color: transparent;
    color: var(--main);
  }
}
.types-of-services__btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.write-banner__content {
  padding: 66px 72px 73px;
  background-image: url(/images/washing/write-banner-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media not screen and (min-width: 630px) {
  .write-banner__content {
    background-position: center left;
    padding: 18px 13px 16px 16px;
  }
}
.write-banner__title {
  color: #000;
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  max-width: 624px;
}
@media not screen and (min-width: 630px) {
  .write-banner__title {
    font-size: 20px;
  }
}
.write-banner__info {
  color: #000;
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 5px 0 23px;
}
@media not screen and (min-width: 630px) {
  .write-banner__info {
    margin: 2px 0 30px;
  }
}
.write-banner__btn {
  width: 236px;
}
.write-banner__btn .btn {
  height: 76px;
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  padding: 0;
  box-sizing: border-box;
}
.page-cleaning .intro__back {
  opacity: 1;
}
.steps-work {
  padding: 74px 0 122px;
}
@media not screen and (min-width: 1400px) {
  .steps-work {
    padding: 57px 0 50px;
  }
}
.steps-work__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 109px;
  counter-reset: steps-work;
}
@media not screen and (min-width: 1400px) {
  .steps-work__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (min-width: 800px) {
  .steps-work__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media not screen and (min-width: 360px) {
  .steps-work__content {
    gap: 100px;
  }
}
.steps-work__elem {
  counter-increment: steps-work;
}
.steps-work__elem-img {
  width: 323px;
  height: 204px;
  position: relative;
}
@media not screen and (min-width: 360px) {
  .steps-work__elem-img {
    width: 290px;
    height: 195px;
  }
}
.steps-work__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.steps-work__elem-img::before {
  content: '';
  position: absolute;
  right: 10px;
  top: -40px;
  background-image: url('/images/cleaning/steps/red-line.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 144.039px;
  height: 204px;
}
.steps-work__elem-img::after {
  content: counter(steps-work);
  position: absolute;
  bottom: -20px;
  right: 0;
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 72px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
  /* 86.4px */
  text-transform: uppercase;
  color: white;
}
.steps-work__elem-text {
  margin-top: 22px;
  color: #A7A7A7;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media not screen and (min-width: 600px) {
  .steps-work__elem-text {
    font-size: 16px;
    line-height: 150%;
  }
}
.price-cards {
  padding-bottom: 140px;
}
@media not screen and (min-width: 600px) {
  .price-cards {
    padding-bottom: 50px;
  }
}
.price-cards__title {
  color: #FFF;
  text-align: center;
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%;
  /* 36.4px */
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media not screen and (min-width: 600px) {
  .price-cards__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.price-cards__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media not screen and (min-width: 1200px) {
  .price-cards__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (min-width: 800px) {
  .price-cards__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.price-cards__elem {
  padding: 25px;
  background-color: #141414;
  position: relative;
  overflow: hidden;
  height: 174px;
  box-sizing: border-box;
}
@media not screen and (min-width: 600px) {
  .price-cards__elem {
    padding: 25px 16px;
  }
}
.price-cards__elem-title {
  color: #A7A7A7;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
}
.price-cards__elem-price {
  color: var(--main);
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%;
  /* 20.8px */
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.price-cards__elem-price_old {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: white;
  margin: 7px 0;
}
.price-cards__elem-action {
  color: #FFF;
  font-family: 'Bruta Global Extended', sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%;
  /* 15.6px */
  text-transform: uppercase;
  padding: 0 17px;
  height: 26px;
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.price-cards__elem-action::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-20deg);
  background-color: var(--main);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.price-cards__elem-car {
  position: absolute;
  width: 405px;
  right: 0;
  bottom: 0;
  padding-left: 180px;
}
@media not screen and (min-width: 600px) {
  .price-cards__elem-car {
    padding-left: 0;
    right: initial;
    left: 140px;
  }
}
.price-cards__elem-car img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 1170px;
    padding: 0 30px;
  }
}
@media (min-width: 1190px) {
  .container {
    max-width: 1190px;
    padding: 0 40px;
  }
}
.flex-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0;
}
.flex-wrapper_middle {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1250px) {
  .flex-wrapper_middle {
    flex-direction: row;
  }
}
.page-about__story {
  padding: 33px 0;
  background-color: white;
}
@media (min-width: 800px) {
  .page-about__story {
    padding: 100px 0;
  }
}
.page-about__video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  background-color: #191818;
}
@media (min-width: 800px) {
  .page-about__video {
    height: 700px;
  }
}
.page-about__pictures {
  display: none;
}
@media (min-width: 1300px) {
  .page-about__pictures {
    background-color: white;
    padding: 20px 0 100px;
    display: flex;
    justify-content: center;
  }
}
.page-about__img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-about__img_small {
  z-index: 2;
  width: 540px;
  height: 420px;
  margin-right: -100px;
  margin-top: 100px;
}
.page-about__img_big {
  z-index: 1;
  width: 730px;
  height: 750px;
}
.intro-slider {
  position: relative;
}
.intro-slider__anchor-link {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.intro-slider-dots {
  display: none;
  margin: 0 -5px;
}
@media (min-width: 992px) {
  .intro-slider-dots {
    display: flex;
  }
}
.intro-slider-dots__dot {
  padding: 10px 5px;
}
.intro-slider-dots span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color ease 0.2s, width ease 0.2s;
}
.intro-slider-dots .active span {
  width: 40px;
  background-color: #FF001D;
}
.intro-slider-dots__dot:hover span {
  background-color: #FF001D;
}
.intro-slider-arrows {
  display: flex;
}
.intro-slider-arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 30px;
  background-color: rgba(6, 3, 3, 0.5);
  color: #fff;
}
@media (min-width: 576px) {
  .intro-slider-arrows button {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .intro-slider-arrows button {
    width: 70px;
    height: 35px;
  }
}
@media (min-width: 992px) {
  .intro-slider-arrows button {
    width: 80px;
    height: 40px;
  }
}
.intro-slider-arrows button:hover {
  background-color: #fff;
  color: #FF001D;
}
.intro-slider-arrows button svg {
  width: 22px;
}
@media (min-width: 768px) {
  .intro-slider-arrows button svg {
    width: auto;
  }
}
.intro-slider-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0 30px 0;
}
@media (min-width: 992px) {
  .intro-slider-nav {
    padding-bottom: 10px;
  }
}
.intro-slider-nav__inner {
  position: relative;
}
.intro-slider-nav__header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-slider-nav__bottom {
  display: flex;
}
@media (min-width: 992px) {
  .intro-slider-nav__bottom {
    padding: 52px 0 0;
  }
}
.intro-slider-slide {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.intro-slider-slide__inner {
  display: flex;
  align-items: center;
  height: 400px;
}
@media (min-width: 576px) {
  .intro-slider-slide__inner {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .intro-slider-slide__inner {
    height: 600px;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  .intro-slider-slide__inner {
    height: calc(100vh - 70px);
  }
}
.intro-slider-slide__content {
  width: 100%;
  padding: 88px 0;
}
.intro-slider-slide__title {
  color: #fff;
  font-family: 'Bruta Global Extended';
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 425px) {
  .intro-slider-slide__title {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (min-width: 576px) {
  .intro-slider-slide__title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  .intro-slider-slide__title {
    font-size: 44px;
    line-height: 64px;
  }
}
@media (min-width: 992px) {
  .intro-slider-slide__title {
    font-size: 56px;
    line-height: 78px;
  }
}
@media (min-width: 1280px) {
  .intro-slider-slide__title {
    font-size: 66px;
    line-height: 88px;
    text-transform: uppercase;
  }
}
.intro-slider-slide__title-color {
  color: #FF001D;
}
@media (min-width: 576px) {
  .intro-slider-slide__title-break {
    display: block;
  }
}
.intro-slider-slide__link {
  display: flex;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .intro-slider-slide__link {
    margin: 25px 0 0;
  }
}
@media (min-width: 1280px) {
  .intro-slider-slide__link {
    margin: 40px 0 0;
  }
}
.intro-slider-video-link {
  display: flex;
  align-items: center;
  color: #fff;
}
.intro-slider-video-link:hover {
  color: #FF001D;
}
.intro-slider-video-link__icon {
  flex: none;
  position: relative;
  margin: 0 16px 0 0;
}
.intro-slider-video-link__icon:before {
  content: '';
  display: block;
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 54.344972433709636% 58.60559110811721%;
  width: 35px;
  height: 35px;
}
.intro-slider-video-link__icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 54.344972433709636% 58.60559110811721%;
  width: 35px;
  height: 35px;
  filter: blur(14px);
  opacity: .7;
}
.intro-slider-video-link__text {
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .intro-slider-video-link__text {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  .story-block {
    display: flex;
    align-items: flex-start;
  }
}
.story-block__img {
  width: 100%;
  max-width: 480px;
  height: 220px;
  margin-right: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 800px) {
  .story-block__img {
    height: 320px;
  }
}
.story-block__content {
  max-width: 540px;
  margin-top: 30px;
}
@media (min-width: 800px) {
  .story-block__content {
    margin-top: 0;
  }
}
.story-block__title {
  font-family: 'Bruta Global Extended';
  font-size: 14px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 500;
  color: #818181;
}
@media (min-width: 800px) {
  .story-block__title {
    padding-right: 170px;
  }
}
@media (min-width: 800px) {
  .story-block__title_margin-bottom {
    margin-bottom: 20px;
  }
}
.story-block__text {
  font-family: 'Manrope';
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #0D0C11;
}
@media (min-width: 800px) {
  .story-block__text {
    font-size: 20px;
    line-height: 37px;
  }
}
.story-block__text_small {
  font-size: 14px;
  line-height: 26px;
}
.story-block_margin-bottom {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .story-block_margin-bottom {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .page-certificate-info {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .page-certificate-info__col {
    flex: 0 0 440px;
    width: 100%;
  }
}
.page-certificate-info__title {
  font-family: 'Bruta Global Extended';
  color: #0d0c11;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media (min-width: 425px) {
  .page-certificate-info__title {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .page-certificate-info__title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  .page-certificate-info__title {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  .page-certificate-info__title {
    font-size: 46px;
    line-height: 60px;
  }
}
.page-certificate-info__description {
  font-family: 'Manrope';
  padding: 20px 0 0;
  color: #0d0c11;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-certificate-info__description {
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .page-certificate-info__description {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1280px) {
  .page-certificate-info__description {
    flex-grow: 1;
    min-width: 0;
    padding: 0 0 0 125px;
  }
}
.page-certificate-info__description p {
  margin: 0;
}
.page-certificate-info__description p + p {
  padding: 16px 0 0;
}
.page-header {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.page-header__inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) and (min-height: 720px) {
  .page-header__inner {
    height: calc(100vh - 70px);
  }
}
.page-header__content {
  width: 100%;
  padding: 108px 0;
}
.page-header__content_center {
  text-align: center;
}
@media (max-width: 991.98px) {
  .page-header__breadcrumbs {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .page-header__breadcrumbs {
    font-size: 12px;
  }
}
.page-header__link-back {
  font-family: 'Bruta Global Extended';
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-header__link-back:hover {
  text-decoration: underline;
}
.page-header__title {
  font-family: 'Bruta Global Extended';
  padding: 10px 0 0;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .page-header__title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .page-header__title {
    font-size: 46px;
    line-height: 68px;
  }
}
@media (min-width: 992px) {
  .page-header__title {
    padding: 30px 0 0;
    font-size: 66px;
    line-height: 88px;
    text-transform: uppercase;
  }
}
.page-header__title_second {
  font-size: 50px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .page-header__title_second {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .page-header__title_second {
    font-size: 66px;
  }
}
@media (min-width: 992px) {
  .page-header__title_second {
    font-size: 86px;
  }
}
.page-header__anchor-link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) and (min-height: 720px) {
  .page-header__anchor-link {
    bottom: 50px;
  }
}
.page-content {
  padding: 30px 0;
}
@media (min-width: 1280px) {
  .page-content {
    padding: 100px 0;
  }
}
.page-content__item + .page-content__item {
  padding: 30px 0 0;
}
@media (min-width: 576px) {
  .page-content__item + .page-content__item {
    padding: 60px 0 0;
  }
}
@media (min-width: 1280px) {
  .page-content__item + .page-content__item {
    padding: 100px 0 0;
  }
}
.certificate__link {
  display: block;
}
.certificate__thumbnail {
  max-width: 100%;
}
.certificate__label {
  font-family: 'Manrope';
  padding: 20px 0 0;
  color: #000;
  font-size: 13px;
  line-height: 20px;
}
.certificates__header {
  padding: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
}
.certificates__title {
  font-family: 'Bruta Global Extended';
  color: #0d0c11;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.certificates__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  padding: 12px 0 0;
}
.certificates__list-item {
  flex: 0 0 33.33333333%;
  padding: 26px 13px 0;
}
@media (min-width: 1280px) {
  .certificates__list-item {
    flex: 0 0 20%;
  }
}
.service-content-block {
  padding: 40px 0 0;
}
@media (min-width: 767px) {
  .service-content-block {
    padding: 60px 0 0;
  }
}
@media (min-width: 1000px) {
  .service-content-block {
    padding: 80px 0 0;
  }
}
@media (min-width: 1250px) {
  .service-content-block {
    display: flex;
    padding: 100px 0 0;
  }
}
@media (min-width: 767px) {
  .service-content-block__title-label {
    margin: 0 0 30px;
  }
}
@media (min-width: 1250px) {
  .service-content-block__title-label {
    width: 33.3%;
    flex: none;
    padding-right: 30px;
  }
}
@media (min-width: 1250px) {
  .service-content-block__title,
  .service-content-block__label {
    max-width: 225px;
  }
}
.service-content-block__title {
  font-family: 'Bruta Global Extended';
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #282828;
}
@media (min-width: 767px) {
  .service-content-block__title {
    font-size: 24px;
  }
}
.service-content-block__label {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #979797;
  margin: 10px 0;
}
@media (min-width: 1250px) {
  .service-content-block__label {
    margin: 20px 0;
  }
}
.service-content-block__content {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  flex-grow: 1;
}
@media (max-width: 700px) {
  .service-content-block__content iframe,
  .service-content-block__content img {
    width: 100% !important;
    height: 100%;
  }
}
@media (min-width: 1250px) {
  .service-content-block__content p {
    margin: 0 0 30px;
  }
}
.service-content-block__stats {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px;
}
.service-content-block__stats .tuning-chart {
  margin: 10px 15px;
}
.service-content-block__table {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1250px) {
  .service-content-block_photo .service-content-block__title-label {
    padding-top: 100px;
  }
}
.service-content-block_small {
  padding-top: 30px;
}
@media (min-width: 1250px) {
  .service-content-block_small .photo-gallery {
    height: 800px;
  }
}
@media (min-width: 1250px) {
  .service-content-block_small .photo-gallery__item:nth-child(1) {
    height: 540px;
  }
  .service-content-block_small .photo-gallery__item:nth-child(2) {
    top: 250px;
  }
}
.service-content-block .table {
  width: 100%;
}
.service-content-block .table tr {
  border-collapse: collapse;
  border-bottom: 1px solid #EAEAEA;
}
.service-content-block .table tr th {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: rgba(17, 17, 17, 0.6);
}
.service-content-block .table tr td {
  font-size: 14px;
  font-weight: 500;
}
.service-content-block .table tr td:first-child {
  font-weight: bold;
}
.service-content-block .table tr th,
.service-content-block .table tr td {
  padding: 10px 15px;
  border-right: 1px solid #EAEAEA;
  border-collapse: collapse;
}
.service-content-block .table tr th:last-child,
.service-content-block .table tr td:last-child {
  border-right: none;
}
.service-content-block .table tr:last-child {
  border-bottom: none;
}
.service-content__block_photos {
  padding-top: 40px;
}
@media (min-width: 767px) {
  .service-content__block_photos {
    padding-top: 60px;
  }
}
@media (min-width: 1250px) {
  .service-content__block_photos {
    padding-top: 140px;
  }
}
.service-header {
  background: #fff;
  padding: 30px 0 25px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .service-header {
    padding: 70px 0;
  }
}
@media (min-width: 767px) {
  .service-header__content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 767px) {
  .service-header__controls {
    width: 50%;
  }
}
.service-header__back {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Bruta Global Extended';
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #282828;
  height: 44px;
  padding-left: 59px;
  transition: .2s ease;
}
.service-header__back:before,
.service-header__back:after {
  display: block;
  position: absolute;
  content: '';
  transition: .2s ease;
}
.service-header__back:before {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  box-shadow: 0px 8px 28px rgba(24, 39, 75, 0.12), 0px 18px 88px rgba(24, 39, 75, 0.14);
  border-radius: 15px;
  left: 0;
  top: 0;
}
.service-header__back:after {
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 58.485639686684074% 58.23293172690763%;
  width: 14px;
  height: 16px;
  left: 16px;
  top: 15px;
}
.service-header__back:hover {
  color: #FF001D;
}
.service-header__back:hover:before {
  background: #FF001D;
}
.service-header__back:hover:after {
  filter: invert(1);
}
.service-header__title {
  font-family: 'Bruta Global Extended';
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #282828;
  margin: 40px 0 45px;
}
@media (min-width: 767px) {
  .service-header__title {
    font-size: 64px;
    line-height: 100%;
  }
}
@media (min-width: 767px) {
  .service-header__btns {
    display: flex;
    align-items: center;
    margin: 0 -5px;
  }
}
.service-header__btn {
  margin: 10px 0;
  z-index: 1;
}
@media (min-width: 767px) {
  .service-header__btn {
    margin: 0 5px;
  }
}
.service-header__photos {
  position: relative;
  width: 50%;
  display: none;
}
@media (min-width: 1000px) {
  .service-header__photos {
    padding-left: 50px;
    display: flex;
    justify-content: flex-end;
  }
}
.service-header__photo {
  max-width: 444px;
  margin-right: 96px;
  width: 100%;
  padding-bottom: 81%;
  background-size: cover;
}
.service-header__photo img {
  width: 100%;
}
.service-header__photo_min {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 220px;
  height: 220px;
  padding-bottom: 0;
}
.service-header__photo_calc {
  padding-bottom: 0;
}
.service-header .btn {
  display: block;
  font-family: 'Bruta Global Extended';
  font-weight: 500;
  font-size: 14px;
  line-height: 100% !important;
  padding: 16px 0;
  background: #FFFFFF;
  border: 1px solid #EFEFF2;
  border-radius: 5px;
  color: #282828;
  width: 100%;
  transition: .2s ease;
  white-space: nowrap;
  box-sizing: border-box;
  text-transform: uppercase;
}
.service-header .btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 700px) {
  .service-header .btn {
    font-size: 12px;
    width: 95%;
  }
}
@media (min-width: 767px) {
  .service-header .btn {
    padding: 18px 40px 20px;
  }
}
@media (min-width: 767px) {
  .service-header .btn_skew {
    transform: skewX(-10deg);
  }
}
@media (min-width: 767px) {
  .service-header .btn_skew .btn__content {
    display: block;
    transform: skewX(10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.service-header .btn_primary {
  background: #FF001D;
  color: #fff;
}
.service-header .btn_primary:hover {
  background: #cc0017;
}
.service-header .btn_icon .btn__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-header .btn_icon .btn__content:before {
  position: relative;
  display: block;
  content: '';
  margin-right: 11px;
  flex: none;
  box-sizing: border-box;
}
.service-header .btn_icon-booking .btn__content:before {
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 60.74228959749085% 57.411133467471494%;
  width: 18px;
  height: 22px;
}
.service-header .btn_icon-calculator .btn__content:before {
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 59.10041841004184% 57.4496644295302%;
  width: 20px;
  height: 24px;
}
.service-header .btn_icon-photos .btn__content:before {
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 61.85243328100471% 57.411133467471494%;
  width: 22px;
  height: 22px;
}
.service-header .btn_calc {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
  max-height: 52px;
  margin-left: 12px;
}
.service-header .btn_calc:before {
  content: '';
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: skew(-20deg);
  transition: 0.3s ease;
  border: 1px solid #EFEFF2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.service-header .btn_calc span {
  z-index: 2;
}
.service-header .btn_calc:hover {
  background: none;
}
.service-header .btn_calc:hover::before {
  background-color: #EFEFF2;
}
.service-header .btn_red {
  background: transparent;
  border: none;
}
@media (max-width: 766px) {
  .service-header .btn_red {
    display: flex;
  }
  .service-header .btn_red p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.photo-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 1250px) {
  .photo-gallery {
    position: relative;
    display: block;
    margin: 0;
    height: 1800px;
  }
}
.photo-gallery__item {
  position: relative;
  padding: 10px;
  flex: 1 0 50%;
  background: #000;
}
@media (min-width: 1250px) {
  .photo-gallery__item {
    position: absolute;
    flex: none;
    padding: 0;
  }
  .photo-gallery__item:nth-child(1) {
    width: 540px;
    height: 740px;
    right: 0;
    top: 0;
  }
  .photo-gallery__item:nth-child(2) {
    width: 350px;
    height: 480px;
    right: 665px;
    top: 410px;
  }
  .photo-gallery__item:nth-child(3) {
    width: 350px;
    height: 300px;
    right: 0;
    top: 865px;
  }
  .photo-gallery__item:nth-child(4) {
    width: 540px;
    height: 400px;
    right: 475px;
    top: 1015px;
  }
  .photo-gallery__item:nth-child(5) {
    width: 350px;
    height: 480px;
    right: 0;
    top: 1290px;
  }
}
.photo-gallery__item:before {
  content: "";
  float: left;
  padding-top: 100%;
}
.photo-gallery__link {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: .2s ease;
}
@media (min-width: 1250px) {
  .photo-gallery_1 {
    height: 750px;
  }
}
@media (min-width: 1250px) {
  .photo-gallery_2 {
    height: 900px;
  }
}
@media (min-width: 1250px) {
  .photo-gallery_3 {
    height: 1150px;
  }
}
@media (min-width: 1250px) {
  .photo-gallery_4 {
    height: 1400px;
  }
}
@media (min-width: 1250px) {
  .photo-gallery_5 {
    height: 1800px;
  }
}
.photo-gallery__item:hover .photo-gallery__link {
  opacity: .8;
}
.calculator {
  display: block;
}
.calculator__form {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.04), 0px 18px 88px -4px rgba(24, 39, 75, 0.06);
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 767px) {
  .calculator__form {
    padding: 50px 50px 20px;
  }
}
@media (min-width: 1000px) {
  .calculator__form {
    padding: 50px 60px 20px;
  }
}
@media (min-width: 1250px) {
  .calculator__form {
    padding: 50px 80px 20px;
  }
}
.calculator__print {
  position: relative;
  z-index: 1;
  margin: -10px 0 0;
  padding: 40px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 8px 28px rgba(24, 39, 75, 0.04), 0px 18px 88px rgba(24, 39, 75, 0.06);
  border-radius: 0 0 10px 10px;
}
.calculator__print:before {
  display: block;
  position: relative;
  content: '';
  margin-right: 12px;
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 61.276818419675564% 57.411133467471494%;
  width: 22px;
  height: 22px;
}
.calculator .radio-group {
  display: flex;
}
.calculator .radio-group_pills {
  background: #F8F8F8;
  padding: 5px;
  border-radius: 5px;
}
.calculator .radio-group_pills .radio-group__item {
  flex: 1 1 0;
}
.calculator .radio-group_squares {
  margin: 0 -6px;
  justify-content: space-between;
}
.calculator .radio-group_squares .radio-group__item {
  flex: 1 1 0;
  margin: 0 6px;
}
.calculator .radio input[type=radio] {
  display: none;
}
.calculator .radio input[type=radio] + label {
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  box-sizing: border-box;
}
.calculator .radio_pill input[type=radio] + label {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}
.calculator .radio_pill input[type=radio]:checked + label {
  background: #fff;
  box-shadow: 0px 8px 28px rgba(24, 39, 75, 0.12), 0px 18px 88px rgba(24, 39, 75, 0.14);
}
.calculator .radio_square input[type=radio] + label {
  width: 100%;
  padding: 15px 0;
  background: #F8F8F8;
  border-radius: 5px;
  text-align: center;
}
.calculator .radio_square input[type=radio]:checked + label {
  background: #FF001D;
  color: #fff;
}
.calculator .checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.calculator .checkbox__input {
  display: none;
}
.calculator .checkbox__indicator {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.calculator .checkbox__indicator:before {
  content: '';
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 62.87206266318538% 57.200133645172066%;
  width: 14px;
  height: 11px;
  opacity: 0;
  transition: opacity  .2s ease;
}
.calculator .checkbox .checkbox__input:checked ~ .checkbox__indicator {
  background-color: #ff001d;
  border-color: transparent;
}
.calculator .checkbox .checkbox__input:checked ~ .checkbox__indicator:before {
  opacity: 1;
}
.calculator .checkbox__text {
  padding: 0 0 0 12px;
  color: #0d0c11;
  font-family: 'Manrope';
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  word-break: break-word;
}
.calculator .select2-container {
  width: 100% !important;
}
.calculator .select2-selection {
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.calculator .select2-selection__rendered {
  padding: 0 16px 0 0 !important;
  color: #0d0c11 !important;
  font-size: 18px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
}
.calculator .select2-selection__arrow {
  background: transparent!important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  width: 8px !important;
  height: 5px !important;
  border-style: solid;
  border-width: 5px 4px 0 !important;
  border-color: transparent !important;
  border-top-color: #ff001d !important;
  transform: translate(0, -50%) rotate(0deg) !important;
  transition: transform ease .2s;
  box-sizing: border-box !important;
}
.select2-container--open .calculator .select2-selection__arrow {
  transform: translate(0, -50%) rotate(180deg) !important;
}
.calculator .select2-selection__arrow > b {
  display: none !important;
}
.calculator .select2-dropdown {
  margin: 12px 0 0 !important;
  background-color: #fff !important;
  border: 0 !important;
  overflow: hidden!important;
  border-radius: 0!important;
  box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.15) !important;
}
.select2-dropdown--above.calculator .select2-dropdown {
  margin: 0 0 12px !important;
}
.calculator .select2-search {
  display: none !important;
}
.calculator .select2-results__options {
  max-height: 263px !important;
  padding: 16px 0 !important;
}
.calculator .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
  color: #0d0c11 !important;
}
.calculator .select2-results__options .select2-results__option[aria-selected=true]:before {
  opacity: 1!important;
}
.calculator .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #0d0c11 !important;
}
.calculator .select2-results__options .select2-disabled {
  background: none !important;
  opacity: .5 !important;
  pointer-events: none;
}
.calculator .select2-results__option {
  position: relative !important;
  color: #939393 !important;
  transition: color ease 0.2s, background-color ease 0.2s, border ease 0.2s !important;
}
.calculator .select2-results__option:before {
  content: '';
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 2px !important;
  background-color: #ff001d !important;
  opacity: 0 !important;
  transition: opacity  .2s ease !important;
}
.calculator .select2-results__option {
  padding: 10px 28px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
}
.calculator .select2-search--dropdown {
  display: none !important;
}
.calculator .select {
  position: relative;
  width: initial !important;
}
.calculator .select_calc {
  border-radius: 5px !important;
  background: #F8F8F8 !important;
  padding: 0 15px 0 0 !important;
}
@media (min-width: 767px) {
  .calculator .select_calc {
    padding: 0 !important;
  }
}
.calculator .select_calc select {
  background: transparent;
  padding: 13px !important;
}
.calculator .select_calc .select2-container--default .select2-selection--single {
  background: transparent !important;
}
.calculator .select_calc .select2-selection__rendered {
  padding: 9px 20px !important;
}
.calculator .select_calc .select2-selection__arrow {
  right: 20px !important;
}
.calculator .select_calc .select2-dropdown {
  margin: 0 0 0 !important;
}
.calculator-section__heading {
  font-family: 'Bruta Global Extended';
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
.calculator-section__items {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
}
@media (min-width: 767px) {
  .calculator-section__items {
    margin: 0 -30px;
  }
}
.calculator-section__item {
  width: 100%;
  flex: none;
  padding: 0 0 20px;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .calculator-section__item {
    width: 50%;
    padding: 0 30px 30px;
  }
}
.calculator-section-item__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 15px;
}
.calculator-section-item__checkbox {
  margin-bottom: 20px;
}
.calculator-section-item__content {
  position: relative;
}
@media (min-width: 767px) {
  .calculator-section-item_checkout {
    margin-top: -60px;
  }
}
.calculator-checkout {
  font-family: 'Manrope';
  background: #F8F8F8;
  padding: 30px 30px 0;
  border-radius: 5px;
  line-height: 130%;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .calculator-checkout {
    position: absolute;
  }
}
.calculator-checkout__summary {
  font-weight: 500;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.calculator-checkout__summary-label {
  font-size: 16px;
}
.calculator-checkout__summary-value {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 28px;
}
.calculator-checkout__summary-value:before {
  display: block;
  content: '';
  position: relative;
  margin-right: 13px;
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 59.65463108320251% 57.43039248574304%;
  width: 22px;
  height: 23px;
}
.calculator-checkout__detailed-list {
  display: none;
}
@media (min-width: 767px) {
  .calculator-checkout__detailed-list {
    display: block;
    opacity: 0;
    max-height: 0;
    transition: .2s ease;
    overflow: hidden;
  }
}
.calculator-checkout__detailed-control {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0 35px;
  font-weight: 500;
  font-size: 16px;
}
.calculator-checkout__detailed-control:hover {
  color: #FF001D;
}
.calculator-checkout__detailed-control:after {
  display: block;
  position: relative;
  content: '';
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 63.406364110589465% 57.12379045712379%;
  width: 10px;
  height: 7px;
}
@media (min-width: 767px) {
  .calculator-checkout_detailed {
    background: #FFFFFF;
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.04), 0px 18px 88px -4px rgba(24, 39, 75, 0.06);
  }
}
.calculator-checkout_detailed .calculator-checkout__detailed-list {
  display: block;
}
@media (min-width: 767px) {
  .calculator-checkout_detailed .calculator-checkout__detailed-list {
    opacity: 1;
    max-height: 204px;
  }
}
.calculator-checkout_detailed .calculator-checkout__detailed-control:after {
  transform: rotate(180deg);
}
.calculator-checkout-list {
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 130%;
  counter-reset: checkout;
}
.calculator-checkout-list__item {
  display: flex;
  margin: 10px 0 0;
  counter-increment: section;
}
.calculator-checkout-list__item:before {
  display: block;
  flex: none;
  width: 30px;
  content: counter(section) ".";
  opacity: .5;
  font-weight: 500;
  font-family: 'Manrope';
}
.calculator-checkout-list__item-value {
  font-weight: 700;
}
.tuning-report {
  max-width: 540px;
  margin: 15px;
  box-shadow: 0 0 20px 0 rgba(17, 17, 17, 0.13);
  overflow: hidden;
  border-radius: 6px;
}
.tuning-report__inner {
  padding: 30px;
  border-radius: 6px;
}
.tuning-report__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: 'Bruta Global Extended';
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #282828;
}
.tuning-report__name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
}
.tuning-report__title {
  max-width: 300px;
}
.tuning-report__id {
  margin-left: 30px;
  white-space: nowrap;
}
.tuning-report__img {
  margin-bottom: 30px;
  height: 147px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.tuning-report__samples {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tuning-report__more-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #efefef;
  border-radius: 0 0 6px 6px;
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  transition: .12s ease;
}
.tuning-report__more-info:before {
  content: '';
  margin-right: 8px;
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 58.51231011000524% 57.48824714573539%;
  width: 26px;
  height: 26px;
}
.tuning-report__more-info:hover {
  color: #FF001D;
}
.tuning-chart {
  display: flex;
  align-items: flex-end;
  width: 150px;
  height: 150px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #eee;
  transition: .12s ease;
  cursor: pointer;
}
@media (min-width: 900px) {
  .tuning-chart {
    width: 223px;
    height: 220px;
  }
}
.tuning-chart:hover {
  filter: brightness(0.97);
}
.tuning-chart__labels {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tuning-chart__label {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.4);
  font-weight: 500;
  font-size: 14px;
  font-family: 'Manrope';
  color: #FF001D;
}
.tuning-chart__label:before {
  content: '';
  margin-right: 5px;
}
.tuning-chart__label_speed:before {
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 60.23024594453166% 57.411133467471494%;
  width: 22px;
  height: 22px;
}
.tuning-chart__label_fuel:before {
  background: url("../svg/sprite.svg?15733") no-repeat;
  background-position: 57.80922431865828% 57.526881720430104%;
  width: 28px;
  height: 28px;
}
.before-after-sample {
  margin: 5px auto;
  padding: 0 10px;
}
@media (min-width: 610px) {
  .before-after-sample {
    margin: 5px 0;
  }
}
.before-after-sample__title {
  width: 210px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Manrope';
  font-size: 16px;
  line-height: 18px;
  color: #282828;
}
.before-after-sample__bar {
  display: flex;
  width: 220px;
  height: 50px;
  margin-top: 8px;
  background-color: #282828;
  border-radius: 5px;
  overflow: hidden;
  font-family: 'Manrope';
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.before-after-sample__left,
.before-after-sample__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.before-after-sample__left {
  width: 100%;
}
.before-after-sample__right {
  position: relative;
  margin-left: auto;
  flex: none;
  height: 100%;
  width: 60px;
  background-color: #FF001D;
}
.before-after-sample__right:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  height: 102%;
  width: 10px;
  transform: rotate(7deg);
  background-color: #FF001D;
}
.before-after-sample__before-after {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-family: 'Manrope';
  font-size: 13px;
  font-weight: bold;
}
.before-after-sample__after {
  color: #FF001D;
}
.page-our-work-details__label {
  color: #0d0c11;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-family: 'Bruta Global Extended';
}
.page-our-work-details__list {
  padding: 20px 0 0;
}
.page-our-work-details__detail {
  color: #535353;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Manrope';
  font-weight: 400;
}
.page-our-work-details__detail + .page-our-work-details__detail {
  padding: 15px 0 0;
}
.page-our-work-details__detail:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 11px;
  margin: 5px 15px 0 0;
  background-color: #FF001D;
  transform: skewX(-21.5deg);
}
.page-our-work-details__detail_second:before {
  background-color: #979797;
}
.page-our-work-details__detail b {
  color: #000;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .page-our-work-info {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .page-our-work-info__col {
    flex: 0 0 440px;
    width: 100%;
  }
}
.page-our-work-info__title {
  color: #0d0c11;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Bruta Global Extended';
}
@media (min-width: 425px) {
  .page-our-work-info__title {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .page-our-work-info__title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  .page-our-work-info__title {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  .page-our-work-info__title {
    font-size: 46px;
    line-height: 60px;
  }
}
.page-our-work-info__details {
  padding: 20px 0 0;
}
@media (min-width: 576px) {
  .page-our-work-info__details {
    padding: 30px 0 0;
  }
}
@media (min-width: 1280px) {
  .page-our-work-info__details {
    padding: 60px 0 0;
  }
}
.page-our-work-info__description {
  padding: 20px 0 0;
  color: #0d0c11;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Manrope';
  font-weight: 400;
}
@media (min-width: 576px) {
  .page-our-work-info__description {
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .page-our-work-info__description {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1280px) {
  .page-our-work-info__description {
    flex-grow: 1;
    min-width: 0;
    padding: 0 0 0 125px;
  }
}
.page-our-work-info__description p {
  margin: 0;
}
.page-our-work-info__description p + p {
  padding: 16px 0 0;
}
.record-mess-error {
  background-color: rgba(186, 0, 0, 0.07);
  border: 1px solid #D30000;
  padding: 5px;
}
.record-mess-sucses {
  background-color: rgba(43, 186, 0, 0.07);
  border: 1px solid #94d300;
  padding: 5px;
}
.admin-form {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.admin-form .form-group {
  margin-bottom: 10px;
}

/*# sourceMappingURL=main.min.css.map */
