body {
	margin:0px;
	padding: 0px 0px 0px 0px;
  font-family: 'Montserrat';
	font-size: 18px;
  font-weight: normal;
  font-style: normal;
	color: #212121;
	background-color: #ffffff;
}


html, body {
  height: 100%;
}


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




@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff'),
      url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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




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


strong {
  font-weight: bold;
}


a {
  color: #8d8c41;
  text-decoration: none;
  outline: 0 !important; 
 -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}


a:hover,  a:focus {
  color: #acab5b;
  
}

 


h1 {
  font-size: 60px;
  text-align: left;
  color: #ffffff;
  line-height: normal;
  padding: 0 0 0px 0;
  margin: 80px 0 30px 0;
  font-weight: bold;
}


h2 {
  padding: 	0px 0px 40px 0px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}


h3 {
  
  padding: 0px 0px 30px 0px;
  margin: 0;
  font-size: 24px;
  text-align: left;
  color: #212121;
  text-transform: uppercase;
}


h4 {

  padding: 0px 0px 20px 0px;
  margin: 0;
  font-size: 20px;
  color: #212121;
  text-transform: uppercase;
}


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



/*menu holder*/
.menu-holder {
  background-color: #000000;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.nav-link {
  color: #4fb5db;
  font-size: 16px;
}

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


.navbar {
  padding: 0;
  height: 130px;
}

.top-telephone {
  /*background: url(../images/phone_icon.svg) no-repeat left;*/
  background: url(../images/top_icon_24.svg) no-repeat left, url(../images/top_icon_viber.svg) no-repeat right 40px center, url(../images/top_icon_telegram.svg) no-repeat right;
  padding: 7px 80px 7px 40px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #f1e525;
 text-wrap:nowrap;
}

.logo {
  width: 244px;
}

.navbar-toggler-icon {
  background-color: #4fb5db; 
  width: 33px;
  height: 3px;
  display: block;
  margin: 0 0 3px 0;
}

.navbar-toggler {
  position: absolute;
  right: 0px;
}


@media (max-width: 1399px) {

  .logo {
    width: 200px;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .top-telephone {
    background: url(../images/top_icon_24.svg) no-repeat left, url(../images/top_icon_viber.svg) no-repeat right 25px center, url(../images/top_icon_telegram.svg) no-repeat right;
    background-size: 20px, 20px, 20px;
    padding: 20px 50px 20px 30px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #f1e525;
    text-wrap:nowrap;
  }

}


@media (max-width: 1199px) {

  .navbar {
    height: 80px;
  }
  

  .logo {
    width: 160px;
  }

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

  .top-telephone {
    background: none;
    padding: 7px 0 7px 0px;
    margin-left: 0px;
    font-size: 14px;
    margin-left: 5px;
    font-weight: bold;
    color: #f1e525;
   text-wrap:nowrap;
  }

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


  
}


@media (max-width: 991px) {
  .top-telephone {
    position: absolute;
    right: 60px;
  }

  .logo {
    width: 150px;
    position: absolute;
    top: 20px;
    left: 5px;
  }

  .menu-holder .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-collapse {
    background-color: #000000;
    position: absolute;
    width: 100%;
    top: 80px;
    }



}



@media (max-width: 767px) {

  .logo {
    width: 140px;
    position: absolute;
    top: 20px;
    left: 5px;
  }



  .top-telephone {
    font-size: 12px;
  }
}


/*block-1*/

.block-1 {
  background: url(../images/main_pic.jpg) no-repeat top 130px center;
  background-size: cover;
  height: auto;
  padding: 140px 0 180px 0;
}

.b1-text {
  color: white;
  margin: 0 0 30px 0;
}

.b1-option {
  /*padding: 24px 0 24px 90px;*/
  padding-left: 90px;
  display: flex;
  height: 80px;
  align-items: center;
  color: white;
  margin: 0 0 10px 0;
}

.b1-op1 {background: url(../images/b1_icon1.svg) no-repeat left;}
.b1-op2 {background: url(../images/b1_icon2.svg) no-repeat left;} /* padding: 36px 0 36px 90px;*/
.b1-op3 {background: url(../images/b1_icon3.svg) no-repeat left;} /* padding: 36px 0 36px 90px;*/
.b1-op4 {background: url(../images/b1_icon4.svg) no-repeat left;}
.b1-op5 {background: url(../images/b1_icon5.svg) no-repeat left;} /* padding: 36px 0 36px 90px;*/
.b1-op6 {background: url(../images/b1_icon6.svg) no-repeat left;} /* padding: 36px 0 36px 90px;*/
.b1-op7 {background: url(../images/b1_icon7.svg) no-repeat left;}

.b1-text-1 {
  color: white;
  margin: 0px 0 20px 0;
}

.b1-btn {
  background-color: #f2e525;
  color: black;
  display: block;
  width: 80%;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b1-btn:hover, .b1-btn:focus {
  background-color: #ffae18;
  color: black;
}


@media (max-width: 1199px) {

  .block-1 {
    background: url(../images/main_pic.jpg) no-repeat top 80px center;
    padding: 100px 0 140px 0;
  }

}



@media (max-width: 991px) {
  .block-1 {
    background: url(../images/main_pic_mob.jpg) no-repeat center center;
    background-size: auto;
    height: auto;
    padding: 40px 0 222px 0;
  }
}



@media (max-width: 767px) {
  
h1 {
  font-size: 30px;
  margin: 50px 0 10px 0;
}


.block-1 {
  background: url(../images/main_pic_mob.jpg) no-repeat center center;
  background-size: auto;
  height: auto;
  padding: 40px 0 200px 0;
}


.b1-text {
  font-size: 16px;
  margin: 0 0 10px 0;
}


.b1-text-1 {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.b1-option {
  padding: 0px 0 0px 65px;
  background-size: 50px;
  color: white;
  margin: 0 0 0px 0;
  font-size: 16px;
  height: 64px;
}

.b1-btn {
  background-color: #f2e525;
  color: black;
  width: 90%;
  font-size: 20px;
  margin: 0 20px 0 20px;
}

}


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

.block-2 {
 background-color: #56551c;
 padding: 100px 0 100px 0;
 color: white;
}

.b2-text {
  text-align: center;
  margin: 0 0 40px 0;
}

.b2-pic {
  width: 100%;
  max-width: 602px;
  box-shadow: 0px 0px 5px #1c1c1c;
  margin: 0 0 40px 0;
}


@media (max-width: 1199px) {


  .b2-pic {
    width: 100%;
    max-width:none;
    box-shadow: 0px 0px 5px #1c1c1c;
    margin: 0 0 40px 0;
  }

}


@media (max-width: 767px) {

  .block-2 {
    background-color: #56551c;
    padding: 50px 0 50px 0;
    color: white;
   }

   .b2-text {
    font-size: 16px;
  }

   p {
    font-size: 16px;
    line-height: 24px;
   }

  h2 {
    font-size: 24px;
  }

}


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

.block-3 { 
  background: url(../images/b3_bcg.png) repeat #444313;
  padding: 100px 0 100px 0;
 }
 
 .b3-product-holder {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 50px;
  margin: 40px 0 80px 0;
 }

 .product-pic {
  border-radius: 8px;
  box-shadow: 0 0 5px #cccccc;
  width: 100%;
  max-width: 407px;
  /*float: left ;*/
  margin: 0 0px 25px 0;
 }

.col-b3 {
  padding-left: 40px;
}

 .b3-product-holder h3 {
  font-size: 28px;
  color: #000000;
  text-align: left;
  font-weight: bold;
  text-transform: none;
  padding: 0 0 20px 0;
 }

 .b3-product-holder p {
  font-size: 16px;
  line-height: 24px;
 }

 .rmore-btn {
  display: inline-block;
  padding: 8px;
  border-radius: 8px;
  background-color: #000000;
  font-size: 18px;
  color: #f2e525;
  font-size: 16px;
  text-align: center;
  width: 350px;
  margin: 0 0 20px 0;
 }


 .table-product {
   margin: 0 0 20px 0;
 }

 .table-product th {
  font-size: 16px;
 }

 .table-product td {
  font-size: 16px;
 }

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

 .product-price span {
  font-weight: bold;
  font-size: 24px;
 }

 .product-price .pp-v {
   font-size: 16px;
 }


 .product-btn {
  background-color: #f2e525;
  color: black;
  display: block;
  width: 80%;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-bottom: 40px;
}

.product-btn:hover, .product-btn:focus {
  background-color: #ffae18;
  color: black;
}

.benefit-holder {
  background-color: #f6f6e8;
  padding: 35px;
  border-radius: 8px;
}

.benefit-ul {
  margin: 0;
  padding: 0;
}

.benefit-ul li {
  list-style: none;
  background: url(../images/check.svg) no-repeat left;
  padding: 0 0 0 40px;
  font-size: 16px;
  margin: 0 0 10px 0;
  
}

@media (max-width: 1399px) {

  .product-btn {
    margin-left: 0px;
  }

  .product-price {
    font-size: 20px;
   }
  
   .product-price span {
    font-weight: bold;
    font-size: 24px;
   }
  
  

}


 @media (max-width: 1199px) {
  .col-b3 {
    padding-left: 25px;
  }

  .product-price {
    font-size: 16px;
   }
  
   .product-price span {
    font-weight: bold;
    font-size: 20px;
   }


 }


 @media (max-width: 991px) {

  .product-pic {
    border-radius: 8px;
    box-shadow: 0 0 5px #cccccc;
    width: 100%;
    max-width: none;
    /*float: left ;*/
    margin: 0 0px 20px 0;
   }
  

  .col-b3 {
    padding-left: 15px;
  }

  
  .product-price {
    margin-bottom: 10px;
  }
 }


 @media (max-width: 767px) {

  .block-3 { 
    background: url(../images/b3_bcg.png) repeat #444313;
    padding: 50px 0 50px 0;
   }

  .b3-product-holder {
    padding: 20px;
   }


   .b3-product-holder h3 {
    font-size: 20px;
   }

   .rmore-btn {
    width: 100%;
   }

   .product-btn {
    width: 100%;
    font-size: 20px;
   }

   .table-product td, .table-product th  {
    font-size: 15px;
   }

   .benefit-holder {
    padding: 15px;
  }
  
 }



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

.block-4 {
  background-color: #56551c;
  padding: 100px 0 100px 0;
  color: white;
 }
 
 
 div.video-container {
  position: relative;
 width: 100%;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 margin: 0 auto 20px auto;
box-shadow: #424221 0px 0px 5px;
}

.video-container iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
}

.video-text {
  text-align: center;
  margin: 0 0 80px 0;
}


.youtube, .youtube-2 {

-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;    
}


.youtube:hover, .youtube-2:hover {
opacity: 0.9;
}


.send-btn {
  background-color: #f2e525;
  color: black;
  display: block;
  width: 40%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.send-btn:hover, .send-btn:focus {
  background-color: #ffae18;
  color: black;
}

@media (max-width: 1199px) {
  .send-btn {
    width: 60%;
  }


}



@media (max-width: 767px) {

  .block-4 {
    background-color: #56551c;
    padding: 50px 0 50px 0;
    color: white;
   }

   .send-btn {
    width: 100%;
    font-size: 20px;
  }

}


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

 .block-5 {
  background: url(../images/b3_bcg.png) repeat #444313;
  padding: 100px 0 100px 0;
  color: white;
 }
 

 @media (max-width: 767px) {
  
 .block-5 {
  padding: 50px 0 50px 0;

 }
 }


 /*-----------gallery------------*/

 .gallery {
  margin: 40px 0 40px 0;
 }

 .gallery img {
   width: 100%;
 }


.gal-img {
  margin-bottom: 20px;
}


 /*-----------FAQ------------*/

.question {
  display: block;
  background-color: #8e8d44;
  color: white;
  padding: 25px 10px 25px 40px;
  border-radius: 8px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.question:hover, .question:focus {
  color: white;
  background-color: #787735;
}

.answer {
  margin: 0px 0 0 0;
  background-color: white;
  padding: 30px 30px 10px 30px;
  color: black;
  border-radius: 8px;
  position: relative;
  top: -10px;
}

.question-holder {
  margin-bottom: 30px;
  position: relative;
}


@media (max-width: 767px) {

  .question-holder {
    margin-bottom: 20px;
  }

  .question {
    font-size: 16px;
    padding: 15px 10px 15px 20px;
  }

  .answer {
    font-size: 16px;
  }
}


/*-----------contacts----------*/

 .block-contacts {
  background-color: #56551c;
  padding: 100px 0 100px 0;
  color: white;
 }
 
.contacts-holder {
  background-color: white;
  padding: 50px;
  border-radius: 8px;
  margin: 20px 0 0 0;
}

.form-holder {
  background-color: #56551c;
  padding: 30px 40px 40px 40px;
  border-radius: 8px;
  box-shadow: 0 0 5px #444313;
}

.form-head-2 {
  text-align: center;
  color: white;
  margin: 0 0 20px 0;
}

.form-input {
  height: 70px;
  margin: 0 0 30px 0;
}

.btn-submit {
  width: 100%;
  background-color: #f2e525;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  height: 70px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}

.btn-submit:hover, .btn-submit:focus {
  background-color: #ffae18;
  color: black;
}

.addr-holder {
  padding: 20px 0 0 80px;
}

.addr-text {
  color: black;
  margin: 0 0 20px 0;
}

.bottom-tel {
  font-size: 30px;
  display: block;
  background: url(../images/bot_tel.svg) no-repeat left;
  padding: 0 0 0 40px;
  font-weight: bold;
  color: black;
  margin: 0 0 20px 0;
}

.bottom-mail {
  background: url(../images/bot_mail.svg) no-repeat left;
  padding: 0 0 0 40px;
  color: #8d8c41;
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin: 0 0 20px 0;
}

.product-b {
  margin-left: 0;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .addr-holder {
    padding: 40px 0 0 0px;
  }
}


@media (max-width: 991px) {
  .addr-holder {
    padding: 0px 0 50px 0px;
  }
}


@media (max-width: 767px) {

  .block-contacts {
    background-color: #56551c;
    padding: 50px 0 50px 0;
    color: white;
   }

  .contacts-holder {
    padding: 15px;
  }

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

  .addr-text {
    font-size: 16px;
  }

  .bottom-tel {
    font-size: 20px;
    padding: 7px 0 7px 40px;
    margin: 0 0 10px 0;
  }
  
  .bottom-mail {
    font-size: 16px;
  }

  .form-holder {
    background-color: #56551c;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px #444313;
  }
  
  .form-input {
    height: 70px;
    margin: 0 0 20px 0;
  }
  
  .form-head-2 {
    font-size: 16px;
  }

}

.footer {
  background: url(../images/footer_bcg.jpg) repeat-x top #000000;
  padding: 80px 0 80px 0;
}

.copyright {
  text-align: center;
  color: white;
  font-size: 16px;
}

.copyright a {
  color: #4fb5db;
  display: block;
}

.copyright a:hover {
  color: #74daff;
  display: block;
}

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

.soc {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}

.soc-top {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  position: absolute;
  right: -54px;
}

.logo-bot {
  width: 244px;
}

.soc-f { background: url(../images/soc_2.svg) no-repeat center center;}
.soc-t { background: url(../images/soc_1.svg) no-repeat center center;}
.soc-y { background: url(../images/soc_3.svg) no-repeat center center;}

.soc:hover {
  opacity: 0.8;
}


@media (max-width: 991px) {
  .logo-bot {
    width: 200px;
  }

  .copyright {
    text-align: center;
    color: white;
    font-size: 14px;
  }

}


@media (max-width: 767px) {

  .footer {
    background: url(../images/footer_bcg.jpg) repeat-x top #000000;
    padding: 40px 0 40px 0;
  }
  
  .copyright {
    margin: 10px 0 20px 0;
  }

  .logo-bot {
    margin: 0 auto;
    display: block;
  }
  
  .soc-holder {
    text-align: center;
  }

  .soc {
    margin: 0 5px 0 5px;
  }
  
  .soc-top {
    display: block;
    background-size: 18px;
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
    position: absolute;
    right: 165px;
    top: 28px
  }

}

@media (max-width: 359px) {

  .soc-top {
    display: none;
  }

}



/*------------modal-----------*/
.modal-open .menu-holder {
  padding-right: 17px;
  }

.modal-content {
  padding: 50px;
  border-radius: 10px;
}


.form-label {
  font-size: 16px;
}



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

.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;
}

.btn-submit-2 {
  width: 100%;
  background-color: #f2e525;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  height: 80px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}

.btn-submit-2:hover, .btn-submit-2:focus {
  background-color: #ffae18;
  color: black;
}

.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-content {
    padding: 10px;
  }

  .modal-open .menu-holder {
    padding-right: 0px;
    }

}


/*----thank you-----*/

.block-1-thankyou {
  background: url(../images/main_pic.jpg) no-repeat top 130px center;
  background-size: cover;
  height: auto;
  padding: 240px 0 280px 0;
}



@media (max-width: 1199px) {

  .block-1-thankyou {
    background: url(../images/main_pic.jpg) no-repeat top 30px center;
  }

  .block-1-thankyou h1 {
    font-size: 44px;
  }

}

@media (max-width: 767px) {

  .block-1-thankyou h1 {
    font-size: 24px;
  }

  .block-1-thankyou {
    background: url(../images/main_pic.jpg) no-repeat top 30px center;
    background-size: cover;
    height: auto;
    padding: 140px 0 180px 0;
  }
  


}


.form-error {
  color: red;
  font-size: 14px;
}