*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.59em;
  font-weight: 200;
}

.hero__logo {
  margin-bottom: 1.5rem;
}
.hero__logo img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.hero__title {
  font-family: 'Oswald', sans-serif;
  font-size: 3em;
  line-height: 1.25em;
  margin: 0;
  text-transform: uppercase;
}

.s2-block {
  min-height: 35em;
  padding: 2.59em;
  background-position: center top;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.s2-container {
  margin: 0 auto;
  width: 960px;
}
.s2-block.s2-light {
  color: #fff;
}
.s2-block.s2-dark {
  color: #000;
}
.s2-block.s2-righ-text h2, .s2-block.s2-righ-text p {
  padding-left: 550px;
}
.s2-block h2 {
  margin-top: 85px;
}

.header-wrapper {
  background-color: #1f2d33;
  padding: 2em 1em;
}
.header {
  display: flex;
  align-items: center;
}
.header__language-switcher a {
  color: #000;
  font-size: 1em;
  margin-left: 0.5em;
  text-decoration: none;
  transition: all 1s;
}
.header__links {
  margin-left: auto;
}
.header__links a {
  color: #000;
  font-size: 1em;
  margin-left: 0.5em;
  text-decoration: none;
  transition: all 1s;
}
.header-buttons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.header-buttons a {
  font-size: 1em;
  margin-left: 0.5em;
  text-decoration: none;
  transition: all 1s;
}
.header-buttons a:hover {
  text-decoration: underline;
}
.s2-video-overlay {
  position: absolute;
  color: #000;
  margin-top: 1em;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.s2-video-overlay .s2-container ul {
  display: inline-block;
  list-style: none;
  list-style-position: outside;
  text-align: center;
  max-width: 960px;
  padding: 0;
}
.s2-video-overlay .s2-container ul li {
  margin-bottom: 1em;
  padding: 0 1em;
}
.s2-video-overlay > ul > li:first-child {
  border-right: solid 1px #000;
}
.s2-video-overlay a {
  color: #000;
}
.s2-video-overlay a.s2-button {
  border: solid 1px #000;
  background: rgba(255,255,255, 0.2);
  display: inline-block;
  font-size: 1.3em;
  font-family: 'Oswald',sans-serif;
  margin-top: 1em;
  padding: 0.6em 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
.s2-video-overlay a.s2-button:hover {
  background: rgba(255,255,255, 0.5);
}
.s2-video-overlay a.s2-button:active {
  top: 1px;
}
.s2-video-overlay p, .s2-video-overlay .hero__description {
  font-family: 'Roboto', sans-serif;
  font-size: 1.61em;
  font-weight: 200;
  text-align: center;
}
.s2-video-overlay .hero__description {
  font-size: 1.375em;
}
.s2-bg-video-overlay {
  background-color: rgba(31, 45, 51, 0.4);
  overflow: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s2-bg-video-content {
  overflow: hidden;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.hero__bg {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

button, .s2-link-button {
  background: #065fd4;
  border: none;
  box-shadow: 10px 10px 22px -14px rgba(0,0,0,0.75);
  color: #000;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  min-width: 8em;
  padding: 0.3em 1em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
}
button:hover, .s2-link-button:hover {
  background: #07489d;
}
button:active, .s2-link-button:active {
  top: 1px;
}
video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
}
footer {
  color: #000;
  padding: 1.61em 2.59em;
}
footer a {
  color: #000;
}

.footer__row {
  display: flex;
  flex-direction: column;
}
.footer__col {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.footer--links {
  margin-top: 2rem;
}
.footer__copyright {
  margin-top: 2rem;
  margin-bottom: 0;
}
.footer--secondary {
  background-color: #1f2d33;
}

.steps-grid {
  display: grid;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  gap: 1.5rem;
  text-align: center;
}
.steps-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.steps-grid__title {
  font-size: 1.125em;
  font-weight: 500;
  margin: 0;
}

.delivery-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr))
}
.delivery-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 80px;
}
.delivery-grid__item img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.slider-wrapper {
  padding-bottom: 3rem;
}
.slider-total {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background-color: #f4f4f4;
  margin-top: 3rem;
  padding: 1rem 1rem;
}
.slider-total__value {
  font-size: 1.25rem;
  font-weight: 500;
  margin-left: auto;
}
.slider-total__currency {
  font-size: 1.25rem;
  font-weight: 500;
}

.noUi-marker-horizontal.noUi-marker {
  height: 10px;
  width: 1px;
}
.noUi-horizontal .noUi-handle:focus .noUi-tooltip,
.noUi-handle.noUi-active .noUi-tooltip,
.noUi-handle:hover .noUi-tooltip {
  opacity: 1;
}
.noUi-horizontal .noUi-tooltip {
  bottom: -160%;
  opacity: 0;
  pointer-events: none;
  transition: all .15s ease;
}
.noUi-value {
  cursor: pointer;
}

.form {
  display: grid;
  gap: 1rem;
}

.form label {
  display: block;
}

.form input,
.form textarea {
  display: block;
  border: solid 1px #ccc;
  border-radius: 0.2em;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0.625rem;
  outline: 0;
  padding: 0.8em 1em;
  width: 100%;
}

.form button {
  color: #fff;
  cursor: pointer;
  width: fit-content;
}

.g-recaptcha {
  position: absolute;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-grid li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}

.service-grid .service-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 160px;
  width: 160px;
}

.service-grid .service-grid__title {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
}

.service-grid .service-grid__description,
.why-grid .why-grid__description {
  color: #000;
  font-size: 20px;
  letter-spacing: 0.9px;
  margin: 0;
}

.why-grid {
  display: grid;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.why-grid .why-grid__icon {
  margin-bottom: 1.5rem;
}

.why-grid .why-grid__title {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1px) {
  .s2-container {
    width: 100%;
 }
  .s2-block.s2-righ-text h2, .s2-block.s2-righ-text p {
    padding-left: 25%;
 }
  .s2-languages-wrapper {
    position: absolute;
    top: 5em;
    left: 50%;
    transform: translateX(-50%);
    display:inline-block;
    color: #000;
    font-size: 1em;
    text-align: left;
 }
}
@media only screen and (min-width: 400px) {
  .s2-languages-wrapper {
    font-size: 0.8em;
  }

  .header {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    
  }
  .header-wrapper {
    padding: 2.5em 1em;
  }
  .header__language-switcher {
    font-size: 0.8em;
  }

  .hero__title {
    font-size: 4.19em;
  }

  .s2-video-overlay .hero__description {
    font-size: 1.875em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px; 
  }
}
@media only screen and (min-width: 640px) {
  .s2-languages-wrapper {
    top: 1.25em;
    left: 1em;
    transform: none;
  }
}
@media only screen and (min-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .steps-grid li:nth-child(5) {
    grid-column: span 2;
  }

  .delivery-grid {
    gap: 3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .form {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .form__item--span-2 {
    grid-column: span 2;
  }

  .service-grid li {
    flex-direction: row;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .s2-container {
    width: 960px;
  }
  .s2-block.s2-righ-text h2, .s2-block.s2-righ-text p {
    padding-left: 550px;
  }

  .hero__logo {
    margin-top: -6rem;
  }
  .hero__logo img {
    width: 342px;
  }

  .steps-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .steps-grid li:nth-child(5) {
    grid-column: auto;
  }

  .footer__row {
    flex-direction: row;
  }
  .footer--links {
    margin-top: 0;
    margin-left: auto;
  }
}
