@import url("https://fonts.googleapis.com/css2?family=Radio+Canada&family=Raleway&display=swap");
@font-face {
  font-family: "raleway_my";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"),
    url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Raleway", sans-serif;
  max-width: 100vw;
}
.container {
  max-width: 100vw;
}
.section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* background-image: url(../img/mainphoto.jpg);*/
  background-size: contain;
  height: 970px;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
.section-1 img {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 100%;
}
.header__logo {
  background-image: url(../img/TIR\ service.png);
  width: 645px;
  height: 173px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /*  margin-top: 54px; */
}
.header-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header__text-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1560px;
}
.header__text-main-class {
  font-family: raleway_my;
  font-size: calc(20px + 50 * (100vw / 1920));
  font-weight: 800;
  text-align: center;
  line-height: 77px;
  width: 90%;
  margin-bottom: 23px;
}
.header__text-main-second {
  font-size: calc(12px + 18 * (100vw / 1920));
  line-height: 27px;
  text-align: center;
  margin: 0 0 20px 0;
  opacity: 0.7;
}
.header-footer-text {
  font-size: calc(12px + 28 * (100vw / 1920));
  margin-bottom: 40px;
}
.section-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 157px;
  border-bottom: 1px solid #797979;
  color: #797975;
}
.section-2 .section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px 0 34px;
}
.section-wrapper {
  width: 1615px;
}
.section-2-text {
  font-size: calc(17px + 23 * (100vw / 1920));
  font-weight: 500;
  line-height: 52px;
}
.section-2__rightside {
  background-image: url(../img/logo1.png);
  background-size: cover;
  width: 154px;
  height: 144px;
}
.section-3,
.section-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}
.section-3 {
  opacity: 0;
  transform: translateY(75px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.section-3.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.section-3 .section-wrapper {
  display: flex;
  gap: 1%;
  margin-bottom: 66px;
  margin-top: 3.2%;
  width: 1560px;
}
.section-3__item {
  flex: 1;
  width: 33%;
  background-color: #f1f3f4;
  height: 570px;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 25px 19px 10px 38px;
}
.section__item-header {
  font-size: calc(1vw + 1vh + 0.7vmin);
  font-weight: 600;
  line-height: 38.5px;
  opacity: 0.7;
  min-height: 77px;
  margin-bottom: 10px;
}
.section__item-descr {
  font-size: calc(0.6vw + 1vh + 0.75vmin);
  line-height: 42px;
  font-weight: 400;
  opacity: 0.5;
}
.section-4 {
  border-top: 1px solid #797975;
  border-bottom: 1px solid #797975;
  height: 186px;
}
.section-4 .section-wrapper {
  display: flex;
  width: 1622px;

  justify-content: space-between;
}
.section-4__item {
  flex: 2;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.section-4__item:hover {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
  perspective: -2000px;
}
.section-4__item.active {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
  perspective: -2000px;
}
/* .section-4__item:not(:last-child) {
  margin-right: -31px;
} */
/* .section-4__item:nth-child(2) {
  margin-left: 59px;
} */
.section-4__item:nth-child(1) {
  padding-right: 10px;
}
.section-4__item:last-child {
  /* text-align: end; */
  flex: 1;
}
.section-4__selector {
  /*font-size: 27px;*/
  font-size: calc(17px + 10 * (100vw / 1920));
  line-height: 35.1px;
  font-weight: 400;
  opacity: 0.7;
  position: relative;
  display: inline-flex;
  transition: all 0.4s ease;
}
@media (max-width: 1602px) {
  .section-4__selector {
    font-size: calc(16px + 9 * (100vw / 1920));
  }
  /* .section-4 {
    height: 135px;
  } */
}
@media (max-width: 1499px) {
  .section-4__selector {
    font-size: calc(15px + 8 * (100vw / 1920));
  }
  /* .section-4 {
    height: 135px;
  } */
}

@media (max-width: 1284px) {
  .section-4__selector {
    font-size: calc(14px + 7 * (100vw / 1920));
  }
}
@media (max-width: 1064px) {
  .section-4__selector {
    font-size: calc(13px + 6 * (100vw / 1920));
  }
}
@media (max-width: 1001px) {
  .section-4__selector {
    font-size: calc(11px + 5 * (100vw / 1920));
  }
}

.section-4__selector.active {
  font-weight: 900;
  color: black;
  -webkit-text-stroke: 1.5px;
}

/* .section-4__selector:after {
  content: "";
  position: absolute;
  width: 0px;
  opacity: 0;
  height: 0px;
  background-color: #5a5a57;
  bottom: -1px;
  left: 0;
  transition: all 0.3s;
} */
.section-4__selector:hover {
  /*   font-weight: 900;
  color: black;
  -webkit-text-stroke: 1.5px;
  transition: all 0.4s ease; */
  cursor: pointer;
}

.service-centr-img {
  /* background-image: url(../img/backgroundresize/avromaz.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  height: 1083px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transform: translateY(110px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.back {
  width: 100%;
  height: 100%;
  position: absolute;
}
.service-centr-logo {
  position: absolute;
  top: 0;
  left: 182px;
  z-index: 1;
  /*  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out; */
}
.service-centr-img.animation-class,
.service-centr-logo.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.service-centr-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 87%;
  opacity: 0;
  transform: translateY(75px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.service-centr-text.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.text-service {
  /*font-size: 55px;*/
  font-size: calc(14px + 41 * (100vw / 1920));
  text-align: center;
  font-weight: 700;
  line-height: 60.5px;
  letter-spacing: 2px;
}
.service-centr-descr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  top: 0px;
  z-index: 3;
}
.service-centr-descr::after {
  content: none;
  position: absolute;
  bottom: -10px;
  height: 100%;
  width: 100%;

  z-index: -1;
  background-image: url(../img/5132609-03.png);
}
.service-centr-descr .section-wrapper {
  width: 1560px;
}
.service-centr-descr-text {
  font-size: 33px;
  line-height: 45.5px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #797975;
  text-align: center;
  padding-top: 10px;
  padding-left: 19px;
}
.service-centr-images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-centr-images .section-wrapper {
  width: 1560px;
  display: flex;
  flex-wrap: wrap;

  gap: 10px;
  margin-top: 10px;
}
.service-centr-images-item {
  display: flex;
  width: 49%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 518px;
  margin-bottom: 15px;
  opacity: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(50px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.service-centr-images-item.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.image1 {
  background-image: url(../img/Group69.jpg);
  margin-right: 15px;
}
.image2 {
  background-image: url(../img/Group70.jpg);
}
.image3 {
  background-image: url(../img/Group71.jpg);
  margin-right: 15px;
}
.image4 {
  background-image: url(../img/Group42.jpg);
}
.images-descr {
  /*font-size: 60px;*/
  font-size: calc(21px + 40 * (100vw / 1920));
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 62px;
  -webkit-text-stroke: 0.2px;
}
.service-centr-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service-centr-plus .section-wrapper {
  margin: auto;
}
.service-centr-plus-text {
  font-size: calc(17px + 18 * (100vw / 1920));
  line-height: 45.5px;
  font-weight: 500;
  color: #797975;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.service-centr-plus-text::before {
  content: none;
  position: absolute;

  z-index: -1;
  background-image: url(../img/5132609-03.png);
  top: -162px;
  height: 216px;
  left: 300px;
  width: 57%;

  transform: rotate(-181deg) scale(1.5);
}
.service-centr-clients {
  background-color: rgba(241, 243, 244, 0.5);
  border-top: 1px solid #797975;
  border-bottom: 1px solid #797975;
  padding-bottom: 5px;
}
.service-centr-clients .section-wrapper {
  margin: auto;
  width: 1560px;
  display: flex;
  gap: 1%;
}
.clients-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.clients-item:nth-child(1) {
  margin-right: 44px;
  margin-left: 10px;
}
.clients-item:nth-child(3) .clients-item-title,
.clients-item:nth-child(3) .clients-item-descr {
  padding-left: 15px;
  width: 99%;
}
.bolderWeichai {
  font-weight: 900;
}
.clients-item-title {
  /*font-size: 40px;*/
  font-size: calc(20px + 20 * (100vw / 1920));
  height: 93px;
  font-weight: 600;
  padding-top: 20px;
}
.boldtitle {
  font-weight: 600;
  color: #5a5a57;
  /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 3px; */
}
.clients-item-descr {
  /*font-size: 28px;*/
  font-size: calc(15px + 13 * (100vw / 1920));
  line-height: 39.2px;
  font-weight: 400;
  color: #5a5a57;
  letter-spacing: 0.01px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.borderbot .service-column-text:not(:last-child) {
  border-bottom: 1px solid #797975;
}
.colorcenter {
  color: #5a5a57;
}
.section-container {
  overflow: hidden;
  position: relative;
}
.section-5 .section-5__item .clients-item-descr {
  font-weight: 500;
}
.canadafont {
  font-family: "Radio Canada", sans-serif;
  font-weight: 600;
  color: #5a5a57;
}
.service-centr-svidetelstvo {
  position: relative;
}
.service-centr-svidetelstvo::after {
  content: none;
  position: absolute;
  background-image: url(../img/5132609-01.png);
  background-repeat: no-repeat;
  width: 100vw;

  height: 1777px;

  top: -1215px;
  left: -17px;
  z-index: -1;
}
/* .service-centr-svidetelstvo .section-wrapper {
  margin: auto;
  width: 100%;
  margin-top: 41px;
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
  justify-content: center;
  padding: 0 10px;
}

.service-centr-svidetelstvo img {
    max-width: 100%;
} */

.service-centr-cena {
  border-top: 1px solid #797975;
  border-bottom: 1px solid #797975;
  background-color: rgba(241, 243, 244, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-centr-cena .section-wrapper {
  width: 1560px;
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}
.cena-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #797975;
  margin-left: 9px;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.cena-item.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.cena-item:not(:last-child) {
  border-bottom: 1px solid #797975;
}
.cena-item-main {
  /* font-size: 45px;*/
  font-size: calc(20px + 25 * (100vw / 1920));
  color: #797975;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1.2px;
}
.cena-item-descr {
  /*font-size: 23px;*/
  font-size: calc(10px + 13 * (100vw / 1920));
  line-height: 23px;
  width: 13%;
  font-weight: 400;
  text-align: center;
}
.header-cena {
  height: 144px;
  padding-right: 97px;
}
.cena-item-content {
  /* font-size: 28px;*/
  font-size: calc(15px + 13 * (100vw / 1920));
  line-height: 30.8px;
  font-weight: 400;
  width: 37%;
}
.cena-item-content:not(:last-child) {
  margin-bottom: 21px;
}
.cena-item-kolvo,
.cena-item-summ {
  /*font-size: 30px;*/
  font-size: calc(12px + 18 * (100vw / 1920));
  line-height: 27px;
  font-weight: 400;
}
.cena-item-summ {
  padding-right: 149px;
}
.cena-item-kolvo {
  margin-left: 164px;
}
.content-before {
  position: relative;
  margin-left: 42px;
  margin-bottom: 55px;
  margin-top: 21px;
}
.content-before::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 9px;
  background-color: #797975;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.section-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.section-5::after {
  content: none;
  position: absolute;
  top: 14px;
  left: 267px;
  background-image: url(../img/5132609-04.png);
  width: 1615px;
  height: 608px;
  z-index: -1;
}
.section-5 .section-wrapper {
  width: 1560px;
  display: flex;
  margin-top: 65px;
  gap: 3%;
  align-items: center;
}
.section-5-image {
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 2;
  position: relative;
}
.section-5-image.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 2;
}
.section-5-descr {
  font-weight: 700;
  /* -webkit-text-stroke-width: 0.6px; */
  width: 92.4%;
  opacity: 0;
  z-index: 1;
  transform: translateX(-200px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.section-5-descr.animation-class {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.fontsimple {
  font-family: "Radio Canada";
  font-weight: 400;
}
.section-6 {
  display: flex;
  /*   background-color: #f1f3f4; */
  /* border-top: 1px solid #797975; */
  justify-content: end;
  position: relative;
  overflow: hidden;
}
/* .section-6:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #797975;
  width: 51%;
  bottom: 65%;
  left: 0;
} */
.section-6 .section-wrapper {
  width: 90.5%;
  display: flex;
}
.item-map {
  width: 50%;
  height: 841px;
}
.item-map-mobile {
  width: 100%;
  height: 360px;
}
#map,
#mapmobile {
  width: 100%;
  height: 100%;
}
#mapmobile {
  /*margin-top: -110px;*/
}
[class*="copyrights-pane"] {
  display: none !important;
}
[class*="ground-pane"] {
  background-color: red;
}
.section-6__item {
  display: flex;
  flex-direction: column;
}
.section-6__item:first-child {
  width: 46%;
}
.section-6__item-content {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
}
.first-item {
  display: block;
  /* margin-top: 12px; */
}
.smallwidth {
  width: 70%;
  margin-bottom: 0px;
}
.section-6__itemheader {
  /*font-size: 42px;*/
  font-size: calc(20px + 22 * (100vw / 1920));
  line-height: 36px;
  letter-spacing: 0.8px;
  font-weight: 700;
  color: #797975;
  -webkit-text-stroke-width: 0.6px;
  margin-top: 0px;
}
.section-6__itemheader-info {
  /*font-size: 30px;*/
  font-size: calc(15px + 15 * (100vw / 1920));
  line-height: 33px;
  font-weight: 500;
  color: #797975;
  -webkit-text-stroke-width: 0.5px;
}
.column-descr {
  /*font-size: 23px;*/
  font-size: calc(10px + 13 * (100vw / 1920));
  font-weight: 600;
  color: #797975;
  line-height: 20.3px;
}
.numberfont {
  font-family: "Radio Canada";
  font-weight: 600;
  /* -webkit-text-stroke-width: 0.5px; */
}
.upper {
  text-transform: uppercase;
}
.second-item {
  margin-top: -4px;
}
.second-item .second-item-items {
  flex: 1;
}
.second-item-items .column-descr:nth-child(2) {
  margin-top: -7px;
  margin-bottom: -10px;
}
.third-item {
  width: 52%;
  display: block;
  margin-top: 0px;
}
.column-descr span {
  opacity: 0.8;
}
.third-item .column-descr:nth-child(2) {
  margin-top: -15px;
  margin-bottom: -16px;
}
.fourth-item {
  margin-top: -17px;
}
.fourth-item-items:nth-child(2) {
  width: 33%;
}
.fourth-item-items:nth-child(3) {
  width: 50%;
  text-align: start;
}
.fourth-item-items:nth-child(4) .column-descr {
  margin-top: -18px;
}
.fourth-item-items.a {
  width: 100%;
  margin-top: -9px;
}
.fourth-item-items:last-child {
}
.a .column-descr {
  margin-bottom: -13px;
}
.five-item {
  margin-top: 3px;
  flex-direction: column;
}
.five-item .column-descr:nth-child(2) {
  margin-bottom: 7px;
}
.five-item h4 {
  margin-top: 3px;
  margin-bottom: 16px;
}
.footer-content {
  display: flex;
  justify-content: end;
  background-color: #5a5a57;
  color: #f1f3f4;
  font-family: "Radio Canada";
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.7px;
}
.footer-content .section-wrapper {
  width: 90.5%;
}
.footer-text-descr {
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 500;
  -webkit-text-stroke: 0.2px;
}
.footer-text-descr:first-child {
  margin-top: 21px;
}
.footer-text-descr:nth-child(4) {
  margin-top: 0px;
}
.footer-text-descr:last-child {
  font-weight: 500;
  margin-bottom: 20px;
}
.content {
  display: none;
  transform: translateX(125%);
}

.content.active {
  display: block;
  transform: translateX(0);
  /* animation: translate 0.5s ease-in-out; */
}
@keyframes translate {
  0% {
    transform: translateX(125%);
  }
  100% {
    transform: translateX(0);
  }
}
/*---------section servciecentr--------*/
.imageservice {
  /*background-image: url(../img/krasivo.jpg);*/
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(110px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.imageservice.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.service .service-centr-text1 {
  font-size: 55px;
  line-height: 55px;
  color: #fff;
  opacity: 0;
  font-weight: 700;
  margin-top: -59px;
  width: 78%;
  margin-left: 10px;
  -webkit-text-stroke-width: 0.6px;
  transform: translateY(75px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.service-centr-text1.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.service-why {
  font-size: 40px;
  line-height: 52px;
  padding-top: 0px;
  padding-left: 29px;
  font-weight: 600;
  margin-top: 47px;
}
.service .service-centr-descr::after {
  content: none;
}
.service-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
  position: relative;
}
.service-content::before {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 145%;
  background-image: url(../img/5132609-02.png);
}
.service-content .section-wrapper {
  display: flex;
  flex-direction: column;
  width: 1585px;
  padding-left: 22px;
  align-items: center;
}
.service-item-row {
  display: flex;
  align-items: center;
}
.service-item-row:last-child {
  margin-top: -5px;
}
.firstof {
  margin-top: -17px;
}
.service-column-text {
  width: 92%;
  position: relative;
}
.service-column-text:not(:last-child):after {
  content: none;
  position: absolute;
  width: 101%;
  height: 1px;
  background-color: #797975;
  bottom: -21px;
  left: 0;
}
.service-column-image {
  opacity: 0;
  transform: translateY(75px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 2;
}
.service-column-image.animation-class {
  opacity: 1;
  z-index: 2;
  position: relative;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.anima-wrapper {
  opacity: 0;
  z-index: -1;
  position: relative;
  transform: translateX(200px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.anima-wrapper.animation-class {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.animaright {
  opacity: 0;
  z-index: 1;
  padding-left: 34px;
  transform: translateX(-200px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.animaright.animation-class {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.animaright .service-column-text:not(:last-child)::after {
  content: none;
}
.animaright .service-column-text {
  width: 95%;
}
.service .section-5::after {
  content: none;
}
/*------------dizelcentr------------*/
.imagedizel {
  /*background-image: url(../img/bosch.jpg);*/
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(110px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.imagedizel.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.dizel-centr .service-centr-text1 {
  color: #fff;
  opacity: 0;
  font-weight: 700;
  margin-top: -7px;
  width: 67%;
  margin-left: 10px;
  -webkit-text-stroke-width: 0.6px;
  transform: translateY(75px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.dizel-centr .service-centr-text1.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.dizel-centr .text-service {
  /* font-size: 60px;*/
  font-size: calc(14px + 46 * (100vw / 1920));
}
.dizel-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafb;
}
.dizel-content .section-wrapper {
  display: flex;
  flex-direction: column;
  width: 1550px;
  margin-top: 60px;
}
.dizel-content-item {
  display: flex;
  align-items: center;
}
.dizel-content-item:first-child {
  gap: 2%;
}
.dizel-content-item:last-child {
  padding-top: 54px;
  background-color: #fafafb;
  gap: 24px;
  opacity: 0;
  transform: translateY(250px);
  transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
}
.dizel-content-item:last-child.animation-class {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
}
.dizel-column-image {
  opacity: 0;
  transform: translateY(75px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 2;
}
.dizel-column-image.animation-class {
  opacity: 1;
  z-index: 2;
  position: relative;
  transform: translateY(0);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.dizel-column-descr-title {
  /*font-size: 50px;*/
  font-size: calc(14px + 36 * (100vw / 1920));
  font-weight: 500;
  line-height: 34.2px;
  color: #5a5a57;
  -webkit-text-stroke-width: 0.7px;
}
.dizel-column-descr-descr {
  /* font-size: 38px;*/
  font-size: calc(14px + 26 * (100vw / 1920));
  font-weight: 600;
  color: #5a5a57;
  line-height: 47px;
  /*  -webkit-text-stroke-width: 0.7px; */
  margin-top: -14px;
  /* opacity: 0.8; */
}
@media (min-width: 1921px) {
  .dizel-column-descr-descr {
    font-size: 41px;
  }
  .dizelh3 {
    font-size: 36px;
  }
}
@media (max-width: 1512px) {
  .dizel-column-descr-descr {
    font-size: calc(14px + 24 * (100vw / 1920));
  }
  .dizel-column-descr-descr:last-child {
    margin-bottom: 0px;
  }
}
.dizel-content .animaright {
  margin-top: -10px;
}
.dizel-content .section-3__item {
  margin-left: 0px;
  height: 591px;
}
.dizel-content .service-centr-cena .section-wrapper {
  margin-top: 46px;
}
.dizelh3 {
  font-size: calc(1vw + 1vh + 0.6vmin);
  letter-spacing: 1px;
}
.dizelh4 {
  font-size: calc(0.6vw + 1vh + 0.65vmin);
  line-height: 35px;
  color: #5a5a57;
  opacity: 1;
}
.dizel-centr .service-centr-cena {
  border-top: none;

  background-color: #fafafb;
}

.dizel-cena-wrapper {
  background-color: #fafafb;
  margin-top: 46px !important;
}
.dizel-cena-wrapper .cena-item {
  border-bottom: 1px solid #797975;
}
.dizel-cena-wrapper .cena-item-main {
  margin-left: 86px;
}
.dizel-cena-wrapper .cena-item .cena-item-content {
  margin-left: 86px;
  width: 42%;
}
.dizel-cena-wrapper .cena-item .cena-item-kolvo {
  margin-left: 13px;
}
.dizel-centr .section-5::after {
  content: none;
}
@media (min-width: 1921px) {
  .dizel-column-descr-descr {
    font-size: 41px;
  }
  .dizelh3 {
    font-size: 36px;
  }
  .cena-item-descr {
    font-size: 23px;
  }
}
.dizelh4 {
  font-size: 28px;
}
@media (max-width: 1200px) {
  .dizelh4 {
    font-size: 26px;
  }
}
/*----------------------kuzov-service-----------*/
.imagekuzov {
  /* background-image: url(../img/kuzov.jpg);*/
}
.kuzov-centr .service-centr-text1 {
  width: 73%;
  margin-top: 23px;
}
.kuzov-centr .service-content {
  margin-top: 60px;
}
.kuzov-descr {
  font-size: calc(0.7vw + 1vh + 0.77vmin);
}
.kuzov-row1 {
  margin-bottom: 60px;
}
.kuzov-centr .service-content::before {
  content: none;
  /* background-image: url(../img/5132609-05.png); */
  height: 2000px;
  bottom: -30%;
}

/*-------------------------adaptive---------*/
@media (max-width: 1600px) {
  .section-2 .section-wrapper {
    width: 95%;
  }
  .section-3 .section-wrapper {
    width: 95%;
    flex-wrap: wrap;
  }
  .section-4 .section-wrapper {
    width: 95%;
  }
  .service-content .section-wrapper {
    width: 95%;
  }
  .service-centr-cena .section-wrapper {
    width: 95%;
  }
  .section-5 .section-wrapper,
  .section-wrapper,
  .service-centr-clients .section-wrapper,
  .dizel-content .section-wrapper {
    width: 95%;
  }
  .section-6 .section-wrapper {
    width: 97%;
  }
  .section-6__item {
    flex: 1;
  }
  .footer-content .section-wrapper {
    width: 97%;
  }
  .service-centr-descr .section-wrapper {
    width: 97%;
  }
  .service-centr-images .section-wrapper {
    gap: 3px;
    width: 95%;
  }
  .background-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1590px) {
  .item-map {
    height: 774px;
  }
  .section-1 {
    height: 810px;
  }
  .service-centr-img {
    height: 835px;
  }
  .svid-item {
    display: flex;
    justify-content: center;
  }
  .service-centr-svidetelstvo img {
    width: 80%;
  }
  .service-centr-images-item {
    height: 445px;
  }
  .service-centr-logo img {
    width: 70%;
  }
  .section-5 img {
    width: 100%;
  }
  .section-5__item:last-child {
    width: 87%;
    display: flex;
    align-items: center;
  }
  .section-5-descr {
    width: 96.4%;
  }
  .firstof,
  .lastof {
    width: 70%;
  }
  .service-content img {
    width: 100%;
  }
  .dizel-column-descr {
    width: 70%;
  }
  .dizel-content-item img {
    width: 100%;
  }
  .service-content img {
    width: 100%;
  }
  .section-3__item {
    height: auto;
  }
  .service-centr-svidetelstvo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1450px) {
  .dizel-column-descr {
    width: 76%;
  }
}
@media (max-width: 1520px) {
  .dizel-content .section-3__item {
    height: 650px;
  }
  .clients-item-descr {
    line-height: 31.2px;
  }
}
@media (max-width: 1507px) {
  .clients-item-descr {
    font-size: calc(12px + 13 * (100vw / 1920));
    line-height: 31.2px;
  }
  .kuzov-descr {
    font-size: calc(14px + 13 * (100vw / 1920));
  }
  .section-4 {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1424px) {
  .service .service-centr-text1 {
    width: 75%;
  }
}
@media (max-width: 1402px) {
  .animaright {
    padding-left: 20px;
  }
  .dizel-content-item:first-child {
    gap: 5px;
  }
}

@media (max-width: 1374px) {
  .cena-item-descr {
    width: 15%;
  }
  .item-map {
    height: 750px;
  }
}
@media (max-width: 1363px) {
  .section-3__item {
    padding: 0px 12px 10px 12px;
  }
}
@media (max-width: 1341px) {
  .dizel-column-descr-descr {
    font-size: calc(14px + 23 * (100vw / 1920));
  }
}
@media (max-width: 1297px) {
  .dizel-column-descr {
    width: 78%;
  }
}
@media (max-width: 1285px) {
  .firstof,
  .lastof {
    width: 81%;
  }
  .animaright .service-column-text {
    width: 100%;
  }
  .animaright {
    padding-left: 20px;
  }
  .section-1 {
    height: 762px;
  }
  .service-centr-img,
  .imagedizel {
    height: 677px;
    transform: translateY(75px);
  }
  /*  .service-centr-logo {
    transform: translateY(145px);
  } */
  .imageservice {
    transform: translateY(150px);
  }
  .service-centr-text {
    transform: translateY(190px);
  }
  .service .service-centr-text1 {
    transform: translateY(150px);
  }
  .service .service-centr-text1.animation-class {
    transform: translateY(0px);
  }
  .dizel-centr .service-centr-text1 {
    transform: translateY(120px);
  }
  .dizel-column-image {
    transform: translateY(50px);
  }
  .text-service {
    line-height: 46.5px;
  }
  .service-centr-images-item {
    height: 390px;
  }

  .service-centr-svidetelstvo img {
    width: 70%;
  }
  .service-centr-svidetelstvo .section-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item-map {
    height: 740px;
  }

  .dizel-content .section-wrapper {
    margin-top: 20px;
  }
  .dizel-column-descr-title {
    font-size: calc(12px + 36 * (100vw / 1920));
  }
  .dizel-column-descr-descr {
    font-size: calc(11px + 24 * (100vw / 1920));
  }
  .service .service-centr-text1 {
    width: 77%;
  }
  .section-3__item {
    margin-left: 0px;
  }
  .section-5-image {
    transform: translateY(75px);
  }
  .service-column-image {
    transform: translateY(75px);
  }
  .section-3 .section-wrapper {
    margin-top: 2.2%;
    margin-bottom: 35px;
  }
  .section-5 {
    padding-bottom: 15px;
  }
  .section-5 .section-wrapper {
    margin-top: 25px;
  }
}
@media (max-width: 1283px) {
  .service-centr-plus-text {
    font-size: calc(13px + 18 * (100vw / 1920));
  }
}
/*-------------------------------------nest hub-----------------*/
@media (max-width: 1280px) {
  .service-centr-img {
    height: 620px;
  }
  /* .dizel-content .section-3__item {
    height: 64vh;
  } */
  .service-centr-logo {
    left: 109px;
  }
  .service-centr-logo img {
    width: 50%;
  }
  .service-centr-images-item {
    height: 361px;
  }
  .images-descr {
    margin-left: 35px;
  }
  .section-1 {
    height: 684px;
  }
  .clients-item-descr {
    margin-top: 0px;
    line-height: 27.2px;
  }
  .section-2__rightside {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 1279px) {
  .service-content .section-wrapper {
    width: 98%;
  }
  .firstof {
    margin-top: 0px;
  }
  .service-column-text {
    width: 97%;
  }
}
@media (max-width: 1226px) {
  .clients-item-descr {
    font-size: calc(11px + 13 * (100vw / 1920));
  }
  .service .service-centr-text1 {
    width: 80%;
  }
  .clients-item-descr {
    line-height: 27.2px;
  }
  .dizel-column-descr-descr {
    line-height: 40px;
  }
  .column-descr {
    font-size: calc(10px + 9 * (100vw / 1920));
  }
  .section-6__itemheader {
    font-size: calc(20px + 20 * (100vw / 1920));
    margin-bottom: -17px;
  }
  .section-6__itemheader-info {
    font-size: calc(15px + 11 * (100vw / 1920));
    margin-bottom: 10px;
  }
  .item-map {
    height: 646px;
  }
}
@media (max-width: 1193px) {
  .dizel-column-descr-descr {
    font-size: calc(11px + 19 * (100vw / 1920));
  }
}
@media (max-width: 1055px) {
  .dizel-column-descr {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header__logo {
    width: 231px;
    height: 54px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 20px;
  }
  .section-1 {
    height: 472px;
  }

  .section-3 .section-wrapper {
    width: 97%;
  }
  .section-4 .section-wrapper {
    width: 97%;
  }
  .section-4__item:not(:last-child) {
    margin-right: 0px;
  }
  .section-4__item:nth-child(2) {
    margin-left: 0px;
  }
  .service-centr-img {
    height: 506px;
  }
  .service-centr-text.animation-class {
    transform: translateY(50px);
  }
  .service-centr-descr-text {
    font-size: calc(14px + 23 * (100vw / 1920));
    font-weight: 600;
  }
  .service-centr-plus-text {
    font-size: calc(16px + 28 * (100vw / 1920));
    line-height: 39.5px;
    padding-bottom: 4px;
  }
  .cena-item-kolvo {
    margin-left: 0px;
  }
  .header-cena {
    padding-right: 0px;
  }
  .cena-item-summ {
    padding-right: 43px;
  }
  .section-5 .section-wrapper,
  .section-wrapper,
  .service-centr-clients .section-wrapper,
  .dizel-content .section-wrapper {
    width: 98%;
  }
  .section-6 .section-wrapper {
    width: 98%;
  }
  .footer-content .section-wrapper {
    width: 98%;
  }
  .section-6__itemheader {
    margin-top: 4px;
    margin-bottom: -10px;
  }
  .section-6__itemheader-info {
    line-height: 26px;
    margin-top: 21px;
    font-size: calc(12px + 15 * (100vw / 1920));
  }
  .column-descr {
    font-size: calc(8px + 13 * (100vw / 1920));
  }
  .section-6:after {
    bottom: 69%;
  }
  .item-map {
    height: 560px;
  }
  .clients-item-descr {
    line-height: 26.2px;
  }
  .dizel-content .section-3__item {
    height: 78vh;
  }
  .five-item {
    margin-top: -9px;
  }
}
@media (max-width: 945px) {
  .service-centr-images .section-wrapper {
    gap: 2px;
    width: 97%;
  }
  .service-centr-images-item {
    height: 296px;
  }
  .service .service-centr-text1.animation-class {
    transform: translateY(53px);
  }
  .service .service-centr-text1 {
    width: 89%;
  }
  .section-3 .section-wrapper {
    width: 98%;
    gap: 1%;
  }
  .section__item-header {
    font-size: calc(1vw + 1vh + 0.4vmin);
    min-height: 74px;
  }
  .section__item-descr {
    font-size: calc(0.6vw + 1vh + 0.5vmin);
    line-height: 37px;
  }
  .dizel-column-descr-descr {
    line-height: 26px;
  }
  .clients-item-descr {
    line-height: 18.2px;
    font-size: calc(10px + 9 * (100vw / 1920));
  }
  .dizel-cena-wrapper .cena-item-main {
    margin-left: 0px;
  }
  .dizel-cena-wrapper .cena-item .cena-item-content {
    margin-left: 0px;
  }
  .dizel-content .section-3__item {
    height: 76vh;
  }
  .dizelh3 {
    height: 230px;
  }
}
@media (max-width: 918px) {
  .section-4__selector {
    font-size: calc(10px + 7 * (100vw / 1920));
  }
  .footer-content {
    font-size: 12px;
  }
}

@media (max-width: 874px) {
  .service-centr-images-item {
    height: 346px;
    width: 96%;
    margin-right: 0;
  }
  .service-centr-images .section-wrapper {
    gap: 2px;
    width: 97%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 869px) {
  .section-6__itemheader {
    font-size: calc(18px + 22 * (100vw / 1920));
  }
}
@media (max-width: 820px) {
  .service-centr-images .section-wrapper {
    gap: 2px;
    width: 98%;
    align-items: center;
    justify-content: center;
  }
  .service-centr-images-item {
    height: 422px;
    width: 94%;
  }
  .section-6__itemheader-info {
    margin-bottom: 0px;
  }
  .section-6:after {
    bottom: 68%;
  }
  .service-centr-descr-text {
    font-size: calc(19px + 23 * (100vw / 1920));
  }
  .service-content .section-wrapper {
    padding-left: 0px;
  }
  .special-wrapper:first-child {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .special-wrapper:last-child {
    display: flex;
    flex-direction: column;
  }
  .special-wrapper .clients-item-descr {
    font-size: calc(17px + 25 * (100vw / 1920));
    text-align: center;
    font-weight: 400;
  }
  .an {
    transform: translateX(0);
    transform: translateY(-180px);
    opacity: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .an.animation-class {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .section-5 .section-wrapper {
    gap: 2%;
  }
  .section-5__item:first-child {
    background-color: #fff;
    z-index: 2;
    width: 45%;
  }
  .dizel-column-image {
    width: 42%;
  }
  .dizel-column-descr-title {
    font-size: calc(11px + 32 * (100vw / 1920));
    margin-bottom: 29px;
  }
  .dizel-column-descr-descr {
    font-size: calc(11px + 15 * (100vw / 1920));
  }
  .special-dizel-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .dizel-special {
    width: 100%;
    opacity: 0;
    transform: translateY(75px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .dizel-special.animation-class {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .dizel-content-item:last-child {
    transform: translateY(0);
    opacity: 1;
  }
  .dizelh3 {
    height: auto;
    font-size: calc(1vw + 1vh + 1.4vmin);
  }

  .cena-item-descr {
    width: 19%;
  }
  .third-item {
    width: 65%;
  }
  .section-6__itemheader-info {
    font-size: calc(10px + 15 * (100vw / 1920));
  }
  .section-6:after {
    bottom: 62%;
  }
}
@media (max-width: 806px) {
  .section-4__selector {
    font-size: calc(9px + 5 * (100vw / 1920));
  }
}
@media (max-width: 805px) {
  .animaright {
    padding-left: 4px;
  }
  .dizel-column-descr-descr {
    font-size: calc(11px + 12 * (100vw / 1920));
  }
  .dizel-column-descr-descr:first-child {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 804px) {
  .section-6__itemheader {
    font-size: calc(18px + 16 * (100vw / 1920));
  }
  .section-6__itemheader-info {
    font-size: calc(10px + 13 * (100vw / 1920));
  }
  .column-descr {
    font-size: calc(8px + 10 * (100vw / 1920));
  }
  .five-item h4 {
    margin-bottom: 2px;
  }
  .five-item .column-descr:nth-child(2) {
    margin-bottom: 0px;
  }
  .item-map {
    height: 502px;
  }
}

@media (max-width: 778px) {
  .section-6__itemheader {
    font-size: calc(16px + 22 * (100vw / 1920));
  }
  .section-6:after {
    bottom: 68%;
  }
}
@media (max-width: 768px) {
  .text-service {
    font-size: calc(12px + 41 * (100vw / 1920));
  }
  .service-centr-descr-text {
    line-height: 38.5px;
    font-size: calc(17px + 23 * (100vw / 1920));
  }
  .clients-item-title {
    font-size: calc(14px + 20 * (100vw / 1920));
  }
  .five-item h4 {
    margin-top: 1px;
    margin-bottom: 5px;
  }
  .section-5__item:first-child {
    display: flex;
    align-items: center;
  }
  .section-6__itemheader-info {
    margin-bottom: 0px;
    font-size: calc(9px + 15 * (100vw / 1920));
  }
  .section-6__itemheader {
    font-size: calc(15px + 22 * (100vw / 1920));
  }
  .section-6:after {
    bottom: 67%;
  }
  .item-map {
    height: 496px;
  }
  .clients-item-descr {
    margin-bottom: 10px;
  }
  .service-column-text:not(:last-child):after {
    bottom: -6px;
  }
}

@media (max-width: 752px) {
  .cena-item-descr {
    width: 20%;
  }
  .footer-content {
    font-size: 10px;
  }
}
@media (max-width: 685px) {
  .section-4__selector {
    font-size: calc(11px + 6 * (100vw / 1920));
  }
  .column-descr {
    font-size: calc(8px + 5 * (100vw / 1920));
  }
  .clients-item-descr {
    line-height: 16.2px;
    font-size: calc(10px + 8 * (100vw / 1920));
  }
}
/*------------Mobile section-------------------------------*/
.mobile-container {
  display: none;
}
@media (max-width: 540px) {
  .container {
    display: none;
  }
  .mobile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 540px;
    overflow: hidden;
  }
  .mobile-container img {
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    margin-top: 7px;
    padding-bottom: 7px;
    position: relative;
  }
  .header-container img {
    box-shadow: none;
  }
  .header-container img {
    width: 100%;
  }
  .burgerMenu {
    margin-right: 3px;
  }
  .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: -242px;
    width: 135px;
    height: 243px;
    transform: translateX(100px);
    opacity: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 3;
  }
  .open {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .nav-item {
    background-color: #fff;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-item:not(:last-child) {
    border-bottom: 1px solid #797975;
  }
  .nav-item-link {
    font-size: 8px;
    line-height: 12px;
    font-weight: 400;
    text-align: center;
    color: #797975;
    width: 80%;
    text-transform: uppercase;
  }
  .section-1-mobile {
    position: relative;
    margin-bottom: 0px;
  }
  .section-1-mobile img {
    box-shadow: none;
  }
  .header-info-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__text-footer-mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
  .section-1-mobile img {
    height: auto;
    width: 100%;
    filter: brightness(0.7);
  }
  .header__text-main-class-mobile {
    font-size: 20px;
    line-height: 22.8px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    -webkit-text-stroke: 0.1px;
  }
  .header-footer-text-mobile {
    font-size: 12px;
    color: #d9d9d9;
    line-height: 13.2px;
    width: 100%;
    text-align: center;
    opacity: 1;
    margin-bottom: 11px;
  }
  .section-2 {
    height: auto;
    margin-bottom: 25px;
  }
  .section-2-text {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    -webkit-text-stroke: 0.3px;
  }
  .prof-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 84%;
    margin: auto;
  }
  .prof-item {
    background-color: #f1f3f4;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    padding: 5px 22px 2px 25px;
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .prof-item.animation-class {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .section__item-header-mobile {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #797975;
  }
  .section__item-descr-mobile {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #797975;
    margin-top: 0px;
    -webkit-text-stroke: 0.2px;
  }
  .pad {
    margin-bottom: 41px;
  }
  .service-centr-cena-mobile {
    display: flex;
    flex-direction: column;
    width: 86%;
    margin: auto;
  }
  .cena-item-mobile {
    display: flex;
  }
  .cena-item-mobile:nth-child(6) {
    gap: 10% !important;
  }
  .cena-item-mobile:nth-child(6) .wrap-cena {
    width: 50%;
  }
  .cena-item-mobile:not(:last-child) {
    border-bottom: 1px solid #797975;
    gap: 16%;
    justify-content: space-between;
    align-items: center;
  }
  .cena-item-main-mobile {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #797975;
    font-weight: 600;
    opacity: 0.8;
  }
  .cena-item-descr-mobile {
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    color: #797975;
    font-weight: 400;
    width: 28%;
    margin-bottom: 6px;
  }
  .cena-item-kolvo-mobile {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #797975;
    margin-top: 2px;
  }
  .cena-item-summ-mobile {
    font-size: 15px;
    color: #797975;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .cena-item-content-mobile {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #797975;
  }
  .content-before-mobile {
    font-size: 11px;
  }
  .wrap-cena {
    min-width: max-content;
    text-align: center;
    margin-right: 10px;
  }
  .content-before {
    margin-left: 8px;
    margin-bottom: 23px;
    margin-top: 10px;
  }
  .content-before:before {
    width: 2px;
    height: 2px;
    left: -8px;
    top: 4px;
  }
  .image-secti img {
    filter: brightness(1);
  }
  .clients-item-descr {
    font-size: 15px;
    line-height: 21px;
  }
  .text-upper {
    display: flex;
    width: 85%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    padding: 30px 17px 33px 20px;
    opacity: 0;
    transform: translateY(-145px);
    margin: auto;
    margin-bottom: -100px;
    background-color: #fff;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .text-upper.animation-class {
    opacity: 1;
    transform: translateY(-150px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .section-6__item {
    display: block;
  }
  .section-6-mobile {
    color: #797975;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
  }
  .section-6-mobile:after {
    content: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #797975;
    left: 0;
    top: 47%;
  }
  .section-6__item-mobile {
    width: 100%;
  }
  .section-6__itemheaderr {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #797975;
    margin-bottom: 16px;
    -webkit-text-stroke-width: 0.2px;
  }
  .footer-content {
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    color: #c8c3be;
    -webkit-text-stroke: 0px;
  }
  .section-6__itemheader-info {
    font-size: 15px;
    line-height: 16.5px;
    font-weight: 200;
    opacity: 0.8;
  }
  .smaller {
    font-size: 12px;
    line-height: 13.3px;
    font-weight: 500;
    opacity: 0.8;
    margin-top: 18px;
    margin-bottom: 0px;
  }
  .second-item {
    margin-top: 15px;
  }
  .column-descr {
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    opacity: 1;
    -webkit-text-stroke-width: 0.2px;
  }
  .footer-text-descr {
    font-size: 12px;
    line-height: 12px;
    width: 86%;
  }
  .em {
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    -webkit-text-stroke-width: 0.2px;
    margin-top: 15px;
  }
  .ma {
    font-size: 13px;
    opacity: 1;
    -webkit-text-stroke-width: 0.2px;
  }
  .upper {
    font-size: 13px;
    -webkit-text-stroke-width: 0.2px;
  }
  .smallwidth {
    margin-top: -3px;
    width: 80%;
  }
  .numberfont {
    font-size: 10px;
    -webkit-text-stroke-width: 0.1px;
  }
  .n12 {
    font-size: 13px;
    opacity: 1;
  }
  .third-item {
    margin-top: -15px;
    width: 75%;
  }
  .fourth-item {
    margin-top: 10px;
    margin-bottom: 3px;
  }
  .five-item {
    margin-top: 15px;
  }
  .third-item .column-descr:nth-child(2) {
    margin-top: -10px;
    margin-bottom: -11px;
    -webkit-text-stroke-width: 0.2px;
  }
  .five-item .n12 {
    margin-bottom: 4px !important;
    margin-top: -2px !important;
  }
  .a .column-descr {
    margin-bottom: -9px;
  }
  .five-item .upper {
    margin-bottom: 8px;
  }
  .fourth-item-items:nth-child(4) .column-descr {
    margin-top: -10px;
  }
  .fourth-item-items:nth-child(2) {
    width: 45%;
  }
  .section-maz-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -17px;
    margin-bottom: -14px;
  }
  .mobile-wrapper {
    width: 91%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-text-descr:first-child {
    margin-top: 13px;
  }
  .footer-text-descr:last-child {
    margin-bottom: 9px;
    width: 70%;
  }
  .maz-content {
    display: flex;
    gap: 5%;
    align-items: center;
  }
  .maz-content-descr {
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 500;
    color: #797975;
    opacity: 0;
    -webkit-text-stroke: 0.1px;
    transform: translateX(-200px);
    z-index: -1;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .maz-content-descr.scroll-itemanimationdescr {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .logo-mobile-maz {
    opacity: 0;
    transform: translateY(-200px);
    z-index: -1;
    position: relative;
    height: 92px;
    width: 70px !important;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .logo-mobile-maz.scroll-itemanimation {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .section-maz-opisanie {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .maz-opisanie-descr {
    font-size: 14px;
    line-height: 17.5px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    color: #797975;
    transform: translateY(200px);
    z-index: -1;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition-delay: 0.8s;
  }
  .maz-opisanie-descr.scroll-uptext {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition-delay: 0.3s;
  }
  .maz-content-item {
    display: flex;
    align-items: center;
    height: 117px;
  }
  .maz-content img {
    box-shadow: none;
  }
  .images-mobile-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .images-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .image-mobileitem {
    background-size: cover;
    background-position: center;
    display: flex;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 215px;
    margin-bottom: 25px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(34px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .opis-image {
    width: 100%;
  }
  .image-mobileitem.animation-class {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .image-descr-up {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    z-index: 2;
    -webkit-text-stroke-width: 0.1px;
    padding-left: 20px;
    margin-top: 15px;
    letter-spacing: 1px;
  }
  .im1 {
    background-image: url(../img/mobile/im1.jpg);
  }
  .im2 {
    background-image: url(../img/mobile/im2.jpg);
  }
  .im3 {
    background-image: url(../img/mobile/im3.jpg);
  }
  .im4 {
    background-image: url(../img/mobile/im4.jpg);
  }
  .maz-opisanie-descrbig {
    font-size: 17px;
    font-weight: 500;
    line-height: 18.7px;
    color: #797975;
    text-align: center;
    -webkit-text-stroke-width: 0.3;
  }
  .border-mobile {
    border-bottom: 1px solid #797975;
    margin-top: -25px;
  }
  .section-with-weichei {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 32px;
    background-color: #f1f3f4;
    border-bottom: 1px solid #797975;
  }
  .clients-item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    height: auto;
    padding-top: 12px;
  }
  .rem-section-item {
    width: 99%;
  }
  .clients-item-descr {
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: -8px;
    -webkit-text-stroke: 0.2px;
  }
  .clients-item {
    flex: auto;
  }
  .clients-item:nth-child(3) .clients-item-title,
  .clients-item:nth-child(3) .clients-item-descr {
    padding-left: 0px;
  }
  .clients-item:nth-child(1) {
    margin-right: 20px;
    margin-left: 0px;
  }
  .rig95 {
    width: 95%;
  }
  .rig84 {
    width: 84%;
  }
  .gruz-dop {
    opacity: 1;
    transform: translateY(0);
    -webkit-text-stroke-width: 0.3px;
    font-weight: 400;
    line-height: 17.5px;
    opacity: 0.9;
  }
  .why-us {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #797975;
  }
  .why-us-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-content .section-wrapper {
    width: 94.5%;
  }
  .why-us-title {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
  }
  .why-us-title-text {
    font-size: 17px;
    line-height: 17px;
    color: #797975;
    font-weight: 600;
  }
  .why-us-item {
    display: flex;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 21px;
    padding: 5px 18px 2px 18px;
    background-color: #f1f3f4;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    min-height: 128px;
    align-items: center;
  }
  .why-us-item:last-child {
    padding: 14px 22px;
  }
  .why-us-item.animation-class {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .why-us-descr {
    font-size: 14px;
    line-height: 19.46px;
    font-weight: 400;
    color: #5a5a57;
    letter-spacing: 0.28px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .after-why-us {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .service-column-text {
    margin-top: 14px;
    margin-bottom: 25px;
    width: 100%;
  }
  .downscroll {
    opacity: 0;
    z-index: -1;

    transform: translateY(-40px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .downscrolljs {
    opacity: 0;
    z-index: -1;

    transform: translateY(-50px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .downscroll.animation-class {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition-delay: 0.6s;
  }
  .downscrolljs.animation-class {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition-delay: 0.6s;
  }
  .service-column-text:not(:last-child)::after {
    content: none;
  }
  .rem-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .upscrolling {
    opacity: 0;
    transform: translateY(50px);
    z-index: 2;
    /*  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); */
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .upscrollingjs {
    opacity: 0;
    transform: translateY(130px);
    z-index: 2;
    /*  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); */
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .upscrollingjs.animation-class {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .upscrolling.animation-class {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .dizel-prof-mobile .prof-container {
    width: 87%;
  }
  .dizel-maz-opisani {
    margin-bottom: 20px;
  }
  .dizel-cena-item-mobile {
    border-bottom: 1px solid #797975;
    display: flex;
    gap: 16%;
    align-items: center;
  }
  .dizel-cena-mobile {
    margin-bottom: 30px;
  }
  .kuzov-service-mobile {
    /* margin-top: 15px; */
    margin-bottom: 8px;
  }
}
@media (max-width: 750px) {
  .header-swiper .swiper-wrapper .swiper-slide .dsc {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .footer-text-descr {
    font-size: 10px;
    line-height: 10px;
    width: 88%;
  }
  .footer-text-descr:last-child {
    width: 69%;
  }
}
@media (max-width: 390px) {
  .footer-text-descr {
    font-size: 10px;
    line-height: 10px;
    width: 93%;
  }
  .footer-text-descr:last-child {
    width: 71%;
  }
}
@media (max-width: 375px) {
  .footer-text-descr:last-child {
    width: 75%;
  }
}
@media (max-width: 360px) {
  .footer-text-descr {
    font-size: 10px;
    line-height: 10px;
    width: 90%;
  }
}

.service-advantages {
    max-width: 1552px;
    border-bottom: 1px solid #797975;
    width: 100%;
    padding-bottom: 60px;
}

.service-advantages .advantages-items {
    display: flex;
    flex-direction: column;
    gap: 36px;
    max-width: 1298px;
    margin: 0 auto;
}

.service-advantages .advantages-items .advantages-item {
    color: #5A5A57;
    font-family: Raleway;
    font-size: calc(15px + 13 * (100vw / 1920));
    font-style: normal;
    font-weight: 400;
    line-height: 139%;
    letter-spacing: 0.56px;
    list-style: none;
    position: relative;
    padding-left: 26px;
}

.service-advantages .advantages-items .advantages-item::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5A5A57;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 0;
}
@media (max-width: 768px) {
    .service-advantages .advantages-items  {
        gap: 20px
    }
}

.swiper-slide.svid-item {
  height: 35vw;
}

.swiper.swiper__certificate img {
  border-style: none;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
}

.swiper-wrapper.section-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.slider__main {
  margin-top: 41px;
  margin-bottom: 5vw;
  position: relative;
}

.swiper-pagination-bullet {
  /* width: 31px;
  height: 31px; */
  width: 2.2vw;
  height: 2.2vw;
  background-color: #b3b3b3;
  /* background-color: #D9D9D9; */
}
.certificate__pagination {
  bottom: -3.5vw !important;
}

.swiper-pagination-bullet-active {
  background-color: #AAAAA9;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.6vw;
}
.swiper__certificate-wrapper {
  position: relative;
  width: 100%;
  
}
.slider__slider-btn{
  position: absolute;
  z-index: 100;
  border: none;
  /* width: 200px; */
  width: 14vw;
  height: 100%;
  padding: 0;
  margin: 0;
}
.slider__slider-btn--prev {
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.slider__slider-btn--next {
  top: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}


