*{
    font-family: 'Proxima Nova';
    font-weight: 400;
    color:#231f20
}
ul{
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
b, strong{font-weight:700;}
a{color:inherit}
a:hover{color:#c9b05d}
button,select,input{
    -webkit-appearance: none !important;
}
button:focus,button:hover{
    border:none;
    outline:none
}
.lang-list img {
    width: 25px;
    margin-right: 5px;
}
.lang-list{margin-right:21px;}
/* Header */
header {
    position: absolute;
    width: 100%;
    z-index: 2;
    top:0;
}
header.fixed-header {
    position: fixed;
    transition: 500ms all ease;
    z-index: 99999;
    background-color: white;
}
header.fixed-header .nav-top {
    display: none;
}
header.fixed-header .nav-center {
    padding: 15px 0;
}
.nav-top {
    background: #ebebeb;
    padding: 8px 0;
}
.nav-top-list li{
    margin-right:15px
}
.nav-top-list li:last-of-type{
    margin-right:0
}
.nav-top-list li a{
    transition: 500ms all ease
}
.nav-item {
    /*margin-right: 55px;*/
    padding:13px 0;
    position: relative;
}
.navbar-nav{
    width:100%;
}
.nav-item a:before{
    transition: 500ms all ease;
    content: '';
    width: 100%;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 99999;
}
.nav-link{
    transition: 500ms all ease;
}
.nav-item:last-of-type {
    margin-right: 0;
}
.nav-top-number{margin-bottom:0}
.navbar {
    border: 1px solid #e9e9e9;
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin-bottom: 1px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding:0
}
.num-btn {
    display: inline-block;
    background: #fbfbfb;
    border: 2px dashed #ededed;
    /* -webkit-box-shadow: 0 9px 13px rgb(0 0 0 / 15%); */
    /* box-shadow: 0 9px 13px rgb(0 0 0 / 15%); */
    border-radius: 4px;
    padding: 4px 11px;
    /* color: white; */
    transition: 500ms all ease;
    margin-right: 21px;
}
.num-btn:hover{
    background:transparent;
    color:#231f20;
}
.nav-center {
    padding: 4px 0;
}
.navbar-brand{
    padding:0;
    margin:0
}
.social-menu {
    position: relative;
    border-radius: 4px;
    /* background: #c9b05d; */
    background-color: #ededed;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 5px 7px;
    cursor: pointer;
    display: inline-block;
}
.social-menu img{
    width: 25px;
    height: 25px;
    /* filter:invert(1); */
}
.social-menu:hover{
    background: #212123;
    border-radius: 4px 4px 0 0;
}
.social-menu:hover img{
    filter: invert(1);
}
.social-menu-inner {
    cursor: auto;
    position: absolute;
    top: 71px;
    right: 0;
    width: 248px;
    background: #212123;
    padding: 20px 18px;
    z-index: 99999999999999999;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    pointer-events: none;
}
.social-menu-inner:before {
    content: '';
    position: absolute;
    top: -21px;
    right: 0;
    width: 55px;
    height: 23px;
    background: #212123;
}
.social-menu:hover .social-menu-inner{
    opacity: 1;
    pointer-events: auto;
}
.social-block-wrapper {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.social-block-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color:#101013;
}
.social-block-link i{
    color:white;
    transition: 500ms all ease;
}
.social-block-link:hover i{
    color:#c9b05d
}
.wearesocial{
    display: block;
    width: 100%;
    color: white;
    text-align: left;
    margin-bottom: 10px;
}
.call-icon {
    display: inline-block;
    margin-right:8px;
    filter:invert(1)
}

/* end */
#slider{
    height: 540px;
}
.static-page,#slider,.cat-page,.full-page,.contact-page{
    margin-top: 164px;
}
.carousel-control-prev-icon,.carousel-control-next-icon {
    background-image: none;
}
#slider .carousel-control-prev-icon i, #slider .carousel-control-next-icon i {
    color: white;
    transition: 0.5s;
}
.carousel-control-prev,.carousel-control-next {
    font-size: 36px;
}
.carousel-control-prev {
    left: 13px;
}
.carousel-control-next {
    right: 13px;
}
.carousel-indicators {
    margin-bottom: 10px !important;
    padding-bottom: 20px;
    z-index: 0;
}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: white;
    border: none;
    opacity: 1;
    position: relative;
    border-radius: 50%;
    outline: none;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    margin: 0 15px;
    cursor: pointer;
}
.carousel-indicators li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    /* border: 1px solid white; */
    border-radius: 50%;
    opacity: 0;
}
.carousel-indicators li.active:before {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.carousel-indicators li svg {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    fill: transparent;
    stroke: white;
    stroke-width: 3px;
    stroke-dasharray: 94;
    stroke-dashoffset: 94;
}
.carousel-indicators li.active svg {
    -webkit-animation: fill-button 5s linear forwards;
    animation: fill-button 5s linear forwards;
}
.carousel-indicators li.active {
    background: white;
}
@keyframes fill-button{
    0% {
        stroke-dashoffset: 94;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

#slider .circle {
    /* background: hsla(0,0%,100%,.1); */
    width: 520px;
    height: 520px;
    right: 73px;
    bottom: -120px;
    border-radius: 50%;
    transform: scale(.6);
    transition: transform 1.8s;
    position: absolute;
    animation:scale 5s forwards;
}
@keyframes scale{
    to{
        transform: scale(10);
    }
}
@keyframes scaleMobile{
    to{
        transform: scale(2);
    }
}
/* #slider .carousel-item.active .circle {
    
} */
.carousel-item{
    overflow: hidden;
    background-color: #68686b;
    background-image: url('/img/texture.png');
    /*z-index: 999999999999;*/
    background-repeat: no-repeat;
    background-size: 37%;
    background-position: -28%;
}
.carousel-caption h5{
    color: white;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
}
.carousel-caption{
    position: static;
    text-align: left;
    width: 70%;
}
.carousel-caption p{
    color: white;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
    margin: 16px 0 90px;
}
.carousel-caption a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 14px;
    background: white;
    border-radius: 4px;
    font-size: 19px;
    font-weight: 700;
    color: #231f20;
    font-size: 19px;
    transition:500ms all ease;
    border: 2px solid transparent
}
.carousel-caption a:hover{
    border: 2px solid white;
    background-color: transparent;
    color:white
}
.pad-1{
    padding:0 50px
}
/* end */

/* Categories */
.owl-nav .owl-prev, .owl-nav .owl-next {
    background: #fff !important;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: 0;
    box-shadow: 0 12px 40px 0 hsl(0deg 0% 77% / 80%);
    transform: translateY(-50%);
}
.owl-nav .owl-prev img {
    transform: rotate(180deg);
}
.owl-nav .owl-next {
    right: -24px;
}
.owl-nav .owl-prev {
    left: -24px;
}
#categories .owl-nav img {
    width: 6px;
}
.cat-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 5%);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.cat-item:hover img {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
}
.cat-item .cat-back-img {
    width: 100%;
    height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .4s ease-in-out;
    border-radius: 16px;
}
.cat-item .overlay {
    background-color: #00000070;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 16px;
}
.cat-descr {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 22px;
    color: #b2b2b2;
    font-weight: 400;
}
.cat-item-wrap {
    position: absolute;
    padding: 32px;
    bottom:0
}
.cat-item h2 {
    line-height: 1.29;
    font-size: 23px;
    margin-bottom: 11px;
    color: white;
    font-weight: 700;
}
#categories {
    padding: 100px 0;
    position: relative;
}
.cat-url{
    font-size: 14px;
    padding: 10px 61px;
    background: #d2ad2c;
    color: #fff;
    display:inline-block;
    font-weight: 700;
    border-radius: 21px;
    transition: all .2s ease-in-out;
    letter-spacing: 0.7px;
}
.cat-url:hover{
    background-color: #b89728;
    color:white
}
/* end */
/* Products */
#products{
    padding: 60px 0;
    background: #EDEDED;
}
#products .col-lg-3{
    padding:0 10px;
}
#products .row{
    margin:0 -10px
}
.to-likes {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    background: url(../img/to_likes.svg) no-repeat center;
    transition: all 0.2s ease-out;
    width: 25px;
    height: 25px;
    z-index: 1;
}
.to-likes.active {
    background: url(../img/to_likes_a.svg) no-repeat center;
}
.product-item {
    margin-bottom: 20px;
    background:white;
    display: block;
    position: relative;
    overflow: hidden;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.product-item img{
    /*padding: 15px;*/
    height: 250px;
    object-fit: cover;
}
.product-item:hover{
    box-shadow: 0 19px 13px -11px #a7a6a6;
}
.pro-desc {
    text-align: center;
    padding: 5px 20px 30px;
    min-height: 190px;
}
.pro-desc b {
    padding: 0 10px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 22px;
    display: block;
    width: 100%;
    font-weight: normal;
    transition:500ms all ease
}
.pro-desc span{
    opacity: 0.5;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin: 0 0 8px 0;
    display: block;
    width: 100%;
}
.product-item:hover b{
    color:#c9b05d
}
.pro-details {
    border-radius:3px;
    padding: 10px 0 0;
    display: inline-block;
    padding: 10px 34px;
    background: #d8d6d6;
    margin-top: 40px;
    transition:500ms all ease
}
.pro-details:hover{
    color:inherit;
    background-color:#bababa;
    color:white
}
.title {
    font-size: 26px;
    color: #000000;
    display: block;
    margin: 0 0 45px 0;
}
/* end */
/* Advantages */
#advantages{
    padding:100px 0;
}
.advantages-wrapper{
    margin:0 -15px;
}
.advantages-item {
    width: 20%;
    padding: 0 15px;
    text-align: center;
}
.advantages-item img {
    width: 50%;
    margin-bottom:70px
}
.advantages-text p {
    line-height: 25px;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
/* end */
/* footer */
footer{
    padding: 50px 0;
    background-color: #000;
}
footer a{
    color:white
}
.footer-links li{
    display:inline-block;
    margin-right: 15px;
}
.footer-links {
    text-align: right;
}
.footer-num img {
    margin-right: 4px;
}
.footer-num{
    margin-top:20px;
}
.footer-links li:last-of-type{margin-right:0;}
.footer-links a:hover{
    color:white
}
/* footer h2{
    font-size: 22px;
    margin: 0 0 25px 0;
    width:fit-content
} */
.footer-links a:after,.footer-head-title h2:after {
    content:"";
    width: 0;
    height: 1px;
    background-color:white;
    display: block;
    transition: 500ms all ease;
    margin-top: 1px;
}
.footer-links a:hover:after,.footer-head-title h2:hover:after {
    width: 100%;
}
.footer-links  a{
    font-size: 13px;
    display: inline-block;
}
#section-bottom{
    background: #2d2d2d;
    padding:10px 0
}
.createby,.copy{
    color:white;
    margin-bottom:0;
    font-size: 12px;
}
.copy{
    font-weight: 700;
}
.createby{
    text-align:right;
}
.nav-top-number a,.createby a{
    transition: 500ms all ease;
}
.footer-social-media li{
    display:inline-block;
    margin-right: 5px;
}
.footer-social-media li a{
    background-color: white;
    color: black;
    border-radius: 50%;
    width:30px;
    height:30px;
    display:inline-block;
    line-height: 31px;
    text-align:center;
    transition:500ms all ease;
}
.footer-social-media li a:hover{
    background-color: #917d39;
}
.footer-social-media li a:hover i{
    color:white;
}
.footer-social-media{
    margin-top: 16px;
}
footer h3{
    font-weight: 700;
    font-size: 16px;
    color: white;
    margin-bottom: 0;
    margin-top: 20px;
}
/* end */
@media (min-width:992px){
    section{
        overflow-x:hidden;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1110px;
    }
}
/* Social */
#social-networks {
    padding: 60px 0;
    background: #EDEDED;
}
#social-networks h2 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 0;
}
#social-networks ul {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
#social-networks ul li {
    display:inline-block;
    margin-right: 50px;
}
#social-networks ul li a .socialM {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    background: #fff;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 30%;
    -moz-box-shadow: 0 7px 18px -7px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 7px 18px -7px rgb(0 0 0 / 18%);
    box-shadow: 0 7px 18px -7px rgb(0 0 0 / 18%);
    opacity: 0.99;
}

#social-networks ul li a .socialM:before {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    top: 90%;
    left: -110%;
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#social-networks ul li a .socialM.facebook:before {
    background: #3b5998;
}
.socialM.instagram:before {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(
45deg
, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(
45deg
, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.socialM.youtube:before {
    background: #c4302b;
}
#social-networks a .socialM i {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    font-size: 38px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.socialM.facebook i {
    color: #3b5998;
}
.socialM.instagram i {
    color: #df3e43;
}
.socialM.youtube i {
    color: #c4302b;
}
#social-networks ul li a .socialM:hover:before {
    top: -10%;
    left: -10%;
}
#social-networks ul li a .socialM:hover i {
    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.socialName {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
/* end */
/*Static pages*/
.about-page img{
    width:50%;
    margin:0 auto;
    -moz-box-shadow: 17px 17px 6px 0 #938465;
    -webkit-box-shadow: 17px 17px 6px 0 #938465;
    -khtml-box-shadow: 17px 17px 6px 0 #938465;
    box-shadow: 17px 17px 6px 0 #938465;
}
.head{
    padding: 80px 0;
    background-image: url(/img/static-back.png?=jkfd);
    background-size: 100%;
    background-position: bottom;
    filter: grayscale(1);
    background-repeat: no-repeat;
    color: white;
    position: relative;
}
.static-title {
    font-weight: 700;
    letter-spacing: 0.3px;
    color: white;
    margin: 0;
}
.static-content {
    padding: 50px 0;
}
.static-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    background-color: #00000063;
}
.static-breadCrumb{
    background-color: #dbdbdb;
}
.bread-crumb {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.bread-crumb .icon {
  font-size: 14px;
  color:white;
}
.bread-crumb li {
  float: left;
}
.bread-crumb li a {
  color: #747474;
  display: block;
  background: #848484;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
.bread-crumb li:nth-child(even) a {
  background-color: transparent;
  transition:500ms all ease;
}
.bread-crumb li:nth-child(even) a:before {
  border-color: transparent;
  border-left-color: transparent;
  transition:500ms all ease;
}
.bread-crumb li:nth-child(even) a:after {
  border-left-color: #baa352;
  transition:500ms all ease;
}
.bread-crumb li:first-child a {
    color:white;
  padding-left: 15px;
}
.bread-crumb li:first-child a:before {
  border: none;
}
.bread-crumb li:last-child a {
  padding-right: 15px;
}
.bread-crumb li:last-child a:after {
  border: none;
}
.bread-crumb li a:before, .bread-crumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
.bread-crumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
.bread-crumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #848484;
}
.bread-crumb li a:active {
  background-color: #16a085;
}
.bread-crumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
.bread-crumb li a:active:after {
  border-left-color: #16a085;
}
.highslide-viewport-size {
    background-color: #000;
}
.highslide-container {
    z-index: 9999999 !Important;
}
.gallery-page .highslide,.gallery-content iframe {
    width: calc(33.333333% - 10px);
    display: inline-block;
    margin: 5px;
    overflow:hidden;
}
.gallery-content iframe{height:353px;}
.gallery-page .highslide img{
    width: 100%;
    margin: 0;
    height: 353px;
    object-fit: cover;
    transition:.5s all ease;
}
.gallery-page .highslide img:hover{
    transform:scale(1.1);
}
.gallery-content{margin:0 -5px;}
.gallery-content .nav-tabs{
    margin: 0 auto;
    height: 56px;
    border-bottom: none !important;
}
.gallery-content .nav-tabs .tab-item.active-tab {
    color: #1e864a;
}
.gallery-content .tab-link {
    min-width: 145px;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #73757a;
    text-decoration: none;
}
.gallery-content .nav-tabs .tab-link.active span {
    color: #a38e42;
}
.gallery-content .nav-tabs .tab-item .underline {
    width: 0;
}
.gallery-content .tab-link.active + .underline {
    width: 100%;
    border-bottom: 3px solid #a38e42;
    position: relative;
    margin: -3px auto 0;
    transition: all .5s ease-out;
}
.tab-item{
    transition: all .5s ease-out;
}
.nav-tabs .tab-item:hover {
    background: #a38e4273;
}
.tab-content .tab-pane.active {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
}
/* end */
/*Cat page*/
.cat-content{
    padding:50px 0;
    background:#EDEDED;
}
.cat-content #dle-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-pack: center;
    justify-content: center;
}
.full-content{
    padding:50px 0;
}
.contact-form{
    padding:50px 0;
}
.loc {
    cursor: pointer;
    transition: background .1s linear;
}
.loc:hover {
    background-color: #f7f7f8;
    border-bottom: 1px solid #bba351;
}
.loc:hover .loc-content {
    border-bottom: none;
}
.loc.active {
    background-color: #f7f7f8;
    border-bottom: 1px solid #bba351;
}
.loc.active .loc-content {
    border-bottom: none;
}
.loc .loc-content {
    align-items: center;
    padding: 25px 0px;
    border-bottom: 1px solid #d6d9db;
}
.loc-content p {
    margin-bottom: 0px !important;
}
.loc-content img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.loc h2 {
    font-weight: 700;
}
.gm-style-iw.gm-style-iw-c {
    width: 235px;
    height: auto;
    max-height:initial !important;
    padding: 30px !important;
    border-bottom: 2px solid #c68400;
}
.gm-style .gm-style-iw-d{max-height:initial !important;overflow: initial !important;}
.gm-style-iw.gm-style-iw-c button {
    width: 30px !important;
    height: 30px !important;
    top: 10px !important;
    right: 10px !important;
}
.gm-style-iw.gm-style-iw-c button img{
    margin: 0 !important;
    width:auto !important;
    height:auto !important;
}
.gm-style-iw-d .popupText {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight:700;
}
.gm-style-iw-d .innerpopupText {
    font-weight: 300;
    font-size: 16px;
    color: #5a6771;
    line-height: 23px;
}
.full-content a.highslide{
    width: calc(33.333333% - 20px);
    display: inline-block;
    margin: 10px;
    border: 3px solid #b8a04f;
}
.full-content .row{
    margin:0 -10px;
}
.full-content img{width:100%;}
.full-content a.highslide img{
    margin: 0;
    padding: 5px;
    width:100% !important;
}
.cat-page .news-item {
    margin-bottom: 10px;
}
.img-wrap {
    overflow: hidden;
    position: relative;
}
.img-wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: -webkit-gradient(180deg,#000 -26%,hsla(0,0%,100%,0) 73%);
    background-image: -o-linear-gradient(180deg,#000 -26%,hsla(0,0%,100%,0) 73%);
    background-image: linear-gradient(
180deg
,#000 -26%,hsla(0,0%,100%,0) 73%);
    opacity: .6;
}
.news-item img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position:top;
    transition: 500ms all ease;
}
.news-info {
    padding: 29px 29px 21px;
    background-color: white;
    color: #3b3b3b;
}
.news-info h3 {
    min-height: 4.5rem;
    display: block;
    display: -webkit-box;
    font-size: 1rem;
    max-height: 4.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.date {
    font-size: 1rem;
    opacity: .3;
}
.img-wrap:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
/* end */
#map {
    height: 400px;
}
.navbar-toggler-menu {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: none;
    border: none;
}
#products .col-lg-3:last-of-type .product-item{margin-bottom:0;}
.navbar-brand img{width:100%;}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #6b5d2b;
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
.dropdown-toggle:after{
content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 5px;
    margin-bottom: 2px;
    transition: 0.5s all ease;
}
@media (min-width: 991.98px) {
    .dropdown-toggle:hover:after{
    border-color: #c9b05d;
    }
    .nav-item:hover a:before {
        background: #c9b05d;
    }
    #products .col-lg-3:nth-last-child(2) .product-item,#products .col-lg-3:nth-last-child(3) .product-item,#products .col-lg-3:nth-last-child(4) .product-item{margin-bottom:0;}
    .dropdown:hover .dropdown-menu {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    }
    .dropdown-menu a {
    text-decoration: none;
    color: #212121;
    font-size: 13px;
    padding: 16px 30px;
    display: block;
    text-transform: uppercase;
    transition: 500ms all ease;
    }
    .dropdown-menu{
    z-index: 21;
    position: absolute;
    left: 0;
    width: 250px;
    /*top: 54px;*/
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    transition: all .25s ease-in-out;
    border: none;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    display: block;
    opacity: 0;
}
}
@media (max-width: 1199.98px) {
    }
@media (max-width: 991.98px) {
    .full-content a.highslide{
        width: calc(50% - 20px);
    }
    .gallery-page .highslide, .gallery-content iframe{width:calc(50% - 10px);}
    .dropdown-toggle:after{
        border-color:white;
    }
        .lang-list {
    margin-right: 21px;
    text-align: center;
    margin-right: 0;
    }
    .dropdown-menu{
        background: transparent;
        border: none;
        padding-left: 35px;
    }
    #products .col-lg-3:nth-last-child(2) .product-item,#products .col-lg-3:nth-last-child(3) .product-item{margin-bottom:0;}
    .copy{margin-bottom:5px;}
    .createby,.copy{text-align:center;font-size:17px;}
    .footer-links li{margin-bottom:20px;width:calc(33.333333% - 23px);}
    .footer-links li:last-of-type,.footer-links li:nth-last-child(2),.footer-links li:nth-last-child(3){margin-bottom:0;}
    .footer-num{font-size:17px;}
    .footer-links{text-align:left;margin-top:50px;}
    .title {
        font-size: 20px;
    }
    .footer-links a{font-size:16px;}
    #social-networks ul{margin-top:20px;}
    #social-networks ul li{margin-right:10px;}
    .advantages-item{width:25%;margin-bottom:25px;}
    .advantages-item:last-of-type{margin-bottom:0;}
    .advantages-item img{margin-bottom:15px;width:45%;}
    .advantages-text p{font-size:14px;line-height: 14px;}
    #categories .col-md-4{margin-bottom:20px;}
    #slider .circle{
        animation:scaleMobile 3s forwards;
    }
    #slider .circle{
        left:73px;
    }
    .carousel-caption,.carousel-caption a{width:100%;padding-top:0;}
    .static-page, #slider, .cat-page, .full-page, .contact-page {
    margin-top: 96px;
    }
    .nav-item a{
        padding: 20px 30px !important;
    border-bottom: 1px solid #6b5d2b;
    color: white;
    }
    .nav-item{margin-right:0;padding:0;}
    #navbarSupportedContent.active {
        left: 0;
    }
    #navbarSupportedContent {
        padding-top: 100px;
        display: block;
        overflow-y: scroll;
        position: fixed !important;
        height: 100vh;
        background: #a79144;
        top: 0;
        bottom: 0;
        width: 100%;
        left: -100%;
        transition: 0.5s all ease;
        z-index: 9999;
    }
    .navbar-toggler-menu {
    display: block;
    position: relative;
    z-index: 99999;
}
}
    
    
@media (max-width: 767.98px) {
    .loc .loc-content,.loc .loc-content .col-md-2 {
    text-align: center !Important;
    }
    .loc-content img{margin-top:14px;}
    .loc-content p {
    margin-bottom: 10px !important;
    }
    .gallery-page .highslide, .gallery-content iframe{width:100%;}
    .about-page img{width:100%;}
    .advantages-item{width:33.333333%;}
    .advantages-item:last-of-type,.advantages-item:nth-last-child(2){margin-bottom:0;}
    #categories,#products,#advantages{padding:50px 0;}
    .carousel-indicators{padding-bottom:5px;}
    .title {
    margin: 0 0 25px 0;
    }
    .carousel-caption a {
    padding: 6px;
    width: 66% ;
    font-size: 15px;
    }
    .carousel-caption h5 {
        font-size: 20px;
    }
    .carousel-caption p {
    color: white;
    font-size: 10px;
        margin: 16px 0 16px;
    }
    #slider{height:320px;}
}
@media (max-width: 575.98px) {
    .full-content a.highslide{
        width:100%;
    }
    .owl-nav .owl-next {
    right: 0;
    }
    .owl-nav .owl-prev {
        left: 0;
    }
    .carousel-item{
            background-size: 70%;
    background-position: -100%;
    }
    #map{height:300px;}
    .contact-part{padding:50px 20px !important;}
    .cat-content .col-lg-3:last-of-type .product-item,#products .col-lg-3:last-of-type .product-item{margin-bottom:0;}
    .static-breadCrumb .container{padding:0;}
    .call-icon {
    margin-right: 2px;
    width: 11px;
    }
    .num-btn {
    padding: 11px 11px;
    font-size: 12px;
    margin:0 auto;
    }
    .static-page, #slider, .cat-page, .full-page, .contact-page {
    margin-top: 90px;
    }
}
@media (max-width: 350px) {
    .footer-links a{font-size:15px;}
    .call-icon {
    margin-right: 2px;
    width: 11px;
    }
    .num-btn {
    padding: 11px 5px;
    font-size: 9px;
    }
    
}
.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;
}





















