:root {
  --white: white;
  --bluish: #34495e;
  --redish: #e74c3c;
  --smoke: #eef0f1;
  --silver: #a2aeba;
  --grey: #c1c9d1;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--white);
  color: var(--bluish);
  flex-direction: column;
  margin-top: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

p {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

a.w--current {
  color: var(--redish);
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
}

.navbar {
  background-color: var(--smoke);
  background-image: url('../images/aplis-apli-smoke-w.svg');
  background-position: 0 0;
  background-size: 10px;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0006;
}

.cont--1200--nav {
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-menu {
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.div-block {
  flex: 1;
}

.gap--top--120 {
  height: 100px;
}

.section {
  position: relative;
}

.section.foot {
  background-color: var(--silver);
  background-image: url('../images/aplis-apli-smoke-w.svg');
  background-position: 0 0;
  background-size: 10px;
  flex: none;
  margin-top: auto;
}

.cont--1200--main {
  max-width: 1200px;
}

.bg--paper--shadow {
  background-color: #dbe2e6;
  background-image: url('../images/aplis-apli-smoke-w.svg');
  background-position: 0 0;
  background-size: 10px;
  padding: 20px;
  display: block;
  box-shadow: 2px 2px 3px #0006;
}

.wrap--flex--main {
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item--50 {
  flex: 0 50%;
  order: -1;
  padding: 10px 20px;
}

.line {
  background-color: var(--grey);
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading {
  font-weight: 500;
}

.section-2 {
  width: 100vh;
  height: 100%;
}

.sec-bg-video {
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.on--pattern {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/aplis-apli-smoke-blackish.svg');
  background-position: 0 0;
  background-size: 10px;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-video {
  z-index: 0;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.cont--1200--foot {
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrap--flex--foot {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-3 {
  text-align: center;
  flex: 0 60%;
  padding: 10px 20px;
}

.gap--20 {
  height: 20px;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.nav--link.w--current {
  color: var(--redish);
}

.btn--main {
  border: 2px solid var(--grey);
  background-color: var(--white);
  color: var(--bluish);
  text-align: center;
  background-image: url('../images/mail-bluish.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 21px;
  font-weight: 700;
  display: block;
  box-shadow: 2px 2px 5px #0006;
}

.btn--main:hover {
  background-color: var(--smoke);
}

.btn--main.phone {
  background-image: url('../images/phone-bluish.svg');
}

.btn--main.phone._50 {
  width: 49%;
}

.btn--main.facebook {
  background-image: url('../images/facebook-bluish.svg');
  background-position: 2% 40%;
}

.text--main {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.text--main.big {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.block--logo {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.link {
  background-color: var(--smoke);
  color: var(--bluish);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.gap-10 {
  height: 10px;
}

.item--1 {
  flex-direction: column;
  flex: 0 20%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  width: 100%;
}

.slider {
  width: auto;
  height: auto;
  box-shadow: 2px 2px 5px #0006;
}

.p--18 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.div-block-4 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-4.vert {
  flex-direction: column;
}

.logo--10 {
  margin: 10px;
}

.iten--1 {
  flex: 0 auto;
}

.link-block {
  color: var(--bluish);
  text-align: center;
  background-image: url('../images/facebook-bluish.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.darba--laiks--block {
  border: 2px solid var(--grey);
  background-color: var(--white);
  padding: 15px 60px;
  font-size: 18px;
  line-height: 32px;
  box-shadow: 2px 2px 5px #0006;
}

.text-block {
  align-items: center;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.work {
  text-align: center;
  background-image: url('../images/work-bluish.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 700;
}

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

.item--20 {
  flex: 0 20%;
  margin: 20px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.div-block-8 {
  justify-content: space-between;
  display: flex;
}

.text--adrese {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-9 {
  background-color: var(--white);
  padding: 15px 20px;
}

.paragraph, .image-2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--smoke);
  }

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

  .item--50 {
    flex-basis: 100%;
    order: 1;
    margin-bottom: 40px;
  }

  .item--50._1, .item--50._2 {
    order: -1;
  }

  .menu-button {
    background-color: #0000;
    font-size: 24px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: var(--bluish);
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .bg--paper--shadow {
    padding: 10px;
  }

  .item--50 {
    flex-basis: 100%;
  }

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

  .div-block-3 {
    flex-basis: 100%;
  }

  .btn--main {
    font-size: 14px;
  }

  .item--1 {
    flex-basis: 100%;
  }

  .div-block-4 {
    flex-wrap: wrap;
  }

  .darba--laiks--block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2, .bold-text-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .item--50 {
    padding-left: 0;
    padding-right: 0;
  }

  .p--18 {
    font-size: 14px;
    line-height: 21px;
  }

  .div-block-4 {
    justify-content: center;
  }

  .item--20 {
    flex-basis: 50%;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .bold-text-4 {
    font-size: 14px;
    line-height: 21px;
  }
}


