
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #282828;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  background: #f7f7f7;

}

header.scrolled {
  background: rgb(235, 237, 236);
}

header {
  display: flex;
  background: rgba(235, 237, 236, 0.59);
  justify-content: space-between;
  align-items: center;
  height: 6.3vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: background-color 0.3s ease;
}
header .logo {
  flex: 0;
  margin: auto 2vw;
}
header .logo img {
  height: 4.5vw;
}
header .menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 1.4vw;
  font-weight: 900;
}
header .menu a {
  margin: auto 1.2vw;
  text-decoration: none;
  text-transform: uppercase;
  color: #282828;
}
header .languages {
  flex: 0;
  display: flex;
  margin: auto 2vw auto 0.5vw;
}
header .languages button {
  font-family: "Oswald", sans-serif;
  border: none;
  background: #f7f7f7;
  width: 3.4vw;
  height: auto;
  font-size: 1.6vw;
  cursor: pointer;
  font-weight:900;
}
header .languages button.active {
  background: #1c1e15;
  color: #f7f7f7;
}

.banner {
  position: relative;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
}
.banner .banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.about {
  margin-top: 8vw;
  padding-bottom: 2vw;
  border-bottom: 2px solid black;
}
.about .about-title {
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  text-align: center;
  font-size: 3vw;
  font-weight: 900;
  margin: 1.5vw auto;
}
.about .about-block {
  display: flex;
  margin: auto 2vw;
  justify-content: space-between;
}
.about .about-block .about-text {
  width: 49%;
  padding: 1vw;
  background: #FFFFFF;
  font-family: "Roboto Serif", sans-serif;
  font-size: 1.38vw;
  color: #716c6e;
  text-align: justify;
}
.about .about-block .about-img {
  width: 49%;
}

.aboutus {
  margin-top: 10vw;
  padding-bottom: 2vw;
  border-bottom: 2px solid black;
}
.aboutus .aboutus-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 3vw;
  font-weight: 900;
  margin: 1vw auto;
}
.aboutus .aboutus-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1vw;
  justify-content: space-between;
  text-align: center;
}
.aboutus .aboutus-info .aboutus-block {
  width: 32%;
  margin: 0 0.5vw 1.5vw 0.5vw;
  background: white;
  padding: 3.5vw 1vw;
}
.aboutus .aboutus-info .aboutus-block .aboutus-number {
  color: #e41b23;
  font-size: 4.4vw;
      font-weight: 900;
}
.aboutus .aboutus-info .aboutus-block .aboutus-text {
  color: #716c6e;
  font-size: 1.6vw;
  font-family: "Oswald", sans-serif;
}

.brands {
  margin-top: 8vw;
  width: 100%;
}
.brands h3 {
  font-size: 3vw;
  font-weight: 900;
  width: 100%;
  padding: 1.9vw 0;
  text-align: center;
  background: #d7d9dc;
  text-transform: uppercase;
}
.brands .brands-slider {
  margin: auto 4vw;
}
.brands .brands-slider .swiper-container {
  margin: 3.5vw auto;
  width: 100%;
  height: 5.6vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding: 3px 1;
}
.brands .brands-slider .swiper-container .swiper-wrapper {
  width: 100%;
}
.brands .brands-slider .swiper-container .swiper-slide {
    padding: 0.2vw 0.1vw;
    height: 100%;
    width: auto;
    border-radius: 5px;
    display:flex;
    justify-content: center;
    text-align: center;
}
.brands .brands-slider .swiper-container .swiper-slide .slide-brand {
  max-width: 100%;
  width: 11vw;
  margin-right: 0.5vw;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -0.05px -0.05px 0.4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
          display: flex;
        justify-content: center;
}

.brands .brands-slider .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  cursor:pointer;
}

.partners {
  margin-bottom: 10vw;
  width: 100%;
  border-bottom: 2px solid black;
}
.partners h4 {
  font-size: 3vw;
  font-weight: 900;
  padding: 1.9vw 0;
  text-align: center;
  background: #d7d9dc;
  text-transform: uppercase;
}
.partners .partners-slider {
  margin: auto 4vw;
}
.partners .partners-slider .swiper-container2 {
  margin: 3.5vw auto;
  width: 100%;
  height: 5.6vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding: 3px 1;
}
.partners .partners-slider .swiper-container2 .swiper-wrapper {
  width: 100%;
}
.partners .partners-slider .swiper-container2 .swiper-slide {
      padding: 0.2vw 0.1vw;
    height: 100%;
    width: auto;
    border-radius: 5px;
    display:flex;
    justify-content: center;
    text-align: center;
}
.partners .partners-slider .swiper-container2 .swiper-slide .slide-partner {
  max-width: 100%;
  width: 11vw;
  margin-right: 0.5vw;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -0.05px -0.05px 0.4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display:flex;
    justify-content: center;
    text-align: center;
}

.partners .partners-slider .swiper-container2 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.vacancies {
  background-image: url("../img/back.webp");
  background-size: cover;
  background-position: right top;
}
.vacancies h5 {
  padding-top: 5vw;
  font-size: 3vw;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.vacancies .img-mobile {
  display: none;
}
.vacancies .vacancies-block {
  display: flex;
  margin: auto 4vw;
}
.vacancies .vacancies-block .vacancies-text {
  margin-top: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vacancies .vacancies-block .vacancies-text .vacansia {
  display: flex;
  flex-direction: column;
  font-size: 1.6vw;
      font-weight: 900;
}
.vacancies .vacancies-block .vacancies-text .vacansia .vacansia-button {
  margin: 1vw 0 0.5vw 0;
  font-size: 1.1vw;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  border: none;
  background: white;
  padding: 0.7vw 0.5vw;
  width: 13.5vw;
  color: #868886;
  cursor: pointer;
}
.vacancies .vacancies-block .vacancies-text .vacansia-hh {
  display: block;
  color: #e71c24;
  font-size: 2.5vw;
  text-decoration: none;
  font-weight: 900;
    margin-bottom: 2vw;
}

    .vacancies .vacancies-block .vacansia-hh-mobile {
        display:none;
        font-weight: 900;
  }
.vacancies .vacancies-block .vacancies-form {
  margin: 2.1vw auto 2.1vw 12vw;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 1.6vw 0.7vw;
  font-size: 2vw;
  font-family: "Oswald", sans-serif;
}
.vacancies .vacancies-block .vacancies-form .form-title {
  color: #d96143;
  margin: 0 1.6vw 1.6vw 1.6vw;
}
.vacancies .vacancies-block .vacancies-form input {
  background: #dbdbdb;
  border: none;
  color: #282828;
  font-size: 1.4vw;
  margin: 0.25vw 0;
  padding: 0.5vw 0.75vw;
  font-weight: 400;
}
.vacancies .vacancies-block .vacancies-form span.file-btn {
  background: #dbdbdb;
  border: none;
  color: #282828;
  font-size: 1.4vw;
  margin: 0.25vw 0;
  padding: 0.5vw 0.75vw;
  font-weight: 400;
  width: 16vw;
  cursor: pointer;
  font-family:  none;
  font-family: Arial;
}
.vacancies .vacancies-block .vacancies-form input[type=file] {
  display: none;
}
.vacancies .vacancies-block .vacancies-form input::placeholder {
  color: #282828;
}
.vacancies .vacancies-block .vacancies-form .file-name {
  font-size: 1vw;
  max-width: 15vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vacancies .vacancies-block .vacancies-form .vacancy-form-button {
  margin-top: 0.25vw;
  background: #e71c24;
  border: none;
  color: white;
  width: 10vw;
  padding: 0.75vw 0;
  font-size: 1.2vw;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
}

.map h6 {
  margin: 8vw auto 2vw auto;
  font-size: 3vw;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.map {
  height: 32vw;
}

.map-mobile {
  display:none;
}

.contacts .contacts-info {
  margin-top: 17vw;
  font-size: 2.3vw;
  text-align: center;
  font-weight: 900;
}

.contacts .contacts-info a {
  text-decoration: none;
    color: #282828;
}
.contacts .contacts-brands {
  margin: 7vw auto auto auto;
  display: flex;
  justify-content: center;
}
.contacts .contacts-brands img {
    margin: auto 3vw;
  width: 11.5vw;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -0.05px -0.05px 0.4px rgba(0, 0, 0, 0.3);
}
.contacts .contacts-socsety {
  display: flex;
  justify-content: center;
  margin: 1vw auto 3vw auto;
}

.contacts .contacts-socsety div {
  width: 18vw;
text-align: center;
}
.contacts .contacts-socsety img {
  width: 4.5vw;
}

.overlay {
  max-height: 0;
  opacity: 0;
  position: fixed;
  background: #3B3B3B;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.overlay.show {
  opacity: 1;
  max-height: 100vh;
  opacity: 0.6;
}

.modal-brands {
  position: fixed;
  max-height: 0;
  width: 90vw;
  margin: auto;
  top: 50%;
  left: 50%;
  background: #f7f7f7;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform--ms-transform: translate(-50%, -50%);
  -webkit-transform--ms-transform-transform: translate(-50%, -50%);
  z-index: 1000;
  overflow-y: auto;
  -webkit-transition: max-height 0.7s ease, border 0.7s ease;
  -o-transition: max-height 0.7s ease, border 0.7s ease;
  transition: max-height 0.7s ease, border 0.7s ease;
}
.modal-brands .modal-close {
  position: absolute;
  right: 3%;
  top: 3%;
  width: 1.3vw;
  cursor: pointer;
}
.modal-brands .modal-close:hover {
  opacity: 0.5;
}
.modal-brands .modal-info {
  display: flex;
  margin: 3vw;
}
.modal-brands .modal-info .modal-title {
  font-size: 2vw;
  font-family: "Oswald", sans-serif;
  text-align: start;
  font-weight: 900;
  color: #282828;
}
.modal-brands .modal-info .modal-text {
  width: 70%;
  font-family: "Roboto Serif", sans-serif;
  margin-right: 1%;
  font-size: 0.95vw;
  font-weight: 400;
  color: #716c6e;
    margin-left: 10px;
}
.modal-brands .modal-info .modal-img {
  width: 30%;
}
.modal-brands .modal-info .modal-img img {
  width: 100%;
}

.modal-brands.show {
  max-height: 90vh;
  border: 1px #000000 solid;
}

.modal-vacansia {
  position: fixed;
  max-height: 0;
  min-height: 0;
  width: 90vw;
  margin: auto;
  top: 50%;
  left: 50%;
  background: #f7f7f7;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform--ms-transform: translate(-50%, -50%);
  -webkit-transform--ms-transform-transform: translate(-50%, -50%);
  z-index: 1000;
  overflow-y: auto;
  -webkit-transition: max-height 0.7s ease, border 0.7s ease;
  -o-transition: max-height 0.7s ease, border 0.7s ease;
  transition: max-height 0.7s ease, border 0.7s ease, min-height 0.7s ease;
  background-image: url("../img/back.webp");
  background-size: cover;
  background-position-x: right;
}
.modal-vacansia .modal-close {
  position: absolute;
  right: 3%;
  top: 3%;
  width: 1.3vw;
  cursor: pointer;
}
.modal-vacansia .modal-close:hover {
  opacity: 0.5;
}
.modal-vacansia .modal-vacansia-main {
  margin: 3vw;
}
.modal-vacansia .modal-vacansia-main .modal-title-vac {
  font-size: 3vw;
  text-transform: uppercase;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  color: #282828;
  margin-bottom: 2vw;
}
.modal-vacansia .modal-vacansia-main .modal-img-mobile {
  display: none;
}
.modal-vacansia .modal-vacansia-main .modal-vacancies-title {
      font-size: 3vw;
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    color: #282828;
    margin-bottom: 0.5vw;
}
.modal-vacansia .modal-vacansia-main .modal-vacancies-block {
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 1.2vw;
}
.modal-vacansia .modal-vacansia-main .modal-vacancies-block .modal-vacancies-respons {
  margin-right: 5vw;
  margin-left:10px;
  width:30%;
}

.modal-vacansia .modal-vacansia-main .modal-vacancies-block .modal-vacancies-requirements {
    width: 30%;
    margin-left:10px;
}

.modal-vacansia.show {
  max-height: 90vh;
  border: 1px #000000 solid;
  min-height: 60vh;
}

@media screen and (max-width: 780px) {
  header {
    display: flex;
    background: rgba(235, 237, 236, 0.59);
    justify-content: space-between;
    align-items: center;
    height: 20vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: background-color 0.3s ease;
  }
  header .logo {
    flex: 0;
    margin: auto 2vw;
  }
  header .logo img {
    height: 12vw;
  }
  header .menu {
    display:none;
  }
  header .menu a {

  }
  header .languages {
      display:none;
  }
  header .languages button {
    font-family: "Oswald", sans-serif;
    border: none;
    background: #f7f7f7;
    width: 8vw;
    height: 5vw;
    font-size: 3.8vw;
    cursor: pointer;
    font-weight: 900;
  }
  header .languages button.active {
    background: #1c1e15;
    color: #f7f7f7;
  }
  .banner {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }
  .banner .banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .about {
    margin-top: 8vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid black;
  }
  .about .about-title {
    letter-spacing: 0.1vw;
    text-transform: uppercase;
    text-align: center;
    font-size: 3vw;
    font-weight: 900;
    margin: 1.5vw auto;
    font-size: 5vw;
  }
  .about .about-block {
    display: flex;
    margin: auto 3%;
    justify-content: space-between;
    flex-direction: column;
  }
  .about .about-block .about-text {
    width: 100%;
    padding: 0;
    margin: 2vw auto;
    background: none;
    font-family: "Oswald", sans-serif;
    font-size: 4vw;
    color: #716c6e;
  }
  .about .about-block .about-img {
    width: 100%;
  }
  .aboutus {
    margin-top: 10vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid black;
  }
  .aboutus .aboutus-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 3vw;
    font-weight: 900;
    margin: 1vw auto;
    font-size: 5vw;
  }
  .aboutus .aboutus-info {
    display: flex;
    flex-wrap: wrap;
    margin: 3vw;
    justify-content: space-between;
    text-align: center;
  }
  .aboutus .aboutus-info .aboutus-block {
    width: 100%;
    margin: 3vw 0.5vw 3vw 0.5vw;
    background: white;
    padding: 10vw;
  }
  .aboutus .aboutus-info .aboutus-block .aboutus-number {
    color: #e41b23;
    font-size: 16vw;
  }
  .aboutus .aboutus-info .aboutus-block .aboutus-text {
    color: #716c6e;
    font-size: 4.5vw;
    font-family: "Oswald", sans-serif;
  }
  .brands {
    margin-top: 8vw;
  }
  .brands h3 {
    font-size: 3vw;
    font-weight: 900;
    width: 100%;
    padding: 1.9vw 0;
    text-align: center;
    background: #d7d9dc;
    text-transform: uppercase;
    font-size: 5vw;
  }
  .brands .brands-slider {
    margin: auto 4vw;
  }
  .brands .brands-slider .swiper-container {
    margin: 4vw auto;
    width: 100%;
    height: 13vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
  .brands .brands-slider .swiper-container .swiper-wrapper {
    width: 100%;
  }
  .brands .brands-slider .swiper-container .swiper-slide {
    padding: 4px 2px;
  }
  .brands .brands-slider .swiper-container .swiper-slide .slide-brand {
      max-width: 100%;
      width: 20.3vw;
      margin-right: 2vw;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -0.05px -0.05px 0.4px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
    }
    
    .brands .brands-slider .swiper-container .swiper-slide img {
      max-width: 100%;
      max-height: 100%;
    }

  .partners {
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid black;
  }
  .partners h4 {
    font-size: 3vw;
    font-weight: 900;
    padding: 1.9vw 0;
    text-align: center;
    background: #d7d9dc;
    text-transform: uppercase;
    font-size: 5vw;
  }
  .partners .partners-slider {
    margin: auto 4vw;
  }
  .partners .partners-slider .swiper-container2 {
    margin: 4vw auto;
    width: 100%;
    height: 13vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
  .partners .partners-slider .swiper-container2 .swiper-wrapper {
    width: 100%;
  }
  .partners .partners-slider .swiper-container2 .swiper-slide {
    padding: 4px 2px;
    width:auto;
  }
  .partners .partners-slider .swiper-container2 .swiper-slide .slide-partner {
      max-width: 100%;
      width: 20.3vw;
      margin-right: 2vw;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -0.05px -0.05px 0.4px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      display:flex;
        justify-content: center;
        text-align: center;
    }
    
    .partners .partners-slider .swiper-container2 .swiper-slide img {
      max-width: 100%;
      max-height: 100%;
    }
  .vacancies {
    background-image: none;
    height: max-content;
    background-size: cover;
    background-position: right top;
  }
  .vacancies h5 {
    margin: 5vw;
    padding: 0;
    font-size: 3vw;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 5vw;
  }
  .vacancies .img-mobile {
    display: block;
    width: 100%;
  }
  .vacancies .vacancies-block {
    display: flex;
    margin: 0;
    flex-direction: column;
  }
  .vacancies .vacancies-block .vacancies-text {
    margin: 4vw 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .vacancies .vacancies-block .vacancies-text .vacansia {
    display: flex;
    flex-direction: column;
    font-size: 4.5vw;
  }
  .vacancies .vacancies-block .vacancies-text .vacansia .vacansia-button {
    margin: 2vw 0 1vw 0;
    font-size: 3.5vw;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    border: none;
    background: white;
    padding: 2vw 1vw;
    width: 40vw;
    color: #868886;
    cursor: pointer;
  }
  .vacancies .vacancies-block .vacancies-text .vacansia-hh {
    display:none;
    margin: 2vw 0;
    padding: 3vw 0;
    color: #e71c24;
    font-size: 4vw;
    background: white;
    text-decoration: none;
  }
  
    .vacancies .vacancies-block .vacansia-hh-mobile {
        display:block;
        margin: 2vw 0;
        display: block;
        padding: 3vw 5vw;
        color: #e71c24;
        font-size: 4vw;
        background: white;
        text-decoration: none;
  }
  .vacancies .vacancies-block .vacancies-form {
    margin: 2.1vw 5vw;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 18px;
    font-size: 4vw;
    font-family: "Oswald", sans-serif;
    width: 90%;
  }
  .vacancies .vacancies-block .vacancies-form .form-title {
    color: #d96143;
    margin: 0 1.6vw 1.6vw 1.6vw;
  }
  .vacancies .vacancies-block .vacancies-form input {
    background: #dbdbdb;
    border: none;
    color: #282828;
    font-size: 16px;
    margin: 1vw 0;
    padding: 1vw 3vw;
    font-weight: 400;
  }
  .vacancies .vacancies-block .vacancies-form span.file-btn {
    background: #dbdbdb;
    border: none;
    color: #282828;
    font-size: 16px;
    margin: 1vw 0;
    padding: 1vw 3vw;
    font-weight: 200;
    width: 40vw;
    cursor: pointer;
    font-family: .vacancies .vacancies-block .vacancies-form span.file-btn "Oswald", sans-serif;
  }
  .vacancies .vacancies-block .vacancies-form input[type=file] {
    display: none;
  }
  .vacancies .vacancies-block .vacancies-form input::placeholder {
    color: #282828;
  }
  .vacancies .vacancies-block .vacancies-form .file-name {
    font-size: 3vw;
    max-width: 30vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  
  .vacancies .vacancies-block .vacancies-form .vacancy-form-button {
    margin-top: 0.25vw;
    background: #e71c24;
    border: none;
    color: white;
    width: 25vw;
    padding: 1vw 0;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
  }
  .map h6 {
    margin: 8vw auto 2vw auto;
    font-size: 3vw;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 5vw;
  }
  .map {
    display:none
  }
  .map-mobile {
      display:block;
      height:120vw
    }
    
.map-mobile h6 {
    margin: 8vw auto 2vw auto;
    font-size: 3vw;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 5vw;
  }
  .contacts .contacts-info {
    margin-top: 17vw;
    font-size: 4vw;
    text-align: center;
  }
  .contacts .contacts-brands {
    margin: 7vw auto auto auto;
    display: flex;
  }
  .contacts .contacts-brands img {
    width: 20vw;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -0.05px -0.05px 0.4px rgba(0, 0, 0, 0.3);
  }
  .contacts .contacts-socsety {
    display: flex;

    margin: 3vw auto 3vw auto;
  }
  .contacts .contacts-socsety div {
      width: 27vw;
    text-align: center;
    }
  .contacts .contacts-socsety img {
    width: 6vw;
  }
  .modal-brands {
    position: fixed;
    max-height: 0;
    width: 90vw;
    margin: auto;
    top: 50%;
    left: 50%;
    background: #f7f7f7;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -ms-transform-transform: translate(-50%, -50%);
    z-index: 1000;
    overflow-y: auto;
    -webkit-transition: max-height 0.7s ease, border 0.7s ease;
    -o-transition: max-height 0.7s ease, border 0.7s ease;
    transition: max-height 0.7s ease, border 0.7s ease;
  }
  .modal-brands .modal-close {
    position: absolute;
    right: 3%;
    top: 2%;
    width: 5vw;
    cursor: pointer;
  }
  .modal-brands .modal-close:hover {
    opacity: 0.5;
  }
  .modal-brands .modal-info {
    display: flex;
    margin: 12vw 5vw 5vw 5vw;
    flex-direction: column;
  }
  .modal-brands .modal-info .modal-title {
    font-size: 5vw;
    font-family: "Oswald", sans-serif;
    text-align: start;
    font-weight: 900;
    color: #282828;
  }
  .modal-brands .modal-info .modal-text {
    width: 96%;
    font-family: "Oswald", sans-serif;
    margin-right: 1%;
    font-size: 4vw;
    font-weight: 400;
    color: #716c6e;
  }
  .modal-brands .modal-info .modal-img {
    width: 100%;
    margin-top: 5vw;
  }
  .modal-brands .modal-info .modal-img img {
    width: 100%;
  }
  .modal-brands.show {
    max-height: 90vh;
    border: 1px #000000 solid;
  }
  .modal-vacansia {
    position: fixed;
    max-height: 0;
    min-height: 0;
    width: 90vw;
    margin: auto;
    top: 50%;
    left: 50%;
    background: #f7f7f7;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -ms-transform-transform: translate(-50%, -50%);
    z-index: 1000;
    overflow-y: auto;
    -webkit-transition: max-height 0.7s ease, border 0.7s ease;
    -o-transition: max-height 0.7s ease, border 0.7s ease;
    transition: max-height 0.7s ease, border 0.7s ease, min-height 0.7s ease;
    background-image: url("../img/back.webp");
    background-size: cover;
  }
  .modal-vacansia .modal-close {
    position: absolute;
    right: 3%;
    top: 3%;
    width: 5vw;
    cursor: pointer;
  }
  .modal-vacansia .modal-close:hover {
    opacity: 0.5;
  }
  .modal-vacansia .modal-vacansia-main {
    margin: 12vw 5vw 5vw 5vw;
  }
  .modal-vacansia .modal-vacansia-main .modal-title-vac {
    font-size: 5vw;
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    color: #282828;
  }
  .modal-vacansia .modal-vacansia-main .modal-img-mobile {
    display: block;
    width: 100%;
  }
  .modal-vacansia .modal-vacansia-main .modal-vacancies-title {
        margin-top: 3vw;
        font-size: 5vw;
  }
  .modal-vacansia .modal-vacansia-main .modal-vacancies-block {
    display: flex;
    flex-direction: column;
    font-family: "Oswald", sans-serif;
    font-size: 4vw;
  }
  .modal-vacansia .modal-vacansia-main .modal-vacancies-block .modal-vacancies-respons {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .modal-vacansia .modal-vacansia-main .modal-vacancies-block .modal-vacancies-requirements {
      width: 100%;
  }
  
  .modal-vacansia.show {
      max-height: 90vh;
      border: 1px #000000 solid;
      min-height: 20vh;
    }
}

        .banner-text {
            position:absolute;
            translate: 0 -50%;
            top: 50%;
            color:white;
            font-size: 16vw;
            width:100%;
            text-align: center;
            opacity: 0.5;
            font-weight: 700;
            font-family: "Russo One", sans-serif;
        }

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

.header-img-mobile {
    display:none;
}

.navigation {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10;
    background: white;
    width: 50vw;
    height: 100vh;
    padding: 10%;
    text-align: start;
    display: flex;
    flex-direction: column;
    font-size: 5vw;
    transition: left 0.5s ease;
}

.navigation.active {
    left: 0;
}

.navigation a {
    display:block;
    text-decoration: none;
    color: #282828;
    line-height: 200%;
}

.navigation-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .close {
    width: 24px;
    cursor: pointer;
}

.navigation-lang {
    display:none;
    margin-top: 10vh;
}
                
.navigation-lang a {
    width:33%;
}

@media (max-width: 780px) {
    .header-img-mobile {
        display:block;
        width: 10vw;
        margin-right: 5vw;
        cursor: pointer;
    }
    
        .banner-text {
            translate: 0 -50%;
            position: absolute;
            top: 50%;
            color: white;
            font-size: 18vw;
            width: 100%;
            text-align: center;
            opacity: 0.5;
            font-weight: 700;
        }
}


            .slider-block-brand {
                position:relative;
                margin: auto;
                height: 100px;
                margin: 3.5vw auto;
                height: 5.6vw;
                overflow: hidden;
                width: 90vw;
            }
            
            .slide-one-brand {
                display: flex;
                height: 5vw;
            }
            .slider-new-brand {
                display: flex;
                position: absolute;
                left: 0;
                /* Added: Set animation properties */
            
            }
        
        
            .slide-new-brand {
                max-width: 100%;
                width: 11vw;
                margin-right: 0.5vw;
                box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
                border-radius: 5px;
                display: flex;
                justify-content: center;
            }
        
            .slide-new-brand img {
                max-width: 100%;
                max-height: 100%;
                cursor: pointer;
            }
        
            @media (max-width: 780px) {
                .slider-block-brand {
                    position:relative;
                    margin: auto;
                    height: 100px;
                    margin: 6vw auto;
                    height: 11.5vw;
                    overflow: hidden;
                width: 90vw;
                }
                
                .slide-one-brand {
                    display: flex;
                    height: 10vw;
                }
                .slider-new-brand {
                    display: flex;
                    position: absolute;
                    left: 0;
                    /* Added: Set animation properties */
                
                }
            
                .slide-new-brand {
                    max-width: 100%;
                    width: 20vw;
                    margin-right: 2vw;
                    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
                    border-radius: 5px;
                    display: flex;
                    justify-content: center;
                }
            
                .slide-new-brand img {
                    max-width: 100%;
                    max-height: 100%;
                    cursor: pointer;
                }
            }
            
            .slider-block-partner {
                position:relative;
                margin: auto;
                height: 100px;
                margin: 3.5vw auto;
                height: 5.6vw;
                overflow: hidden;
                width: 90vw;
            }
            
            .slide-one-partner {
                display: flex;
                height: 5vw;
            }
            .slider-new-partner {
                display: flex;
                position: absolute;
                left: 0;
                /* Added: Set animation properties */
            
            }
        
            .slide-new-partner {
                max-width: 100%;
                width: 11vw;
                margin-right: 0.5vw;
                box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
                border-radius: 5px;
                display: flex;
                justify-content: center;
            }
        
            .slide-new-partner img {
                max-width: 100%;
                max-height: 100%;
            }
        
            @media (max-width: 780px) {
                .slider-block-partner {
                    position:relative;
                    margin: auto;
                    height: 100px;
                    margin: 6vw auto;
                    height: 11.5vw;
                    overflow: hidden;
                width: 90vw;
                }
                
                .slide-one-partner {
                    display: flex;
                    height: 10vw;
                }
                .slider-new-brand {
                    display: flex;
                    position: absolute;
                    left: 0;
                    /* Added: Set animation properties */
                
                }
            
                .slide-new-partner {
                    max-width: 100%;
                    width: 20vw;
                    margin-right: 2vw;
                    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
                    border-radius: 5px;
                    display: flex;
                    justify-content: center;
                }
            
                .slide-new-partner img {
                    max-width: 100%;
                    max-height: 100%;
                    cursor: pointer;
                }
            }
            
            .mobile-languages {
                display:none;
            }
            
            @media (max-width: 780px) {
                .mobile-languages {
                    display:flex;
                    margin-left: auto;
                    margin-right: 20px;
                }
                
                .mobile-languages img {
                    display:flex;
                    width: 50px;
                    padding: 6px;
                }
            }