@import '../../vendor/bootstrap/bootstrap.min.css';
@font-face {
  font-family: 'Goldman';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/goldman/v5/pe0uMIWbN4JFplR2LDI.ttf) format('truetype');
}
@font-face {
  font-family: 'Goldman';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/goldman/v5/pe0rMIWbN4JFplR2FI5XItc.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  font-family: 'Goldman', cursive;
}
* p {
  font-family: 'Montserrat', sans-serif;
}
* strong {
  font-family: 'Montserrat', sans-serif;
}
h2 {
  font-size: 65px !important;
  font-weight: bold;
  line-height: 55px;
}
p {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.podstranka {
  position: relative;
}
.podstranka:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/layout/images/page-background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}
.navbar {
  white-space: nowrap !important;
}
.podstranka {
  margin-top: 100px;
}
.podstranka h2,
.podstranka h3,
.podstranka h4,
.podstranka h5,
.podstranka h6 {
  padding: 25px 0;
  text-align: left;
}
.podstranka footer {
  border-top: 1px solid #eaeaea;
  background: #fff;
}
.podstranka a {
  color: #212529;
}
.podstranka .odstavec {
  padding: 50px 0;
}
.podstranka h1 {
  text-align: left;
  margin: 0;
  padding: 25px 0 50px 0;
  color: #252525;
  font-size: 80px;
  font-weight: bold;
}
.podstranka h1 strong {
  color: #00B9FF;
}
.podstranka .navbar {
  background-color: #252525;
  border-bottom: 1px solid #fff;
}
.podstranka .navbar .navbar-brand img {
  max-height: 80px;
}
.podstranka .navbar .btn-menu {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #00B9FF;
  font-family: 'Goldman', cursive;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 25px;
}
a strong {
  font-size: initial !important;
}
.btn {
  padding: 20px 40px;
  background: #00B9FF;
  color: #fff !important;
  z-index: 100001;
  font-size: 20px;
  border-radius: 0;
  border: 1px solid #00B9FF;
}
.btn strong {
  font-size: inherit !important;
  font-family: 'Goldman', cursive;
}
.btn:hover {
  text-decoration: none !important;
}
.fixed-window-wrapper {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 9999999;
  color: #fff;
  padding: 20px;
}
.fixed-window-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.fixed-window-wrapper ul li {
  padding: 5px 0;
}
.fixed-window-wrapper h2 {
  font-size: 23px !important;
  font-weight: bold;
  padding-bottom: 20px;
}
#slider {
  height: 100vh;
}
#slider .btn {
  margin-top: 45px;
}
#slider .owl-item {
  position: relative;
  height: 100vh;
  /*
        &:before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-image: url(/layout/images/gradient.png);
        }
        */
}
#slider .owl-item img {
  height: 100vh;
  object-fit: cover;
}
#slider .owl-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#slider .owl-item .banner-text {
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#slider .owl-item .banner-text h1 {
  font-weight: 600;
  font-size: 70px;
}
#slider .owl-item .banner-text p {
  font-size: 30px;
  font-weight: 100;
}
#slider .owl-item .banner-text strong {
  font-family: 'Goldman', cursive !important;
  font-size: 45px;
}
#slider .owl-item .banner-text em {
  font-style: normal;
  margin-bottom: 45px;
  display: block;
  font-size: 33px;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000001;
  background: transparent;
  height: 100px;
  padding-right: 0;
  transition: 0.3s;
}
.navbar .container-fluid {
  padding-right: 0;
}
.navbar .btn-menu {
  border: 2px solid transparent;
}
.navbar .btn {
  background-color: #252525;
  font-size: 16px;
  padding: 15px 55px;
  border: 1px solid #252525;
}
.navbar .navbar-brand img {
  max-height: 90px;
}
.navbar .btn-item {
  padding: 0 !important;
}
.navbar .nav-item .nav-link {
  padding: 0 20px;
  color: #fff;
  font-size: 19px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
  border-bottom: 1px solid #fff;
}
.banner-logos {
  margin-top: -100px;
  height: 100px;
  position: relative;
  z-index: 100001;
}
.banner-logos ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.banner-logos ul li {
  max-width: 20%;
  flex: 0 0 20%;
  position: relative;
}
.banner-logos ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about {
  background-color: #191919;
  padding: 50px 0;
}
.about .col-md-6 {
  padding: 0;
  color: #fff;
}
.about .col-md-6:last-child {
  padding: 0 25px;
}
.about .col-md-6 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}
.about h2 {
  color: #fff;
  padding-bottom: 35px;
  font-size: 65px;
  font-weight: bold;
}
.about h2 strong {
  color: #00B9FF;
}
.about-white {
  background-color: #fff;
  padding: 50px 0;
}
.about-white .col-md-6 {
  padding: 0;
  color: #191919;
}
.about-white .col-md-6:last-child {
  padding: 0 25px;
}
.about-white .col-md-6 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #191919;
}
.about-white h2 {
  color: #191919;
  padding-bottom: 35px;
  font-size: 65px;
  font-weight: bold;
}
.about-white h2 strong {
  color: #00B9FF;
}
.form-hp {
  padding: 50px 0;
  position: relative;
  /*&:before{
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 250px;
        height: 100%;
        background-image: url(/layout/images/olsen_right.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    */
}
.form-hp h2 {
  padding-bottom: 35px;
}
.teach {
  padding: 60px 0;
  position: relative;
  background-color: #191919;
}
.teach:before {
  /*content: "";
        position: absolute;
        left: 0;
        top: 55%;
        transform: translateY(-50%);
        width: 250px;
        height: 100%;
        background-image: url(/layout/images/olsen_left.png);
        background-repeat: no-repeat;
        background-size: contain;
        */
}
.teach .btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.teach em {
  position: relative;
  padding: 0 65px;
  color: #fff;
  font-style: normal;
}
.teach em:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  height: 2px;
  width: 30px;
  background-color: #fff;
}
.teach em:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  height: 2px;
  width: 30px;
  background-color: #fff;
}
.teach .container {
  position: relative;
}
.teach .container .play-button {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translateX(-50%);
}
.teach .container h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-shadow: 0px 3px 6px #000000;
}
.teach h2 {
  padding-bottom: 35px;
  color: #fff;
}
.clients {
  padding: 35px 0;
  position: relative;
  background-color: #191919;
}
.clients h2 {
  padding-bottom: 35px;
  color: #fff;
}
.clients #services #services-carousel {
  position: relative;
}
.clients #services #services-carousel .owl-nav {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.clients #services #services-carousel .owl-nav .owl-prev {
  pointer-events: all;
  transform: translateX(-20px);
}
.clients #services #services-carousel .owl-nav .owl-prev.disabled {
  opacity: 0;
  cursor: default;
}
.clients #services #services-carousel .owl-nav .owl-next {
  pointer-events: all;
  transform: translateX(20px);
}
.clients #services #services-carousel .owl-nav .owl-next.disabled {
  opacity: 0;
  cursor: default;
}
.clients #services #services-carousel .owl-item .slide {
  position: relative;
  margin: 10px;
  overflow: hidden;
}
.clients #services #services-carousel .owl-item .slide:hover {
  cursor: pointer;
}
.clients #services #services-carousel .owl-item .slide img {
  width: 100%;
  min-height: 300px;
  transition: 0.7s;
  object-fit: cover;
}
.clients #services #services-carousel .owl-item .slide h3 {
  position: absolute;
  bottom: 30px;
  left: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  background: #00b9ffd6;
  transition: 0.5s;
  padding: 10px 25px;
}
.clients #services #services-carousel .owl-item .slide:hover img {
  transform: scale(1.3);
  transition: 10s;
}
.clients #services #services-carousel .owl-item .slide:hover h3 {
  background: #00B9FF;
  transition: 0.5s;
}
footer {
  padding: 35px 0;
}
footer img {
  max-height: 35px;
}
footer p {
  font-family: 'Goldman', cursive !important;
}
footer h3 {
  color: #00B9FF;
  padding-bottom: 20px;
  font-size: 30px;
}
footer a {
  color: #212529;
}
footer a:hover {
  color: #212529;
}
.contacts .col-md-6 {
  margin: 0 1%;
  max-width: 48%;
  flex: 0 0 48%;
  padding: 25px;
  background: #363636;
  background: linear-gradient(125deg, #363636 55%, transparent 55%, rgba(0, 185, 255, 0.6) 55%, rgba(0, 185, 255, 0.6) 100%);
  position: relative;
}
.contacts .col-md-6:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/layout/images/contact-background.jpg);
  background-position: bottom right;
  background-size: 67%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.7;
}
.contacts .col-md-6:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/layout/images/contact-background-II.jpg);
  background-position: bottom right;
  background-size: 64%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.7;
}
.contacts .col-md-6 h3,
.contacts .col-md-6 p,
.contacts .col-md-6 a {
  color: #fff;
}
.contact-form {
  background-color: #252525;
  position: relative;
}
.contact-form:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  height: 100%;
  background-image: url(/layout/images/olsen_right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-form h2 {
  color: #fff;
  padding-bottom: 50px;
}
.contact-form #contactForm_1 {
  max-width: 800px;
  display: block;
  margin: 0 auto;
  padding: 30px;
  border: 2px solid #fff;
}
.contact-form #contactForm_1 label,
.contact-form #contactForm_1 .required {
  color: #fff;
  margin: 0;
}
.contact-form #contactForm_1 input,
.contact-form #contactForm_1 textarea {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
}
.map {
  padding-top: 0;
}
.map p {
  margin: 0;
  line-height: 10px;
}
.map .container {
  padding: 0;
  border: 2px solid #00B9FF;
}
.map iframe {
  height: 450px;
}
#videoblog .col-md-6 {
  margin-bottom: 25px;
  position: relative;
}
#videoblog .col-md-6 h3 {
  padding-top: 0;
}
#videoblog .col-md-6:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92px;
  height: 92px;
  transform: translate(-50%, -25%);
  pointer-events: all;
  background-image: url(/layout/images/play.png);
}
#videoblog .col-md-6 img {
  width: 100%;
  object-fit: cover;
}
#videoblog .col-md-6 img:hover {
  cursor: pointer;
}
#videoblog .modal_videoblog {
  display: none;
}
#videoblog .modal_videoblog.show {
  display: block;
}
#videoblog .modal_videoblog.show iframe {
  width: 100%;
  height: 500px;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}
#videoblog .modal_videoblog .modal_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000db;
  z-index: 10000001;
}
#videoblog .modal_videoblog .modal_body .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videoblog .modal_videoblog .modal_body .close:hover {
  cursor: default;
}
.navbar-toggler-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.custom-dropdown-menu {
  transform: translate(9999px);
  opacity: 0;
  position: fixed;
  padding: 15px 5px;
  line-height: normal;
  text-align: center;
  list-style-type: none;
  background: #fff;
  z-index: -100;
  top: 101px;
  border: 1px #e0e0e0 solid;
}
.custom-dropdown-menu ul {
  list-style-type: 0;
  padding: 0;
  text-align: left;
}
.custom-dropdown-menu ul li {
  list-style-type: none;
  padding: 10px 0;
  color: #333 !important;
  border-bottom: 1px #888 solid;
}
.custom-dropdown-menu ul li a {
  color: #333 !important;
}
.custom-dropdown-menu ul li a.active {
  color: #333 !important;
  font-weight: bold;
}
.custom-dropdown-menu ul:last-child li {
  border: 0;
}
#showMoreMenu:hover > .custom-dropdown-menu {
  opacity: 1;
  z-index: 100;
  transform: none;
}
#olsen_right {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 250px;
  height: calc(100vh - 200px);
  z-index: 999999;
}
#olsen_left {
  content: "";
  position: absolute;
  left: -400px;
  z-index: 999999;
  bottom: 0;
  max-width: 250px;
  height: calc(100vh - 200px);
}
.fixed-window.servis * {
  font-family: 'Goldman', cursive;
  font-size: 16px;
}
.blue-background {
  background: #004F6D;
  color: #fff;
}
h1 + h3 {
  margin: -40px 0 20px;
}
.map {
  padding-top: 0 !important;
}
.map .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.map .col-md-6 {
  position: relative;
}
.map .col-md-6:first-child {
  padding-left: 0;
}
.map .col-md-6:last-child {
  padding-right: 0;
}
.pills-wrapper .nav-pills .nav-item {
  max-height: 370px;
  margin-bottom: 75px;
}
@media (max-width: 901px) {
  .pills-wrapper .nav-pills .nav-item {
    max-height: fit-content !important;
  }
}
.pills-wrapper .nav-pills .nav-item:hover .btn {
  background-color: #0069d9 !important;
}
.pills-wrapper .nav-pills .btn {
  transform: translateY(-100%) !important;
  border: 0;
  background-color: #252525 !important;
}
.odstavec_520 p:last-child {
  display: none;
}
.odstavec_520 .pills-wrapper .nav-pills .nav-item {
  margin-bottom: 0;
}
