@font-face {
  font-family: "NotoSans";
  src: url(./font/NotoSans.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Pro";
  src: url(./font/GothamPro.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Pro-Bold";
  src: url(./font/GothamPro-Bold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Pro-Black";
  src: url(./font/GothamPro-Black.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ALSRubl";
  src: url(./font/rouble.ttf) format("woff");
  font-display: swap;
}

body {
  font-family: "Gotham-Pro", sans-serif;
  padding: 0;
  margin: 0;
  background: #0f0f0f;
  color: #fff;
}

.container {
  max-width: 1220px;
  padding-left: 0;
  padding-right: 0;
}

.bold, b {
  font-weight: 700;
  font-family: "Gotham-Pro-Bold";
}

p {
  margin-bottom: 5px;
}

ul {
  margin: 0;
  padding-left: 0;
}

a {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.red {
  color: #C00001;
}

.white {
  color: #fff;
}

.rouble {
  font-family: "ALSRubl";
  font-weight: 400;
}

.flex-wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.header {
  padding: 25px 0;
}

.header-adres__row, .footer-adres__row {
  margin-bottom: 10px;
}

.header-logo__mobile, .main-pict__mobile, .header-menu input, .header-menu label {
  display: none;
}

.header-adres__row:last-child, .footer-adres__row:last-child {
  margin-bottom: 0;
}

.header-adres__row p, .footer-adres__row p {
  display: inline-block;
  width: 230px;
  font-family: "NotoSans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding-left: 18px;
  margin-bottom: 0;
}

.header-adres__icon, .footer-adres__icon {
  display: inline-block;
  width: 19px;
  text-align: center;
}

.header-adres__link, .footer-adres__link {
  display: inline-block;
  margin-left: 14px;
  font-family: "NotoSans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #C00001;
  border-bottom: 1px dashed #C00001;
  transition: ease .3s;
}

.header-adres__link:hover, .footer-adres__link:hover {
  color: #C00001;
  border-bottom: 1px dashed transparent;
}

.header-contact__row, .footer-contact__row {
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-contact__row:last-child, .footer-contact__row:last-child {
  margin-bottom: 0;
}

.header-contact__phone, .footer-contact__phone {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  transition: ease .3s;
}

.header__phone-icon {
  margin-right: .5em;
  width: 20px;
}

.header__social-icons a {
  margin-left: 10px;
}

.header-contact__phone:hover, .footer-contact__phone:hover, .header-contact__insta:hover, .footer-contact__insta:hover {
  color: #C00001;
}

.header-contact__mess, .footer-contact__mess {
  display: inline-block;
  margin-right: 4px;
}

.header-contact__mess:last-child, .footer-contact__mess:last-child {
  margin-right: 12px;
}

.header-contact__insta, .footer-contact__insta {
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  transition: ease .3s;
}

.header-contact__insta img {
  width: 20px;
}

.header-contact__insta._inst img {
  width: 22px;
}

.footer-contact {
  display: block !important;
}

.header-menu {
  margin-top: 20px;
  border-top: 1px solid #C00001;
  border-bottom: 1px solid #C00001;
}

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

.header-menu li {
  list-style: none;
}

.header-menu li a, .header-menu li span {
  display: inline-block;
  padding: 17px 36px;
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: ease .3s;
}

.header-menu li a:hover {
  color: #e81313;
}

.header-menu li .active {
  background: #C00001;
}

.header-menu li .active:hover {
  background: #e81313;
  color: #fff;
}

.nav .header-contact, .nav .header-adres {
  display: none;
}

.main {
  background: url(./img/car.png), url(./img/bg-main.png);
  background-position: 100% 0%, -10% center;
  background-repeat: no-repeat;
  background-size: auto, cover;
  padding-bottom: 230px;
}

.main-content {
  width: 540px;
  margin-top: 66px;
}

.main-block {
  position: relative;
}

.main-title h1 {
  font-family: "Gotham-Pro-Bold";
  font-weight: 700;
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 14px;
}

.main-polir {
  position: relative;
}

.main-polir::before {
  content: '';
  position: absolute;
  top: -90px;
  left: -30px;
  width: 350px;
  height: 300px;
  background: rgba(192, 0, 1, .5);
  border-radius: 50%;
  filter: blur(70px);
  -webkit-filter: blur(70px);
  z-index: 1;
}

.main-polir__pict {
  position: absolute;
  top: -50px;
  left: 0;
  width: 91px;
  z-index: 3;
}

.main-polir__content {
  margin: 66px 0 0 69px;
  position: relative;
  z-index: 2;
}

.main-polir__text {
  display: inline-block;
  font-size: 22px;
  line-height: 27px;
  padding: 16px 16px 16px 26px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(279.21deg, #780714 -1.99%, #C00001 100.7%);
}

.main-btn {
  margin-top: 54px;
  position: relative;
  z-index: 3;
}

@keyframes animBtnLine {
  0% {
    -webkit-transform: translateX(-4em) skewX(-45deg);
    transform: translateX(-4em) skewX(-45deg);
  }
  100% {
    -webkit-transform: translateX(20em) skewX(-45deg);
    transform: translateX(20em) skewX(-45deg);
  }
}

@keyframes animBtnLineLarge {
  0% {
    -webkit-transform: translateX(-4em) skewX(-45deg);
    transform: translateX(-4em) skewX(-45deg);
  }
  100% {
    -webkit-transform: translateX(20em) skewX(-45deg);
    transform: translateX(40em) skewX(-45deg);
  }
}

.btn {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 261px;
  height: 55px;
  background: #C00001;
  border-radius: 41px;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: ease .3s;
  overflow: hidden;
}

.btn:hover, .btn:active, .btn:focus {
  background: #FF900F;
  color: #fff;
  box-shadow: none;
}

.btn._dark-hover:hover,
.btn._dark-hover:active,
.btn._dark-hover:focus
{
  background: #0f0f0f;
}

.btn__line {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
  height: 100%;
  background-color: rgb(255 255 255 / 25%);
  -webkit-animation: 2s infinite animBtnLine;
  animation: 2s infinite animBtnLine;
}

.btn._size-large .btn__line {
  -webkit-animation: 2s infinite animBtnLineLarge;
  animation: 2s infinite animBtnLineLarge;
}

.main-pict {
  position: absolute;
  top: 132px;
  left: 412px;
  width: 909px;
  z-index: 2;
}

.about {
  padding: 0 0 50px;
  margin-top: -80px;
}

.title-block {
  margin-bottom: 31px;
}

.title-block h2, .title-block h1 {
  font-family: "Gotham-Pro-Bold";
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 0;
}

.title-block h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: #FFFDFD;
}

.title-red {
  width: 115px;
  height: 6px;
  background: #C00001;
  margin-left: 20px;
}

.about-quote {
  width: 760px;
  position: relative;
  margin-bottom: 55px;
}

.about-quote::before {
  content: '';
  position: absolute;
  top: 10px;
  right: -72px;
  width: 62px;
  height: 105px;
  background: url(./img/bg-quote.svg) no-repeat center;
}

.about-quote::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -150px;
  width: 62px;
  height: 105px;
  background: url(./img/bg-quote.svg) no-repeat center;
}

.about-quote__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 30px;
}

.about-quote__desc {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.035em;
  color: #FFFDFD;
  margin-bottom: 0;
}

.about-wrap {
  margin-top: 80px;
}

.about-item {
  width: 33.33%;
  text-align: center;
  padding: 0 14px;
  border-right: 1px solid rgba(143, 143, 143, 0.2);
}

.about-item:first-child, .about-item:nth-child(4) {
  border-left: 1px solid rgba(143, 143, 143, 0.2);
}

.about-item:nth-child(-n+3) {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
}

.about-item:nth-child(n+4) {
  padding-top: 40px;
}

.about-item__icon {
  margin-bottom: 30px;
}

.about-item p {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.035em;
  margin-bottom: 0;
}

.gallerea {
  padding: 50px 0 0;
}

.gallerea-item, .gallerea-box {
  overflow: hidden;
  position: relative;
}

.gallerea-item__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  opacity: 0;
  transition: ease .3s;
  z-index: 4;
}

.gallerea-item__img:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(./img/icon-plus.svg) no-repeat center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: ease .3s;
  z-index: 5;
}

.gallerea-item:hover .gallerea-item__img:after, .gallerea-box:hover .gallerea-item__img:after {
  opacity: 1;
}

.gallerea-item:first-child {
  width: 594px;
  height: 328px;
}

.gallerea-item:nth-child(2) {
  width: 592px;
  height: 328px;
}

.gallerea-item:nth-child(3) {
  width: 386px;
  margin-top: 30px;
}

.gallerea-item img, .gallerea-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallerea-wrap {
  width: 803px;
}

.gallerea-box:first-child {
  width: 803px;
  height: 328px;
  margin-top: 30px;
}

.gallerea-box:nth-child(2), .gallerea-box:nth-child(3) {
  width: 386px;
  height: 328px;
  margin-top: 30px;
}

.gallerea-item__img {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.gallerea-item:hover .gallerea-item__img:before, .gallerea-box:hover .gallerea-item__img:before {
  opacity: 1;
}

.gallerea-buttons {
  text-align: center;
  margin: 80px 0 60px;
}

.gallerea-buttons .btn {
  display: inline-flex;
}

.home-reviews {
  margin-top: 60px;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 55px;
  margin: auto;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 13px;
  color: #FFFFFF;
  border: 3px solid #C00001;
  border-radius: 41px;
  transition: ease .3s;
}

.btn-more:hover {
  background: #C00001;
  color: #fff;
}

.insta-block {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  position: relative;
}

.insta-rectangle {
  width: 300px;
  height: 270px;
  opacity: 0.1;
  border: 30px solid #FFFFFF;
}

.insta-block__text {
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.insta-block__text p {
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
}

.insta-block__link {
  display: inline-block;
  margin: 15px 10px 0;
}

.service {
  padding: 190px 0 100px;
  background: url(./img/bg-polir.png) no-repeat center;
  background-size: 100%;
}

.service-name {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.service-name p {
  margin: 0;
  padding: 30px 0;
}

.service-tabs .nav-link {
  flex-wrap: wrap;
  height: 76px;
  padding: 14px;
  border-radius: 90px !important;
}

.service-tabs .nav-link .bold {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.075em;
}

.service-tabs .nav-link {
  font-size: 21px;
  font-weight: 400;
  line-height: 22px;
}

.service-panel {
  padding: 50px 50px 0 50px;
}

.service-panel__item span {
  display: inline-block;
  width: 11px;
  height: 22px;
  border: 2px solid #C00001;
  border-radius: 5.5px;
  margin-right: 3px;
}

.service-panel__full {
  background: #C00001;
}

.service-panel__item p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.035em;
}

.servise-car {
  margin-top: 120px;
}

.service-price p {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 20px;
}

.service-price__cost span:first-child {
  color: #fff;
}

.servise-car__pict {
  position: relative;
  width: 820px;
}

.servise-car__lines {
  position: absolute;
  top: 0;
  left: 30px;
}

.servise-car__lines-item:nth-child(2), .servise-car__lines-item:nth-child(3), .servise-car__lines-item:nth-child(4), .servise-car__lines-item:nth-child(5), .servise-car__lines-item:nth-child(6), .servise-car__lines-item:nth-child(7), .servise-car__lines-item:nth-child(8) {
  margin-top: -135px;
}

.servise-car__lines-item {
  width: 753px;
  height: 130px;
  background: url(./img/shadow-white-car.png) no-repeat center;
}

.offer {
  position: relative;
  padding: 89px 0 25px;
  background: #FF900F;
  overflow: hidden;
}

.offer h2 {
  color: #fff;
}

.offer-block__label {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Gotham-Pro-Black";
  font-weight: 900;
  font-size: 170px;
  line-height: 191px;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.1;
  text-align: center;
  white-space: nowrap;
}

.form-item {
  width: 388px;
  position: relative;
}

.input-error {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  color: #c00001;
  text-align: center;
}

.input-form {
  width: 100%;
  height: 65px;
  padding-left: 60px;
  letter-spacing: 0.005em;
  color: rgba(0, 0, 0, 0.5);
  background: #FFFFFF;
  border: none;
  border-radius: 64px;
  position: relative;
  z-index: 1;
  outline: none;
}

.input-form.is-error {
  border: 2px solid #C00001;
}

.form-item:nth-child(1)::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 25px;
  width: 16px;
  height: 16px;
  background: url(./img/icon-phone.svg) no-repeat center;
  z-index: 2;
}

.form-item:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 25px;
  width: 16px;
  height: 16px;
  background: url(./img/icon-name.svg) no-repeat center;
  z-index: 2;
}

.form-item .btn {
  width: 100%;
  height: 65px;
}

.form-confid {
  margin-top: 77px;
  text-align: center;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.form-confid label {
  font-size: 16px;
  line-height: 15px;
  position: relative;
}

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox + label::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
  width: 8px;
  height: 8px;
  transition: ease .3s;
}

.custom-checkbox:checked + label::after {
  background: #fff;
}

.clear {
  padding: 86px 0;
  background: url(./img/bg-clear.png) no-repeat top center;
  background-size: 100%;
}

.clear-pict {
  position: relative;
  width: 49%;
  height: 474px;
}

.clear-pict:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 646px;
  height: 474px;
  opacity: 0.1;
  border: 24px solid #FFFFFF;
}

.clear-content {
  width: 48%;
}

.clear-pict__item {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 674px;
  height: 474px;
}

.clear-pict__item img {
  width: 100%;
}

.clear-title {
  margin-top: 40px;
}

.two-title h3 {
  font-family: "Gotham-Pro-Bold";
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  margin-bottom: 10px;
}

.clear-item {
  margin-top: 31px;
  width: 240px;
}

.clear-item p {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  margin: 0;
}

.clear-item:last-child p {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #C00001;
}

.clear-price {
  margin: 80px 0;
}

.clear-row {
  display: flex;
  justify-content: space-between;
}

.clear-box {
  width: 50%;
  border-bottom: 1px solid rgba(151, 151, 151, .3);
}

.clear-table {
  margin-top: 20px;
}

.clear-box {
  padding: 20px 0 15px;
}

.clear-box__name {
  max-width: 95%;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.035em;
  margin-bottom: 10px;
}

.clear-box__price {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #C00001;
  margin: 0;
}

.clear-logo__title p {
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 0;
}

.clear-logo__title {
  margin-bottom: 40px;
}

.clear-logo__pict {
  min-width: 15%;
  text-align: center;
  width: auto;
  margin-bottom: 30px;
}

.wash {
  padding: 120px 0 30px;
  background: url(./img/bg-wash.png) no-repeat bottom center;
  background-size: 100%;
}

.wash-content {
  width: 49%;
}

.wash-name, .additional-title p {
  font-family: "Gotham-Pro-Bold";
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  margin-bottom: 38px;
}

.wash-desc {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.035em;
  margin-bottom: 45px;
}

.wash-list p {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 38px;
}

.wash-list li {
  list-style: none;
  padding-left: 67px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.035em;
  position: relative;
  margin-bottom: 30px;
}

.wash-list .red {
  position: absolute;
  left: 0;
  width: 49px;
  height: 34px;
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
  color: #C00001;
}

.wash-pict {
  position: relative;
  width: 49%;
  height: 479px;
}

.wash-pict:before {
  content: '';
  position: absolute;
  left: 0;
  top: 45px;
  width: 679px;
  height: 479px;
  opacity: 0.1;
  border: 24px solid #FFFFFF;
}

.wash-pict__item {
  position: absolute;
  top: 0;
  left: 45px;
  width: 674px;
  height: 474px;
}

.wash-pict__item img {
  width: 100%;
}

.washprice {
  padding: 60px 0 120px;
}

.washprice-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 37px;
}

.washpice-wrap {
  margin: 40px 0 30px;
  border: 1px solid #000;
}

.nav-tabs {
  width: auto;
  padding: 5px;
  border: 5px solid #C00001;
  border-radius: 90px;
}

.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 80px;
  height: 64px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0.075em;
  border: none !important;
  border-radius: 32px !important;
}

.nav-link:hover {
  color: #fff !important;
}

.nav-link.active {
  background: #C00001 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.washpice-item {
  width: 16.66%;
  border-right: 1px solid #000000;
}

.washpice-item:last-child {
  border-right: none;
}

.washpice-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C00001;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.075em;
  height: 80px;
  border-bottom: 1px solid #000000;
}

.washpice-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.075em;
  color: #090808;
  background: #fff;
  height: 80px;
}

.wash-service__item {
  width: 30%;
  text-align: center;
  margin-top: 52px;
}

.wash-service__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 21px;
}

.wash-service__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 0;
}

.wash-service__item:last-child p {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.additional {
  padding: 100px 0 45px;
}

.additional-block {
  margin-bottom: 75px;
}

.additional-name {
  width: 73%;
}

.additional-name p, .additional-price p {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}

.additional-item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #C4C4C4;
}

.additional-item:first-child {
  padding-top: 0;
}

.additional-price {
  width: 16%;
}

.additional-btn {
  width: 15%;
}

.additional-btn .btn {
  width: 177px;
  height: 44px;
}

.result {
  padding-top: 30px;
}

.result-top {
  padding: 100px 0 0;
}

.result-content {
  padding-top: 15px;
}

.result-text {
  margin-bottom: 80px;
}

.result-text span {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #C00001;
}

.result-slider {
  position: relative;
}

.image-slider__fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #C00001;
}

.image-slider__sepparator {
  margin: 0 5px;
}

.swiper-pagination-progressbar {
  position: static !important;
  height: 6px !important;
  width: 618px !important;
  display: block;
  margin: 0 auto 40px;
  background: #C4C4C4;
}

.swiper-pagination-progressbar-fill {
  background-color: #C00001 !important;
}

.result-slider:before {
  content: '';
  position: absolute;
  width: 1220px;
  height: 569px;
  left: 60px;
  top: -60px;
  opacity: 0.1;
  border: 30px solid #FFFFFF;
}

.swiper-button-prev, .swiper-button-next {
  top: 89%;
  width: 100px;
  outline: none;
  z-index: 9;
}

.swiper-slide {
  padding-bottom: 65px;
  transition: 1s;
}

.swiper-button-next::before, .swiper-button-prev::before {
  content: '';
  display: inline-block;
  width: 71px;
  height: 71px;
  opacity: 0.3;
  border-radius: 50%;
  border: 6px solid #C4C4C4;
}

.swiper-button-next:after {
  content: '';
  position: absolute;
  right: 45px;
  width: 58px;
  height: 39px;
  background: url(./img/arrow.png) no-repeat center;
}

.swiper-button-prev:after {
  content: '';
  position: absolute;
  left: 45px;
  width: 58px;
  height: 39px;
  background: url(./img/arrow.png) no-repeat center;
  transform: rotate(180deg);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle::after {
  width: 8px;
  background: #C00001;
  box-shadow: none;
}

.twentytwenty-handle {
  background: #C00001;
  border: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 10px;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 10px;
}

.map {
  padding: 120px 0 100px;
}

.map-top {
  padding-top: 0;
}

.map-content {
  margin-top: 45px;
}

.map-text {
  margin-top: 23px;
}

.map-icon {
  width: 22px;
  margin-right: 20px;
}

.map-icon .red {
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.11em;
}

.map-desc p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.035em;
  margin: 0;
}

.map-tabs .nav-tabs {
  margin-top: 50px;
}

.map-tabs__item {
  margin-top: 95px;
  text-align: center;
}

.map-tabs__box {
  margin-top: 95px;
  height: 500px;
  text-align: center;
  filter: grayscale(.6);
  -webkit-filter: grayscale(.6);
}

.map-tabs__box iframe {
  width: 100%;
}

.footer {
  padding: 65px 0 0;
}

.modal-content {
  width: 514px;
  background: #1B1B1B;
}

.modal-description {
  text-align: center;
}

.modal-bottom {
  margin-top: 20px;
  text-align: center;
}

.modal-bottom a {
  display: block;
  color: #C00001;
}

.modal-form .form-item {
  max-width: 370px;
  width: 100%;
  margin: 0 auto 12px;
}

.modal-header {
  justify-content: center;
  border-bottom: none;
  padding: 80px 20px 20px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal-title {
  font-family: "Gotham-Pro-Black";
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto 10px;
}

.modal-form .form-confid {
  margin: 15px auto 0;
  max-width: 370px;
  width: 100%;
}

.modal-form .form-confid span {
  font-size: 12px;
  line-height: 1.5;
  display: block;
}

.modal-form {
  padding-bottom: 50px;
}

.page {
  padding: 50px 0 80px;
}

.page._contacts .map {
  padding-top: 0;
}

/* Page content */
.page-usluga__content {
  overflow: hidden;
}

.page-usluga__content h2, .page-usluga__content h3 {
  font-weight: 700;
  font-family: "Gotham-Pro-Bold", sans-serif;
  margin: 1em 0 0.5em;
}

.page-usluga__content p {
  margin: 0 0 1em;
}

.page-usluga__pict {
  width: 45%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-usluga__content ul {
  list-style-type: none;
  margin: 0 0 1em;
}

.page-usluga__content li {
  position: relative;
  display: flex;
}

.page-usluga__content li::before {
  content: '';
  display: block;
  margin-top: .3em;
  margin-right: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C00001;
}

.page-usluga__content table {
  margin-bottom: 2em;
  border-collapse: initial!important;
  border: none!important;
}

.page-usluga__content table td {
  border: none!important;
}

.page-usluga__content table tr td {
  padding: 1em;
  color: #000;
  background: #fff;
}

.page-usluga__content table tr:first-child td {
  padding: 0.5em 1em;
  color: #fff;
  background: #C00001;
}

/* End Page content */

.uslugi {
  padding: 50px 0 0;
}

.uslugi-wrap, .page-usluga {
  margin-top: 80px;
}

.uslugi-content {
  width: 437px;
}

.uslugi-content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  margin-bottom: 30px;
}

.uslugi-pict {
  width: 690px;
  aspect-ratio: 3/1;
  position: relative;
}

.uslugi-pict img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-usluga__pict img, .blog-pict img {
  width: 100%;
}

.uslugi-action {
  margin-top: 50px;
}

.uslugi-action .btn, .uslugi-action .btn-more {
  width: 190px;
}

.blog-wrap {
  margin-top: 60px;
}

.blog-pict {
  position: relative;
  width: 40%;
  height: 300px;
  margin-right: 100px;
}

.blog-pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  width: 35%;
}

.blog-content h3 {
  font-family: "Gotham-Pro-Bold";
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 20px;
}

.blog-content h3 a {
  color: inherit;
}

.blog-content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 45px;
}

.blog-pagintation ul {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 120px auto 0;
}

.blog-pagintation ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  list-style: none;
  margin-right: 20px;
}

.blog-pagintation ul .active {
  background: #C00001;
}

.blog-pagintation ul li a {
  font-size: 14px;
  line-height: 13px;
  color: #FFFFFF;
}

.new {
  margin: -25px 0 100px 0;
}

.new-title {
  width: 100%;
height:max-content;
}
.new .new-title .container {
	height:100%;
}
.new .new-title .container img {
	width:100%;
	  height: 560px;
	object-fit: cover;
object-position: center center;
}
.new-title h1 {
  font-family: "Gotham-Pro-Black";
  font-size: 54px;
  line-height: 72px;
	margin-top:80px;
	max-width:959px;
}
@media (max-width:767px){
	.new .new-title .container img {
	width:100%;
	  height: 188px;
	
}
}
.new-block {
  margin-top: 80px;
  max-width: 700px;
  width: 100%;
}

.new-text p {
  font-size: 24px;
  line-height: 30px;
}

.new-text img {
  max-width: 700px;
  width: auto;
  margin: 60px auto;
}

.blog-share {
  margin-top: 30px;
}

.blog-share a {
  display: inline-block;
  margin-right: 9px;
}

.card {
  background: transparent;
  border: none;
}

.card-header {
  padding: 20px 0;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 2px solid #fff;
}

.accordion > .card > .card-header {
  margin-bottom: 0;
}

.card-header a {
  cursor: pointer;
}

.card-body {
  padding: 25px 0;
}

.works__reviews {
  margin-top: 80px;
}

.burger {
  top: 19px;
}

.header-contact_mobile {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.header-contact_mobile__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #C00001;
  border-radius: 50%;
  margin-left: 12px;
}

.header-contact_mobile__item._wa {
  border-color: #18AF66;
}

.header-contact_mobile__phone {
  color: #fff;
}

.header-contact_mobile__item a {
  display: block;
}

.header-contact_mobile__item img {
  display: block;
  width: 17px;
}

@media (min-width: 768px) {
  .header-contact_mobile {
    display: none;
  }
}

@media (max-width: 1700px) {
  .main {
    background-position: 100% 0%;
    background-size: auto, cover;
  }
}

@media (max-width: 1500px) {
  .clear, .wash, .offer {
    overflow: hidden;
  }

  .offer-block__label {
    font-size: 140px;
    line-height: 150px;
    width: auto;
  }

  .result-slider:before {
    width: 1000px;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: 1140px;
  }

  .main {
    background-size: contain;
    background-position: top right;
  }

  .gallerea-item:first-child, .gallerea-item:nth-child(2) {
    width: 48.5%;
    height: auto;
  }

  .gallerea-box:first-child {
    height: auto;
  }

  .gallerea-item:nth-child(3) {
    width: 31.5%;
    height: auto;
  }

  .gallerea-wrap {
    width: 65%;
  }

  .gallerea-box:nth-child(2), .gallerea-box:nth-child(3) {
    width: 48%;
    height: auto;
  }

  .form-item {
    width: 32%;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    background-size: 60%, cover;
    background-position: center right, center;
  }

  .header-menu li a {
    padding: 17px 20px;
  }

  .service-panel {
    padding: 30px 0 0;
  }

  .servise-car__pict {
    width: 80%;
  }

  .servise-car__pict img {
    width: 100%;
  }

  .servise-car__lines {
    left: 10px;
    top: -5px;
    width: 95%;
  }

  .servise-car__lines-item {
    width: 100%;
    background-size: contain;
  }

  .clear-item {
    width: 50%;
  }

  .clear-item p {
    font-size: 20px;
    line-height: 28px;
  }

  .additional-name {
    width: 65%;
  }

  .additional-price {
    width: 15%;
  }

  .additional-btn {
    width: 20%;
  }

  .result-slider:before {
    width: 100%;
    height: 450px;
    left: 20px;
    top: -20px;
    border: 20px solid #FFFFFF;
  }

  .map-tabs__item img {
    width: 100%;
  }

  .uslugi-content {
    width: 45%;
  }

  .uslugi-pict {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }

  .header-contact__phone, .footer-contact__phone {
    font-size: 20px;
    line-height: 28px;
  }

  .header-contact__insta, .footer-contact__insta {
    font-size: 16px;
    line-height: 22px;
  }

  .header-menu li a, .header-menu li span {
    padding: 20px 10px;
    font-size: 20px;
  }

  .main {
    padding-bottom: 160px;
  }

  .main-title h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .main-polir__text {
    font-size: 20px;
    line-height: 26px;
  }

  .title-block h2, .title-block h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .about-quote {
    width: 100%;
  }

  .about-quote__title {
    width: 85%;
    line-height: 30px;
  }

  .about-quote::before {
    right: 40px;
    width: 30px;
    height: 55px;
    background-size: cover;
  }

  .about-quote::after {
    right: 0;
    width: 30px;
    height: 55px;
    background-size: cover;
  }

  .service {
    padding: 100px 0;
  }

  .service-name {
    font-size: 28px;
    line-height: 34px;
  }

  .service-name p {
    padding: 15px 0;
  }

  .service-panel {
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-panel__item {
    width: 32%;
    margin-bottom: 25px;
  }

  .servise-car {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .servise-car__pict {
    width: 100%;
  }

  .service .nav-link .bold {
    font-size: 20px;
    line-height: 26px;
  }

  .service .nav-link {
    font-size: 18px;
    line-height: 22px;
  }

  .clear-block, .wash-block {
    flex-wrap: wrap;
  }

  .clear-pict, .wash-pict {
    width: 100%;
  }

  .clear-logo__pict {
    max-width: 19%;
  }

  .clear-logo__pict img {
    max-width: 100%;
    width: auto;
  }

  .clear-pict__item {
    right: 50%;
    transform: translateX(50%);
  }

  .clear-pict:before {
    right: 43.5%;
    transform: translateX(50%);
  }

  .clear-content, .wash-content {
    width: 100%;
    margin-top: 50px;
  }

  .washprice {
    padding: 60px 0;
  }

  .wash-content {
    order: 2;
  }

  .wash-pict__item {
    left: 50%;
    transform: translateX(-50%);
  }

  .wash-pict:before {
    left: 44.5%;
    top: -50px;
    transform: translateX(-50%);
  }

  .washpice-top {
    font-size: 18px;
  }

  .washpice-bottom, .wash-service__name, .wash-service__price, .additional-name p, .additional-price p {
    font-size: 20px;
  }

  .additional-btn {
    width: 25%;
  }

  .additional-price {
    width: 18%;
  }

  .result-slider:before {
    content: none;
  }

  .swiper-pagination-progressbar {
    width: 60% !important;
  }

  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev, .swiper-button-next {
    top: 88%;
  }

  .swiper-button-next::before, .swiper-button-prev::before {
    height: 60px;
    width: 60px;
  }

  .result-text {
    margin-bottom: 40px;
  }

  .result-top {
    padding-top: 50px;
  }

  .uslugi-content h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .uslugi {
    padding: 30px 0 0;
  }

  .uslugi-wrap, .page-usluga {
    margin-top: 50px;
  }

  .uslugi-action {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
  }

  .uslugi-action .btn-more {
    margin-top: 20px;
  }

  .blog-pict {
    width: 50%;
    margin-right: 5%;
  }

  .blog-content {
    width: 45%;
  }

  .blog-content p {
    margin-bottom: 30px;
  }

  .blog-pagintation ul {
    margin-top: 50px;
  }

  .new-title {
    height: auto;
    padding: 200px 0 50px;
  }

  .new-title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .new-text p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 920px) {
  .header-logo__mobile img {
    height: 27px !important;
  }

  .is-menu-open {
    position: fixed;
    overflow: hidden;
  }

  .header {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    background: #0f0f0f;
    z-index: 10;
  }

  .header-adres, .header-contact, .header-logo__main {
    display: none;
  }

  .header-logo__mobile, .main-pict__mobile, .nav .header-contact, .nav .header-adres {
    display: block !important;
  }

  .header-contact {
    max-width: 290px;
    width: 100%;
    margin: 90px auto 0;
  }

  .header-adres {
    max-width: 290px;
    width: 100%;
    margin: 250px auto 0;
  }

  .header-contact__row {
    text-align: left;
    margin-bottom: 4px;
  }

  .header-contact__phone {
    font-size: 18px;
    line-height: 24px;
  }

  .header-logo__mobile {
    position: relative;
    z-index: 18;
  }

  .header-menu {
    margin: 0;
    border: none;
  }

  .mobile-menu {
    width: 65px;
  }

  body input + label {
    position: absolute;
    top: 25px;
    right: 15px;
    height: 25px;
    width: 25px;
    margin-bottom: 0;
    z-index: 18;
  }

  .header-menu label {
    display: block;
  }

  body input + label span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #C00001;
    transition: 0.5s;
  }

  .burger span:first-child {
    top: 3px;
  }

  .burger span:last-child {
    top: 23px;
  }

  body label:hover {
    cursor: pointer;
  }

  body.is-menu-open .burger span {
    opacity: 0;
    top: 50%;
  }

  body.is-menu-open .burger span:first-child {
    opacity: 1;
    transform: rotate(405deg);
  }

  body.is-menu-open .burger span:last-child {
    opacity: 1;
    transform: rotate(-405deg);
  }

  body input ~ .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 12;
    overflow: hidden;
    display: none;
  }

  .nav__list {
    flex-direction: column;
  }

  .is-menu-open .header-contact_mobile {
    display: none;
  }

  .is-menu-open .header-contact {
    margin: 30px 0;
  }

  .is-menu-open .header-adres {
    margin: 0;
  }

  .is-menu-open .mobile-menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .header-contact__row, .footer-contact__row {
    justify-content: flex-start;
  }

  .header__social-icons a {
    margin-left: 0;
    margin-right: 10px;
  }

  body input ~ .nav > ul > li {
    width: 100%;
    text-align: left;
    opacity: 0;
    transition: 0.5s;
  }

  body input ~ .header-menu .nav > ul > li > a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px;
    text-transform: uppercase;
  }

  body input ~ .header-menu .nav > ul > li > .btn-link:hover {
    color: #fff;
  }

  body input:checked ~ .header-menu .nav > ul > li:last-child {
    margin-top: 15px;
  }

  body.is-menu-open .nav {
    height: 100%;
    display: block;
    background: #0f0f0f;
    transition-delay: 0s;
  }

  body.is-menu-open .nav > ul > li {
    opacity: 1;
    transition-delay: 0.5s;
  }

  .header-menu li .active {
    background: transparent !important;
  }

  .header-menu li .active:hover {
    color: #e81313 !important;
  }

  .header-menu li a, .header-menu li span {
    padding: 20px 5px 0 0;
  }

  .mobile-menu__wrapper {
    width: 80%;
  }

  .main-pict__mobile img {
    position: absolute;
    right: 0;
    top: -120px;
    width: 110%;
  }

  .main-pict__mobile {
    position: relative;
    margin-right: -15px;
    margin-left: auto;
    height: 300px;
    max-width: 400px;
  }

  .main {
    background-size: 0%, cover;
    overflow: hidden;
  }

  .main-content {
    margin-top: 115px;
    width: auto;
  }

  .main-title h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .main-polir__pict {
    width: 84px;
  }

  .main-polir::before {
    width: 240px;
    height: 240px;
    left: 0
  }

  .main-btn {
    margin-top: -50px;
    position: relative;
    z-index: 5;
  }

  .about-wrap {
    margin-top: 40px;
  }

  .about-item {
    width: 50%;
  }

  .about-item__icon svg {
    max-width: 60px;
    max-height: 60px;
  }

  .about-item:nth-child(n+3) {
    padding-top: 25px;
  }

  .about-item:nth-child(3) {
    border-right: none;
    border-left: 1px solid rgba(143, 143, 143, 0.2);
  }

  .about-item:nth-child(4) {
    border-bottom: 1px solid rgba(143, 143, 143, 0.2);
  }

  .about-item:nth-child(5) {
    border-left: 1px solid rgba(143, 143, 143, 0.2);
  }

  .insta-block__text {
    width: 546px;
    left: 50%;
    transform: translateX(-50%);
  }

  .service {
    padding: 60px 0;
  }

  .nav-tabs {
    flex-wrap: wrap;
  }

  .service .nav-link .bold {
    font-size: 16px;
    line-height: 20px
  }

  .service .nav-link {
    padding: 8px 12px;
    height: auto;
    font-size: 14px;
    line-height: 16px;
  }

  .servise-car__pict {
    margin-top: 40px;
  }

  .service-price {
    margin: 25px auto 0;
  }

  .servise-car__lines {
    top: -20px;
  }

  .servise-car {
    margin: 0;
  }

  .service-price {
    order: 2;
  }

  .offer-block__label {
    font-size: 70px;
    line-height: 80px;
  }

  .offer {
    padding: 50px 0 90px;
  }

  .form-wrap {
    flex-wrap: wrap;
  }

  .form-item {
    max-width: 290px;
    width: 100%;
    margin: 0 auto 12px;
    text-align: center;
  }

  .form-confid {
    margin-top: 0;
    padding-left: 15px;
  }

  .form-confid label {
    display: flex;
    width: 100%;
    padding-left: 30px;
    text-align: left;
    font-size: 14px;
    z-index: 5;
  }

  .custom-checkbox + label::before {
    position: absolute;
    left: 0;
    top: 0;
  }

  .clear-pict__item, .wash-pict__item {
    position: static;
    max-width: 600px;
    width: 100%;
    height: auto;
    transform: none;
  }

  .clear-pict, .wash-pict {
    height: auto;
  }

  .clear-pict:before, .wash-pict:before {
    content: none;
  }

  .clear, .wash {
    padding: 50px 0;
  }

  .clear-title {
    margin-top: 0;
  }

  .clear-item {
    width: 48%;
  }

  .clear-price {
    margin-bottom: 50px;
  }

  .wash-name, .additional-title p {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .washprice {
    padding: 30px 0 50px;
  }

  .washpice-wrap {
    flex-wrap: wrap;
  }

  .washpice-item {
    width: 33.33%;
  }

  .wash-service__item {
    margin-top: 30px;
  }

  .additional-item {
    flex-wrap: wrap;
  }

  .additional-name {
    width: 100%;
  }

  .additional-price {
    width: 40%;
  }

  .additional-btn {
    width: 55%;
    text-align: right;
  }

  .additional-btn .btn {
    margin-left: auto;
  }

  .swiper-button-prev, .swiper-button-next {
    top: 88.5%;
  }

  .swiper-slide {
    padding-bottom: 50px;
  }

  .swiper-pagination-progressbar {
    width: 150px !important;
    margin: -20px auto 20px;
  }

  .image-slider__fraction {
    font-size: 16px;
  }

  .map {
    padding: 50px 0;
  }

  .map-top {
    padding: 0 0 50px;
  }

  .map-content {
    margin-top: 25px;
  }

  .map-tabs .nav-tabs {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }

  .map-tabs .nav-item {
    width: 49%;
  }

  .map-tabs .nav-link {
    padding: 18px 12px;
    height: auto;
    font-size: 18px;
  }

  .footer-wrap {
    flex-wrap: wrap;
  }

  .footer-logo {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .footer-logo img {
    width: 200px;
  }

  .footer-contact {
    order: 2;
    width: 250px;
    margin: 20px auto 20px auto;
  }

  .footer-adres {
    order: 3;
    width: 250px;
    margin: auto;
  }

  .uslugi {
    padding: 100px 0 0;
  }

  .page {
    padding: 100px 0 50px;
  }

  .uslugi-wrap {
    flex-wrap: wrap;
  }

  .uslugi-content, .uslugi-pict, .page-usluga__content, .blog-pict, .blog-content {
    width: 100%;
  }

  .uslugi-pict, .page-usluga__pict {
    margin-top: 25px;
  }

  .page-usluga__pict {
    margin: 0 0 2em;
    float: none;
  }

  .uslugi-action {
    justify-content: flex-start;
  }

  .uslugi-action .btn-more {
    margin: 0 0 0 15px;
  }

  .uslugi-content h3 {
    margin-bottom: 20px;
  }

  .blog-pict {
    margin: 0 0 25px 0;
  }

  .new {
    margin: 0;
  }

  .new-title {
    padding: 120px 0 30px;
  }

  .new-block {
    max-width: 100%;
    margin: 50px 0;
  }

  .new-text p {
    font-size: 16px;
    line-height: 22px;
  }

  .new-text img {
    max-width: 100%;
    margin: 30px 0;
  }

  .card-header {
    font-size: 20px;
    line-height: 26px;
  }

  .card-body {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0;
  }

  .input-error {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 5px;
    font-size: 14px;
  }

  .home-reviews {
    margin-top: 40px;
  }
}

@media (max-width: 760px) {
  .reviews__wrapper {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .swiper-slide {
    aspect-ratio: 4/3;
  }

  .works__reviews {
    margin-top: 40px;
  }

  .title-red {
    display: none;
  }

  .main-title h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .main-polir__content {
    margin-top: 50px;
  }

  .main-polir__text {
    font-size: 15px;
    line-height: 24px;
    padding: 13px 13px 13px 20px;
  }

  .main-polir__pict {
    top: -40px;
  }

  .title-block h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .about-item {
    width: 100%;
    padding: 25px 15px;
    border: 1px solid rgba(143, 143, 143, 0.2);
    border-bottom: 1px solid transparent;
  }

  .about-item:last-child {
    border-bottom: 1px solid rgba(143, 143, 143, 0.2);
  }

  .about-item:nth-child(3) {
    border-right: 1px solid rgba(143, 143, 143, 0.2);
  }

  .gallerea-item, .gallerea-item:nth-child(3), .gallerea-box:first-child, .gallerea-box:nth-child(2), .gallerea-box:nth-child(3) {
    margin: 0 0 10px 0;
  }

  .gallerea-item:first-child, .gallerea-item:nth-child(2), .gallerea-item:nth-child(3), .gallerea-wrap, .gallerea-box:nth-child(2), .gallerea-box:nth-child(3) {
    width: 100%;
  }

  .gallerea-btns {
    margin: 30px 0 60px;
  }

  .insta-block__text {
    width: 100%;
    min-width: 320px;
  }

  .insta-rectangle {
    width: 320px;
    height: 300px;
  }

  .insta-block__text p {
    font-size: 16px;
  }

  .service-name p {
    padding: 0;
  }

  .service .nav-tabs .nav-item {
    width: 100%;
  }

  .service-panel__item {
    width: 49%;
  }

  .service-panel__item p {
    font-size: 16px;
  }

  .service-tabs .nav-tabs {
    border-radius: 34px;
    display: block;
  }

  .service-tabs .nav-item {
    width: 100%;
  }

  .service-tabs .nav-link .bold {
    font-size: 16px;
    line-height: 1.1;
  }

  .service-tabs .nav-link {
    font-size: 16px;
    height: auto;
    padding: 5px;
    line-height: 1.1;
  }

  .servise-car__lines {
    top: -40px;
  }

  .clear-content, .wash-content {
    margin-top: 25px;
  }

  .clear-item {
    width: auto;
    margin-top: 15px;
  }

  .clear-item p {
    font-size: 16px;
    line-height: 22px;
  }

  .clear-box {
    width: 100%;
  }

  .clear-logo__pict {
    min-width: 25%;
    margin-right: 10px;
  }

  .offer-block__label {
    font-size: 44px;
    line-height: 50px;
  }

  .wash-list .red {
    font-size: 28px;
    line-height: 32px;
  }

  .wash-list li {
    padding-left: 50px;
  }

  .wash-list p {
    margin-bottom: 20px;
  }

  .washprice-table .nav-link {
    padding: 15px 10px;
    height: auto;
    font-size: 18px;
  }

  .washpice-wrap {
    margin-top: 20px;
  }

  .washpice-top, .washpice-bottom {
    font-size: 16px;
    line-height: 20px;
    height: 50px;
  }

  .wash-service__item {
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }

  .wash-service__name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .wash-service__price {
    font-size: 16px;
    line-height: 22px;
  }

  .service-price p {
    font-size: 18px;
    line-height: 24px;
  }

  .service-name {
    font-size: 24px;
    line-height: 30px;
  }

  .additional {
    padding: 45px 0 0;
  }

  .additional-name p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .additional-price p {
    font-size: 18px;
    line-height: 24px;
  }

  .result-content {
    padding: 0;
  }

  .result-text {
    margin-bottom: 15px;
  }

  .image-slider__fraction {
    font-size: 14px;
  }

  .map {
    padding: 80px 0 50px;
  }

  .map-top {
    padding: 0 0 50px;
  }

  .map-tabs .nav-link {
    font-size: 15px;
    padding: 18px 5px;
    text-align: center;
  }

  .map-tabs__box, .map-tabs__box iframe {
    height: 300px;
  }

  .map-tabs__item, .map-tabs__box {
    margin-top: 40px;
  }

  .modal-header {
    padding-top: 70px;
  }

  .modal-description {
    font-size: 14px;
  }

  .modal-form .form-item, .modal-form .form-confid {
    max-width: 300px;
  }

  .modal-title {
    font-size: 32px;
    line-height: 40px;
  }

  .uslugi-action .btn {
    width: 290px;
  }

  .uslugi-action .btn-more {
    width: 290px;
    margin: 15px 0 0;
  }

  .page-usluga {
    margin-top: 25px;
  }

  .new-title h1 {
    font-size: 42px;
    line-height: 40px;
	  margin-top:40px;
  }

  .page-usluga__pict {
    width: 100%;
  }

  .mobile-table-wrapper {
    overflow-x: scroll;
  }

  .mobile-table-wrapper table {
    height: auto!important;
    width: auto;!important;
    font-size: 14px;
  }

  .mobile-table-wrapper table td {
    min-width: 120px;
  }

  .mobile-table-wrapper table td:first-child {
    min-width: 170px;
  }
}

.spinner-backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.spinner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}

.spinner .path {
  stroke: #C00001;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.footer__bottom {
  margin-top: 20px;
  border-top: #232323 1px solid;
  padding: 20px 0;
}

.footer__requisites {
  font-size: 14px;
  color: #adadad;
  margin-right: 20px;
  max-width: 400px;
}

.footer__requisites p {
  margin-bottom: .6em;
}

.footer__requisites {
  margin-bottom: -.6em;
}

.footer__requisites a {
  color: #C00001;
}

.footer__company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.developers {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: #232323 1px solid;
  padding-top: 20px;
}

.developer {
  margin-right: 20px;
  font-size: 14px;
  color: #adadad;
}

.developer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

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

.swiper-slide {
  aspect-ratio: 3/1.7;
}

.before-after {
  position: relative;
  height: 100%;
}

.beforeafter-wrapperImage {
  height: 100%;
}

.beforeafter-item {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.before-after img {
  width: 100%;
  height: 100%;
}

.swiper-slide-active .beforeafter-cursor {
  overflow: visible !important;
}

.beforeafter-cursor {
  width: 8px !important;
  background: #C00001 !important;
}

.ba-slider {
  height: 100%;
}

.ba-slider img {
  object-fit: cover;
  height: 100%;
  pointer-events: none;
}

.user-content h2, .user-content h3, .user-content h4 {
  font-family: "Gotham-Pro-Bold";
}

.user-content ul, .user-content ol {
  padding-left: 1em;
  margin-bottom: 1em;
}

.ba-slider .handle:after {
  content: '';
  position: absolute;
  transform: translateY(-20px);
  left: -37px;
  background: #C00001 url('./img/wheel.svg') no-repeat center center!important;
  box-shadow: none;
  border: none;
  background-size: 100%;
  width: 80px!important;
  height: 80px!important;
  margin: 0!important;
  z-index: 150;
}

.yandex-rating iframe {
  display: block;
}

.customize-support {
  padding-top: 30px;
}

.common-tabs__nav {
  display: inline-flex;
}

@media (max-width: 768px) {
  .common-tabs__nav {
    display: flex;
    border-radius: 37px;
  }

  .common-tabs__nav .nav-item {
    width: 100%;
  }

  .header-logo__mobile img {
    height: 40px;
  }

  .footer__company {
    flex-direction: column;
  }

  .footer__requisites {
    text-align: center;
  }

  .yandex-rating {
    margin-top: 20px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }

  .developers {
    margin-top: 10px;
    flex-direction: column;
    justify-content: center;
  }

  .developer {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .footer-contact__row {
    text-align: center;
  }

  .beforeafter-cursor {
    width: 4px !important;
  }

  .beforeafter-cursor::before {
    width: 45px;
    height: 45px;
  }

  .beforeafter-cursor::after {
    width: 30px;
    height: 30px;
  }

  .swiper-slide {
    aspect-ratio: 3/2;
  }

  .footer-contact .header-contact__row {
  }
}

@media (max-width: 580px) {
  .gallerea-item, .gallerea-box {
    height: 200px !important;
  }

  .ba-slider .handle:after {
    transform: translateY(-25px);
    left: -25px;
    width: 50px!important;
    height: 50px!important;
    background-size: 70px!important;
  }
}


