@import 'bootstrap.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf) format('truetype');
}
* {
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
  outline: 0 !important;
}
a {
  color: #cd1719;
}
a:hover {
  color: #cd1719;
}
.btn {
  padding: 10px 20px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  margin-top: 25px;
  font-weight: 600;
}
.btn-primary {
  background-color: #cd1719;
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: #971515;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto Condensed', sans-serif;
}
p {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
ul li {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
.navbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000000001;
  border-bottom: 1px solid #2c303b2b;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  .navbar {
    background-color: #fff !important;
  }
}
.navbar .nav-contact {
  padding-right: 30px;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .navbar .nav-contact {
    padding-left: 25px;
    padding-top: 15px;
  }
}
.navbar .nav-contact .phone {
  color: #cd1719;
}
.navbar .nav-contact .mail {
  color: #2C303B;
}
.navbar .nav-item {
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 900;
  transition: 0.3s;
  font-size: 17px;
}
.navbar .nav-item.active .nav-link {
  color: #cd1719;
}
.navbar .nav-item .nav-link {
  transition: 0.3s;
  color: #2C303B;
}
.navbar .nav-item .nav-link:hover {
  color: #cd1719;
}
.navbar .navbar-brand {
  max-height: 65px;
  margin-right: 120px;
  transform: translateX(75px);
}
.navbar .navbar-brand img {
  max-height: 60px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slider {
  height: 80vh;
  background-image: url(/www/layout/images/logo_element_secondary.png);
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 59% 0;
}
@media (max-width: 600px) {
  .slider .typewrite {
    font-size: 30px !important;
  }
}
@media (max-width: 1025px) {
  .slider {
    max-height: 1000px;
  }
}
@media (max-width: 1023px) {
  .slider {
    max-height: none;
    line-height: 45px;
    font-size: 35px;
    height: auto;
  }
}
.slider .slider-item-content {
  padding-top: 75px;
}
.slider .rotating-text {
  height: 50px;
  position: relative;
}
.slider .rotating-text h2 {
  text-transform: uppercase;
  color: #2C303B;
  font-size: 40px;
  padding-right: 15px;
}
@media (max-width: 1025px) {
  .slider .rotating-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .slider .rotating-text h2 {
    font-size: 25px;
  }
}
.slider .rotating-text h2:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 32px;
  width: 20px;
  background-color: #cd1719;
  margin-left: 10px;
  animation: blink 1s infinite;
}
@media (max-width: 1025px) {
  .slider .rotating-text h2:after {
    top: 5px;
    height: 23px;
    width: 10px;
  }
}
@media (max-width: 1023px) {
  .slider .rotating-text h2:after {
    top: 5px;
    height: 20px;
    width: 10px;
  }
}
.slider .col-md-8 {
  padding-left: 120px;
  padding-top: 75px;
}
@media (max-width: 1023px) {
  .slider .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 35px;
    padding-top: 100px;
  }
  .slider .col-md-8 h1 {
    transform: translateY(0px);
  }
}
.slider .col-md-4 {
  position: relative;
  height: 100vh;
  padding-top: 75px;
  padding-left: 35px;
  /*&:before{
            content: "";
            position: absolute;
            right: 100%;
            top: 0;
            background-image: url(/www/layout/images/logo_element.png);
            width: 350px;
            height: 100%;
            background-size: 350px;
            background-repeat: no-repeat;
            opacity: 0.3;
        }*/
}
.slider .col-md-4 p {
  padding-right: 210px;
}
@media (max-width: 1023px) {
  .slider .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.slider .col-md-4 strong {
  font-size: 75px;
  background: #2c303b;
  background: linear-gradient(168deg, #2c303b 0%, #2c303b 50%, #cd1c1c 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c303b', endColorstr='#cd1c1c', GradientType=1);
  background-position: center center;
  clip: text;
  color: transparent !important;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (max-width: 1023px) {
  .slider .col-md-4 strong {
    font-size: 45px;
  }
}
.slider .col-md-4 em {
  font-size: 50px;
  font-style: inherit;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.slider .col-md-4 em::before {
  content: "";
  position: absolute;
  top: 0;
  left: 102%;
  width: 20px;
  height: 90%;
  background-color: #CD1C1D;
}
.slider h1 {
  color: #2C303B;
  line-height: 125px;
  font-size: 105px;
  text-transform: uppercase;
  font-weight: 900;
  transform: translateY(140px);
  padding-left: 135px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 150px;
}
@media (max-width: 600px) {
  .slider h1 {
    padding-top: 50px;
  }
}
@media (max-width: 1025px) {
  .slider h1 {
    line-height: 90px;
    font-size: 65px;
  }
}
@media (max-width: 1023px) {
  .slider h1 {
    line-height: 45px;
    font-size: 35px;
  }
}
.slider h1 strong {
  color: #cd1719;
  font-family: 'Roboto Condensed', sans-serif;
}
.services-hp {
  position: relative;
  padding: 70px 0;
  background: #F8F8F8;
}
.services-hp h2 {
  position: absolute;
  right: 30px;
  transform: rotate(-90deg) translateX(-25%);
  bottom: 50%;
  color: #2C303B;
  font-weight: 700;
  font-size: 65px;
}
@media (max-width: 1500px) {
  .services-hp h2 {
    right: 0;
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .services-hp h2 {
    position: initial;
    transform: none;
    text-align: center;
  }
}
.services-hp .service-box {
  padding: 30px;
  transition: 0.3s;
}
.services-hp .service-box h3,
.services-hp .service-box a {
  color: #cd1719;
  font-size: 21px;
  font-weight: 600;
}
.services-hp .service-box:hover {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
footer {
  position: relative;
  min-height: 680px;
}
footer .gdpr {
  color: #cd1719;
}
footer h2 {
  position: absolute;
  left: -35px;
  transform: rotate(-90deg) translateX(-35%);
  bottom: 50%;
  color: #2C303B;
  font-weight: 700;
  font-size: 65px;
  z-index: 10001;
  height: 50%;
}
@media (max-width: 1500px) {
  footer h2 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  footer h2 {
    display: none;
  }
}
footer h2 strong {
  color: #cd1719;
}
footer .col-md-5:first-child {
  position: relative;
  padding: 70px ;
  min-height: 680px;
  background-color: #F8F8F8;
}
footer .col-md-5:first-child p {
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 150px;
}
@media (max-width: 1023px) {
  footer .col-md-5:first-child {
    min-height: auto;
    padding: 25px 0;
  }
  footer .col-md-5:first-child p {
    position: initial;
    transform: none;
    padding: 0 15px;
  }
}
footer .col-md-7 {
  background-color: #2C303B;
  min-height: 680px;
  padding-left: 75px;
  padding-top: 70px;
  position: relative;
  background-image: url(/www/layout/images/logo-background.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}
@media (max-width: 1023px) {
  footer .col-md-7 {
    padding-left: 15px;
    padding-top: 15px;
  }
}
footer .col-md-7 .phone {
  color: #cd1719 !important;
  font-size: 45px !important;
  font-weight: 600 !important;
}
@media (max-width: 1023px) {
  footer .col-md-7 .phone {
    font-size: 25px !important;
  }
}
footer .col-md-7 a:not(.gdpr) {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  footer .col-md-7 a:not(.gdpr) {
    font-size: 20px;
  }
}
@keyframes change {
  0% {
    opacity: 1;
    z-index: 99;
  }
  100% {
    opacity: 0;
    z-index: 2;
  }
}
@keyframes changeback {
  0% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 1;
    z-index: 99;
  }
}
.references-hp {
  position: relative;
  padding: 70px 0;
  background: #2C303B;
  background-image: url(/www/layout/images/logo-background.png);
  background-repeat: no-repeat;
  background-position: 15% center;
  min-height: 850px;
}
@media (max-width: 1025px) {
  .references-hp {
    min-height: 1000px;
  }
}
.references-hp .reference-group {
  position: absolute;
  top: 0;
  animation: change 1s ease-out;
  animation-fill-mode: forwards;
}
.references-hp .reference-group.active {
  animation: changeback 1s ease-in;
  animation-fill-mode: forwards;
}
.references-hp .container {
  padding-left: 170px;
  max-width: 1200px;
  padding-right: 0;
}
@media (max-width: 1025px) {
  .references-hp .container {
    padding-left: initial;
  }
}
.references-hp .col-md-4 {
  display: inline-block;
  position: relative;
  transform: translate(10%, 25%);
}
.references-hp .col-md-4 p {
  color: #fff;
}
.references-hp h2 {
  position: absolute;
  left: -35px;
  transform: rotate(-90deg) translateX(-25%);
  bottom: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 65px;
  z-index: 10001;
}
@media (max-width: 1500px) {
  .references-hp h2 {
    left: 0;
    font-size: 50px;
  }
}
@media (max-width: 1025px) {
  .references-hp h2 {
    position: initial;
    transform: none;
    text-align: center;
    padding-bottom: 25px;
  }
}
.references-hp .reference-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.references-hp .reference-box:hover {
  cursor: pointer;
}
.references-hp .reference-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 340px 315px;
  border-color: transparent transparent #cd1c1c transparent;
  z-index: 1001;
}
.references-hp .reference-box .thumb {
  filter: brightness(0.7);
  object-fit: cover;
  width: 100%;
  height: 340px;
}
.references-hp .reference-box .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75px;
  width: 100%;
  object-fit: contain;
  z-index: 100001;
  max-width: 250px;
}
.clients-hp {
  padding: 70px 0;
  position: relative;
}
.clients-hp h2 {
  position: absolute;
  right: 30px;
  transform: rotate(-90deg) translateX(-25%);
  bottom: 50%;
  color: #2C303B;
  font-weight: 700;
  font-size: 65px;
}
@media (max-width: 1500px) {
  .clients-hp h2 {
    right: 0;
    font-size: 50px;
  }
}
@media (max-width: 1025px) {
  .clients-hp h2 {
    position: initial;
    transform: none;
    text-align: center;
    padding-bottom: 25px;
  }
}
.clients-hp .owl-carousel {
  display: block !important;
  max-width: 710px;
  margin: 0 auto;
}
.clients-hp .owl-carousel .owl-dots {
  position: absolute;
  display: grid;
  left: -250px;
  top: 0;
  counter-reset: section;
}
@media (max-width: 1025px) {
  .clients-hp .owl-carousel .owl-dots {
    display: none;
  }
}
.clients-hp .owl-carousel .owl-dots .owl-dot {
  position: relative;
  color: #2C303B;
  font-weight: 600;
  padding-bottom: 15px !important;
  font-size: 25px;
  transition: 0.3s;
}
.clients-hp .owl-carousel .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 40px;
  background-color: #fff;
}
.clients-hp .owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.clients-hp .owl-carousel .owl-dots .owl-dot.active {
  font-size: 75px;
}
.clients-hp .owl-carousel .owl-dots .owl-dot.active:after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 40px;
  background-color: #2C303B;
}
.clients-hp .owl-carousel .owl-dots .owl-dot:before {
  counter-increment: section;
  content: "0" counter(section);
}
.clients-hp .owl-carousel:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  background: #CD1C1D;
  z-index: -1;
}
.clients-hp .owl-carousel:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background: #CD1C1D;
  z-index: -1;
}
.clients-hp .owl-carousel .owl-item {
  height: 100%;
}
.clients-hp .owl-carousel .owl-item .slider-item {
  height: 100%;
}
.clients-hp .owl-carousel .owl-item .slider-item .item-wrap {
  height: 100%;
}
.clients-hp .owl-carousel .item-wrap {
  position: relative;
}
.clients-hp .owl-carousel .item-wrap .client-name {
  position: absolute;
  bottom: 15px;
  left: 20px;
  border-left: 3px solid #cd1c1c;
  padding-left: 10px;
}
.clients-hp .owl-carousel .item-wrap .client-name .name {
  font-weight: 600;
}
.clients-hp .owl-carousel .item-wrap .client-name .web {
  color: #B2B2B2;
}
.clients-hp .owl-carousel .item-wrap .client-name p {
  margin: 0;
  color: #fff;
}
.clients-hp .owl-carousel .item-wrap .logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-height: 50px;
  width: auto;
  opacity: 0.6;
}
.clients-hp .owl-carousel .slider-item-content {
  background-color: #2C303B;
  padding: 40px 20px 75px;
  min-height: 350px;
}
.clients-hp .owl-carousel .slider-item-content p {
  color: #fff;
}
#form-kontakt input,
#form-kontakt textarea {
  width: 100%;
}
.clients-header {
  margin-top: 81px;
  padding: 75px 0;
  background-color: #2C303B;
}
.clients-header h1 {
  color: #fff;
  font-size: 90px;
}
.clients-header .col-md-6:last-child {
  padding-top: 130px;
  color: #fff;
}
@media (max-width: 767px) {
  .clients-header .col-md-6:last-child {
    padding-top: 0;
  }
}
.our-clients {
  overflow-x: hidden;
}
.our-clients .ref-cont {
  margin-bottom: 25px;
}
.our-clients .container-fluid {
  padding: 0;
}
.our-clients .ref-cont {
  max-width: 1600px;
}
.our-clients p {
  margin: 0 !important;
}
.our-clients .col-md-4 {
  position: relative;
  margin: 50px 0;
}
.our-clients .col-md-4 .title {
  padding-top: 15px;
  text-align: center;
}
.our-clients .col-md-4 .box {
  padding: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 25px #d9d9d9;
  position: relative;
}
.our-clients .col-md-4 .box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2c303b;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}
.our-clients .col-md-4 .box .overlay_wrap {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
  left: 50%;
  width: 95%;
  bottom: 50px;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  justify-content: center;
}
.our-clients .col-md-4 .box .overlay_wrap .btn {
  font-size: 14px;
  position: relative;
}
.our-clients .col-md-4 .box:hover::before {
  opacity: 0.4;
  transition: 0.3s;
}
.our-clients .col-md-4 .box:hover .overlay_wrap {
  opacity: 1;
  transition: 0.3s;
}
.our-clients .col-md-4 img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: top;
  z-index: 100000001;
}
.our-clients .col-md-4 .logo-company {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 115px;
  max-width: 170px;
  object-fit: contain;
  z-index: 100000001;
}
.our-clients .col-md-4:hover {
  cursor: pointer;
}
.our-clients .col-md-4:hover .overlay {
  width: 100%;
  height: 100%;
}
.contact-form {
  max-width: 50%;
}
@media (max-width: 1025px) {
  .contact-form {
    max-width: 100%;
    padding: 0 15px;
  }
}
.contact-form .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.contact-form .row {
  padding-bottom: 30px;
}
.contact-form .col-md-3 {
  text-align: right;
}
.contact-form input,
.contact-form textarea {
  border-radius: 0;
}
@media (max-width: 1023px) {
  .contact-form input,
  .contact-form textarea {
    margin-bottom: 25px;
  }
}
.contact-form button {
  padding: 10px 20px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  background-color: #cd1719;
  color: #fff;
  font-weight: 600;
}
.contact-form .col-md-9 {
  color: #fff;
}
@media (max-width: 1023px) {
  .contact-form .col-md-6 {
    padding: 0;
  }
}
.contact-form .col-md-6:first-child {
  padding-left: 0;
}
.contact-form .col-md-6:last-child {
  padding-right: 0;
}
/*
.row {
        .col-md-2 {
            &:before {
                border: 1px rgba(255, 255, 255, .5) solid;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 100%;
                height: 300px;
            }
        }
}*/
.podstranka {
  margin-top: 82px;
}
.our-team .block_heading {
  color: #2C303B;
  font-weight: 700;
  font-size: 65px;
  padding: 30px 0;
  text-align: center;
}
.our-team .container-fluid {
  max-width: 85%;
  padding: 50px 15px;
}
.our-team p {
  margin: 0;
}
.our-team img {
  width: 200px;
  max-width: 100%;
  object-fit: cover;
}
.our-team h2 {
  color: #2C303B;
  font-weight: 700;
  font-size: 30px;
}
.our-team strong {
  color: #2C303B;
}
.our-team a {
  color: #cd1719;
}
.form-sent {
  background: #cd1719;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
}
.kontakt-box {
  position: relative;
  margin-bottom: 30px;
}
.kontakt-box .info {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 0;
  padding: 25px 70px 25px 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.kontakt-box .info h2 {
  color: #cd1719;
  font-size: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.kontakt-box .info .description {
  font-size: 16px;
  color: #9F9F9F;
  margin-bottom: 15px;
}
.kontakt-box .info p {
  margin: 0;
  font-size: 16px;
}
.kontakt-box .info p strong {
  color: #2C303B;
}
.service {
  padding: 190px 0 25px;
}
.service #sluzba_reference {
  position: absolute;
  top: 80px;
  right: 200px;
  max-width: 400px;
}
.service #sluzba_reference .owl-dots .owl-dot.active span {
  background: #cd1719;
}
.service #sluzba_reference .owl-dots span {
  border-radius: 0;
}
.service #sluzba_reference .reference-box {
  position: relative;
}
.service #sluzba_reference .reference-box .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 50px;
  width: 100%;
  object-fit: contain;
}
.service #sluzba_reference img {
  max-width: 375px;
  height: 375px;
  object-fit: cover;
  margin: 140px 0 5px;
}
.service #sluzba_reference .ref_image {
  filter: brightness(0.7);
  margin: 0;
}
.service .container-fluid {
  max-width: 72%;
}
.service em {
  font-size: 35px;
  color: #cd1719;
  padding-left: 150px;
  font-style: normal;
  display: block;
  font-weight: 600;
  max-width: 900px;
  padding-top: 45px;
  text-align: left;
  line-height: 45px;
}
.service h1 {
  font-size: 85px;
  text-transform: uppercase;
  font-weight: 900;
}
.service h1 strong {
  font-weight: 900;
  font-size: 85px;
  padding-left: 0;
  font-family: 'Roboto Condensed', sans-serif;
}
.service h2 {
  color: #2C303B;
  font-weight: 700;
  font-size: 40px;
}
.boxes {
  padding-bottom: 50px;
}
.boxes .col-md-4 {
  max-width: 31.333%;
  flex: 0 0 31.333%;
  margin: 1%;
}
.boxes .col-md-6 {
  max-width: 48%;
  flex: 0 0 48%;
  margin: 1%;
}
.boxes .col-md-3,
.boxes .col-md-4,
.boxes .col-md-6,
.boxes .col-md-12 {
  padding: 25px 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.boxes .col-md-3 h2,
.boxes .col-md-4 h2,
.boxes .col-md-6 h2,
.boxes .col-md-12 h2 {
  color: #cd1719;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 25px;
  font-family: 'Roboto', sans-serif;
}
.paragraph ul {
  font-size: 20px;
  list-style: none;
  list-style-image: url(/www/layout/images/check.png);
}
#detail-reference {
  background: #fff;
  background-image: url('../images/wall.jpg');
  background-size: 100% 100%;
  background-attachment: static fixed;
  padding: 65px 0 25px;
}
#detail-reference .wallpaper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  height: 100vh;
  object-fit: cover;
}
#detail-reference:before {
  content: "";
  background: url(../images/logo.svg) no-repeat;
  width: 580px;
  background-size: contain;
  height: 240px;
  transform: rotate(10deg) translateY(-50%);
  top: 90px;
  right: 100px;
  position: absolute;
  z-index: 1;
  opacity: 1;
}
#detail-reference #tv-wrapper {
  margin: 0 auto 0;
  padding: 20px;
  border-radius: 2px;
  box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}
#detail-reference #tv-wrapper #slider-graphic {
  height: 595px;
  position: relative;
}
#detail-reference #tv-wrapper #slider-graphic .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#detail-reference #tv-wrapper #slider-graphic .owl-nav button {
  color: #cd1719;
  font-size: 50px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
#detail-reference #tv-wrapper #slider-graphic .owl-nav button:hover {
  background-color: transparent;
}
#detail-reference #tv-wrapper #slider-graphic .slider-item .slider-item-image {
  width: 100%;
  height: 595px;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
  object-fit: contain;
}
#detail-reference #tv-wrapper img.tv {
  width: 100%;
}
#detail-reference #tv-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 98%;
  background: rgba(255, 255, 255, 0.35);
  transform: perspective(4px) rotateX(1deg) translateY(1px);
}
#detail-reference #tv-wrapper #content-wrapper {
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: 595px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #222;
}
#detail-reference #tv-wrapper #content-wrapper #loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  text-align: center;
}
#detail-reference #tv-wrapper #content-wrapper img.loader {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
#detail-reference #tv-wrapper #content-wrapper img.logo-klienta {
  width: 60%;
  max-height: 50%;
}
#detail-reference #tv-wrapper #content-wrapper img.web-klienta {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}
#detail-reference h1 {
  font-weight: 900;
  font-size: 40px;
  color: #2C303B;
  z-index: 2;
  position: relative;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
#detail-reference h2 {
  font-size: 24px;
  color: #cd1719;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
#detail-reference a.follow-link {
  padding-top: 20px;
  text-decoration: underline;
  display: inline-block;
}
#detail-reference .ref-text .row .col-md-6 {
  padding: 0 35px;
}
#detail-reference .ref-text .row .col-md-6:first-child {
  border-right: 1px solid #cccccc;
}
#detail-reference .ref-text .row .col-md-6 img {
  max-width: 100%;
  object-fit: contain;
  max-height: 350px;
}
#detail-reference .ref-text .row .col-md-6:nth-child(1) {
  z-index: 2;
  /*background: #f7f7f7;
                    &:before {
                        background: #f7f7f7;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: -300%;
                        right: 0;
                        content: "";
                        z-index: -1;
                    }*/
}
#detail-reference .ref-text .row .col-md-6:nth-child(2) {
  z-index: 2;
  /*
                    &:before {
                        background: @black;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: -300%;
                        content: "";
                        z-index: -1;
                    }
                    background: @black;
                    color: #fff;
                    h2 {
                        color: #fff;
                    }
                    hr {
                        border-bottom: 1px rgba(#fff, .50) solid;
                    }
                    */
}
.postup {
  position: relative;
  padding: 50px 0;
  background-color: #f0f0f0;
  /*&:before{
        content: "";
        background-image: url(/www/layout/images/watermark.png);
        background-size: 100%;
        height: 88%;
        width: 100%;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
        opacity: 0.1;
        pointer-events: none;
        
    }*/
}
.postup .container-fluid {
  max-width: 85%;
}
.postup .container-fluid .col-md-1 h2 {
  position: absolute;
  left: -240px;
  transform: rotate(-90deg) translateX(-10%);
  bottom: 50%;
  color: #2C303B;
  font-weight: 700;
  font-size: 65px;
  z-index: 10001;
  transform-origin: center;
  white-space: nowrap;
}
.postup ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.postup ul li {
  padding: 15px;
  max-width: 33.33%;
  flex: 0 0 33.33%;
  color: #2C303B;
}
.postup ul li em {
  font-style: normal;
  font-weight: 900;
  color: #2C303B;
}
.postup ul li strong {
  color: #cd1719;
  font-size: 25px;
}
.service-ref {
  padding-bottom: 75px;
}
.service-ref em {
  font-size: 35px;
  color: #cd1719;
  padding-left: 150px;
  font-style: normal;
  display: block;
  font-weight: 600;
  max-width: 900px;
  padding-top: 0;
  text-align: left;
  line-height: 45px;
}
.service-ref .row {
  justify-content: space-between;
}
.service-ref .col-md-8 {
  padding-left: 200px;
}
.service-ref .col-md-4:nth-child(2) {
  max-width: 400px;
  position: relative;
  right: 200px;
}
.service-desc {
  padding: 50px 0;
  position: relative;
}
.black-background {
  background: #2C303B;
  position: relative;
  padding: 50px 0;
}
.black-background * {
  color: #fff;
}
.black-background img {
  position: absolute;
  top: 100px;
  right: 150px;
  opacity: 0.05;
  width: 1000px;
}
.black-background h2 {
  font-weight: 900 !important;
  margin-top: 50px;
  font-size: 70px;
}
.black-background h2 strong {
  font-size: 70px;
  font-weight: 900 !important;
  color: #cd1719;
}
.black-background p,
.black-background ul li {
  font-size: 20px;
  max-width: 800px;
  width: 100%;
}
.black-background .container {
  max-width: 1370px;
}
.vyska {
  background: #2C303B;
  position: relative;
  padding: 50px 0;
}
.vyska .container {
  min-height: 800px;
}
.vyska * {
  color: #fff;
}
.vyska img {
  position: absolute;
  top: 100px;
  right: 150px;
  opacity: 0.05;
  width: 1000px;
}
.vyska h2 {
  font-weight: 900 !important;
  margin-top: 50px;
  font-size: 70px;
}
.vyska h2 strong {
  font-size: 70px;
  font-weight: 900 !important;
  color: #cd1719;
}
.vyska p,
.vyska ul li {
  font-size: 20px;
  max-width: 800px;
  width: 100%;
}
.vyska .container {
  max-width: 1370px;
}
.services-pods {
  background-color: white!important;
  position: relative;
  padding: 70px 0;
  background: #F8F8F8;
}
.services-pods h2 {
  position: absolute;
  right: 30px;
  transform: rotate(-90deg) translateX(-25%);
  bottom: 50%;
  color: #2C303B;
  font-weight: 700;
  font-size: 65px;
}
@media (max-width: 1500px) {
  .services-pods h2 {
    right: 0;
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .services-pods h2 {
    position: initial;
    transform: none;
    text-align: center;
  }
}
.services-pods .service-box {
  padding: 30px;
  transition: 0.3s;
}
.services-pods .service-box h3,
.services-pods .service-box a {
  color: #cd1719;
  font-size: 21px;
  font-weight: 600;
}
.services-pods .service-box:hover {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.services-pods h1 {
  position: absolute;
  right: 30px;
  transform: rotate(-90deg) translateX(-25%);
  bottom: 50%;
  color: #2C303B;
  font-weight: 700;
  font-size: 65px;
}
.categories-tabs .container-fluid,
.categories-tabs .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
}
@media (max-width: 1400px) {
  .categories-tabs .container-fluid,
  .categories-tabs .container {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}
.categories-tabs .container-fluid a,
.categories-tabs .container a {
  text-align: center;
  padding: 30px 10px;
  background-color: #2C303B;
  border: 0.1em solid;
  border-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  .categories-tabs .container-fluid a,
  .categories-tabs .container a {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .categories-tabs .container-fluid a,
  .categories-tabs .container a {
    font-size: 14px;
  }
}
.categories-tabs .container-fluid a.active,
.categories-tabs .container a.active,
.categories-tabs .container-fluid a:hover,
.categories-tabs .container a:hover {
  background-color: #971515;
}
