@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap");
.sizer {
  background: purple;
  color: white;
  position: fixed;
  z-index: 10000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  right: 0;
  bottom: 30px;
}

body {
  font-family: "Roboto", sans-serif;
  color: #747474;
  width: 100vw;
  overflow-x: hidden;
}

h1 {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

.menu {
  font-size: 15px;
}
.menu ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  display: inline-block;
  margin-left: 30px;
}
@media (min-width: 1300px) {
  .menu ul li {
    margin-left: 50px;
  }
}
.menu ul li a {
  color: #1E1E1E;
  font-weight: 500;
  transition: 0.3s;
  text-transform: lowercase;
}
.menu ul li a:hover {
  color: #635D5D;
}

.color-1 {
  color: #5AC396;
}

footer {
  color: black;
  font-size: 15px;
}
footer .domain {
  color: #CDCDCD;
  font-weight: 500;
  font-size: 50px;
}
@media (max-width: 600px) {
  footer .domain {
    font-size: 24px;
    margin-top: 15px;
  }
}
footer a {
  color: black;
}
footer a:hover {
  color: #635D5D;
}

.form-control {
  font-size: 24px;
  padding: 15px;
}
.form-control ::-moz-placeholder {
  color: #6b6b6b;
}
.form-control ::placeholder {
  color: #6b6b6b;
}

.button {
  display: inline-block;
  text-align: center;
  background: #5AC396;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 24px;
  line-height: 52px;
  min-width: 276px;
  padding: 0 30px;
  transition: 0.3s;
}
.button:hover {
  background: #217694;
}

.block-title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .block-title {
    font-size: 36px;
  }
}

.block-sub-title {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.ref-title {
  font-size: 40px;
  color: #5AC396;
  font-weight: 700;
}

.ref-item {
  color: #635D5D;
}
.ref-item .content {
  font-size: 20px;
}
.ref-item img {
  width: 100%;
  max-width: 256px;
}

.main-box a {
  color: #5AC396;
}
.main-box a:hover {
  text-decoration: underline;
}
.main-box h2 {
  margin-top: 15px;
}
.main-box .content {
  text-align: justify;
  font-size: 18px;
}

.carousel-caption {
  text-align: right;
  height: 100%;
  display: flex;
  align-items: center;
}

.carousel-caption-fixed .title,
.carousel-caption .title {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
}
.carousel-caption-fixed p,
.carousel-caption p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 576px) and (max-width: 1200px) {
  .carousel-caption-fixed .title,
  .carousel-caption .title {
    font-size: 48px;
  }
  .carousel-caption-fixed p,
  .carousel-caption p {
    font-size: 18px;
  }
  .carousel-caption-fixed .button,
  .carousel-caption .button {
    font-size: 18px;
    line-height: 250%;
    min-width: 200px;
  }
}
@media (max-width: 992px) {
  .carousel-caption-fixed,
  .carousel-caption {
    padding-top: 70px;
  }
  .carousel-caption-fixed .title,
  .carousel-caption .title {
    font-size: 40px;
  }
  .carousel-caption-fixed p,
  .carousel-caption p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .carousel-caption-fixed,
  .carousel-caption {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 576px) {
  .carousel-caption-fixed,
  .carousel-caption {
    display: block;
    left: 15px;
    right: 15px;
  }
  .carousel-caption-fixed .container-fluid,
  .carousel-caption .container-fluid {
    bottom: 0;
    position: absolute;
    text-align: center;
  }
  .carousel-caption-fixed .title,
  .carousel-caption .title {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .carousel-caption-fixed .title,
  .carousel-caption .title {
    font-size: 32px;
  }
}

.slider-block {
  position: relative;
}
.slider-block .carousel-caption-fixed {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 98;
  color: white;
  display: flex;
  height: 100%;
  bottom: 0;
}
@media (max-width: 576px) {
  .slider-block .carousel-caption-fixed {
    display: block !important;
    bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  #nav-icon {
    z-index: 100;
    position: absolute;
    right: 20px;
    margin-top: -20px;
    width: 35px;
    height: 35px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background: #5AC396;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2),
  #nav-icon span:nth-child(3) {
    top: 10px;
  }
  #nav-icon span:nth-child(4) {
    top: 20px;
  }
  #nav-icon.open {
    position: fixed;
  }
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #nav-icon.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #coverMenu {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: white;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  #coverMenu.active {
    transform: translateX(0);
  }
  #coverMenu #navbarContent .menu-container {
    width: 100% !important;
  }
  #coverMenu #navbarContent .menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #coverMenu #navbarContent .menu-container ul li {
    display: block;
  }
  #coverMenu #navbarContent .menu-container ul li a {
    display: inline-block;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    font-size: 24px;
    color: #635D5D;
    font-weight: 500;
    margin-bottom: 15px;
  }
  #coverMenu #navbarContent .menu-container ul li a:hover {
    color: #5AC396;
  }
  #coverMenu .fake-header {
    border-bottom: 10px solid #5AC396;
  }
  .top-logo {
    max-width: 240px;
  }
}
#form-block a {
  color: #5AC396;
}

.sub-header {
  height: 120px;
  border-top: 5px solid #5AC396;
  background-image: url(../images/bg-sub-header.jpg);
  background-size: cover;
}

.static-content .title-1 {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.static-content .title-2 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 15px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-left {
  float: left;
  margin-right: 15px;
}

.img-right {
  float: right;
  margin-left: 15px;
}

img.resp {
  width: 100%;
  height: auto;
}

.page-title {
  color: black;
}/*# sourceMappingURL=vakuumbeparlo.css.map */