body {
  font-family: 'MaxPro', sans-serif;
  background-image: url('/img/body-textura.jpg');
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.row.heading-row h1 {
  font-size: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.gm-style .gm-style-iw-d{
  overflow: auto !important;
  max-height: none !important;
}
.gm-style-iw.gm-style-iw-c {
  width: 235px;
  height: auto !important;
  padding: 30px !important;
  max-height: none !important;
}
.gm-style-iw-d .popupText {
  font-size: 22px;
  margin-bottom: 10px;
}
.gm-style-iw-d .innerpopupText {
  font-weight: 100;
  font-size: 14px;
  color: #5a6771;
  line-height: 23px;
}
.link-map{
  color: #3e9ed8;
  margin-top: 8px !important;
  display: block;
  text-decoration: underline;
  transition:.5s all ease
}
.link-map:hover{
  text-decoration: underline;
  color:#275877
}
button:focus{
  outline:none;
  border:none;
}
.gm-style-iw.gm-style-iw-c button img {
  width:30px !important;
  height:30px !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  top: 10px;
  right: 10px;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
  }
}
.owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 4;
  color: white !important;
  font-size: 85px !important;
  height: 100%;
  transform: translateY(-50%);
  width: 100px;
  outline: none;
}
.owl-nav .owl-prev {
  left: 0px;
}
.owl-nav .owl-next {
  right: 0px;
}

body.hidden {
  overflow: hidden;
}

.owl-dots {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.owl-dots button {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background-color: #ffc155 !important;
  border-radius: 100%;
  opacity: .4;
  outline: none;
}
.owl-dots button:hover {
  opacity: 1;
}
.owl-dots button.active {
  opacity: 1;
}

.write-wp {
  position: fixed;
  background-color: #67B02D;
  width: 65px;
  height: 65px;
  z-index: 9;
  left: 20px;
  bottom: 20px;
  border-radius: 100%;
}
.write-wp a {
  color: white;
}
.write-wp a i{
    font-size: 30px;
    transform: translateY(2px);
}

#large-screens {
  border-bottom: 1px solid transparent;
  position: fixed;
  z-index: 99;
  background: rgba(0,0,0,0.6);
  width: 100%;
  top: 0;
  color: white;
  transition: all .2s ease;
}
#slider .owl-nav button, #about-static .owl-nav button{
    height: calc(100% - 48px);
    top: 0;
    transform: translateY(0%);
}
#large-screens .top .row {
  height: 70px;
}
#large-screens .top .languages {
  position: relative;
  padding: 3px 7px;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0;
  width: 52px;
  transition: all .2s ease;
}
#large-screens .top .languages a {
  font-size: 14px;
}
#large-screens .top .languages a i {
  font-size: 10px;
  margin-left: 7px;
  transform: translateY(-1px);
  transition: all .2s ease;
}
#large-screens .top .languages ul {
  font-size: 14px;
  width: 103%;
  position: absolute;
  padding: 3px 7px;
  left: -1px;
  border-bottom-left-radius: 5px;
  border: 1px solid transparent;
  border-bottom-right-radius: 5px;
  transition: all .2s ease;
  z-index: 2;
  border-color: #ccc;
  opacity: 0;
  visibility: hidden;
}
#large-screens .top .languages ul li a {
  display: inline-block;
  width: 100%;
  transition: all .2s;
}
#large-screens .top .languages ul li a:hover {
  font-weight: bold;
}
#large-screens .top .languages:hover {
  border-color: #ccc;
}
#large-screens .top .languages:hover ul {
  opacity: 1;
  visibility: visible;
}
#large-screens .top .languages:hover i {
  transform: translateY(-1px) rotate(180deg);
}
#large-screens .top .location a {
  position: relative;
  font-size: 20px;
}
#large-screens .top .location a img {
  width: 25px;
  margin-bottom: 5px;
  transition: all .2s ease;
}
#large-screens .top .location a .show-on-hover {
  position: absolute;
  left: 0;
  top: -5px;
  opacity: 0;
  visibility: hidden;
}
#large-screens .top .location a:hover img {
  opacity: 0;
  visibility: hidden;
}
#large-screens .top .location a:hover .show-on-hover {
  opacity: 1;
  visibility: visible;
}
#large-screens .top .social-icons ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  transition: all .2s ease;
  background-color: #f8f8f8;
  margin-right: 15px;
}

#large-screens .top .social-icons ul li:last-child a {
  margin-right: 0;
}


#large-screens .top .social-icons ul li a i {
  font-size: 14px;
}
#large-screens .top .social-icons ul li a:hover{
    color: white;
}




#large-screens .top .social-icons ul li:last-child:hover a{
    background: #cc1f26;
    color: white;
}
#large-screens .top .social-icons ul li:nth-child(2):hover a{
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}
#large-screens .top .social-icons ul li:first-child:hover a{
    background: #3b5999;   
    color: white;
}
#large-screens .top .social-icons ul li:nth-child(3):hover a{
    background: #ff0100;
    color: white;
}













#large-screens .bottom .menu {
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}
#large-screens .bottom .menu li {
  padding: 0px 28px;
}
#large-screens .bottom .menu i {
  transition: all .2s ease;
}
#large-screens .bottom .menu a {
  transition: all .2s ease;
  display: inline-block;
  height: 100%;
}
#large-screens .bottom .menu li.active a {
  color: #ffffff82;
}
#large-screens.active .bottom .menu li.active a, #large-screens.tour .bottom .menu li.active a, #large-screens.product-menu .bottom .menu li.active a{
    color: #0000006b;
}
#large-screens .bottom .menu .menu-a {
  position: relative;
  transition: all .2s ease;
}
#large-screens .bottom .menu .menu-a::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -8.6px;
  background-color: #293f64;
  left: -2px;
  right: -3px;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
}
#large-screens .bottom .menu .menu-a:hover::before {
  opacity: 1;
  visibility: visible;
}
#large-screens .bottom .menu .menu-a:hover{
    color: #f68627;
}
#large-screens .bottom .menu .menu-a.hovered::before {
  opacity: 1;
  visibility: visible;
}
#large-screens .bottom .menu .menu-a.hovered{
  color: #f68627;
}
#large-screens .bottom .menu .submenu-li {
  position: relative;
  height: 100%;
}
#large-screens .bottom .menu .submenu-li .open-sub{
    display: flex;
    align-items: center;
}
#large-screens .bottom .menu .submenu-li .open-sub::before{
    bottom: 0.2px;
}
#large-screens .bottom .menu .submenu-li i {
    font-size: 10px;
    margin-left: 6px;
    transition: all .2s ease;
}
#large-screens .bottom .menu .submenu-li .submenu {
  position: absolute;
  background-color: white;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  top: 41px;
  left: -9px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #ececec;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  overflow: hidden;
  color: black;
}
#large-screens .bottom .menu .submenu-li .submenu .second, #large-screens .bottom .menu .submenu-li .submenu .third, #large-screens .bottom .menu .submenu-li .submenu .fourth {
  margin-left: 50px;
  position: relative;
}
#large-screens .bottom .menu .submenu-li .submenu .second::before, #large-screens .bottom .menu .submenu-li .submenu .third::before, #large-screens .bottom .menu .submenu-li .submenu .fourth::before {
  content: '';
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -25px;
  width: 1px;
  background-color: #ececec;
}
#large-screens .bottom .menu .submenu-li .submenu li {
  padding: 0;
  flex-basis: 25%;
}
#large-screens .bottom .menu .submenu-li .submenu li a {
  font-size: 12px;
  transition: all .2s ease;
  border-radius: 5px;
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
}
#large-screens .bottom .menu .submenu-li .submenu li a:hover {
  color: #f68627;
  background-color: #f2f2f2;
}
#large-screens .bottom .menu .submenu-li:hover i {
  transform: rotate(180deg);
}
#large-screens .bottom .menu .submenu-li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

#large-screens .big-logo {
  display: inline-block;
  transition: all .2s ease;
}
#large-screens .big-logo.active{
    width: 170px;
}
#large-screens .small-logo {
  display: none;
}
#large-screens.active, #large-screens.tour, #large-screens.product-menu{
    /* background-color: white;
    color: black;
    border-color: #eee;
    background-position: top; */

    background-color: white;
    color: black;
    

    border-bottom: 1px solid transparent;
    position: fixed;
    z-index: 99;
    /* background: rgba(0,0,0,0.6); */
    width: 100%;
    top: 0;
    /* color: white; */
    transition: all .2s ease;


}
#large-screens.active .big-logo, #large-screens.tour .big-logo, #large-screens.product-menu .big-logo{
    filter: brightness(1) invert(0);
}
#small-screens {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 99;
  color: white;
  transition: all .3s ease;
}
#small-screens .top {
  border-bottom: 1px solid transparent;
}
#small-screens.active .top{
    border-color: #eee;
}
#small-screens .location img {
  width: 25px;
}
#small-screens .logo img{
    width: 120px;
}
#small-screens nav {
  overflow: auto;
  height: calc(100vh - 53px);
  position: absolute;
  z-index: 9;
  background: white;
  width: 100vw;
  left: -110%;
  transition: all .3s ease;
  color: black;
}
#small-screens .location{
    font-size: 24px;
}
#small-screens nav ul.menu {
  padding: 0 15px;
}
#small-screens nav ul.menu li a {
  display: inline-block;
  padding: 17px 25px 17px 25px;
  padding-left: 0;
  width: 100%;
  position: relative;
  font-size: 16px;
}
#small-screens nav ul.menu li .open-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#small-screens .lang {
    border: 1px solid #ccc;
    width: 46px;
    border-radius: 5px;
    background: transparent;
    text-align: center;
    top: -13px;
    position: absolute;
    z-index: 10;
    right: 0;
}
#small-screens .lang ul {
    text-align: left;
    padding-left: 5px;
}
#small-screens.active{
    background-color: white;
    color: black;
}
.open-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(2px);
}
.open-ul i{
    font-size: 10px;
    transition: all .2s ease;
}
.open-ul i.active{
    transform: rotate(180deg);
}
#small-screens nav .marker {
  background: #f8f8f8;
  padding: 17px 15px;
  position: relative;
}
#small-screens nav ul.menu a::after, #small-screens nav .marker::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 50%;
  height: 1px;
  content: '';
  background-image: -webkit-linear-gradient(right, #ccc 20%, rgba(255, 255, 255, 0) 0);
  background-image: linear-gradient(to left, #ccc 20%, rgba(255, 255, 255, 0) 0);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 5px 1px;
}
#small-screens nav .marker img {
  width: 25px;
  margin-right: 12px;
}
#small-screens nav .marker a {
  margin-left: -4px;
}
#small-screens nav .submenu {
  padding-left: 20px;
}
#small-screens nav .submenu a {
  font-size: 14px !important;
}
#small-screens nav .open-sub i {
  transition: all .2s ease;
}
#small-screens nav .open-sub i.active {
  transform: rotate(90deg);
}
#small-screens nav.active {
  left: 0;
}
#small-screens.active .lang{
    color: black;
    
    background: white;
}
#small-screens .open-menu{
    font-size: 26px;
}
#small-screens.scrolled{
    background-color: white;
    color: black;
}
#small-screens.scrolled .lang{
    color: black;
    background: white;
}    
#small-screens.scrolled .top{
    border-color: #eee;
}
#small-screens .top{
    padding: 6px 0;
}
#small-screens .top .open-menu i{
    margin-top: 9px;
    font-size: 16px;
}
#small-screens .location i{
    font-size: 18px;
}

@media (max-width: 1200px) {
  #large-screens .bottom .menu .submenu-li .submenu{
    left: -17px;
  }
  #large-screens .bottom .menu li {
    padding: 0px 20px;
  }

  #large-screens .bottom .menu .submenu-li .submenu .first, #large-screens .bottom .menu .submenu-li .submenu .second, #large-screens .bottom .menu .submenu-li .submenu .third, #large-screens .bottom .menu .submenu-li .submenu .fourth {
    flex-basis: 50%;
    margin: 0;
  }
  #large-screens .bottom .menu .submenu-li .submenu .first::before, #large-screens .bottom .menu .submenu-li .submenu .second::before, #large-screens .bottom .menu .submenu-li .submenu .third::before, #large-screens .bottom .menu .submenu-li .submenu .fourth::before {
    left: -10px;
    bottom: -20px;
  }
  #large-screens .bottom .menu .submenu-li .submenu .third::before {
    content: unset;
  }
  #large-screens .bottom .menu .submenu-li .submenu .second, #large-screens .bottom .menu .submenu-li .submenu .fourth {
    margin-left: 20px;
    flex-basis: 45%;
  }
}
@media (max-width: 991px) {
  #large-screens .bottom .menu li {
    padding: 0px 9px;
  }
}
#large-screens .bottom .menu a{
  height: 103%;
}
#slider {
  position: relative;
  overflow: hidden;
}
#slider .col-12 {
  padding: 0 10px;
}
#slider .item {
  height: 100vh;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#slider .item .content {
    background-color: rgba(255, 255, 255, 0.61);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    display: block;
    width: 530px;
    padding: 50px;
}
#slider .item .content img{
    display: none;
}
#slider .item .content h1 {
  font-size: 27px;
  color: #343434;
  margin: 0;
}
#slider .item .content p {
  width: 100%;
  padding: 10px 0 30px 0;
  margin: 0;
  color: #343434;
  font-size: 16px;
}
#slider .item .content a {
  transition: all .3s ease;
  color: #f68627;
}

#slider .item .content a:first-child{
  transition: all .3s ease;
  color: #343434;
}

#slider .item .content a i {
  margin-left: 20px;
  transform: translateY(1px);
  transition: all .3s ease;
  font-size: 18px;
  color: #f68627;
}
#slider .item .content a:hover {
  font-weight: bold;
}
#slider .item .content a:hover i {
  transform: translateY(1px) translateX(8px);
}
#slider .owl-nav button:first-child::before, #slider .owl-nav button:last-child::before, #about-static .owl-nav button:first-child::before, #about-static .owl-nav button:last-child::before {
  position: absolute;
  content: '';
  background-color: white;
  opacity: 0;
  top: 49.7%;
  transform: translateY(-50%);
  width: 60px;
  height: 125px;
  transition: all .3s ease;
}
#slider .owl-nav button:first-child:hover::before, #slider .owl-nav button:last-child:hover::before, #about-static .owl-nav button:first-child:hover::before, #about-static .owl-nav button:last-child:hover::before {
  opacity: .5;
}
#slider .owl-nav button:first-child, #about-static .owl-nav button:first-child {
  left: -30px;
}
#slider .owl-nav button:first-child::before, #about-static .owl-nav button:first-child::before {
  border-bottom-right-radius: 250px;
  border-top-right-radius: 250px;
  right: 12px;
  border-left-color: transparent;
}
#slider .owl-nav button:last-child, #about-static .owl-nav button:last-child {
  right: -30px;
}
#slider .owl-nav button:last-child::before, #about-static .owl-nav button:last-child::before {
  border-bottom-left-radius: 250px;
  border-top-left-radius: 250px;
  left: 12px;
  border-right-color: transparent;
}
#slider .owl-carousel .owl-loaded .owl-drag, #about-static .owl-carousel .owl-loaded .owl-drag {
  overflow: hidden;
}

@media (max-width: 768px) {
  #slider .container-fluid .col-12 .item {
    height: 378px;
  }
  #slider .container-fluid .col-12 .item .content{
    display: none;
  }
}
#categories {
  padding: 0px 0;
  padding-bottom: 0;
}
#categories .item, .products-kate .item, .product-box, .realty-box .item {
  position: relative;
  overflow: hidden;
}
#categories .image-wrapper, .products-kate .image-wrapper, .product-box .image-wrapper, .realty-box .image-wrapper {
  background-color: black;
  background-blend-mode: color;
}
.product-box .image-wrapper{
    position: relative;
    overflow: hidden;
}
#categories .image-wrapper img, .products-kate .image-wrapper img, .product-box .image-wrapper img, .realty-box .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: all 1s ease;
  opacity: .9;
  height: 354px;
}
#categories .content, .products-kate .content, .product-box .content, .realty-box .content {
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-height: 80px;
  padding: 0 20px 0 40px;
  color: #fff;
}
#categories .content::before, .products-kate .content::before, .product-box .content::before, .realty-box .content::before {
  position: absolute;
  top: 5px;
  left: 20px;
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #fff;
}
#categories .content h2, .products-kate .content h2, .product-box .content h2, .realty-box .content h2 {
  font-size: 23px;
  transform: translateY(2px);
}
.realty-box:hover img {
  transform: scale(1.2, 1.2);
}
.realty-box .content p{
    font-size: 14px;
}
@media (max-width: 767.98px) {
  #categories .content, .products-kate .content, .product-box .content, .realty-box .content {
    left: 0px;
  }
  #categories .content h2, .products-kate .content h2, .product-box .content h2, .realty-box .content h2 {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #categories .content, .products-kate .content, .product-box .content, .realty-box .content {
    padding: 0 20px 0 30px;
  }

  #categories .content h2, .products-kate .content h2, .product-box .content h2, .realty-box .content h2 {
    font-size: 19px;
  }
  #categories .content::before, .products-kate .content::before, .product-box .content::before, .realty-box .content::before{
      left: 15px;
  }
}
#news-full img{
    max-width: 100%;
}
#about {
  position: relative;
  padding: 60px 0;
}
#about .bg-image {
  position: absolute;
  height: 285px;
  width: 53vw;
  top: 50%;
  left: 0px;
  z-index: -1;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
}
#about .content h1 {
  font-size: 30px;
  color: #ab8523;
  position: relative;
  margin: 0;
}
#about .content h1::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 110px;
  background-color: #ab8523;
  bottom: 7px;
  left: -20px;
  z-index: 1;
}
#about .content p {
  padding: 5px 0 30px;
  margin: 0;
  font-size: 17px;
}
#about .content a {
  padding: 10px 30px 10px 15px;
  border: 1px solid black;
  display: flex;
  width: fit-content;
  align-items: center;
  position: relative;
}
#about .content a::before{
    position: absolute;
    background: black;
    opacity: .05;
    height: 100%;
    width: 0%;
    z-index: 0;
    content: '';
    left: 0;
    transition: .5s ease;
    border-radius: 0 20px 20px 0;
}
#about .content a:hover::before{
    width: 100%;
    border-radius: 0;
}
#about .content a i {
  margin-left: 10px;
  font-size: 13px;
  transform: translateY(-1px);
}
#about .video {
  position: relative;
  background: black;
  background-blend-mode: color;
}
#about .video img {
  width: 100%;
  object-fit: cover;
  opacity: .7;
}
#about .video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  opacity: 1;
}
#about .video iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0px;
  display: none;
}
#about .video img.active {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  #about .content {
    max-width: 400px;
    margin-left: 40px;
    margin-top: 50px;
  }

  #about .bg-image {
    height: calc(100% - 180px);
    width: 100%;
    top: 180px;
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  #about .bg-image {
    height: calc(100% - 180px);
  }
  #categories .image-wrapper img, .products-kate .image-wrapper img, .product-box .image-wrapper img{
      height: 225px;
  }
  #categories .content, .products-kate .content, .product-box .content{
      padding: 6px 18px;
  }
  #categories .content::before, .products-kate .content::before, .product-box .content::before{
      left: 9px;
  }
}
@media (max-width: 576px) {
  #about .bg-image {
    height: calc(100% - 180px);
  }
}
#services {
  padding: 60px 0;
  padding-top: 0;
}

#services .item {
  /* height: 300px; */
  height: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  -moz-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  opacity: 1;
}


@media (min-width: 992px) {
   #services .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 20%;
}
}
 
@media (max-width: 768px) {
  #services .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#services .item {
  height: auto;
}
}

#services .item .image-wrapper img {
	position: relative;
}

#services .item, .image-wrapper img::before {
	position: absolute;
	top: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
}

#services .item .image-wrapper img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}










@media (min-width: 576px) and (max-width: 768px) {
  #services .container {
    max-width: 900px;
}
}

#services .item, #about-static .item, .news-post .item {
  position: relative;
}
#services .item .image-wrapper img, #about-static .item .image-wrapper img, .news-post .image-wrapper img{
  width: 100%;
  object-fit: cover;
}
#services .item .content, #about-static .item .content {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  padding: 15px 25px;
}
#services .item .content p, #about-static .item .content p{
  color: #222;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  transform: translateY(2px);
}
#services .item .content::before, #about-static .item .content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all .5s ease;
  opacity: .7;
  background-color: white;
  z-index: -1;
}
#services .item:hover .content::before , #about-static .item:hover .content::before, .news-post .item:hover .content::before {
  opacity: .9;
}

@media (max-width: 991px) {
  #services {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  #services .box {
    padding: 0 10px;
  }
}
@media(max-width: 768px){
    .row.heading-row h1{
        font-size: 37px;
        margin-bottom: 20px;
    }
}
#brands {
  padding: 30px 0;
  background: white;
  overflow: hidden;
}
#brands .owl-nav .owl-prev {
  left: -100px;
}
#brands .owl-nav .owl-next {
  right: -100px;
}
#brands .owl-nav button {
  color: #efefef !important;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  justify-content: center;
}
#brands .owl-nav button:hover{
    color: #c6c6c6 !important;
}
#brands img {
  width: 80%;
  border-radius: 2px;
}
#brands .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#brands span{
    transform: translateY(2px);
}

footer .bottom {
  padding-top: 20px;
}
@media(max-width: 991px){
    footer .bottom img{
        max-width: 200px;
    }
}
footer .bottom .menu ul li a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 15px;
  transition: all .2s ease;
}
footer .bottom .menu a.active {
  color: #bebdbd;
}
footer .bottom .menu ul li a:hover{
    color: #f68627;
}
footer .bottom .social-icons ul li a, #products-full .social-icons ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  transition: all .3s ease;
  margin-right: 15px;
}

footer .bottom .social-icons ul li:last-child a {
  margin-right: 0;
}
#products-full .social-icons ul li a{
    background-color: #f8f8f8;
}


footer .bottom .social-icons ul li:first-child a:hover, #products-full .social-icons ul li:first-child a:hover{
  

    background: #3b5999; 
    color: white;
}
footer .bottom .social-icons ul li:last-child a:hover, #products-full .social-icons ul li:last-child a:hover{
  background: #cc1f26;
    color: white;
}
footer .bottom .social-icons ul li:nth-child(3) a:hover, #products-full .social-icons ul li:nth-child(3) a:hover{
    background: #ff0100;
    color: white;
}
footer .bottom .social-icons ul li:nth-child(2) a:hover, #products-full .social-icons ul li:nth-child(2) a:hover{
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}








footer .bottom .social-icons ul li a i, #product-full.social-icons ul li a i {
  font-size: 14px;
}
footer .top {
  padding: 60px 0;
  padding-bottom: 0;
}
footer{
  background-position: left;
  background-size: cover;
  position: relative;
}
footer .top h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
footer .top p {
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}
footer .top p a, footer .top p span {
  font-weight: normal;
}
footer .top .first-adr {
  margin-right: 100px;
  position: relative;
}

footer .top .first-adr.last:before {
  content: none;
}

footer .top .first-adr::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 120%;
  background-color: #cccccc61;
  top: -10%;
  right: -50px;
}
footer .top .first-adr, footer .top .last-adr {
  text-align: center;
}
footer .copy {
  font-size: 11px;
  color: #b5b5b5;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 0px;
}

@media (max-width: 768px) {
  footer .first-adr, footer .last-adr {
    flex-basis: 100%;
    text-align: center;
  }

  footer .first-adr {
    margin-right: 0 !important;
    margin-bottom: 40px;
  }

  footer .top .first-adr::before {
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -20px;
    top: unset;
  }
}
@media (min-width: 1200px) {
  footer .container {
    max-width: 1400px;
  }
}
.category-section #dle-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.brands-kate .image-wrapper img{
    width: 100%;
    max-width: 100%;
    object-fit:cover;
    transition: all 1s ease;
    height: 300px;
}
.brands-kate .image-wrapper img{
    height: auto;
}
.brands-kate .image-wrapper{
    position: relative;
    background: white;
    overflow: hidden;
}
.brands-kate .item:hover .image-wrapper img{
    transform: scale(1.2);
}
.brands-kate .item h2{
    margin-top: 15px;
    position:relative;
    color: #3a4544;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
}
.brands-kate .item h2{
    font-size: 18px;
}
.brands-kate .item h2::before{
    position: absolute;
    content: '';
    width: 0%;
    transition: all .3s ease;
    left: 0;
    bottom: -6px;
    height: 4px;
    background-color: #538085;
}
.brands-kate .item:hover h2::before{
    width: 100%;
}
#about-static{
    padding-bottom: 40px;
}
.category-section{
    padding-bottom: 40px;
}
.page-heading {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* height: 450px; */
    height: 600px;
    margin-bottom: 40px;
}
/* .page-heading.product-banner {
  margin-top: 110px;
} */

 
@media (max-width: 530px) and (min-width: 420px) {
  .page-heading.about {
    height: 142px;
    margin-bottom: 15px;
}
}

.page-heading.about {
  height: 500px;
}
 
@media (max-width: 420px) and (min-width: 390px) {
  .page-heading.about {
    height: 125px;
    margin-bottom: 15px;
}
}


.page-heading .navigation{
    position: absolute;
    top: 43%;
    background: rgba(0,0,0,0.7);
    padding: 1.5rem 2rem;
    color: white;
}
.page-heading .navigation h1{
    font-size: 2em;
}
@media(max-width: 768px){
    .page-heading .navigation{
        padding: 1.4rem 1.7rem;
        top: 44%;
    }
    .page-heading .navigation h1{
        font-size: 24px;
    }
    /* .page-heading{
        margin-top: 81px;
    } */
}

/* @media(max-width: 768px) and (min-width: 720px){
   .page-heading {
     margin-top: -70px; ;
   }
} */

/* @media(max-width: 720px) and (min-width: 680px){
  .page-heading {
    margin-top: -62px;
  }
}

@media(max-width: 680px) and (min-width: 630px){
  .page-heading {
    margin-top: -56px;
  }
}

@media(max-width: 630px) and (min-width: 580px){
  .page-heading {
    margin-top: -48px;
  }
} */


/* @media(max-width: 580px) and (min-width: 530px){
  .page-heading {
    margin-top: -40px;
  }
}

@media(max-width: 530px) and (min-width: 480px){
  .page-heading {
    margin-top: -32px;
  }
}

@media(max-width: 480px) and (min-width: 430px){
  .page-heading {
    margin-top: -25px;
  }
}

@media(max-width: 430px) and (min-width: 380px){
  .page-heading {
    margin-top: -16px;
  }
}

@media(max-width: 380px) and (min-width: 320px){
  .page-heading {
    margin-top: -9px;
  }
} */
 
.page-heading .navigation .breadcrumb-p{
    font-size: 14px;
}
.page-heading .navigation .breadcrumb-p a{
    font-weight: 600;
    transition: all .2s ease;
    border-bottom: 1px solid transparent;
    color: white;
}
.page-heading .navigation .breadcrumb-p a:hover{
    border-color: #ff8921;
    color: #ff8921;
}
.page-heading-bottom .navigation p{
    padding: 20px 0;
    margin: 0;
    color: #777777;
    font-size: 14px;
    font-weight: 100;
}
.page-heading-bottom .navigation p a{
    border-bottom: 1px solid transparent;
    transition: all .2s ease;
    line-height: 14px;
    display: inline-block;
}
.page-heading-bottom .navigation p a:hover{
    border-color: #777777;
}
.page-heading-bottom{
    margin-top: 25px;
}
.page-heading-bottom .navigation p{
    padding: 0;
}
#realty-full{
    padding-bottom: 40px;
}
#realty-full .page-heading-bottom, #news-full .page-heading-bottom{
    margin-top: 30px;
}

#about-static .static-content img{
    display: none;
}
.brands-row .cat-overlay{
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#products-full .fr-dib, .brand-short .fr-dib{
    margin: 0;
}
#products-full .highslide, .brand-short .highslide{
    flex-basis: 25%;
    padding: 15px;
}
#products-full .highslide img, .brand-short .highslide img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991.98px){
    #products-full .highslide, .brand-short .highslide{
        flex-basis: 33.333333333%;
    }
    #products-full .highslide img, .brand-short .highslide img{
        height: 250px;
    }
}
@media (max-width: 767.98px){
    #products-full .highslide, .brand-short .highslide{
        flex-basis: 50%;
    }
    #products-full .highslide img, .brand-short .highslide img{
        height: 230px;
    }
}
@media (max-width: 992px){
    #large-screens .bottom .menu .submenu-li .submenu{
        width: 500px;
    }
    #large-screens .bottom .menu .submenu-li .submenu li{
        flex-basis: 50%;
    }
    #large-screens .bottom .menu .submenu-li i{
        margin-left: 3px;
    }
}
#products-full .highslide p, .brand-short .highslide p{
    margin: 0;
    margin-top: 7px;
}
#large-screens .bottom .menu .menu-a{
    font-size: 15px;
}
.brand-short .col-12{
    display: none;
}
.brand-short p{
    margin: 0;
}
.brand-short .col-12:first-child{
    display: block;
}
#tour-static{
    margin-top: 111px;
    margin-bottom: -8px;
}
#tour-static .static-content img{
    display: none;
}
#tour-static iframe{
    border: none;
    height: calc(100vh - 111px);
}
#contact-static{
    padding-bottom: 40px;
}
#contact-static .contact-form h1{
    margin-bottom: -10px;
}
#contact-static  h1{
    font-size: 26px;
}
#contact-static .info{
    margin-top: 46px;
}
#contact-static .info p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}
#contact-static .info .top {
  width: calc(50% - 60px);
}
#contact-static .bottom {
  width: 50%;
}
#contact-static .info p span, #contact-static .info p a{
    font-weight: normal;
}
@media (max-width: 991px){
    #contact-static .info {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .contactiframe{
        height: 400px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    #contact-static h1{
        font-size: 25px;
    }
    #contact-static .info p{
        font-size: 13px;
    }
}

@media (min-width: 1200px){
    #contact-static .info .top {
      margin-left: 60px;
    }
}
@media (max-width: 576px){
  #contact-static .top:last-child{
    margin: 20px auto 0;
  }
    #contact-static .info p{
        font-size: 11px;
    }
    #contact-static h1{
        font-size: 18px;
    }
}
.brand-short .highslide{
    padding-bottom: 0;
}
.brand-short .page-heading-bottom{
    margin-top: 35px;
}
.alphabet a{
    font-size: 17px;
    padding: 13px 13px 9px 13px;
    color: white;
    background: #f58526;
    position: relative;
}
.alphabet a::before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
    height: 2px;
    background: #e96c02;
    bottom: -6px;
    width: 0;
}
.alphabet .char-wrapper.active a{
    background: #e96c02;
}
.alphabet .char-wrapper:hover a::before{
    width: 100%;
}
.alphabet .char-wrapper.active a::before{
    width: 100%;
}
.alphabet .char-wrapper a{
    transition: all .3s ease;
}
.brands-kate .item-wrapper.active{
    opacity: 0;
    visibility: hidden;
}
.brands-kate .item-wrapper{
    transition: all .3s ease;
}
.alphabet .char-wrapper:hover a{
    background: #e96c02;
}
.alphabet .char-wrapper:first-child a{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.alphabet .char-wrapper:last-child a{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media(max-width: 1200px){
    .alphabet a{
        font-size: 15px;
        padding: 13px 10px 9px 10px;
    }
}
@media(max-width: 991px){
    .alphabet a{
        font-size: 14px;
        padding: 13px 6px 9px 6px;
    }
    .alphabet .char-wrapper:first-child{
        flex-basis: 100%;
        text-align: center;
    }
    .alphabet .char-wrapper:first-child a{
        width: 60%;
        text-align: center;
    }
    .alphabet .char-wrapper a{
        margin-bottom: 11px;
        display: inline-block;
    }
    .alphabet a {
        font-size: 14px;
        padding: 13px 8px 9px 8px;
    }
    .alphabet .char-wrapper:first-child a{
        border-radius: 4px;
    }
    .alphabet .char-wrapper:nth-child(2) a{
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}
@media(max-width: 768px){
    .alphabet .char-wrapper:nth-child(2) a{
        border-radius: 0;
    }
    .alphabet .char-wrapper:last-child a{
        border-radius: 0;
    }
    #tour-static{
        margin-top: 75px;  
    }
}
#catalog-static .static-content img{
    display: none;
}
#catalog-static{
    padding-bottom: 40px;
}
.product-box .short-story-p img, .product-full-story-p img{
    display: none;
}
.product-box .short-story-p, .product-full-story-p{
    margin-top: 25px;
    font-size: 14px;
    margin-bottom: 0px;
}
.product-box .short-story-p br, .product-full-story-p br{
    display: block;
    margin: 10px 0;
    content: " ";
}
#products-full .social-icons{
    padding: 10px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
#products-full .gallery .g-item, .brand-short .g-item{
    flex-basis: 25%;
    padding: 15px;
    padding-bottom: 0;
}
#products-full .gallery .g-item a, .brand-short .g-item a{
    display: block;
}
#products-full .gallery img, .brand-short img{
    width: 100%;
    object-fit: cover;
    height: 287px;
}
#products-full .gallery .g-item p {display: none} .brand-short .g-item p{
    margin: 0;
    margin-top: 7px;
}

@media (max-width: 575.98px){
    #products-full .gallery .g-item, .brand-short .g-item{
        flex-basis: 50%;
    }
    #products-full .gallery img, .brand-short img{
        height: 230px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px){
    #products-full .gallery .g-item, .brand-short .g-item{
        flex-basis: 50%;
    }
    #products-full .gallery img, .brand-short img{
        height: 225px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
    #products-full .gallery .g-item, .brand-short .g-item{
        flex-basis: 33.3333333%;
    }
    #products-full .gallery img, .brand-short .main-gallery img{
        height: 199px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    #products-full .gallery img, .brand-short .main-gallery img{
        height: 202px;
    }
}
.attachment a{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.brand-short .page-heading-bottom{
    margin-top: 30px;
}
.news-post .content p{
    margin: 0;
    font-size: 14px;
}
.news-post .content h1{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    transition: all .3s ease;
}
.news-post .content h1:hover{
    color: #f58425;
}
.news-post .content img{
    display: none;
}
.news-post img{
    height: 250px;
    object-fit: cover
}
.news-post .footer{
    margin-top: 30px;
}
.news-post .footer .date{
    font-size: 14px;
}
.news-post .footer .date i{
    font-size: 18px;
    margin-right: 6px;
    color: #f58425;
}
.news-post .footer .read-more a{
    background: #f58425;
    color: #fff;
    font-size: 13px;
    padding: 9px 10px 7px 10px;
    position: relative;
    transition: all .3s ease;
}
.news-post .footer .read-more a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: black;
    transition: all .3s ease;
    z-index: 1;
}
.news-post .footer .read-more a span{
    position: relative;
    z-index: 2;
}
.news-post .footer .read-more a:hover{
    color: #f58425;
}
.news-post .footer .read-more a:hover::before{
    width: 100%;
}
.news-post .footer{
    border-bottom: 1px solid #f58425;
    padding-bottom: 13px;
}
.news-post .image-wrapper{
    overflow: hidden;
    position: relative;
}
.news-post .image-wrapper::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background: white;
    bottom: 0;
    left: 20px;
    z-index: 2;
}
.news-post .image-wrapper img{
    transition: all 1s ease;
}
.news-post .image-wrapper:hover img{
    transform: scale(1.2, 1.2);
}
#news-full .highslide{
    display:inline-block;
    width: 25%;
    padding: 15px;
    padding-bottom: 0;
}
#news-full .highslide img.fr-dib{
    width: 100%;
    object-fit:cover;
    margin: 0;
    height: 250px;
}
@media (max-width: 991px){
    #news-full .highslide{
        width: 33.33333%;
    }
}
@media (max-width: 768px){
    #news-full .highslide img.fr-dib{
        height: 150px;
    }
}
@media (max-width: 576px){
    #news-full .highslide{
        width: 100%;
    }
    #news-full .highslide{
        padding-left: 0;
        padding-right: 0;
    }
    #news-full .highslide img.fr-dib{
        height: 250px;
    }
}
.catalog-post img{
    max-width: 100%;
}
.catalog-post{
    position: relative;
}
.catalog-post .short-story img{
    display: none;
}
.catalog-post h1{
    font-size: 27px;
}
#products-full .page-heading-bottom{
    margin-top: 15px;
}
#products-full a{
    outline: transparent;
}
#realty-full table td:last-child{
    text-align: right;
}
#realty-full table td:first-child{
    width: 101px;
}
#realty-full table tr:last-child td:last-child{
    text-align: right;
}
#realty-full tr{
    transition: all .3s ease;
    border: none;
    border-bottom: 1px solid #f6862730;
}
#realty-full tr:nth-child(odd){
    background: #fcfcfc;
}
#realty-full table{
    overflow: hidden;
    border-radius: 6px;
}
.table td, .table th{
    border-top: none;
}
#realty-full tr:hover{
    background: #f6862730;
}
#realty-full .gallery a{
    flex-basis: 50%;
    padding: 10px;
}
#realty-full .gallery a img{
    width: 100%;
    object-fit: cover;
    margin: 0!important;
    height: 200px;
}

#products-full, #realty-full, #news-full{
    margin-top: 80px;
}
@media(min-width: 768px){
    /* .page-heading.product-banner, .brand-short{
        margin-top: 111px;
    } */
    .page-heading.product-banner .navigation{
        top: 50%;
        transform: translateY(-50%);
    }
    #products-full, #realty-full, #news-full,.brands-sub-cat{
        margin-top: 111px;
    }
    #realty-full{
        margin-top: 115px;
    }
    #realty-full .gallery a{
        flex-basis: 25%;
        padding: 10px;
    }
}
@media(min-width: 768px){
    #realty-full .gallery{
        margin: 0 -10px;
    }
}
#small-screens.active-white{
    color: black;
    background: white;
    border-bottom: 1px solid #eee;
}
#small-screens.active-white .lang{
    color: black;
    background: white;
}
#about-static .big-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
}
#about-static .big-img:hover{
    transform: scale(1.2,1.2);
}
#about-static .big-img-wrapper, #about-static .sm-img-wrapper{
    overflow: hidden;
}
#about-static .sm-img{
    transform: scale(1.2,1.2);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1s ease;
}
#about-static .sm-img:hover{
    transform: scale(1,1);
}
#about-static .sm-img-wrapper{
    position: absolute;
    width: 300px;
    height: 230px;
    object-fit: cover;
    right: -60px;
    top: 33%;
}
#about-static .static-content p{
    font-size: 15px;
}
@media(max-width: 991px){
    #about-static .sm-img-wrapper{
        height: 180px;
        right: 0;
    }
}
@media (min-width: 992px){
    .brands-kate .col-lg-2{
        max-width: 20%;
        flex-basis: 20%;
    }
}
.static-content p{
    margin: 0;
}
#about-static .carousel img{
    height: 280px;
    object-fit: cover;
}
#about-static .page-heading-bottom{
    margin-top: 15px;
}
@media(max-width: 991px){
    #about-static .carousel img{
        height: 220px;
    }
    footer .copy{
        padding-top: 10px
    }
}
#about-static .carousel{
    overflow: hidden;
}
.news-post .content{
    display: flex;
    flex-wrap: wrap;
}
.news-post .content a, .news-post .content p, .news-post .content .footer{
    flex-basis: 100%;
    align-items: flex-end;
}
@media(min-width: 1200px){
    .news-post .content{
        height: 212px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    .news-post .content{
        height: 275px;
    }
}
#categories .image-wrapper, .products-kate .image-wrapper, .product-box .image-wrapper{
    position: relative;
}
.products-kate .image-wrapper img.second-img, #categories .image-wrapper img.second-img, .product-box .image-wrapper img.second-img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.products-kate .image-wrapper img, #categories .image-wrapper img, .product-box .image-wrapper img{
    transition: all 1.5s ease;
}
.products-kate .item:hover .second-img, #categories .item:hover .second-img, .product-box:hover .second-img{
    opacity: 1 !important;
}
.products-kate .item:hover .main-img, #categories .item:hover .main-img, .product-box:hover .main-img{
    opacity: 0;
}
footer .logo{
    position: relative;
}
footer .overlay{
    display: none;
    position: absolute;
    left: -30px;
    width: 130%;
    height: 340px;
    bottom: -37px;
    z-index: 0;
    background-image: url(../img/black-texture-1.jpg); 
   
    background-size: cover;
    background-position: top;
}
footer .logo a{
    position: relative;
    z-index: 2;
}
footer{
    overflow: hidden;
    /* background-image: url(../img/deep-blue-texture-background.jpg); */
    background-image: url(../img/footer.jpg);
    color: #454749;
}
@media(max-width: 576px){
    /* .page-heading{
        background-position: 100% 50%;
    } */
    #slider .container-fluid .col-12 .item {
        height: 260px;
    }
    .page-heading .navigation{
        padding: 10px 30px 5px;
        top: 47%;
    }
    .page-heading .navigation h1{
        font-size: 17px;
    }
    .page-heading .navigation .breadcrumb-p{
        font-size: 12px;
    }
}

@media(max-width: 768px){
  .page-heading{
       height: 200px;
       margin-bottom: 15px;
  } 
}

#servisler .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
}

#servisler .icon-wrapper img {
  width: 150px;
}

#servisler {
  margin-bottom: 100px;
}

#servisler .icon-box h4 {
  margin-top: 15px;
}
 






@media (min-width: 768px) and (max-width: 991.98px){
  .news-post .content{
    height: 257px;
  }
}
.catalog-post .more{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f68627;
  opacity: 0;
  transition: all .5s ease;
}
.catalog-post .image-wrapper{
  position: relative;
  cursor: pointer;
}
.catalog-post .image-wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, .7);
}
.catalog-post .image-wrapper::after{
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  border: 2px solid white;
}
.catalog-post:hover .image-wrapper::before{
  opacity: 1;
}
.catalog-post:hover .image-wrapper::after{
  opacity: 1;
}
.catalog-post:hover .more{
  opacity: 1;
}
.page-heading .product-banner{
  margin-top: 111px;
}

.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}

.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}

@media (min-width: 1200px){
  .catalog-cont{
      max-width: 1380px;
  }
}
.text_855f{
  color: transparent !important;
}
jdiv.globalClass_c0a5 .label_2dac._bottom_02c3.notranslate{
  min-width: auto !important;
  border-radius: 100% !important;
  width: 65px !important;
  height: 65px !important;
  right: 20px !important;
  bottom: 20px !important;
}
jdiv.globalClass_c0a5 .label_2dac._bottom_02c3.notranslate::after{
  content: '';
  background-image: url("/img/ballon.svg");
  width: 30px;
  height: 31px;
  background-size: -1px 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.leaf_5ba2._bottom_de44 .cssLeaf_72dd{
  display: none;
}
.labelStatus_941e{display: none;}

.bottom-navigation {
  display: none
}

@media (max-width: 768px) {
  .page-heading .navigation {
    display: none;
  }

  .bottom-navigation {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .category-section .page-heading-bottom.furniture {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 0;
    height: auto  !important;
  }

  .page-heading-bottom.furniture .video-wrapper video {
    height: 100% !important;
}
  .page-heading-bottom.furniture .video-wrapper,.category-section .page-heading-bottom.furniture .dlepl--borderRadius .plyr,.category-section .page-heading-bottom.furniture  .dleplyrplayer {
    height: 400px !important;
    max-height:none !important
  }
  .furniture .video-wrapper{margin-bottom:30px}
  .furniture .plyr__video-wrapper {
    overflow: visible;
    padding: 0 !important;
    height: 100% !important;
}

}

.category-section .page-heading-bottom.furniture {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 0;
  height: 100vh;
}




.category-section .page-heading-bottom.furniture.product {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 0;
  height: 600px;
}

.brand-short.furniture {
  margin-top: 40px;
}

.brand-short.furniture .main-gallery {
  display: none !important;
}

.category-section .page-heading-bottom.furniture .navigation {
  position: absolute;
  top: 40%;
  background: rgba(0,0,0,0.7);
  padding: 1.5rem 2rem;
  color: white;
}

.page-heading-bottom .navigation h1 {
  font-size: 2em;
}

.page-heading-bottom.furniture .navigation .breadcrumb-p a {
  font-weight: 600;
  transition: all .2s ease;
  border-bottom: 1px solid transparent;
  color: white;
}

.page-heading-bottom.furniture .navigation .breadcrumb-p {
  font-size: 14px;
  color: #fff;
}

.furniture-content .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
  object-position: center;
  filter: brightness(0.8);
}
 
.furniture-content {
  padding: 3rem 0;
}

.furniture-content .row {
  justify-content: center;
}

@media (min-width: 992px) {
  .furniture-content .row  .col-lg-4:last-child,
  .furniture-content .row  .col-md-4:last-child,
  .furniture-content .row  .col-12:last-child,
  .furniture-content .row  .col-6:last-child{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 68.333333%;
    max-width: 52.333333%;
}
}
 

.furniture-content .item {
  height: 320px;
  position: relative;
}

.furniture-content .item .image-wrapper {
  width: 100%;
  height: 100%;
}

.furniture-content .item .content h3 {
  color: white;
  padding: 0 1rem;
  font-weight: 600;
}

.furniture-content .item .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 76px;
  padding: 0 28px;
}

.furniture-content .item .content::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 1.2px;
  height: 94%;
  background: white;
}

.furniture-content .item .image-wrapper .second-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.furniture-content .item:hover .second-img {
  opacity: 1;
}

.page-heading-bottom.furniture .video-wrapper {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}

.page-heading-bottom.furniture  .video-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
-200deg
, #000000b8 30%, #00000017, transparent);
}

.page-heading-bottom.furniture .video-wrapper video {
  object-fit: cover;
  object-position: top;
  height: 100vh;
  width: 100%;
}

@media (max-width: 768px) {


.furniture-content {
  padding: 0;
}

.page-heading-bottom.furniture .navigation {
  display: none;
}
}
 
.furniture-footer .bottom {
  display: none
}

/* Shine */
#services .image-wrapper {
	position: relative;
  overflow: hidden;
}
#services .image-wrapper::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
#services .image-wrapper:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.ytp-large-play-button {
  display: none !important;
}

.ytp-chrome-bottom {
  display: none !important;
}

.ytp-impression-link {
  display: none !important;
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
  display: none !important;
}
 
.video-wrapper iframe {
  height: 100vh;
  width: 100%
}