body {
	margin:0px;
	padding: 0px 0px 0px 0px;
  font-family: 'Inter';
	font-size: 18px;
	color: #000000;
	background-color: #ffffff;
  font-weight: 300;
  font-style: normal;

}


html, body {
  height: 100%;
}


/*common*/
body.modal-open {
    overflow: hidden;
}


@font-face {
  font-family: 'Inter';
   src: url('../fonts/Inter-Light.woff2') format('woff2'),
       url('../fonts/Inter-Light.woff') format('woff'),
       url('../fonts/Inter-Light.ttf') format('truetype');
   font-weight: 300;
   font-style: normal;
   font-display: auto;        
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'),
      url('../fonts/Inter-Bold.woff') format('woff'),
      url('../fonts/Inter-Bold.ttf') format('truetype');
      font-weight: bold;
  font-style: normal;
  font-display: auto;
}



p {
	margin: 0px 0px 20px 0px;
   padding: 0px;
   font-size: 18px;
   line-height: 30px;
   font-style: normal;
}


strong {
  font-weight: bold;
}


a {
  color: #462723; 
  outline: 0 !important; 
  text-decoration: underline;
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;   
}


a:hover,  a:focus {
  color: #945e57;
  text-decoration: none;  
}

 


h1 {
  padding: 	0px 0px 20px 0px;
  font-size: 36px;
  text-align: left;
  color: #958878;
  line-height: normal;
  font-weight: bold;

}


h2 {
  padding: 0px 0px 60px 0px;
  font-size: 36px;
  color: #958878;
  text-align: center;
  font-weight: bold;
}


h3 {
  padding: 0px 0px 30px 0px;
  margin: 0;
  font-size: 26px;
  text-align: left;
  color: #958878;  
  font-weight: bold;
}


h4 {
  padding: 0px 0px 20px 0px;
  margin: 0;
  font-size: 24px;
  color: #2f2f2f;
  font-weight: bold;
}


div.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0;
}




/*navbar*/

.top-phone-holder {
  position: absolute;
  top: -50px;
  right: 0;
}

.top-phone {
  display: inline-block;
  background: url(../images/phone_icon.svg) no-repeat left;
  padding: 0 0 0 30px;
  color: white;
  text-decoration: none;
}

.top-phone:hover {
  color: #f4bfb8; 
}

.cont-rel {
  position: relative;
}

.navbar-brand {
  margin: 0 80px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;  

}

.navbar {
  top: 77px;
  position: absolute;
  z-index: 3;
  width: 100%;
  /*-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
 */
}

.nav-trans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.navbar-nav,
.mr-auto {
flex: 1;
margin: auto !important;
display: flex;
justify-content: space-between;
}


.nav-link {
 font-size: 16px;
 font-weight: bold;
 color: white;
 text-transform: uppercase;
}


.nav-link:hover, .nav-link:focus  {
    color: #f4bfb8;
  
 }

 .nav-link.active {
  color: #f4bfb8;
}


.lang-holder {
  margin: 0px 0 0 20px;
  background: url(../images/lang_icon.svg) no-repeat left;
  padding: 0 0 0 40px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  display: inline-block;
}

.lang-active {
  display: inline;
  color: #f4bfb8;
}

.lang-holder a {
  color: #ffffff;
  text-decoration: none;
}

.lang-holder a:hover {
  color: #f4bfb8;
  text-decoration: none;
}


.top-bcg {
  top: 0;
  background-color: #462723;
  position: fixed;
  z-index: 999;
  /*-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
  padding: 3px 0 3px 0;
}


.top-bcg .navbar-brand {
 /*width: 160px;*/
 padding: 5px 0 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-bcg .navbar-brand img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



@media (max-width: 767px) {
  .navbar.top-bcg {
    top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }    

}  


/*------------------block-1--------------------*/

.block-1 {
 height: 100%;
 position: relative;
 background-color: #462723;
}

.block-1-price {
  height: 650px;
  position: relative;
  background-color: #462723;
 }

#video-bg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#video-bg video {
  position: absolute;
  top: -100%; 
  left: 0%;
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
}

.color-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #462723;
  opacity: 0.3;
}


.b1-center-holder {
  width: 100%;
  top: 40%;
  position: absolute;
  z-index: 3;
  text-align: center;
}

.h1-main {
  font-size: 72px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.slogan {
  font-size: 24px;
  color: white;
  font-weight: 300;
  margin: 0 0 114px 0;
}

.b1-btn {
  display: block;
  width: 450px;
  background-color: #f4bfb8;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  text-transform: uppercase;
  font-size: 24px;
  color: #69413b;
  text-decoration: none;
  border-radius: 80px;
}

.b1-btn:hover {
  background-color: #feddd9;
}

.b1-soc-holder {
  width: 100%;
  bottom: 60px;
  position: absolute;
  z-index: 3;
  text-align: center;
}

.soc-viber {
  background: url(../images/icon_viber.svg) no-repeat center center;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-decoration: underline;
}

.soc-viber:hover {
  opacity: 0.8;
}

.soc-inst {
  background: url(../images/icon_inst.svg) no-repeat top -2px center;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-decoration: underline;
}

.soc-inst:hover {
  opacity: 0.8;
}


@media (max-width:1599px) {
  #video-bg video {
    position: relative;
    top: -50%; 
    left: 0%;
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
  }
}  

@media (max-width:1399px) {
  .navbar-brand {
    margin: 0 40px 0 0;
  }

  .slogan {

    margin: 0 0 60px 0;
  }


}


@media (max-width:1199px) {

  #video-bg video {
    position: relative;
    top: 0%; 
    left: 0%;
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
  }
  


  .nav-link {
    font-size: 14px;
   }

   
  .navbar-brand {
    margin: 0 30px 0 0;
    width: 160px;
  }

  .navbar-brand img {
    width: 160px;
  }
  

  .lang-holder {
    margin: 2px 0 0 10px;
    background: url(../images/lang_icon.svg) no-repeat left;
    padding: 5px 0 5px 30px;
    font-size: 12px;
    color: white;
    font-weight: bold;
        
    /*right: 240px;
    top: -54px;*/
  }

}



@media (max-width:991px) {

  .navbar-brand {
    margin: 0 15px 0 0;
    width: 110px;
  }

  .navbar-brand img {
    width: 110px;
  }

  
.nav-link {
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
 }

 .navbar-expand .navbar-nav .nav-link {
  padding-right: 5px;
  padding-left: 5px; 
 }



.h1-main {
  font-size: 60px;
}


}


.slogan-2 {
  font-size: 24px;
  color: white;
  font-weight: 300;
  margin: 10px 0 20px auto;
  width: auto;
  text-align: center;
  
}

@media (max-width: 767px) {

  .block-1-price {
    height: 300px;
    position: relative;
    background-color: #462723;
   }

   .block-1-price h1.h1-main {
    top: 80px;
   }

  .navbar-toggler {
    border: 1px solid #ffffff;
    border-radius: 100px;
    padding: 0;
    width: 39px;
    height: 39px;
    outline: 0 !important; 
    box-shadow: none  !important;
  }

  .navbar-toggler-icon {
    width: 60%;
    display: block;
    background-color: white;
    height: 2px;
    margin: 3px auto 3px auto;
  }

  .navbar {
    top: 4px;
  }

  .top-phone-holder {
    position: absolute;
    top: 16px;
    right: 60px;
  }
  
  .top-phone {
    font-size: 14px;
    background-size: 12px;
    padding: 0 0 0 12px;
  }


  .lang-holder {
    margin: 0px 0 0 0px;
    /*background-size: 18px;*/
    background: none;
    padding: 0 0 0 25px;
    color: white;
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 12px;
    font-weight: 300;
  }



  .navbar-brand {
    margin: 5px 0px 0 0;
    width: 130px;
  }

  .navbar-brand img {
    width: 130px;
  }

  .b1-center-holder {
    width: 100%;
    top: 0%;
    position: absolute;
    z-index: 2;
    text-align: center;
    min-height: 100%;
  }

  .h1-main {
    font-size: 36px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
  }

  .slogan {
    font-size: 16px;
    color: white;
    font-weight: 300;
    margin: 0 0 20px auto;
    width: 180px;
    text-align: left;
    position: absolute;
    top: 58%;
    left: 50%;
  }

  .slogan-2 {
    font-size: 16px;
    color: white;
    font-weight: 300;
    margin: 180px 0 20px auto;
    width: auto;
    text-align: center;
    
  }
  
  .b1-btn {
    display: block;
    width: 70%;
    background-color: #f4bfb8;
    padding: 17px 0 17px 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #69413b;
    text-decoration: none;
    border-radius: 80px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    bottom: 100px;
  }


  .b1-soc-holder {
    width: 100%;
    bottom: 20px;
    position: absolute;
    z-index: 2;
    text-align: center;
  }

  .soc-inst {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }

  .soc-viber {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }

  #video-bg video {
    /*top: 50%; 
    left: 50%;*/
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: 100%;
  }


  .offcanvas {
    background-color: #fcf1ed;
  }


  .navbar-nav,
  .mr-auto {
  flex: 1;
  margin: 0 0 0 10px !important;
  display: flex;
  justify-content: space-between;
  }

  .nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #69413b;
    text-transform: uppercase;
   }

   .nav-link:hover {
    font-size: 18px;
    font-weight: bold;
    color: #f4bfb8;
    text-transform: uppercase;
   }
  
   .nav-link.active {
    color: #f4bfb8;
  }

.brand-canvas {
  width: 190px;
}

.brand-canvas img {
  width: 190px;
}

.offcanvas-header .btn-close {
  margin-top: -2.5rem;
}

.b1-btn-canvas {
  display: block;
  width: 70%;
  background-color: #f4bfb8;
  padding: 17px 0 17px 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #69413b;
  text-decoration: none;
  border-radius: 80px;
  margin: 50px auto 0 20px;
  text-align: center;
}
  

}


@media (max-width: 359px) {

  .h1-main {
    font-size: 28px;

  }

  #video-bg video {
    top: 0%; 
    left: 0%;
    min-width: 100%; 
    min-height: 100%; 
    width: 100%; 
    height: auto;
  }

  .slogan {
    top: 54%;
  }

  .navbar-brand {
    width: 120px;
  }

  .top-phone {
    background: none;
    font-size: 12px;
  }

}


/*-----------------block-2------------------*/

.block-2 {
  background-color: #fcf1ed;
  padding: 80px 0 64px 0;
}

.b2-question {
  font-size: 24px;
  border-top: 1px solid #e4d7c6;
  border-bottom: 1px solid #e4d7c6;
  text-decoration: none;
  padding: 20px 40px 20px 20px;
  display: block;
  width: 100%;
  background: url(../images/question_plus_2.svg) no-repeat right;
  border-collapse: collapse;
}

.b2-question.collapsed  {
  font-size: 24px;
  border-top: 1px solid #e4d7c6;
  border-bottom: 1px solid #fcf1ed;
  text-decoration: none;
  padding: 20px 40px 20px 20px;
  display: block;
  width: 100%;  
  background: url(../images/question_plus.svg) no-repeat right;
}

.b2-question:last-of-type  {
  border-bottom: 1px solid #e4d7c6;
}


@media (max-width: 767px) {

  h2 {
    font-size: 24px;
  }

  .b2-question {
    font-size: 16px;
    background-size: 20px;
    padding-left: 0px;    
  }    

  .b2-question.collapsed  {
    font-size: 16px;
    background-size: 20px;
    padding-left: 0px;
  }    

  .card-body p {
    font-size: 14px;
    line-height: 24px;
  }

  .card-body ul {
    font-size: 14px;
    line-height: 24px;
  }
}  




/*-----------------block-3------------------*/

.block-3 {
  padding: 40px 0 40px 0;
}

.b3-pic {
  width: 100%;
}

.b3-photo-holder-mob {
  display: none;
}


@media (max-width:1199px) {

  .b3-pic {
    width: 100%;
    margin: 15px 0 15px 0;
  }

}  



@media (max-width: 767px) {
  
.b3-photo-holder {
    display: none;
}


.b3-photo-holder-mob {
  display: block;
  text-align: center;
}

}  


/*-----------------block-4------------------*/

.block-4 {
  background-color: #fcf1ed;
  padding: 100px 0 60px 0;
}

.b4-price {
  padding: 20px 0 60px 0;
}

.table-price {
  width: 100%;
}

.table-price th {
  border-bottom:1px solid #e4d7c6;
  font-size: 24px;
  color: #c0b19e;
  padding: 22px 0 22px 0;  
}

.table-price td {
  border-bottom:1px solid #e4d7c6;
  padding: 22px 0 22px 0;
  font-size: 24px;
}

.tbl-order-btn {
  background-color: #f2d7de;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 0;
  border-radius: 80px;
  font-size: 16px;
}

.tbl-order-bt:hover {
  background-color: #feddd9;
}

.discount-price {
  display: inline;
  color: #c1b29f;
  text-decoration: line-through;
  padding-right: 10px;
}

@media (max-width: 767px) {

  .block-4 {
    background-color: #fcf1ed;
    padding: 80px 0 40px 0;
  }


  .b4-price {
    padding: 20px 0 60px 0;
  }


  .table-price th {
    border-bottom:1px solid #e4d7c6;
    font-size: 18px;
    color: #c0b19e;
    padding: 8px 0 8px 0;  
  }
  
  .table-price td {
    border-bottom:1px solid #e4d7c6;
    padding: 8px 0 8px 0;
    font-size: 14px;
  }
  

  
.tbl-order-btn {
  padding: 10px 5px 10px 5px;
  border-radius: 80px;
  font-size: 12px;
  margin-left: 5px;
}

.discount-price {
  display: block;
  color: #c1b29f;
  text-decoration: line-through;
  padding-right: 10px;
}


}  


/*-----------------block-5------------------*/

.block-5 {
  padding: 100px 0 100px 0;
}

.addr-holder {
  background: url(../images/icon_map.svg) left top no-repeat;
  padding: 0 0 0 50px;
}

.phone-holder {
  background: url(../images/icon_phone.svg) left top no-repeat;
  padding: 0 0 0 50px;  
}

.tels {
  text-decoration: none;
}


a.viber-cont {
	background-image: url(../images/icon_viber_color.svg);
	background-repeat: no-repeat;
	background-position: left;
   background-size: 32px;
   width: 32px;
   height: 32px;
   display: inline-block;
   margin: 0px 10px -3px 0px;
}

a.viber-cont:hover, a.viber-cont:focus {
  opacity: 0.5;
  text-decoration: none;  
}




a.soc {
  margin: 10px 10px 0 0px;
  display: inline-block;
  width: 30px;
  height: 30px;
 outline: 0 !important; 
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;      
}


a.soc:hover, a.soc:focus {
  opacity: 0.5;
  text-decoration: none;  
}


.sc1 { background-image: url(../images/icon_fb.svg);}
.sc2 { background-image: url(../images/icon_inst_c.svg);}
.sc3 { background-image: url(../images/icon_youtube.svg);}


.clock {
  background: url(../images/icon_clock.svg) no-repeat left;
  padding: 0 0 0 60px;
}

.map-holder {
  background: url(../images/map.jpg) no-repeat center;
  width: 100%;
  height: 790px;
  background-size: cover;
}

@media (max-width: 767px) {

  .block-5 {
    padding: 60px 0 60px 0;
  }
  

  .addr-holder {
    margin: 0 0 20px 0;
  }

  .phone-holder {
    margin: 0 0 20px 0;
  }

  .map-holder {
    height: 450px;
    background-size: auto;
  }

  .addr-holder {
    font-size: 16px;
  }
  
  .phone-holder {
    font-size: 16px;
  }

  .clock {
    font-size: 16px;
  }

}

/*---------footer---------*/

.footer {
  padding: 90px 0 90px 0;
}

.footer-logo {
  width: 200px;
}

.ft-logo {
  width: 100%;
}

.copyright {
  text-align: center;
}

.footer-soc {
  text-align: right;
}

.ft {
  display: inline-block;
  width: 37px;
  height: 37px;
}

.ft:hover, .ft:focus {
  opacity: 0.5;
}

.soc1 {background: url(../images/ft_soc_fb.svg) no-repeat center;}
.soc2 {background: url(../images/ft_soc_inst.svg) no-repeat center;}
.soc3 {background: url(../images/ft_soc_ytb.svg) no-repeat center;}


@media (max-width: 991px) {

  .footer-logo {
    width: 150px;
  }

  .copyright {
   font-size: 16px;
  }

}


@media (max-width: 767px) {

  .footer {
    padding: 60px 0 60px 0;
  }
  
  .footer-logo {
   display: none;
  }

  .copyright {
    margin: 0 0 20px 0;
  }

  .footer-soc {
    text-align: center;
  }
  
}  




/*------------modal-----------*/


/*.modal-open .top-small {
  padding-right: 17px;
  }*/



  .modal-open .navbar.top-bcg  {
    padding-right: 15px;  
    transition: unset;  
  }  

  .modal-open .navbar  {
  
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;   
  }  



  @media (max-width: 767px) {
  .modal-open  .navbar {
    top: 4px;
    transition: unset;  
    padding-right: 0px;  
    /*padding: 5px 0 0px 0; */ 
  }  


  .modal-open .navbar.top-bcg {
    top: 0px;
    transition: unset;  
    /*padding: 3px 0 3px 0;*/
    padding-right: 0px;  
  }  

}

.modal-title {
  font-size: 24px;
  line-height: normal;
  color: #958878;
}

.modal-inner {
  padding: 50px;
}


.form-head {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 24px;
}

.close-cross  {
  color: #282520;
   top: 20px;
   right: 20px;
   position: absolute;
   border: none;
   z-index: 999;
   outline: none !important;
}

.close-cross:focus  {
   outline: none !important;
}

.modal-content {
  padding: 40px;
  border: none;
}

.form-control {
  height: 60px;
  background-color: #fcf1ed;
  border: none;
  margin: 0 0 20px 0;
  box-shadow: inset #fcf1ed 0 0 10px;
}

.btn-primary {
  width: 100%;
  height: 65px;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;   
  background-color: #f4bfb8;
  border-radius: 50px;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; 
   border: none;
   color: #69413b;
}

.btn-primary:hover, .btn-primary:focus {
  background-position: 100% 0;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: #feddd9;
  color: #69413b;
}




.form-bcg {
   background-color: #ffffff;    
   border-radius: 8px;
   padding: 50px 40px 40px 40px;
   border: none;
 }
 
 
 .form-p {
  font-size: 16px;
  text-align: center;
}




@media (max-width: 767px) {

  .modal-open  .navbar {
    transition: unset;  

  }  


  .modal-content {
    padding: 15px;
  }


  .close-cross  {
    color: #282520;
     top: 6px;
     right: 6px;
  }

  .modal-title {
    font-size: 22px;
  }

}


@media (max-width: 374px) {
  .modal-title {
    font-size: 18px;
  }
}


.viski-price {
  margin: 40px 0 40px 0;
  text-align: center;
  font-size: 16px;
  color: #958878;
  font-weight: bold;
}

.big-price {
  font-size: 24px;
}


/*------------block-pretext----------*/


.block-pretext {
  padding: 80px 0 80px 0;
}

@media (max-width: 767px) {

  .block-pretext {
    padding: 60px 0 0px 0;
  }

}



/*-------------catalogue---------------*/

.block-catalogue {
  padding: 100px 0 100px 0;
  background-color: #fcf1ed;
}

.product-holder {
  margin: 0 0 50px 0;
}

.product-pic {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 5px #f0c7b8;
  margin: 0 0 20px 0;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.product-pic:hover {
  opacity: 0.8;
}  

.product-head {
  text-align: center;
  font-size: 18px;
  color: #462723;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 0 10px 0;
}

.product-volume {
  text-align: center;
  margin: 0 0 10px 0;
}

.product-price {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.btn-order {
  background-color: #f2d7de;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 0;
  border-radius: 80px;
  font-size: 18px;
  width: 80%;
  margin: 0 auto 20px auto;
}

.btn-order:hover {
  background-color: #feddd9;
}  

.nav-line {
  font-size: 14px;
  text-align: center;
  margin: 0px 0 20px 0;
  display: block;
}

.nav-line a {
  text-decoration: none ;
}

.product-rmore {
  text-align: center;
  display: block;
  font-size: 16px;
  margin: 0 0 60px 0;
}


.product-description {
  display: none;
}


@media (max-width: 991px) {

  .product-head {
    font-size: 14px;
  }

  .product-price {
    font-size: 18px;
  }

  .product-volume {
    font-size: 16px;
  }

}  




@media (max-width: 767px) {

  .block-catalogue {
    padding: 60px 0 20px 0;
    background-color: #fcf1ed;
  }
  

  .product-head {
    text-align: center;
    font-size: 12px;
    color: #462723;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 0 0px 0;
  }
  
  .product-volume {
    font-size: 12px;
    margin: 0 0 5px 0;
  }

  .product-price {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
  }


  .btn-order {
    background-color: #f2d7de;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 10px 0 10px 0;
    border-radius: 80px;
    font-size: 18px;
    width: 100%;
    margin: 0 auto 10px auto;
    font-size: 12px;
    font-weight: bold;
  }

  .product-rmore {
    text-align: center;
    display: block;
    font-size: 11px;
    margin: 0 0 60px 0;
  }

  .cold-hold {
    display: none;
  }

  
}  


/*---center button---*/


.b2-btn-cent {
  display: block;
  width: 450px;
  background-color: #f4bfb8;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  text-transform: uppercase;
  font-size: 24px;
  color: #69413b;
  text-decoration: none;
  border-radius: 80px;
  text-align: center;
}

.b2-btn-cent:hover {
  background-color: #feddd9;
}

@media (max-width: 767px) {

.b2-btn-cent {
  display: block;
  width: 100%;
  background-color: #f4bfb8;
  padding: 17px 0 17px 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #69413b;
  text-decoration: none;
  border-radius: 80px;


}
}


/*--------product-modal-------*/

.modal-inner-product {
  padding: 50px;
  background-color: #fcf1ed;
}

.product-pic-modal {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 5px #f0c7b8;
  margin: 0 0 0px 0;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


.product-head-modal {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
}

.product-volume-modal {
  text-align: left;
  margin: 10px 0 10px 0;
}

.product-price-modal {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px 0;
}


.btn-order-product {
  background-color: #f2d7de;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 0;
  border-radius: 80px;
  font-size: 18px;
  width: 284px;
  margin: 0 auto 20px 0;
}

.btn-order-product:hover {
  background-color: #feddd9;
}  

.product-text-info {
  padding: 0 0 0 40px;
}

.product-description-modal p {
   font-size: 16px;
}


.close-cross-modal  {
  color: #282520;
   top: 20px;
   right: 20px;
   position: absolute;
   border: none;
   z-index: 999;
   outline: none !important;
}

.close-cross-modal:focus  {
   outline: none !important;
}

@media (max-width: 1199px) {

  .product-text-info {
    padding: 0 0 0 20px;
  }
}


@media (max-width: 991px) {

.product-image-modal {
  margin: 0 0 20px 0;
}

.product-text-info {
  padding: 0 0 0 0px;
}


.btn-order-product {
  background-color: #f2d7de;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 0;
  border-radius: 80px;
  font-size: 18px;
  width: 100%;
  margin: 0 auto 0px auto;
}


.product-price-modal {
  text-align: center;
}
}


@media (max-width: 767px) {

  .close-cross-modal  {
    color: #282520;
     top: 30px;
     right: 30px;
     position: absolute;
     border: none;
     z-index: 999;
     outline: none !important;
  }
  


  .modal-inner-product {
    padding: 20px;
    background-color: #fcf1ed;
  }

  .product-head-modal {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    line-height: 22px;
  }


  .product-description-modal p {
    line-height: 20px;
 }

 .product-price-modal {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
}


}  


/*nav-contacts*/
.nav-contacts {
 display: none;
}

@media (max-width: 767px) {
.nav-contacts {
  padding: 80px 0 0 10px;
  display: block;
}
}


/*---------call-bts----------*/

.call-btns-holder {
  width: 52px;
  height: 52px;
  box-shadow: 0 0 5px #d1bcb4;
  border-radius: 80px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  background: url(../images/call_bts_closed.svg) no-repeat center center #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;   
}

.clbts-closed {background: url(../images/call_bts_closed.svg) no-repeat center center #ffffff;}
.clbts-opened {background: url(../images/call_bts_opened.svg) no-repeat center center #ffffff;}

.call-btn-phone {
  width: 52px;
  height: 52px;
  box-shadow: 0 0 5px #d1bcb4;
  border-radius: 80px;
  background: url(../images/call_bts_phone.svg) no-repeat center center #462723;
  position: absolute;
  top: 0;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
  z-index: 98;

}

.call-btn-viber {
  width: 52px;
  height: 52px;
  box-shadow: 0 0 5px #d1bcb4;
  border-radius: 80px;
  background: url(../images/call_bts_viber.svg) no-repeat center center #7360f2;
  position: absolute;
  top: 0px;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
  z-index: 98;

}

.call-btn-instagram {
  width: 52px;
  height: 52px;
  box-shadow: 0 0 5px #d1bcb4;
  border-radius: 80px;
  background: url(../images/call_bts_instagram.svg) no-repeat center center,  linear-gradient(185deg, rgba(237,50,163,1) 37%, rgba(255,159,29,1) 100%);;
  position: absolute;
  top: 0px;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 98;    

}

.call-btn-telegram {
  width: 52px;
  height: 52px;
  box-shadow: 0 0 5px #d1bcb4;
  border-radius: 80px;
  background: url(../images/call_bts_telegram.svg) no-repeat center center #38a7e8;
  position: absolute;
  top: 0px;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 98;

}

.clbts-show {display: block;}
.clbts-opac-1 { top: -240px;}
.clbts-opac-2 { top: -180px;}
.clbts-opac-3 { top: -120px;}
.clbts-opac-4 { top: -60px;}



/*lang-holder-mob*/

.lang-holder-mob {
  display: none;
}


@media (max-width: 767px) {

.lang-holder-mob {
  display: block;
  margin: 50px 0 20px 10px;
  background: url(../images/lang_icon_mob.svg) no-repeat left;
  background-size: 35px;
  padding: 5px 0 5px 50px;
  font-size: 18px;
  color: #f4bfb8; 
  font-weight: bold;
}

.lang-active {
  display: inline;
  color: #f4bfb8;
}

.lang-holder-mob a {
  color: #69413b;

  text-decoration: none;
}

.lang-holder-mob a:hover {
  color: #f4bfb8;
  text-decoration: none;
}

}