@import '../../vendor/bootstrap/bootstrap.min.css';
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.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/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.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/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.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/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
.sidenav,
.open-sidenav {
  display: none;
}
* {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 35px;
}
h1,
h2 {
  color: #1e2526;
  font-weight: bold;
  margin: 0;
}
h1 strong,
h2 strong {
  color: #F2B825;
  font-weight: bold;
}
.btn-primary {
  background-color: #F2B825;
  border: 1px solid #F2B825;
  transition: 0.3s;
  color: #fff;
}
.btn-primary:hover {
  border: 1px solid #C0793D;
  background-color: #C0793D;
}
.btn-white {
  background-color: #fff;
  color: #F2B825 !important;
  border: 1px solid #F2B825;
}
.podstranka:not(.content_homepage) {
  position: relative;
}
.podstranka:not(.content_homepage):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/layout/images/page-background.jpg);

  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.08;
  z-index: -1;
}

.podstranka.sluzby:before, .podstranka.blog:before {
  background-image: url(/layout/images/pozadi_z.png);
  opacity: 0.2;
}

.podstranka:not(.content_homepage) ul:not(.navbar-nav) {
  padding-left: 15px;
  list-style-image: url(/layout/images/check_secondary.png);
}
.podstranka:not(.content_homepage) ul:not(.navbar-nav) li {
  color: #212529;
}
.podstranka:not(.content_homepage) h1,
.podstranka:not(.content_homepage) h2,
.podstranka:not(.content_homepage) h3,
.podstranka:not(.content_homepage) h4,
.podstranka:not(.content_homepage) h5,
.podstranka:not(.content_homepage) h6 {
  margin: 0;
  padding: 25px 0;
  text-align: center;
}
.podstranka:not(.content_homepage) .odstavec {
  padding: 25px 0;
}
.btn {
  padding: 16px 22px;
  text-transform: uppercase;
  z-index: 100001;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
}
.btn:hover {
  text-decoration: none !important;
}
.btn-banner {
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
}
.btn-banner:hover {
  cursor: pointer;
  background: #fff;
  color: #F2B825 !important;
  border: 1px solid #F2B825;
}
#slider {
  height: 630px;
}
#slider .owl-item {
  position: relative;
  height: 630px;
  padding: 30px 47px 30px 30px;
}

.text-banner-abs h1 + p { 
  font-size: 20px;
}
#slider .owl-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 100%;
  /* background-image: url(/layout/images/house.jpg); */
  background-image: url(/layout/images/pozadi_z.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.25;
}
#slider .owl-item .btn {
  position: relative;
  z-index: 100001;
}
#slider .owl-item img {
  height: 590px;
}
#slider .owl-item .banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*             height: 100%; */
  /*             .text-banner-abs{
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            } */
}
#slider .owl-item .banner-text .col-md-7 {
  padding-top: 40px;
}
#slider .owl-item .banner-text .col-md-7 a {
  font-size: 15px;
}
#slider .owl-item .banner-text .col-md-5 {
  position: relative;
}
#slider .owl-item .banner-text .col-md-5 img {
  position: absolute;
  bottom: -224px;
  left: -100px;
  height: 640px;
  object-fit: contain;
  width: 650px;
}
#slider .owl-item .banner-text strong {
  font-size: 20px;
}
#slider .owl-item .banner-text em {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
}
@media (max-width: 1550px) {
  #slider .owl-item .banner-text .btn-banner {
    font-size: 16px;
  }
}
#slider .owl-item .banner-text p a + a {
  margin-left: 15px;
}
#slider .owl-item .banner-text h1 {
  font-weight: 600;
  font-size: 42px;
  min-width: 650px;
  margin: 0;
  padding-bottom: 15px;
  color: #1e2526;
}
@media (max-width: 1550px) {
  #slider .owl-item .banner-text h1 {
    font-size: 45px;
  }
}
@media (max-width: 1300px) {
  #slider .owl-item .banner-text h1 {
    font-size: 35px;
  }
}
#slider .owl-item .banner-text h1 + p {
  margin-bottom: 35px;
}
#slider .owl-item .banner-text h2 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1300px) {
  #slider .owl-item .banner-text h2 {
    font-size: 40px;
  }
}
#slider .owl-item .banner-text .icon {
  max-height: 42px;
  width: auto;
  object-fit: contain;
}
#slider .owl-item .banner-text ul {
  list-style-type: none;
  padding: 0;
}
#slider .owl-item .banner-text ul li {
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 42px;
}
#slider .owl-item .banner-text ul li a {
  color: #1e2526;
}
#slider .owl-item .banner-text ul li a:hover {
  color: #1e2526;
}
#slider .owl-item .banner-text ul li img {
  margin-right: 15px;
}
.menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
}
@media (min-width: 901px) {
  .podstranka:not(.content_homepage) .menu-button {
    display: none;
  }
}
.navbar {
  height: 120px;
  background: #fff;
  border-bottom: 1px solid #e4e2e2;
  padding-right: 0;
}
.navbar .container-fluid {
  padding-right: 0;
}
.navbar .menu-page {
  display: none;
}
.navbar .btn-menu {
  border: none;
  background: #F2B825;
  color: #fff;
  padding: 0 25px;
  color: #fff !important;
  height: 120px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  
}
@media (max-width: 1024px){
  .navbar .btn-menu{
    height: 80px;
  }
}
.navbar .btn-menu:hover,
.navbar .btn-menu.active,
.navbar .btn-menu:focus {
  outline: 0;
}
.navbar .btn-menu:hover {
  cursor: pointer;
}
.navbar .navbar-brand {
  color: #009FE4;
  text-decoration: none;
  font-size: 17px;
}
@media (max-width: 1023px){
  .navbar .navbar-collapse{
    top: 120px !important;
  }
}

@media (max-width: 1130px) {
  .navbar .navbar-brand img {
    max-height: 70px;
  }
}
.navbar .navbar-brand strong {
  color: #F2B825;
  font-size: 20px;
}
.navbar .nav-item {
  padding: 5px 20px;
}
.navbar .nav-item .nav-link {
  color: #1e2526;
}
.navbar .nav-item .nav-link.active {
  font-weight: bold;
}
#menu_fixed {
  position: fixed;
  z-index: 10000001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
}
#menu_fixed .menu-button {
  position: absolute;
  top: 0;
  right: 0;
  background: #F2B825;
  color: #fff;
  text-align: center;
  font-size: 50px;
  width: 90px;
  height: 90px;
  z-index: 100001;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  border: none;
}
#menu_fixed .container {
  max-width: 1636px;
}
#menu_fixed .social-menu .title {
  font-size: 26px;
  padding: 0 10px;
  color: #009FE4;
  position: relative;
}
#menu_fixed .social-menu ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu_fixed .social-menu ul li {
  display: inline-block;
  padding: 15px;
}
#menu_fixed .social-menu ul li a {
  color: #009FE4 !important;
  font-size: 40px;
}
#menu_fixed .container {
  margin-top: 120px;
}
#menu_fixed hr {
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 1px;
  border: 0;
  margin: 50px 0;
}
#menu_fixed .nav-link {
  color: #009FE4;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 600;
}
#menu_fixed .nav-link:hover,
#menu_fixed .nav-link:active,
#menu_fixed .nav-link.active,
#menu_fixed .nav-link:focus {
  color: #009FE4;
}
#menu_fixed .bigger .dropdown-menu {
  width: 100%;
  border: 0;
  position: relative;
  background: transparent;
}
#menu_fixed .bigger .dropdown-menu.show {
  position: relative !important;
  transform: none !important;
}
#menu_fixed .bigger .dropdown-menu a {
  color: #009FE4 !important;
  font-size: 25px;
}
#menu_fixed .bigger .dropdown-menu a:hover,
#menu_fixed .bigger .dropdown-menu a:focus,
#menu_fixed .bigger .dropdown-menu a:active,
#menu_fixed .bigger .dropdown-menu a.active {
  color: #009FE4;
  background: transparent;
}
#menu_fixed .bigger .nav-link {
  color: #009FE4;
  text-decoration: none !important;
  font-size: 32px;
  position: relative;
}
#menu_fixed .bigger .nav-link:hover,
#menu_fixed .bigger .nav-link:active,
#menu_fixed .bigger .nav-link.active,
#menu_fixed .bigger .nav-link:focus {
  color: #009FE4;
}
.windows-hp .container-fluid {
  padding: 0;
}
.windows-hp ul {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
.windows-hp ul li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 35px 65px 35px 20px;
  color: #1e2526;
  font-size: 15px;
  background-color: #f5f5f5;
  border-right: 1px solid #E3E3E3;
}
.windows-hp ul li strong {
  font-size: 31px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1440px) {
  .windows-hp strong {
    font-size: 20px !important;
  }
}
.coop {
  margin: 50px 0;
}
.coop .col-md-6 {
  padding: 0;
}
.coop .col-md-6:first-child {
  position: relative;
}
.coop .col-md-6:first-child img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.coop .col-md-6:last-child {
  background: #F9F9F9;
  padding: 25px;
}
.coop ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: numbers;
  padding: 50px 0 0;
}
.coop ol li {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 35px 35px 35px 0;
  position: relative;
  color: #1e2526;
}
.coop ol li:nth-child(4),
.coop ol li:nth-child(8) {
  padding-right: 0;
}
.coop ol li strong {
  color: #F2B825;
}
.coop ol li em {
  color: #F2B825;
  font-weight: bold;
  font-style: normal;
}
.coop ol li:before {
  counter-increment: numbers;
  content: "0" counter(numbers) ".";
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 20px;
  font-weight: 600;
  color: #C5C5C5;
}
.partners {
  padding-bottom: 50px;
}
.partners .container-fluid {
  max-width: 90%;
}
.partners #partners-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  height: 100%;
  z-index: 100000;
  font-weight: 100;
  color: #009FE4;
  z-index: -1;
}
.partners #partners-slider .owl-nav .owl-prev {
  position: absolute;
  left: -40px;
  transform: translateY(25px);
  width: 35px;
  height: 35px;
  border: 1px solid #1e2526;
  color: #1e2526;
  border-radius: 50px;
}
.partners #partners-slider .owl-nav .owl-prev span {
  transform: translateY(-4px);
  display: block;
  font-size: 25px;
}
.partners #partners-slider .owl-nav .owl-prev:focus {
  outline: 0 !important;
}
.partners #partners-slider .owl-nav .owl-next {
  position: absolute;
  right: -40px;
  transform: translateY(25px);
  width: 35px;
  height: 35px;
  color: #1e2526;
  border: 1px solid #1e2526;
  border-radius: 50px;
}
.partners #partners-slider .owl-nav .owl-next span {
  transform: translateY(-4px);
  display: block;
  font-size: 25px;
}
.partners #partners-slider .owl-nav .owl-next:focus {
  outline: 0 !important;
}
.partners #partners-slider .owl-item {
  padding: 15px;
}
.partners #partners-slider .owl-item .partner img {
  height: 75px;
  object-fit: contain;
  width: 100%;
}

.content_homepage .service {
  background-image: url(/layout/images/services.png);
  background-size: cover;
}
.service {
  position: relative;
  padding: 50px 0 0 0 !important;
  /* background-image: url(/layout/images/services.png); */
  background-image: url(/layout/images/pozadi_z.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service .col-md-6:first-child {
  position: relative;
}
.service .col-md-6:first-child img {
  position: absolute;
  bottom: 0;
  max-height: 475px;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
}
.service .col-md-6:last-child h2,
.service .col-md-6:last-child p {
  color: #fff;
  padding-bottom: 25px;
  text-align: left !important;
}
.service .col-md-6:last-child ul {
  padding-left: 15px;
  list-style-image: url(/layout/images/check.png);
}
.service .col-md-6:last-child ul li {
  color: #fff;
  font-weight: 500;
}
.service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F2B825;
  opacity: 0.8;
  z-index: 0;
}
footer {
  padding: 0 0 50px 0;
  background: #f5f5f5;
}
footer .sab-logo {
  max-height: 50px;
}
footer p {
  line-height: 30px;
}
footer h3 {
  text-align: left !important;
  padding-bottom: 15px !important;
}
footer p,
footer h3 {
  color: #1e2526;
}
footer a {
  color: #1e2526;
}
footer a:hover {
  color: #1e2526;
}
footer .col-md-6 {
  position: relative;
}
footer .col-md-6 p:last-child img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.interested {
  background: #F2B825;
  padding: 25px 0;
  margin-bottom: 50px;
}
.interested h2,
.interested p {
  margin: 0;
  line-height: 92px;
  padding: 0 !important;
}
.interested h2 {
  color: #fff;
}
.articles-hp {
  padding: 50px 0;
}
.articles-hp .col-md-6 {
  padding: 25px 50px;
  background: #fff;
  margin: 0 1%;
  max-width: 48%;
  flex: 0 0 48%;
  box-shadow: 0 0 25px rgba(175, 175, 175, 0.25);
}
.articles-hp .col-md-6:first-child {
  margin-left: 0;
}
.articles-hp .col-md-6:last-child {
  margin-right: 0;
}
.articles-hp .col-md-6 h2 {
  margin-bottom: initial;
}
.articles-hp a:not(.btn) {
  color: #1e2526;
  font-size: 20px;
}
.articles-hp a:not(.btn) strong {
  color: #F2B825;
}
.articles-hp h2 {
  margin-bottom: 50px;
  text-align: center !important;
}
.articles-hp .col-md-6 h2 {
  text-align: left !important;
  color: #1e2526;
}
.articles-hp .date {
  color: #c5bcbc;
}
.articles-hp .more {
  font-weight: 600;
  color: #F2B825;
}
.articles-hp .more-articles {
  padding-left: 25px;
  margin-top: 50px;
  display: block;
  color: #F2B825;
}
.articles-page {
  padding: 50px 0;
}
.articles-page .container,
.articles-page .col-md-12 {
  padding: 0;
}
.articles-page h2 {
  text-align: left !important;
}
.articles-page h2 a {
  font-size: 35px!important;
}
.articles-page .row + p {
  margin-top: 35px;
}
.articles-page .article-box {
  padding: 25px 50px;
  background: #fff;
  margin: 25px 1% 0 0;
  max-width: 100%;
  font-size: 20px!important;
  flex: 0 0 100%;
  box-shadow: 0 0 25px rgba(175, 175, 175, 0.25);
}
.articles-page .article-box h2 {
  margin-bottom: initial;
  text-align: left !important;
  padding: 0 25px 0 0;
  line-height: 25px;
  color: #1e2526;
  margin-bottom: 25px;
}
.articles-page .article-box h2 a:not(.more) {
  font-size: 20px!important;
}
.articles-page a.more {
  font-size: 16px!important;
}
.articles-page a:not(.more, .btn) {
  color: #1e2526;
  font-size: 20px;
}
.articles-page h2 {
  margin-bottom: 25px;
}
.articles-page .date {
  color: #c5bcbc;
}
.articles-page .more {
  font-weight: 600;
  color: #F2B825;
}
.articles-page .more-articles {
  padding-left: 25px;
  margin-top: 50px;
  display: block;
}
.calculator-hp {
  padding-bottom: 50px;
}
.calculator-hp p {
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.calculator-hp .col-md-6:first-child {
  padding-left: 20%;
}
.calculator-hp .col-md-6:last-child {
  padding-right: 20%;
}
.calculator-hp .col-md-6:last-child em {
  position: relative;
  font-style: normal;
}
.calculator-hp .col-md-6:last-child p {
  background-image: linear-gradient(180deg, transparent 0%, #fff 40%, transparent 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}
.calculator-hp .container {
  background-image: url(/layout/images/calculator-background.jpg);
  padding: 85px 0;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.calculator-hp .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  background: #009fe4a6;
}
.calculator-hp h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
  position: relative;
  z-index: 1000;
}
.calculator-hp .btn {
  position: relative;
  z-index: 1000;
  margin-top: 50px;
  font-size: 19px;
  font-weight: 500;
}
.calculator-hp .btn-calc {
  background: #fff;
  color: #009FE4 !important;
  border: 1px solid transparent;
}
.contacts {
  padding-top: 0 !important;
}
.contacts .col-md-6 {
  max-width: 49%;
  position: relative;
  flex: 0 0 49%;
  margin: 0 1%;
  padding: 25px 50px;
  box-shadow: 0 0 25px rgba(175, 175, 175, 0.25);
  min-height: 565px;
  background-color: #fff;
}
.contacts .col-md-6:first-child {
  margin-left: 0;
  position: relative;
  background-color: #F2B825;
  /*             &:before{
                content: "";
                bottom: 30px;
                position: absolute;
                bottom: 0;
                right: -67px;
                background-image: url(/images/uploads/2021-03-08-14-38-370.png);
                background-repeat: no-repeat;
                background-size: contain;
                width: 100%;
                max-width: 391px;
                height: 389px;
            } */
}
.contacts .col-md-6:last-child {
  margin-right: 0;
}
.contacts .col-md-6 .icon {
  margin-right: 10px;
}
.contacts .col-md-6 p {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
.contacts .col-md-6 a {
  color: #fff;
  font-weight: bold;
}
.contacts .col-md-6 iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
}
.contacts .col-md-6 h2 {
  text-align: left;
  color: #fff;
}
.contacts #contactForm_2 input,
.contacts #contactForm_2 textarea {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #F2B825;
}
.contacts #contactForm_2 label,
.contacts #contactForm_2 .required {
  font-weight: bold;
}
.map {
  padding-top: 0 !important;
}
.map iframe {
  width: 100%;
  height: 350px;
  box-shadow: 0 0 25px rgba(175, 175, 175, 0.25);
}
.boxes {
  padding-top: 0 !important;
}
.boxes .col-md-6 {
  padding: 25px 40px;
  background: #fff;
  margin: 0 1% 25px;
  max-width: 48%;
  flex: 0 0 48%;
  box-shadow: 0 0 25px rgba(175, 175, 175, 0.25);
}
.boxes .col-md-6 h2 {
  margin-bottom: initial;
  padding-bottom: 25px;
  font-size: 20px;
}
.boxes .col-md-6 p {
  margin: 0;
}
.boxes .col-md-6 .btn {
  margin-top: 25px;
}
.big-box {
  padding-top: 0 !important;
}
.big-box .container {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 0 25px rgba(175, 175, 175, 0.25);
}
.odstavec_clanek {
  padding: 50px 0;
}
.odstavec_clanek .container {
  background-color: #fff;
  padding: 25px 50px;
  box-shadow: 0 0 25px rgba(175, 175, 175, 0.25);
}
.odstavec_clanek .container h1 {
  text-align: left !important;
}
.sluzby .service:before {
  background-color: #f5f5f5;
}
.sluzby .service h2,
.sluzby .service p,
.sluzby .service ul {
  color: #333333 !important;
}
.sluzby .service ul {
  list-style-image: url(/layout/images/check_secondary.png) !important;
}
.sluzby .service ul li {
  color: #333333 !important;
}
.default a {
  color: #F2B825;
}
#reference {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#reference ::-webkit-scrollbar {
  width: 5px;
}
#reference ::-webkit-scrollbar-track {
  background: #CECECE;
}
#reference ::-webkit-scrollbar-thumb {
  background: #F2B825;
}
#reference ::-webkit-scrollbar-thumb:hover {
  background: #C0793D;
}
#reference h3 {
  padding-top: 30px;
  font-size: 16px;
  padding-left: 15px;
  color: #F2B825;
}
#reference .col-md-12 {
  min-width: 100%;
  padding: 0 5px;
  max-height: 300px;
}
#reference .col-md-12 em {
  font-weight: 900;
}
#reference .col-md-12 .inner {
  background: #fbf7f0;
  padding: 10px 10px 10px 75px;
  max-height: 200px;
  min-height: 200px;
  overflow-y: scroll;
}
#reference .col-md-12 .inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 35px;
  font-size: 30px;
  background-image: url("/layout/images/quote.png");
  width: 42px;
  height: 32px;
}
#reference .col-md-12 .inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fbf7f0 transparent transparent transparent;
  position: absolute;
  left: 30px;
  top: 100%;
}
#reference .col-md-12 p {
  font-size: initial;
  font-style: italic;
}
#reference .owl-nav .owl-prev {
  position: absolute;
  top: 20%;
  right: 101%;
  font-size: 50px;
}
#reference .owl-nav .owl-prev:focus {
  outline: 0;
}
#reference .owl-nav .owl-next {
  position: absolute;
  top: 20%;
  left: 101%;
  font-size: 50px;
}
#reference .owl-nav .owl-next:focus {
  outline: 0;
}
#reference .owl-item {
  min-height: 170px;
}
#reference .owl-dots {
  display: none;
  margin-top: 50px;
  max-width: 98%;
  text-align: center;
  padding: 20px 0;
}
#reference .owl-dots .owl-dot {
  background: #fbf7f0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0 10px;
  margin: 0 3px;
}
#reference .owl-dots .owl-dot:active,
#reference .owl-dots .owl-dot:hover {
  background: darkgray;
}
.references {
  padding-top:50px;
  padding-bottom: 0;
}
.references h2 {
  margin-bottom: 50px;
}
.references .btn {
  margin-top: 50px;
}
.reference-page .reference-item {
  background: #fbf7f0;
  padding: 25px 25px 25px 75px;
  margin-bottom: 30px;
}
.reference-page .reference-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  top: 45px;
  font-size: 30px;
  background-image: url("/layout/images/quote.png");
  width: 42px;
  height: 32px;
}
.reference-page .reference-item h3 {
  text-align: right;
  font-size: 18px;
  color: #F2B825;
}
.social_networks {
  position: fixed;
  z-index: 400;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.social_networks ul {
  list-style-type: none;
  padding: 0;
  pointer-events: none;
}
.social_networks ul li {
  list-style-image: none;
  right: 0;
  transition: 0.3s;
  position: relative;
  margin-left: auto;
  width: fit-content;
}
.social_networks ul li:hover span {
  opacity: 1;
  transition: 0.3s;
  pointer-events: all;
  transform: translateX(0);
}
.social_networks ul li:hover a {
  pointer-events: all;
}
.social_networks ul li:hover img {
  right: 100%;
  transition: 0.3s;
}
.social_networks ul li img {
  background-color: #F2B825;
  object-fit: contain;
  position: absolute;
  right: 0;
  transition: 0.3s;
  top: 0;
  pointer-events: all;
  border: 1px solid white;
}
.social_networks ul li a {
  color: #1e2526;
  font-size: 20px;
  font-weight: 600;
  pointer-events: none;
}
.social_networks ul li span {
  opacity: 0;
  pointer-events: none;
  padding: 0 10px;
  transition: 0.3s;
  display: flex;
  min-height: 66px;
  align-items: center;
  background-color: #E4D8BB;
  transform: translateX(-300px);
}
@media (max-width: 1400px) {
  #slider .owl-item .banner-text h1 {
    font-size: 42px;
  }
}
@media (max-width: 1300px) {
  #slider .owl-item .banner-text .col-md-5 img {
    height: 610px;
  }
  .navbar .nav-item {
    padding: 5px 10px;
  }
  #slider .owl-item .banner-text .col-md-5 img {
    left: -150px;
  }
  #slider .owl-item:before {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  #slider .owl-item .banner-text em {
    font-size: 23px;
  }
  #slider .owl-item .banner-text .col-md-5 img {
    height: 520px;
    bottom: -197px;
    left: -215px;
  }
  #slider {
    height: 520px;
  }
  #slider .owl-item {
    height: 520px;
  }
  footer .col-md-6 p:last-child img {
    height: 130px;
  }
}
@media (max-width: 1100px) {
  #slider .owl-item .banner-text .col-md-5 img {
    height: 520px;
  }
  #slider {
    height: 520px;
  }
  #slider .owl-item {
    height: 520px;
  }
  #slider .owl-item .banner-text .col-md-5 img {
    height: 529px;
  }
  #slider .owl-item .banner-text .col-md-5 img {
    left: -219px;
  }
  .windows-hp ul li strong {
    font-size: 22px !important;
  }
  .social_networks ul li span {
    min-height: 45px;
  }
  .social_networks ul li img {
    height: 45px;
  }
  .social_networks ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .windows-hp ul li strong {
    font-size: 24px !important;
  }
}
@media (max-width: 1023px) {
  #slider .owl-item:before {
    width: 100%;
  }
  #slider .owl-item .banner-text h1 {
    font-size: 32px;
    min-width: 530px;
  }
  #slider .owl-item .banner-text em {
    font-size: 17px;
  }
  #slider .owl-item .banner-text p a + a {
    margin-left: 0;
    margin-top: 15px;
  }
  #slider .owl-item .banner-text .col-md-5 img {
    bottom: -107px;
    height: 440px;
    left: -285px;
  }
  footer .col-md-6 p:last-child img {
    position: relative;
    top: unset;
    transform: unset;
  }
}
@media (max-width: 767px) {
  #slider .owl-item .banner-text .col-md-5 img {
    bottom: -117px;
    height: 410px;
    left: -60px;
  }
  body {
    margin-bottom: 71px;
  }
  .social_networks {
    position: fixed;
    right: unset;
    top: unset;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    width: 100%;
    background-color: #F2B825;
    border-top: 1px solid white;
    opacity: 0;
    transition: 0.3s;
  }
  .social_networks.active {
    opacity: 1;
    transition: 0.3s;
  }
  .social_networks ul {
    margin-bottom: 0;
    padding: 13px 0!important;
    display: flex;
  }
  .social_networks ul li {
    right: 0;
    margin: 0 auto;
    list-style-image: none;
  }
  .social_networks ul li:hover img {
    right: unset;
    transition: 0.3s;
  }
  .social_networks ul li span {
    display: none;
  }
  .social_networks ul li img {
    position: relative;
    right: unset;
    top: unset;
  }
}

.navbar-brand img {
    height: 100px;
}