html,body{
  padding:0;
  font-size: 16px;
  font-family: 'PorscheNext', Arial;
  margin:0 auto;
  color: #000000;
  scroll-behavior: smooth;
}
*::after,*::before,*{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
  margin:0;
}
svg{
  height: auto;
}
img{
  max-width: 100%;
  width: 100%;
}
.text-center{
  text-align: center;
}
a{
  color: inherit;
  text-decoration: none;
}

.baner__elem{
  position: relative;
}
.baner__elem-header{
  position: absolute;
  left: 8.54vw;
  bottom: 5.63vw;
  font-size: 3.49vw;
  font-weight: 400;
  color: #ffffff;
}
.baner__elem-header h1{
  font-size: inherit;
  font-weight: inherit;
}

.button{
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding: 13px 27px;
  background-color: #000000;
  border: 2px solid #000000;
  text-align: center;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.button.full-width{
  display: block;
}
.button:hover{
  color: #000000;
  background-color: #ffffff;
}
.button.reverse{
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button.reverse:hover{
  color: #ffffff;
  background-color: #000000;
}

.container{
  width: 100%;
  max-width: 1408px;
  padding: 0px 50px;
  margin: 0 auto;
}

.space{
  margin: 120px 0px;
}

.header{
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
  font-size: 28px;
}

.photoText{
  display: flex;
  align-items: center;
  gap: 36px;
}
.photoText__image{
  display: flex;
  max-width: 636px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.photoText__content{
  max-width: 636px;
  width: 100%;
}
.photoText__content h2, .photoText__content h3{
  font-size: 37px;
  font-weight: 600;
  line-height: 1.3;
}
.photoText__content p{
  font-size: 21px;
  margin: 40px 0px;
}

.info{
  max-width: 1632px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.info__container{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border-radius: 12px;
  gap: 36px;
  overflow: hidden;
}
.info__image{
  display: flex;
  align-items: center;
  max-width: 748px;
  width: 100%;
  overflow: hidden;
}
.info__content{
  max-width: 676px;
  width: 100%;
  margin: 0 auto;
  color:#ffffff;
}
.info__content h3{
  font-size: 37px;
  font-weight: 600;
  line-height: 1.3;
}
.info__content p{
  font-size: 21px;
  margin: 30px 0px;
}

.background{
  position: relative;
  display: flex;
  align-items: center;
  background-image: url('../images/background.webp');
  background-position: center right;
  background-size: cover;
  padding: 6.04vw 0px;
  min-height: 920px;
}
.background::after{
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  max-width: 1047px;
  width: 100%;
  z-index: 1;
}
.background__text{
  position: relative;
  max-width: 650px;
  width: 100%;
  font-size: 21px;
  z-index: 2;
}
.background__text p{
  margin: 12px 0px 0px 0px;
}
.background__text p:first-of-type{
  margin: 0px;
}
.background__text ol{
  padding-left: 20px;
  margin: 6px 0px;
}
.background__text .button{
  margin: 36px 0px 0px 0px;
}

.slider{
  overflow: hidden;
}
.slider__content{
  position: relative;
}
.slider__content-elem{
  position: relative;
  max-width: 412px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.slider__content-elem::before{
  content:'';
  max-width: 100%;
  width: 100%;
  min-height: 135px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: rgb(26,27,29);
  background: linear-gradient(180deg, rgba(26,27,29,0) 0%, rgba(26,27,29,0.014443277310924318) 7%, rgba(26,27,29,0.04) 13%, rgba(26,27,29,0.08) 20%, rgba(26,27,29,0.15) 27%, rgba(26,27,29,0.23) 33%, rgba(26,27,29,0.33) 40%, rgba(26,27,29,0.44) 47%, rgba(26,27,29,0.56) 53%, rgba(26,27,29,0.67) 60%, rgba(26,27,29,0.77) 67%, rgba(26,27,29,0.85) 73%, rgba(26,27,29,0.92) 80%, rgba(26,27,29,0.96) 87%, rgba(26,27,29,0.99) 93%, rgba(26,27,29,1) 100%);
}
.slider__content-elem--header{
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #ffffff;
  z-index: 2;
}
.slider__content-elem--header h4{
  font-size: 25px;
  font-weight: 600;
}
.slider__content-elem--header svg{
  transform: rotate(180deg);
  width: 24px;
}
.slider__content-elem--header path{
  fill: #ffffff;
}
.slider__header-content h3{
  font-size: 36px;
  font-weight: 600;
}
.slider__header-content p{
  font-size: 21px;
  margin: 16px 0px 0px 0px;
}
.slider__header-content p strong{
  font-weight: 600;
}
.slider__header-arrows{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin: 36px 0px;
}
.slider__header-arrows--right, .slider__header-arrows--left{
  display: flex;
  padding: 4px;
  cursor: pointer;
}
.slider__header-arrows--right svg{
  transform: rotate(180deg);
}

.slider .swiper{
  overflow: visible;
}
.swiper-slide{
  height: auto;
}
.swiper-slide.invisible{
  background-color: transparent;
  opacity: 0px;
  visibility: hidden;
}

.workers__slider-elem{
  max-width: 300px;
  width: 100%;
}
.workers__slider-image{
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.workers__slider-content{
  margin: 16px 0px 0px 0px;
}
.workers__slider-content h5{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.65;
  margin: 0px 0px 8px 0px;
}
.workers__slider-content p{
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 0px;
}
.workers__slider-content p a{
  word-wrap: break-word;
}
.workers__slider-content p:last-of-type{
  margin-bottom: 0px;
}
.workers__slider-content p.phone{
  display: flex;
  align-items: center;
  gap: 8px;
}

footer{
  color: #ffffff;
  background-color: #000000;
  padding: 48px 30px 120px 30px;
}
.footer__link{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 79.27vw;
  width: 100%;
  margin: 0px auto 62px auto;
  font-size: 18px;
}
.footer__link a{
  text-decoration: underline;
}
.footer__logo{
  text-align: center;
}
footer svg path{
  fill: #ffffff;
}

.mobile{
  display: none;
}

.swiper-button-lock {
  display: none;
}

@media(min-width: 1920px){
  .container {
    max-width: 73.33vw;
    padding: 0px 2.6vw;
  }
  .slider__content-elem{
    max-width: 21.46vw;
  }
  .slider__content-elem::before{
    min-height: 7.03vw;
  }
  .slider__content-elem--header h4 {
    font-size: 1.3vw;
  }
  .slider__content-elem--header svg {
    width: 1.25vw;
  }
  .slider__header-arrows svg{
    width: 1.25vw;
  }
  .slider__header-content p {
    font-size: 1.09vw;
    margin: 0.83vw 0px 0px 0px;
  }
  .slider__header-content h3 {
    font-size: 1.88vw;
  }
  .photoText__image, .photoText__content {
    max-width: 33.13vw;
  }
  .photoText__content h2, .photoText__content h3 {
    font-size: 1.93vw;
  }
  .photoText__content p {
    font-size: 1.09vw;
    margin: 2.08vw 0px;
  }
  .header {
    max-width: 56.46vw;
    padding: 2.08vw 0px;
    font-size: 1.46vw;
  }
  .button {
    font-size: 0.83vw;
    padding: 0.68vw 1.41vw;
  }

  .info{
    max-width: 85vw;
    padding: 0 2.6vw;
  }
  .info__image{
    max-width: 38.96vw;
  }
  .info__content{
    max-width: 35.21vw;
  }
  .info__content h3{
    font-size: 1.93vw;
  }
  .info__content p{
    font-size: 1.09vw;
    margin: 1.56vw 0px;
  }

  .background::after{
    max-width: 54.53vw;
  }
  .background__text{
    max-width: 33.85vw;
    font-size: 1.09vw;
  }
  .background__text p{
    margin: 0.63vw 0px 0px 0px;
  }
  .background__text ol{
    padding-left: 1.04vw;
    margin: 0.31vw 0px;
  }
  .background__text .button{
    margin: 1.88vw 0px 0px 0px;
  }
}

@media(max-width: 1440px){
  .space{
    margin: 100px 0px;
  }
  .info__content{
    margin: 30px auto;
    padding: 0 20px;
  }
  .info__content h3 {
    font-size: 30px;
  }
  .info__content p {
    font-size: 18px;
    margin: 15px 0px;
  }
}

@media(max-width: 1250px){
  .space{
    margin: 50px 0px;
  }
  .info{
    max-width: 100%;
    width: 100%;
  }
  .info__container{
    flex-wrap: wrap;
    gap: 0px;
  }
  .info__image, .info__content{
    max-width: 100%;
    width: 100%;
  }
}

@media(max-width: 960px){
  .container, .info{
    padding: 0 20px;
    max-width: 680px;
  }
  .background{
    background-position: center right 5%;
    padding: 30px 0px;
    min-height: unset;
  }
  .baner__elem{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .baner__elem img{
    min-width: 130vw;
  }
  .baner__elem-header{
    position: relative;
    left: auto;
    bottom: auto;
    padding: 20px;
    background-color: #000000;
    max-width: 100%;
    width: 100%;
    font-size: 24px;
  }
  .header {
    font-size: 22px;
  }
  .photoText{
    flex-wrap: wrap;
  }
  .photoText.reverse{
    flex-wrap: wrap-reverse;
  }
  .photoText__content p {
    font-size: 18px;
    margin: 30px 0px;
  }
  .photoText__content h2, .photoText__content h3 {
    font-size: 30px;
    font-weight: 600;
  }
  .slider__header-content h3 {
    font-size: 30px;
  }
  .slider__header-content p {
    font-size: 18px;
  }
  .slider__content-elem--header h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .slider__content-elem--header {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}