:root {
  --blue-30: #45AFE4AA;
}

.body-max-fullhd {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.opt-section-a {
  background-image: url("/img/bg-a.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 0;
}

.opt-section-b {
  background-image: url("/img/bg-b.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 0;
}
.opt-section-b .col1 {
  flex: 3;
}
.opt-section-b .col2 {
  flex: 2;
}
@media (max-width: 1200px) {
  .opt-section-b .col2 {
    flex: unset;
    min-height: 360px;
  }
}
.opt-section-b--ver2 {
  background-size: 120%;
  background-position-y: -370px !important;
}
.opt-section-b--ver2 .container {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .opt-section-b--ver2 {
    background-position-y: -140px !important;
  }
}

.opt-section-c {
  background-image: url("/img/bg-c.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 0;
}
.opt-section-c .col1 {
  flex: 2;
}
@media (max-width: 1200px) {
  .opt-section-c .col1 {
    flex: unset;
    min-height: 360px;
  }
}
.opt-section-c .col2 {
  flex: 3;
}
.opt-section-c--ver2 {
  background-size: 120%;
  background-position-y: -360px !important;
  background-position-x: right;
}
.opt-section-c--ver2 .container {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .opt-section-c--ver2 {
    background-position-y: -120px !important;
  }
}
.opt-section-c .container {
  display: flex;
  justify-content: flex-end;
}
.opt-section-c--kontakt {
  background-size: 120%;
  background-position-x: right;
}
.opt-section-c--kontakt .row-inner {
  width: 100%;
}
.opt-section-c--kontakt .row-inner .col1 {
  flex: 3;
}
.opt-section-c--kontakt .row-inner .col2 {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.opt-section-c .row-inner {
  width: 100%;
}

[class^=col].right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  [class^=col].right {
    justify-content: flex-start;
  }
}
[class^=col].left {
  display: flex;
  justify-content: flex-start;
}

[class^=opt-section] {
  font-size: 1.875rem;
  line-height: 1.6em;
  font-weight: 300;
}
[class^=opt-section] strong {
  font-weight: 600;
}
[class^=opt-section] span.blue {
  color: var(--blue);
}
[class^=opt-section] .row-inner {
  display: flex;
  column-gap: 8vw;
}
@media (max-width: 1200px) {
  [class^=opt-section] .row-inner {
    flex-direction: column;
    gap: 8vw;
  }
}
@media (max-width: 1720px) {
  [class^=opt-section] {
    font-size: 1.5rem;
  }
}

[class^=opt-section].search-results p {
  font-size: 1.35rem;
  line-height: 1.5;
}

.opt-section .h1 {
  font-weight: 300;
}
.opt-section .h1 > span {
  display: inline;
}

.opt-section-b.bg-300 {
  background-position-y: -300px;
}
@media (max-width: 1200px) {
  .opt-section-b.bg-300 {
    background-position-y: -190px;
  }
}

.opt-section-c.bg-300 {
  background-position-y: -300px;
}
@media (max-width: 1200px) {
  .opt-section-c.bg-300 {
    background-position-y: -190px;
  }
}

h1, h2, .h2 {
  font-weight: 300;
}

h1 > span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--blue);
}

.container-inner.width-65 {
  width: 65%;
}
@media (max-width: 768px) {
  .container-inner.width-65 {
    width: 100%;
  }
}

.container-inner.width-85 {
  width: 85%;
}

hr.doted {
  position: relative;
}
hr.doted:after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="2"><rect width="4" height="2" x="0" y="0" fill="%2345AFE4"/></svg>');
}

.btn.btn-primary.btn-purple {
  background-color: var(--purple);
  border-color: var(--purple);
  padding-left: 30px;
  padding-right: 30px;
}
.btn.btn-primary.btn-purple:hover {
  background-color: white;
  color: var(--purple);
}
@media (max-width: 1720px) {
  .btn.btn-primary.btn-purple {
    font-size: 1rem;
  }
}

.image-mask {
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  mask-image: url("/img/mask01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  max-width: 520px;
}
@media (max-width: 576px) {
  .image-mask {
    max-width: 100%;
  }
}

.image-rounded {
  border-radius: 62px;
  width: 100%;
}

@media (max-width: 768px) {
  .container.mt-3.mt-md-1 {
    margin-top: 0 !important;
  }
}

.navbar-nav, .navbar, .form-control, .btn, .dropdown-menu {
  font-size: 1.25rem;
}

.navbar {
  max-width: 1130px;
  width: 100%;
  border-bottom-left-radius: 33px;
  border-top-left-radius: 33px;
  padding-left: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  z-index: 10;
}
@media (max-width: 1500px) {
  .navbar {
    max-width: calc(100% - 240px - 30px - 3.75rem);
  }
}
@media (max-width: 1360px) {
  .navbar {
    max-width: calc(100% - 140px - 30px - 3.75rem);
  }
}
@media (max-width: 768px) {
  .navbar {
    max-width: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar__empty {
  flex: 1;
}
.navbar__logo-wrapper {
  position: absolute;
  left: 40px;
  max-width: 240px;
}
.navbar__logo-wrapper  img {
  width: 100%;
}
@media (max-width: 1360px) {
  .navbar__logo-wrapper {
    max-width: 170px;
  }
}
@media (max-width: 768px) {
  .navbar__logo-wrapper  img {
    position: absolute;
    top: 16px;
    left: -10px;
    width: 120px;
    z-index: 100;
  }
}
.navbar__outer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 42px;
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .navbar__outer {
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  .navbar__outer {
    position: absolute;
    top: 0;
  }
}
.navbar .navbar-nav {
  padding-left: 20px;
  padding-right: 20px;
  flex: 1;
  column-gap: 3vw;
}

.navbar-toggler {
  border-radius: 4px;
  background-color: var(--blue);
}

.placeholder-pencil {
  background-image: url("/img/pencil.svg");
  background-repeat: no-repeat;
  max-width: 240px;
}
@media (max-width: 1360px) {
  .placeholder-pencil {
    max-width: 150px;
  }
}

.placeholder-pencil:not(:placeholder-shown) {
  background-image: none;
}

.form-control {
  height: calc(1em + 1px + 0.75rem);
  padding-top: 0;
  padding-bottom: 0;
  background-position: 16px 5px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.nav-item.home {
  position: relative;
  padding-left: 25px;
}
.nav-item.home::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/img/home.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 8px;
}
@media (max-width: 991px) {
  .nav-item.home::before {
    left: 0;
  }
}
.nav-item.home::after {
  content: "";
  background-color: var(--blue);
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -8px;
  height: 14px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 991px) {
  .nav-item.home::after {
    bottom: 0;
    height: 3px;
  }
}

body.homepage .navbar__logo-wrapper {
  display: none;
}
body.homepage .navbar__outer {
  position: absolute;
  right: 0;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.opt-breadcrumbs {
  padding: 0 40px;
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .opt-breadcrumbs {
    padding-top: 106px;
  }
}
.opt-breadcrumbs__inner {
  font-size: 1rem;
  position: relative;
  padding-left: 70px;
}
.opt-breadcrumbs__inner:before {
  content: "";
  background-color: var(--blue);
  height: 2px;
  width: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

.opt-hero {
  height: 100vh;
  max-height: 1080px;
  min-height: 540px;
  display: flex;
}
.opt-hero__row {
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 3rem;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .opt-hero__row {
    flex-direction: column;
    justify-content: center;
    gap: 6rem;
  }
}
.opt-hero__col1 {
  position: relative;
}
.opt-hero__col1 > h1 {
  line-height: 140%;
}
@media (max-width: 991px) {
  .opt-hero__col1 > h1 {
    margin-bottom: 0;
  }
}
.opt-hero__col1 .btn-purple {
  margin-top: 1.5rem;
}
.opt-hero__col1:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 130%;
  bottom: -48px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="2"><rect width="4" height="2" x="0" y="0" fill="%2345AFE4"/></svg>');
}
@media (max-width: 991px) {
  .opt-hero__col1:after {
    width: 100%;
  }
}

.opt-carousel {
  position: relative;
}
.opt-carousel__item {
  background-color: rgba(255, 255, 255, 0.1);
  height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
.opt-carousel__item:after {
  content: "";
  background: #000000;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 74%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .opt-carousel__item {
    height: 480px;
  }
}
.opt-carousel__desc-container {
  z-index: 10;
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.opt-carousel__desc-container a {
  color: inherit;
}
.opt-carousel__befor-title {
  color: unset;
  text-transform: unset;
  font-size: 2.875rem;
  display: block !important;
}
.opt-carousel .owl-stage-outer {
  border-radius: 62px;
}
.opt-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 36px);
  margin: 0;
  width: 100%;
  height: 0;
}
.opt-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  background-color: var(--blue-30);
  margin: 0;
  padding: 5px 10px !important;
  padding-left: 4px !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.opt-carousel .owl-nav button.owl-prev > span {
  width: 15px;
  height: 62px;
  display: block;
  background-image: url("/img/buttom-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.opt-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  background-color: var(--blue-30);
  margin: 0;
  padding: 5px 10px !important;
  padding-right: 4px !important;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.opt-carousel .owl-nav button.owl-next > span {
  width: 15px;
  height: 62px;
  display: block;
  background-image: url("/img/buttom-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
}
.owl-theme .owl-dots .owl-dot {
  display: block;
  height: 30px;
  width: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: var(--blue-30);
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
  background-color: var(--blue);
}

.opt-casestudy__section {
  padding-top: 1px;
  padding-bottom: 2rem;
  background: rgba(69, 175, 228, 0.15);
  background: linear-gradient(90deg, rgba(69, 175, 228, 0.15) 0%, rgba(69, 175, 228, 0) 74%);
  margin-top: 3rem;
  position: relative;
}
.opt-casestudy__section:before {
  content: "";
  background-color: var(--blue);
  height: 80%;
  position: absolute;
  width: 20px;
  top: 10%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 1360px) {
  .opt-casestudy__section:before {
    width: 6px;
  }
}
.opt-casestudy__row {
  display: flex;
  column-gap: 6rem;
  align-items: center;
}
@media (max-width: 768px) {
  .opt-casestudy__row {
    flex-direction: column;
  }
}
.opt-casestudy__title {
  margin-bottom: 0;
}
.opt-casestudy__description {
  font-weight: 600;
  margin-bottom: 0;
}
.opt-casestudy__main-image {
  width: 100%;
  height: 50vh;
  min-height: 180px;
  max-height: 520px;
  border-radius: 62px;
  overflow: hidden;
}
.opt-casestudy__main-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.opt-map > img {
  width: 100%;
  border-radius: 45px;
}

.opt-icons {
  background-color: #453AAB;
  border-radius: 48px;
  padding: 100px 40px;
}
.opt-icons__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  box-sizing: border-box;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .opt-icons__wrapper {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
}
.opt-icons__label {
  font-size: 1.25rem;
  line-height: 1.25;
}
.opt-icons__ico {
  text-align: center;
  margin-bottom: 1rem;
}
.opt-icons__ico > img {
  width: 50px;
}

.opt-section-c--kontakt .row-inner {
  gap: 2rem;
}
@media (max-width: 1400px) {
  .opt-section-c--kontakt .row-inner {
    flex-direction: column;
  }
}

@media (max-width: 1400px) {
  .opt-section-c--kontakt .row-inner .col2 {
    display: block;
  }
}

@media (max-width: 1720px) {
  .container {
    max-width: 1220px;
  }
  h1, .h1 {
    font-size: 2.75rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  .opt-hero__col2 img {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    justify-content: flex-end;
    width: 460px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 1.85rem;
  }
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .container.mt-3.pt-4,
  .container.mt-3.pt-3 {
    margin-top: 1rem !important;
  }
}
[class^=opt-section] p{
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 300;
}

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