body { 
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  color: #ded7d3;
  background-color: #1d1d1b;
  -webkit-font-smoothing: antialised; } 

.hidden {
  display: none; }

section {
    padding: 80px 0 80px;
}

a:active, a:focus, button, input, textarea { outline: none; }

.wrapper{
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  margin: auto;
}
.container-1700{
  margin-left: auto;
  margin-right: auto;
  max-width: 170rem;
  width: 100%;
}

/*--------header----------*/
.header{
  padding: 10px 0;
  z-index: 3;
}
.header-content{
  display: flex;
  align-items: center;
}
.header-contacts{
  display: flex; 
  align-items: center;
  border-bottom: 1px #d5b390 solid;
  margin-left: 0px;
  padding-bottom: 8px; 
}
.header-logo img{
  width: 160px;
}
.header-logo {
  width: 20%;
  display: flex;  
}
.header-logo a{
  width: unset;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
  align-items: center;
}
.header-item{
  flex-grow: 1;
  width: 100%;
}
.adress-item{
  display: block;
}
.header-lines{
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-adress p{
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
}
.header-phone{
  text-align: right;  
}
.header-phone a{
  color:  #fff;
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  display: inline-block;
  font-weight: 800;
}
.header-phone a:hover{
  color: #d5b390;
  transition: all .5s ease;
}
.header-phone p{
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 4px;
  line-height: 1.2;
}
.header-phone-item ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.header-phone-item ul li{
  display: inline-block;
  margin-right: 4px;
}
.header-phone-item ul li img{
  width: 20px;
}
.header-phone-item{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-btn{
  text-align: right;
}
.header-btn a{
  padding: 12px 20px 12px 20px;
    background-color: #d5b390;
    border: 1px #d5b390 solid;
    text-align: center;
    color: #1d1d1b;
    border-radius: 0px;
    font-size: 14px;
}
.header-btn a:hover{
  background-color: #fff;
  border: 1px #fff solid;
  color: #1d1d1b;
  transition: all .5s ease;
}
.header-lines-mobile{
  display: block;
  align-items: center;  
  border-bottom: none;
  margin-left: 0;
  padding-bottom: 0;
}
.menu-section{
  margin: 0;
  padding-left: 0;
}
/*-------------------------*/

/*---------own-section-----*/
.header-carousel{
  padding: 0;
}
.header-carousel .col-sm-12{
  padding: 0;
}
.header-carousel .item{
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
}
.own-section-text h1,
.own-section-text h2{
  color: #d5b390;
    /*text-transform: uppercase;*/
    /*width: 44%;*/
    font-size: 46px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}
ul.home-list {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    width: 38%;
}
ul.home-list li {   
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px #fff dashed;
    margin-bottom: 0;
}
.header-carousel .home-list li img {
    display: block;
    width: 10px;
    position: relative;
    margin-right: 8px;
}
.own-section-text{
  /*background-color: #ded7d3;*/
    width: 700px;
    padding: 20px;
    margin-left: 8%;
}
.header-carousel .owl-controls {
    left: 0;
    top: 47%;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav {
    top: 0;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav>div {
    position: absolute;
    left: 25px;
    font-size: 20px;
    line-height: 38px;
    color: #ded7d3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: rgba(26,26,27,.5);
    border-radius: 50px;
    padding: 6px 20px;
}
.header-carousel .owl-controls .owl-nav>div.owl-next {
    right: 25px;
    left: auto;
}
.header-carousel .owl-controls .owl-nav>div:hover {
    color: #d5b390;
}
.header-carousel .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 240px;
}
.header-carousel .owl-dots .owl-dot.active {
    background-color: #d5b390;
}
.header-carousel .owl-dots .owl-dot {
    background-color: transparent;
    border-radius: 10em;
    display: inline-block;
    height: 8px;
    margin: 3px;
    webkit-border-radius: 10em;
    width: 8px;
    border: 1px #d5b390 solid;
}
.head-btn a{
  padding: 14px 18px 14px 18px;
   background-color: #d5b390;
    border: 1px #d5b390 solid;
    text-align: center;
    color: #000;
    border-radius: 0px;
    font-size: 14px;
    display: inline-block;
}
.head-btn a:hover{
  background-color: #000;
    border: 1px #000 solid;
    color: #d5b390;
    transition: all .5s ease;
}
/*-------------------------*/

/*--------models-----------*/
.light-section{
  background: #ded7d3;
}
.light-section .section-title h3{
  text-align: center;
    color: #1d1d1b;
    width: 100%;
    max-width: 100%;
}
.light-section .models__title p{
  color: #fff;
}
.light-section .models__title b{
  color: #d5b390;
}
.models .wrapper{
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.section-title h3{
  font-size: 38px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: -0.03em;
    /*max-width: 800px;*/
    color: #d5b390;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}
.models__list {
    margin: 50px -40px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    border-top: 1px solid #d5b390;
    border-bottom: 1px solid #d5b390;
    border-right: 1px solid #d5b390;
    border-left: 1px solid #d5b390;
    background-color: #d5b390;
    padding: 0;
    margin: 0;
}
.oformlenie .models__list{
  -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}
.models__item:hover{
  transition: all .5s ease;
    box-shadow: 0px 0px 20px 0px rgb(213 179 144 / 100%);
}
.models__item:first-child {
    padding-left: 40px;
}
.models__item {
    background-color: #1d1d1b;
    padding: 20px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.models__title {
    font-size: 14px;    
    line-height: normal;
    color: #999;
    margin-bottom: 21%;
}
.models__title b {
    display: block;
    color: #d5b390;
    font-size: 20px;
    font-weight: 700;
    margin-top: 4px;
}
.models__img {
    width: 100%;
    height: 50%;
}
.models__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.models__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.models__title p{
  margin: 0;
  color: #fff;
}
.models .section-title h3{
  padding-left: 15px;
}
li.last-li form{
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
li.last-li form h4{
  margin-bottom: 0;
    color: #d5b390;
    text-transform: none;
    font-size: 18px;
}
li.last-li form input{
  padding: 20px 0px 0px;
  font-size: 12px;
}
li.last-li form label {
    margin-bottom: 4px;
    display: block;
    color: #fff;
    font-size: 12px;
}
/*-------------------------*/

/*---------works-----------*/
.mb-4{
    margin-bottom: 30px;
}
.galeryBox__box {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 4px 6px 15px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 4px 6px 15px 0 rgba(0, 0, 0, 0.26);
  width: 100%;
  height: 210px;
  overflow: hidden; }

.galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; }

.galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; }

.galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; }

.galeryBox__img {
  position: relative;
  z-index: -1; }

.galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}  

.service-item-wrapper-video{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.service-item-wrapper-video video{
  width: 100%;
}

.more-works{
  text-align: center;
}
.more-works a{
  display: inline-block;
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;   
}
.more-works a:hover{
  color: #d5b390;
    transition: all .5s ease;
}
/*-------------------------*/

/*----------about----------*/
.about-img{
  display: block;
  width: 100%;
  text-align: center;
}
.about-img img{
  width: 100%;
}
.about-item{
  display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.about-item img{
  width: 35px;
    margin-right: 6px;
}
.about-item p{
  margin-top: 0;
    color: #fff;
}
.about-btn{
  text-align: center;
  margin-top: 40px;
}
.about-btn a{
  padding: 10px 18px 10px 18px;
    position: relative;
    transition: all .3s;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    color: #d5b390;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
    display: inline-block;
}
.about-btn a:hover{
  background-color: #d5b390;
    border: 1px solid #d5b390;
    color: #000;
}
.about-item{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px #d5b390 solid;
  padding: 20px;
}
/*-------------------------*/

/*----------hero-----------*/
.hero {
    position: relative;
    padding-bottom: 40px;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
   padding: 0;
}
.hero__video {
    /*position: absolute;*/
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 0;
}
/*-------------------------*/

/*---------footer----------*/
.footer{
  padding: 80px 0 80px;
  border-top: 1px solid #d5b390;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
 
.col-xs-1-5 {
  width: 20%;
  float: left;
}
 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 25%;
    float: left;
  }
}
 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

.footer-type a{
  margin-top: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #d5b390;
  font-weight: 800;
  margin-bottom: 20px;
    display: block;
}
.footer-type a:hover{
  transition: all .5s ease;
  color: #d5b390;
}
.footer-type ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.footer-type ul li{
  margin-bottom: 14px;
}
.footer-type ul li:last-child{
  margin-bottom: 0;
}
.footer-type ul li a{
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 12px;
}
.footer-type ul li a:last-child{
  margin-bottom: 0;
}
.footer-contacts{
  border-top: 1px solid #d5b390;
  padding-top: 80px;
}
.footer-head{
  padding-bottom: 80px;
}
.footer .header-logo{
  width: 100%;
}
.footer-adress p{
  margin-top: 0;
  margin-bottom: 4px;
    text-align: right;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
}
.footer .header-contacts{
   display: block;
   border-bottom: none;
}
.footer .header-phone a{
  color: #fff;
  font-weight: 300;
}
.footer .header-phone p{
  color: #fff;
}
.footer .header-phone a:hover{
  color: #d5b390;
    transition: all .5s ease;
}
/*-------------------------*/


/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 590px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #ded7d3;
    right: 34px;
    top: 34px;
}
/*----------------------------*/
.form-callback {
  padding: 32px 26px;  
  background-color: #1d1d1b;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
}
.contact-form-head {
  text-align: center;
}
.form-callback h4 {
  color: #ded7d3;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0px;  
  text-align: center;
  text-transform: uppercase;
}
.form-callback p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
}
.form-callback span {
  font-size: 14px;    
}
.wpcf7-not-valid {
    border: 1px solid transparent !important;
}
.form-callback input {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    padding: 20px 15px 20px;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #fff;
  }    
input[type="text"] {    
    color: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}
.form-callback label {
  margin-bottom: 18px;
  display: block;
}
.button-small {
  display: inline-block;
  background-color: #ff5757;
  border: 1px #ff5757 solid;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 16px 30px;
  border-radius: 50px;
}
.button-small:hover {
  background-color: #fff;
  border: 1px #ff5757 solid;
  color: #ff5757;
  transition: all .5s ease;
}

.form-callback .text-center {
  text-align: center;
  margin-top: 40px;
} 
.form-callback { 
  margin: auto;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 50px 50px;
  position:relative;
  border-radius: 0px;
} 
.checkbox {
  position:relative;
  padding-left:0;
}
.checkbox input[type=checkbox]{
  display: none;
}

.checkbox input[type=checkbox] + label:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #d5b390;
    font-size: 20px;   
    font-weight: 800; 
    line-height: 22px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}
.checkbox input[type=checkbox]:checked + label:before {
    color: #d5b390;
}
.checkbox{
  font-size: 14px;
  margin-top: 12px;    
  display: block;
  color: #777;
}
.button-btn{
  text-align: center;
  display: block;
}
button.hero__btn{
    padding: 14px 18px 14px 18px;
    background-color: #d5b390;
    border: 1px #d5b390 solid;
    text-align: center;
    color: #1d1d1b;
    border-radius: 0px;
    font-size: 14px;
    display: inline-block;
}
button.hero__btn:hover{
  background-color: #fff;
    border: 1px #fff solid;
    color: #1d1d1b;
    transition: all .5s ease;
}
/*----------------------*/

/*--------Scroll----------*/
.top {
  position: fixed;
  bottom: 10px;
  right: -120px;
  width: 40px;
  height: 40px;  
  cursor: pointer;
  background-color: #d5b390;
  text-align: center;
  opacity: 1;
  color: #1d1d1b;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 999;
  border-radius: 0px;  
}
.top:hover {
  background-color: #fff;
  transition: all .5s ease;
}
.top:active {
  right: 0px;
}
.top.active {
  right: 10px;
}
.top .fa {
  font-size: 16px;
  margin-top: 11px;
}

/*----------------------*/

/*-------breadcrumb-------*/
.breadcrumb {
    width: 100%;
    /*height: 44px; */   
    margin-bottom: 40px;
    padding: 0;
    line-height: 44px;
    position: relative;
    z-index: 0;
    padding-top: 40px;
}
.breadcrumb .container{  
  padding: 8px 0;
}
.breadcrumb ul{
  margin-top: 0;
  padding-left: 14px;
  margin: 0;
  line-height: 1.4;
}
.breadcrumb ul li { 
    list-style: none;
    display: inline-block;
    color: #ded7d3;    
}
.breadcrumb ul li i {
    font-size: 12px;
}
.breadcrumb ul li img{
  width: 43px;
}
.breadcrumb ul li a {
    color: #d5b390;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
}
.breadcrumb ul li a.active {
    color: #fff;
}
.breadcrumb .row{
  width: 100%;
}
/*------------------------*/

/*-----popular-product-----*/
.popular-wrap-item{
  border: 1px solid #d5b390;
  padding: 15px 15px;
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 30px;  
  position: relative;  
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.popular-product .section-title p{
  margin-top: 0px;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}
.popular-wrap-item:hover{
  transition: all .5s ease;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}
.popular-wrap-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.popular-wrap-item-img img{
  width: 100%;
}
.popular-wrap-item-text h4{
  margin-bottom: 0;
  margin-top: 4px;
    display: inline;
}
.popular-wrap-item-text h4 a{
  color: #d5b390;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
  margin-top: 12px;
}
.popular-wrap-item-text h4 a:hover{
  color: #fff;
  transition: all .5s ease;
}
.popular-wrap-item-btns{
  display: flex;
  align-items: center;
}
.btn-more{
  flex: 1;
}
.btn-more a{
  font-size: 14px;
  line-height: 1.2;  
  font-weight: 600;
  color: #fff;
}
.btn-more a:hover{
  color: #d5b390;
  transition: all .5s ease;
}
.btn-case{
  flex: 1;
}
.btn-case a{
  padding: 14px 30px 14px 30px;
  position: relative;
  transition: all .3s;
  background-color: transparent;
  border: 1px solid #d5b390;
  border-radius: 0px;
  color: #d5b390;
  font-size: 14px; 
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
}
.btn-case a:hover{
  background-color: #1d1d1b;
  border: 1px solid #d5b390;
  color: #fff;
}
.product-btn a{
  background: #ded7d3;
    color: #1d1d1b;
    font-size: 12px;
    padding: 8px 8px;
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}
.perfomance-carusel .owl-controls .owl-nav {
    top: 42%;
    width: 100%;
    position: absolute;
    z-index: 9;
}
.perfomance-carusel .owl-controls .owl-nav>div {
    position: absolute;
    left: -26px;
    font-size: 24px;
    line-height: 38px;
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;    
    border-radius: 50px;   
}
.perfomance-carusel .owl-controls .owl-nav>div.owl-next {
    right: -26px;
    left: auto;
}
.perfomance-carusel .owl-controls .owl-nav>div:hover {
    color: #af7909;    
    background-color: transparent;
}
.perfomance-carusel .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 100%;
}
.perfomance-carusel .owl-dots .owl-dot {
    background-color: transparent;
    border-radius: 10em;
    display: inline-block;
    height: 6px;
    margin: 3px;
    webkit-border-radius: 10em;
    width: 6px;
    border: 1px #d5b390 solid;
}
.perfomance-carusel .owl-dots .owl-dot.active {
    background-color: #d5b390;
}
.second-sec-title{
  margin-top: 50px;
}
.more-catalog{
  text-align: center;
  margin-top: 40px;
}
.more-catalog a{
  padding: 10px 18px 10px 18px;
  position: relative;
  transition: all .3s;
  background-color: #d5b390;
  border: 1px solid #d5b390;
  border-radius: 0px;
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0px;
  display: inline-block;
}
.more-catalog a:hover{
  background-color: #fff;
  border: 1px solid #fff;
  color: #1d1d1b;
}
.popular-product{
  /*border-bottom: 1px solid rgba(0,0,0,.1);*/
  padding-bottom: 50px;
  /*padding-top: 20px;*/
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #d5b390;
    border-color: #d5b390;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #d5b390;
    margin: 5px;
    border-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #1d1d1b !important;
    background-color: #d5b390;
    border-color: #d5b390;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination li.active a { color: #1d1d1b !important }
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination li a{
 width: auto;
}
.catalog-product .text-center{
  text-align: center;
	display: inline-block;
    width: 100%;
} 
.catalog-product .col-sm-12{
	text-align: center;
	display: inline-block;
    width: 100%;
}
/*-------------------------*/

/*----------tovar---------*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
table {
    border-collapse: collapse;
    background-color: transparent;
}
.table thead th {
    vertical-align: bottom;
    text-align: left;
}
.table th, .table td {
    padding: 12px 6px;
    vertical-align: top;
    border-top: 1px #ded7d3 solid;
    text-align: left;
    font-weight: 300;
    color: #1d1d1b;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 1);
}
.tovar-descr p{
  color: #1d1d1b;
  margin-top: 0;
}
.tovar-btn a{
  padding: 14px 18px 14px 18px;
    background-color: #d5b390;
    border: 1px #d5b390 solid;
    text-align: center;
    color: #1d1d1b;
    border-radius: 0px;
    font-size: 14px;
    display: inline-block;
}
.tovar-btn a:hover{
  background-color: #1d1d1b;
    border: 1px #1d1d1b solid;
    color: #d5b390;
    transition: all .5s ease;
}
/*------------------------*/

/*--------works-page------*/
.load-more-container {  
  position: relative;
}
.load-more-container ul {
  list-style-type: none;
  padding: 0;
}
.load-more-container ul:after {
  content: "";
  display: table;
  clear: both;
}
.load-more-container ul li {
  width: calc(22% - -8px);
    margin: 0px 15px 0;
    height: auto;
    float: left;    
}
.load-more-container ul li:nth-child(1n + 17) {
  max-height: 0;
  opacity: 0;
  transition: 0.1s ease-in;
}
.load-more-container .load-more-btn {
  padding: 10px 18px 10px 18px;
  margin: 0 auto;
  display: block;
  background: #d5b390;
  border: 1px #d5b390 solid;
  color: #1d1d1b;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 9;
  width: 170px;
}
.load-more-container .load-more-btn:hover {
  background-color: #1d1d1b;
    border: 1px #1d1d1b solid;
    color: #d5b390;
    transition: all .5s ease;
}
.load-more-container .load-more-btn .loaded {
  display: none;
}
.load-more-container #load-more {
  display: none;
}
.load-more-container #load-more:checked ~ ul li:nth-child(1n + 5) {
  max-height: 999px;
  opacity: 1;
  transition: 0.2s ease-in;
}
.load-more-container #load-more:checked ~ .load-more-btn .loaded {
  display: block;
}
.load-more-container #load-more:checked ~ .load-more-btn .unloaded {
  display: none;
}
/*------------------------*/

/*-----contact-page-wrap----*/
.contacts-page-phones-item a{
  font-size: 16px;
  display: block;
  color: #fff;
  margin-bottom: 0px;
}
.contacts-page-phones-item a:hover{
  color: #d5b390;
  transition: all .5s ease;
}
.contacts-page-phones-item{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.contacts-page-phones-item img{
  width: 35px;
  margin-bottom: 5px;
}
.contacts-page-phones-form input {
    border: 1px solid #fff;
    /* border-top: none; */
    /* border-left: none; */
    /* border-right: none; */
    /* border-radius: 0px; */
    color: #fff;
    display: block;
    height: 50px;
    margin-bottom: 15px;
    width: 100%;
    background: transparent;
    font-size: 12px;
    border-radius: 0px;
    text-indent: 10px;
}
.contacts-page-phones-form button{
  padding: 10px 35px 10px 35px;
    position: relative;
    transition: all .3s;
    background-color: #d5b390;
    border: 1px solid #d5b390;
    border-radius: 0px;
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
    display: inline-block;
}
.contacts-page-phones-form button:hover{
  background-color: #fff;
    border: 1px #fff solid;
    color: #1d1d1b;
    transition: all .5s ease;
}
.map iframe{
  border:none;
  border-radius: 0px;
  width: 100%;
  height: 400px;
}
.map{
  margin-top: 40px;
}
.contacts-page-phones p{
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.contact-page-wrap-title h4{
  font-size: 20px;
  color: #d5b390;
}
.contact-page-wrap .header-phone{
  text-align: left;
}
.contact-page-wrap .header-phone-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*--------------------------*/

/*-------about-page------*/
.about-page-info{
  display: flex;
    align-items: center;
}
.about-page-info img{
   width: 300px;  
}
.about-page-info h4{
  font-size: 20px;
    line-height: 1.4;
    margin-left: 100px;
}
.about-page-info-text h5{
  font-size: 18px;
    text-transform: uppercase;
    color: #d5b390;
}
.about-page-info-text p{
  font-size: 14px;
    color: #fff;
}
.about-page-info-text ul{

}
.about-page-info-text ul li{
  font-size: 14px;
    color: #fff;
}
.about-video{
  width: 30%;
  margin-bottom: 40px;
}
/*-----------------------*/
.footer-type{
    margin: 0;
}
.tovar{
	padding-bottom: 0px;
}