@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, hr {
  margin: 0;
  padding: 0;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

body {
  font-family: "Roboto Regular";
  color: #fff;
  position: relative;
  overflow-x: hidden;
  letter-spacing: 1px;
}

body.move {
  animation: smoothMove 0.3s ease-in-out forwards;
}

@keyframes smoothMove {
  from {
    left: 0px;
  }
  to {
    left: -250px;
  }
}
@-webkit-keyframes smoothMove {
  from {
    left: 0px;
  }
  to {
    left: -250px;
  }
}

/* ***** MODAL VIDEO BLOCK ***** */

.show-video {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0px auto;
  padding: 5px 20px;
  background: none;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  transition: .4s ease;
}
.show-video:hover {
  color: #B5B118;
  border: 2px solid #B5B118;
}
.modal-video-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
 /* background: rgba(0,0,0,.8);*/
  background: #000;
  z-index: 100;
  display: none;
}
.modal-video-block .close-video {
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 2;
  cursor: pointer;
  background: #000;
  border: 1px solid #fff;
  font-weight: 600;
  padding: 5px 8px;
  text-transform: uppercase;
  border-radius: 4px;
  outline: none;
  transition: .4s ease;
}
.modal-video-block .close-video:hover {
  color: #B5B118;
  border: 1px solid #B5B118;
}
.modal-video-block iframe {
  width: 100%;
  height: 100%;
}

/* ***** MAIN PAGE (HEADER) ***** */

.main-page {
  /*background-image: url("../img/main-bg.jpg");*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 100%;
  padding-top: 200px;
}

.main-page video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
.main-page .video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  z-index: 0;
  background: -webkit-linear-gradient(rgba(75,61,40, .5), rgba(49,42,34, .5));
  background: -o-linear-gradient(rgba(75,61,40, .5), rgba(49,42,34, .5));
  background: -moz-linear-gradient(rgba(75,61,40, .5), rgba(49,42,34, .5));
  background: linear-gradient(rgba(75,61,40, .5), rgba(49,42,34, .5));
}


/*.main-page .loading-video {
  width: 100px;
  height: 100px;
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);;
  z-index: 1;
  display: inline-block;
}*/

header {
  padding: 15px 0 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: background 0.3s ease-in-out;
}
header .logotype {
  float: left;
  position: relative;
  z-index: 2;
}
header .navbar {
  margin: 0;
}
header .menu-list {
  text-decoration: none;
  display: inline-block;
  float: right;
}
header .menu-list .menu-list-item  .active{
  box-shadow: rgb(187, 187, 1) 0px 3px 0px -1px;
}

.downcolor{
  color: #ffffff !important;
  text-transform: capitalize;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 222px;
    padding: 12px 12px;
    margin: 2px 0 0;
    font-size: 15px;
    background: #bec037 !important;
}
/*header .menu-list .menu-list-item:last-child {
  margin: 0;
}*/
header .menu-list .menu-list-item {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-top: 65px;
  margin-right: 30px;
  transition: margin 0.3s ease-in-out;
}
header .menu-list .menu-list-item a {
  color: #fff;
  display: block;
  padding: 5px 0px;
  transition: box-shadow 0.3s ease-in-out;
  font-weight: 600;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
header .menu-list .menu-list-item a:hover {
  box-shadow: 0px 3px 0px -1px #bbbb01;
}
header .menu-list .menu-list-item a.scrolled:hover {
  box-shadow: 0px 3px 0px -1px #fff;
}


header .lang-list {
  text-decoration: none;
  display: inline-block;
  float: right;
}
header .lang-list .lang {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-top: 65px;
  margin-right: 0px;
  transition: margin 0.3s ease-in-out;
  width: 33px;
}
header .lang-list .lang a {
  color: #fff;
  padding: 10px 1px;
  transition: box-shadow 0.3s ease-in-out;
  font-weight: 600;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  padding: 4px 7px;
}
header .lang-list .lang a:hover {
  background-color: #bbbb01 !important;
}
header .lang-list .lang:not(:first-child) {
  display: none;
  margin-top: 4px;
  margin-bottom: 4px;
}
header .lang-list .lang:not(:first-child).hovered {
  display: block;
}
header .lang-list .lang:first-child a {
  border-radius: 5px 5px 0 0;
}
header .lang-list .lang:last-child a {
  border-radius: 0 0 5px 5px;
}
header .hamburger-wrap {
  margin-top: 30px;
  float: right;
  height: 50px;
  width: 40px;
  position: relative;
  cursor: pointer;
  transition: margin 0.3s ease-in-out;
}
header .hamburger {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
header .hamburger:first-child {
  top: 50%;
  margin-top: -14px;
}
header .hamburger:last-child {
  top: 50%;
  margin-top: 10px;
}
header .hamburger-active .hamburger:nth-child(2) {
  display: none;
}
header .hamburger-active .hamburger:first-child {
  top: 50%;
  margin-top: -2px;
  transform: rotateZ(135deg);
}
header .hamburger-active .hamburger:last-child {
  top: 50%;
  margin-top: -2px;
  transform: rotateZ(-135deg);
}
header .side-menu {
  position: fixed;
  top: 0;
  right: -251px;
  list-style-type: none;
  background-color: #4c4c45;
  height: 100%;
  width: 250px;
  padding: 50px 20px 20px 20px;
  transition: 0.3s ease-in-out;
}
header .side-menu .side-menu-item {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
header .side-menu .side-menu-item a {
  color: #fff;
  padding: 5px 0;
  display: inline-block;
  margin-right: 10px;
  display: block;
}
header .side-menu .side-menu-item.side-lang {
  display: inline-block;
  margin-top: 15px;
  position: absolute;
  bottom: 10px;
}
header .side-menu .side-menu-item.side-lang:first-child {
  left: 0;
}
header .side-menu .side-menu-item.side-lang:nth-child(2n) {
  left: 55px;
}
header .side-menu .side-menu-item.side-lang:last-child {
  left: 85px;
}
header .side-menu.show {
  right: 0;
}

/* ***** MAIN PAGE (INTRO PAGE) ***** */
.intro-page {
  padding-bottom: 50px;
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.2));
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.2));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.2));
  background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.2));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.2));
}
.intro-page .intro-page-content-az, .intro-page .intro-page-content-en, .intro-page .intro-page-content-ru  {
  border: 25px solid #fff;
  display: inline-block;
  margin: 50px auto 30px auto;
  padding: 18px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Bold';
}
.intro-page .intro-page-content-az .percent100 {
  font-size: 150px;
  line-height: 120px;
}
.intro-page .intro-page-content-az .natural_ {
  font-size: 150px;
  line-height: 200px;
}
.intro-page .intro-page-content-az ._product {
  font-size: 93px;
  line-height: 70px;
}
.intro-page .intro-page-content-en .percent100 {
  font-size: 176px;
  line-height: 130px;
}
.intro-page .intro-page-content-en .natural_ {
  font-size: 96px;
  line-height: 160px;
}
.intro-page .intro-page-content-en ._product {
  font-size: 93px;
  line-height: 70px;
}
.intro-page .intro-page-content-ru .percent100 {
  font-size: 176px;
  line-height: 160px;
}
.intro-page .intro-page-content-ru .natural_ {
  font-size: 60px;
  line-height: 114px;
}
.intro-page .intro-page-content-ru ._product {
  font-size: 96px;
  line-height: 100px;
}

/* ***** MAIN PAGE (PRODUCTS) ***** */
.products {
  padding: 25px 0 50px 0;
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgb(0 0 0 / 20%), rgb(0 0 0 / 60%));
  overflow-x: hidden;
}
.products .products-header {
  font-size: 30px;
  font-family: "Roboto Bold";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 50px;
  position: relative;
}
.products .products-slider .slick-slide {
  outline: none;
}
.products .products-slider .slick-next, .products .products-slider .slick-prev {
  width: auto;
}
.products .products-slider .slick-prev {
  transform: rotateZ(-180deg);
  margin-top: -10px;
}
.products .products-slider .products-slider-item {
  position: relative;
  overflow: hidden;
  background-color: #d8d8d8;
  padding: 100px 70px;
  border-radius: 20px;
  height: 430px;
  cursor: pointer;
  margin-bottom: 30px;
  transition: background 0.6s ease-in-out;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.products .products-slider .products-slider-item .product-img {
  margin-top: 0;
  transition: margin 0.6s ease-in-out;
  margin: 0 auto;
  max-height: 230px;
}
.products .products-slider .products-slider-item .product-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  display: table;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background: -moz-linear-gradient(to bottom, #989a29, #575e0a);
  background: -webkit-linear-gradient(to bottom, #989a29, #575e0a);
  background: -o-linear-gradient(to bottom, #989a29, #575e0a);
  background: -ms-linear-gradient(to bottom, #989a29, #575e0a);
  background: linear-gradient(to bottom, #989a29c9, #94972d);
}
.products .products-slider .products-slider-item .product-desc .product-name {
  text-align: center;
  font-size: 18px;
  font-family: "Roboto Regular";
  font-weight: 600;
  text-transform: uppercase;
  color: #ebe9e9;
  display: table-cell;
  vertical-align: middle;
}
.products .products-slider .products-slider-item .product-desc .product-litres {
  text-align: center;
  font-size: 18px;
  color: #ebe9e9;
}
.products .products-slider .products-slider-item:hover {
  background-color: #d8d8d8;
}



.products .products-slider .products-slider-item:hover .product-img {
  margin-top: -40px;
  margin-bottom: 40px;
}
.products .products-slider .products-slider-item:hover .product-desc {
  background: -moz-linear-gradient(to bottom, #fff, #d7d7d7);
  background: -webkit-linear-gradient(to bottom, #fff, #d7d7d7);
  background: -o-linear-gradient(to bottom, #fff, #d7d7d7);
  background: -ms-linear-gradient(to bottom, #fff, #d7d7d7);
  background: linear-gradient(to bottom, #fff, #d7d7d7);
}
.products .products-slider .products-slider-item:hover .product-desc .product-name {
  color: #4c4c45;
}
.products .products-slider .products-slider-item:hover .product-desc .product-litres {
  color: #aeaeae;
}

/*
**********************************************************************************************
**********************************************************************************************
**********************************************************************************************
*/

.new-products-slider {
  padding: 0px 15px;
  margin-bottom: 30px;
}

.new-products-slider .slider-item {
  background: #ccc;
  border-radius: 20px;
  overflow: hidden;
  background: -webkit-linear-gradient(top left, #ffffff 0%, #f2f2f2 29%, #e3e3e3 58%, #d6d6d6 100%);
  background: -o-linear-gradient(top left, #ffffff 0%, #f2f2f2 29%, #e3e3e3 58%, #d6d6d6 100%);
  background: linear-gradient(to bottom right, #ffffff 0%, #f2f2f2 29%, #e3e3e3 58%, #d6d6d6 100%);
  outline: none;
}

.new-products-slider .slider-item .prod-desc {
  min-height: 360px;
  display: table;
  width: 100%;
  padding: 0px 0px 0px 150px;
  background: no-repeat center center;
  background-size: 80%;
  height: 10vw;
}

.new-products-slider .slider-item .prod-desc > div {
  display: table-cell;
  vertical-align: middle;
}

.new-products-slider .slider-item .prod-desc > div p {
  font-size: 36px;
  line-height: 48px;
  font-family: 'Roboto Light';
  color: #808080;
  text-transform: uppercase;
}

.new-products-slider .slider-item .prod-desc > div a {
  display: inline-block;
  background: #B5C40F;
  color: #555656;
  padding: 8px 50px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 5px;
}

.new-products-slider .slider-item .prod-img {
  position: relative;
  overflow: hidden;
  padding: 30px 50px 30px 0px;
}

.new-products-slider .slider-item .prod-img:after {
  content: '';
  width: 160px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  right: 60px;
  box-shadow: -60px 0px 30px 5px rgba(0,0,0,.2);
  border-radius: 50%;
}

.new-products-slider .slider-item .prod-img img {
  float: right;
  position: relative;
  z-index: 2;
  height: 300px;
}

.new-products-slider .slick-dots {
  bottom: 0px;
}

.new-products-slider .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #666d0f;
}

.new-products-slider .slick-dots li.slick-active {
  background: #B5C40F;
}

.new-products-slider .slick-dots li button {
  display: none;
}

/*
**********************************************************************************************
**********************************************************************************************
**********************************************************************************************
*/

/* ***** MAIN PAGE (BENEFITS) ***** */
.product-benefits {
  padding: 30px 30px 50px 30px;
  border-radius: 20px;
  margin-top: 10px;
  background: -moz-linear-gradient(to bottom, #989a29, #575e0a);
  background: -webkit-linear-gradient(to bottom, #989a29, #575e0a);
  background: -o-linear-gradient(to bottom, #989a29, #575e0a);
  background: -ms-linear-gradient(to bottom, #989a29, #575e0a);
  background: linear-gradient(to bottom, #b2b436, #b2b536);
  overflow: hidden;
}
.product-benefits .benefits-header {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 7px;
  font-family: "Roboto Regular";
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.product-benefits .benefits-text-wrap {
  float: left;
}
.product-benefits .benefits-text-wrap .benefits-text {
  font-size: 17px;
  text-align: left;
  line-height: 27px;
}
.product-benefits .benefits-info {
  display: inline-block;
  float: right;
}
.product-benefits .benefits-info img {
  display: inline-block;
  margin: 10px 10px 20px 40px;
}

/* ***** MAIN PAGE (CONTACT US) ***** */
.contact-us {
  padding: 70px 0;
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.contact-us .contact-us-header {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 5px;
  font-family: "Roboto Regular";
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
}
.contact-us .map-wrap {
  height: 700px;
  border-radius: 20px;
  background-color: #b8b88f;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.contact-us .contact-form-wrap {
  font-size: 18px;
  font-weight: 600;
}
.contact-us .contact-form-wrap .adress {
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact-us .contact-form-wrap .phone-num {
  margin-bottom: 30px;
}
.contact-us .contact-form-wrap .e-mail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-us .contact-form-wrap form input, .contact-us .contact-form-wrap form textarea {
  width: 100%;
  padding: 10px 20px;
  background-color: #b8b7b6;
  border: none;
  margin-bottom: 25px;
  border-radius: 30px;
  outline: none;
  color: #4c4c45;
  font-weight: 400;
}
.contact-us .contact-form-wrap form input::-webkit-input-placeholder {
  color: #4c4c45;
}
.contact-us .contact-form-wrap form input::-moz-placeholder {
  color: #4c4c45;
}
.contact-us .contact-form-wrap form input:-moz-placeholder {
  color: #4c4c45;
}
.contact-us .contact-form-wrap form input:-ms-input-placeholder {
  color: #4c4c45;
}
.contact-us .contact-form-wrap form textarea::-webkit-input-placeholder {
  color: #4c4c45;
}
.contact-us .contact-form-wrap form textarea::-moz-placeholder {
  color: #4c4c45;
}
.contact-us .contact-form-wrap form textarea:-moz-placeholder {
  color: #4c4c45;
}
.contact-us .contact-form-wrap form textarea:-ms-input-placeholder {
  color: #4c4c45;
}
.contact-us .contact-form-wrap form textarea {
  resize: none;
  height: 200px;
}
.contact-us .contact-form-wrap form .send-btn {
  outline: none;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  background: -moz-linear-gradient(to bottom, #989a29, #575e0a);
  background: -webkit-linear-gradient(to bottom, #989a29, #575e0a);
  background: -o-linear-gradient(to bottom, #989a29, #575e0a);
  background: -ms-linear-gradient(to bottom, #989a29, #575e0a);
  background: linear-gradient(to bottom, #989a29, #575e0a);
}
.contact-us .contact-form-wrap form .send-btn:hover {
  background: -moz-linear-gradient(to bottom, #989a29, #424708);
  background: -webkit-linear-gradient(to bottom, #989a29, #424708);
  background: -o-linear-gradient(to bottom, #989a29, #424708);
  background: -ms-linear-gradient(to bottom, #989a29, #424708);
  background: linear-gradient(to bottom, #989a29, #424708);
}
.alert-container {
  display: none;
}

/* ***** MAIN PAGE (FOOTER) ***** */
.footer {
  background-color: #282e30;
  padding: 20px 0 15px 0;
  overflow: hidden;
  line-height: 70px;
  position: relative;
}
.footer a{
    color: #797e1b;
    font-weight: 600;
}
.footer p {
  font-size: 14px;
 /* text-transform: uppercase;*/
}
.footer .dev-team {
  text-align: right;
  color: #fff;
  text-transform: uppercase;
}
.footer .dev-team span {
  color: #979928;
}

/* ***** ABOUT US PAGE (INTRO PAGE) ***** */
.about-us-page {
  background-image: url("../img/about-us-bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding-top: 200px;
}
.about-us-page .about-intro-text {
  font-size: 72px;
  line-height: 90px;
  text-transform: uppercase;
  margin: 210px 0;
}

/* ***** ABOUT US PAGE (ABOUT US) ***** */
.about-us {
  padding: 70px 0 70px 0;
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, #aeb13c, #aeb13c);
}
.about-us .about-header {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 5px;
  font-family: "Roboto Regular";
  font-weight: 600;
  margin-bottom: 70px;
}
.about-us .about-content {


}
.about-us .about-content .about-logo-wrap {
  float: left;
  padding: 0 20px 10px 0;
  width: 23%;
}
.about-us .about-content .about-text {

    margin-bottom: 25px;
    text-align: justify;
}

.propage{
  height: 100% ;
}
/* ***** ABOUT US PAGE (SERTIFICATES) ***** */
.certificates {
  padding: 95px 0;
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  background: linear-gradient(to bottom, rgb(0 0 0 / 10%), rgb(0 0 0 / 44%));
  font-family: "Roboto Light";
}
.certificates .certificate-header {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 5px;
  font-family: "Roboto Regular";
  font-weight: 600;
  margin-bottom: 70px;
}
.certificates .img-lg-wrap {
  margin-bottom: 20px;
}
.certificates .img-lg-wrap img {
  display: inline-block;
}
.certificates .certificate-name {
  display: inline-block;
  padding: 12px 20px;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 40px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  background: -moz-linear-gradient(to bottom, #989a29, #575e0a);
  background: -webkit-linear-gradient(to bottom, #989a29, #575e0a);
  background: -o-linear-gradient(to bottom, #989a29, #575e0a);
  background: -ms-linear-gradient(to bottom, #989a29, #575e0a);
  background: linear-gradient(to bottom, #989a29, #575e0a);
}
.certificates .certificate-date {
  display: inline-block;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 30px;
  margin-bottom: 40px;
  background: -moz-linear-gradient(to bottom, #989a29, #575e0a);
  background: -webkit-linear-gradient(to bottom, #989a29, #575e0a);
  background: -o-linear-gradient(to bottom, #989a29, #575e0a);
  background: -ms-linear-gradient(to bottom, #989a29, #575e0a);
  background: linear-gradient(to bottom, #989a29, #575e0a);
}
.certificates .certificate-desc {
  font-size: 18px;
  line-height: 30px;
  padding: 15px 20px;
  border-radius: 30px;
  margin-bottom: 40px;
  background: -moz-linear-gradient(to bottom, #989a29, #575e0a);
  background: -webkit-linear-gradient(to bottom, #989a29, #575e0a);
  background: -o-linear-gradient(to bottom, #989a29, #575e0a);
  background: -ms-linear-gradient(to bottom, #989a29, #575e0a);
  background: linear-gradient(to bottom, #989a29, #575e0a);
}
.certificates .small-carousel {
  overflow-x: hidden;
  padding: 0 50px;
}
.certificates .certificates-slider .slick-slide {
  outline: none;
}
.certificates .certificates-slider .slick-next, .certificates .certificates-slider .slick-prev {
  width: auto;
}
.certificates .certificates-slider .slick-prev {
  transform: rotateZ(-180deg);
  margin-top: -10px;
}
.certificates .certificate-img-sm {
  opacity: 0.5;
  transition: opacity 0.6s ease-in-out;
  cursor: pointer;
}
.certificates .certificate-img-sm:hover {
  opacity: 0.7;
}


/* ***** PRODUCTS PAGE (INTRO PAGE) ***** */
.products-page {
   background: linear-gradient(to bottom, #c5c62bcc, #aeb13c);
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  padding-top: 220px;
}
.products-page .product-intro-content {
  display: inline-block;
  padding-bottom: 30px;
}
.products-page .product-intro-content .full-natural-az {
  font-size: 56px;
  line-height: 80px;
  font-family: "Roboto Light";
  text-transform: uppercase;
  letter-spacing: 14px;
  margin-top: 100px;
}
.products-page .product-intro-content .full-natural-en {
  font-size: 46px;
  line-height: 66px;
  font-family: "Roboto Light";
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-top: 100px;
}
.products-page .product-intro-content .full-natural-ru {
  font-size: 46px;
  line-height: 50px;
  font-family: "Roboto Light";
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-top: 100px;
}
.products-page .product-intro-content .full-natural-products-az {
  font-size: 55px;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.products-page .product-intro-content .full-natural-products-en {
  font-size: 83px;
  line-height: 84px;
  text-transform: uppercase;
  letter-spacing: 12px;
}
.products-page .product-intro-content .full-natural-products-ru {
  font-size: 46px;
  line-height: 66px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.products-page .product-intro-content .made-in {
  width: 100%;
  margin-top: 15px;
  display: inline-block;
}
.products-page .product-intro-content .svg-box {
  width: 25%;
  display: inline-block;
  float: left;
  margin-top: 50px;
  cursor: pointer;
}
.products-page .product-intro-content .svg-box:hover .svg-products {
  transform: scale(1.15);
}
.products-page .product-intro-content .svg-box .svg-products {
  transition: transform 0.3s ease-in-out;
  max-width: 100%;
}
.products-page .product-intro .product-query {
  font-size: 16px;
  margin-bottom: 80px;
}


/* ***** PRODUCTS PAGE (ALL PRODUCTS) ***** */
.all-products {
  padding: 30px 0 120px 0;
}
.all-products .all-prod-header {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 5px;
  font-family: "Roboto Regular";
  font-weight: 600;
  margin-bottom: 50px;
}
.all-products .products-slider-item {
  position: relative;
  overflow: hidden;
  background-color: #d8d8d8;
  padding: 100px 70px;
  border-radius: 20px;
  height: 430px;
  cursor: pointer;
  margin-bottom: 30px;
  transition: 0.6s ease-in-out;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.all-products .products-slider-item .product-img {
  margin-top: 0;
  transition: margin 0.6s ease-in-out;
  margin: 0 auto;
}
.all-products .products-slider-item .product-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  display: table;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background: -moz-linear-gradient(to bottom, #989a29, #575e0a);
  background: -webkit-linear-gradient(to bottom, #989a29, #575e0a);
  background: -o-linear-gradient(to bottom, #989a29, #575e0a);
  background: -ms-linear-gradient(to bottom, #989a29, #575e0a);
  background: linear-gradient(to bottom, #989a29c9, #94972d);
}
.all-products .products-slider-item .product-desc .product-name {
  text-align: center;
  font-size: 19px;
  font-family: "Roboto Regular";
  font-weight: 500;
  text-transform: uppercase;
  color: #ebe9e9;
  display: table-cell;
  vertical-align: middle;
}
.all-products .products-slider-item .product-desc .product-litres {
  text-align: center;
  font-size: 18px;
  color: #cccccc;
}
.all-products .products-slider-item:hover {
  background-color: #f0f0f0;
}
.all-products .products-slider-item:hover .product-img {
  margin-top: -40px;
  margin-bottom: 40px;
}
.all-products .products-slider-item:hover .product-desc {
  background: -moz-linear-gradient(to bottom, #fff, #d7d7d7);
  background: -webkit-linear-gradient(to bottom, #fff, #d7d7d7);
  background: -o-linear-gradient(to bottom, #fff, #d7d7d7);
  background: -ms-linear-gradient(to bottom, #fff, #d7d7d7);
  background: linear-gradient(to bottom, #fff, #d7d7d7);
}
.all-products .products-slider-item:hover .product-desc .product-name {
  color: #4c4c45;
}
.all-products .products-slider-item:hover .product-desc .product-litres {
  color: #aeaeae;
}

/*
*************************************************************************************************************************
*************************************************************************************************************************
*************************************************************************************************************************
*/

.new-product .new {
  border-radius: 0px 0px 0 0;
  background: #949627;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0;
  transition: top .6s ease-in-out;
  font-weight: 600;
}
.new-product:hover {
  box-shadow: inset 0px 0px 0px 5px #949627;
}
.new-product:hover .new {
  top: -50px;
}

/*
*************************************************************************************************************************
*************************************************************************************************************************
*************************************************************************************************************************
*/

/* ***** CONTACT PAGE ***** */
.contact-page {
  padding-top: 250px;
  background: -moz-linear-gradient(to bottom, #75774f, #9e9e69, #9e9e69);
  background: -webkit-linear-gradient(to bottom, #75774f, #9e9e69, #9e9e69);
  background: -o-linear-gradient(to bottom, #75774f, #9e9e69, #9e9e69);
  background: -ms-linear-gradient(to bottom, #75774f, #9e9e69, #9e9e69);
  background: linear-gradient(to bottom, #d3d438, #757a18);
  min-height: calc(100vh - 95px);
}
.contact-page .map-content {
  border-radius: 20px;
  height: 620px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.contact-page .map-content .contact-map {
  height: 100%;
  width: 70%;
  float: left;
}
.contact-page .map-content .map-related {
  width: 30%;
  float: right;
  height: 100%;
  background-color: #c4c46d;
  padding: 30px 10px 20px 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  overflow-y: auto;
  overflow-x: hidden;
}
.contact-page .map-content .map-related ul {
  list-style-type: none;
  margin-bottom: 25px;
}
.contact-page .map-content .map-related ul li:first-child {
  font-weight: bold;
}

/* ***** SELL POINTS ***** */
.sell-points-page {
  background-image: url("../img/sell-points-bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding-top: 250px;
  min-height: calc(100vh - 95px);
}
.sell-points-page .sell-content-wrap {
  border-radius: 20px;
  margin-bottom: 50px;
  overflow: hidden;
}
.sell-points-page .sell-content-wrap .points {
  background-color: rgba(0, 0, 0, 0.55);
  overflow: hidden;
  padding-bottom: 80px;
}
.sell-points-page .sell-content-wrap .points .points-header {
  letter-spacing: 1px;
  max-width: 550px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 80px auto 60px auto;
}
.sell-points-page .sell-content-wrap .points .point-logo {
  display: inline-block;
  width: 25%;
  float: left;
  margin-top: 20px;
}
.sell-points-page .sell-content-wrap .points .point-logo:hover img {
  transform: scale(1.1);
}
.sell-points-page .sell-content-wrap .points .point-logo img {
  height: 100px;
  max-width: 100%;
  transition: 0.3s ease-in-out;
}
.sell-points-page .sell-content-wrap .points .point-logo a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto Light";
}
.sell-points-page .sell-content-wrap .info {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px 0;
  font-size: 14px;
  font-family: "Roboto Light";
}
.sell-points-page .sell-content-wrap .info ul {
  margin: 0;
}

/* ***** GALLERY ***** */
.gallery-page {
  padding-top: 300px;
  background: -moz-linear-gradient(to bottom, #202320, #2b2f2a);
  background: -webkit-linear-gradient(to bottom, #202320, #2b2f2a);
  background: -o-linear-gradient(to bottom, #202320, #2b2f2a);
  background: -ms-linear-gradient(to bottom, #202320, #2b2f2a);
  background: linear-gradient(to bottom, #d3d438, #a7a833);
  min-height: calc(100vh - 95px);
}
.gallery-page .gallery-wrap {
  margin-bottom: 50px;
}
.gallery-page .gallery-wrap .slider-for {
  width: 100%;
  padding: 2px 4px 2px 2px;
}
.gallery-page .gallery-wrap .slider-for .big-img {
  width: 100%;
}
.gallery-page .gallery-wrap .slider-for iframe {
  width: 100%;
  min-height: 630px;
}
.gallery-page .gallery-wrap .slider-for .slick-arrow {
  height: auto;
}
.gallery-page .gallery-wrap .slider-for .slick-prev {
  transform: rotateZ(-180deg);
  margin-top: -17px;
  left: -40px;
}
.gallery-page .gallery-wrap .slider-for .slick-next {
  right: -40px;
}
.gallery-page .gallery-wrap .slider-nav .slick-slide {
  position: relative;
  margin: 4px;
  outline: none;
}
.gallery-page .gallery-wrap .slider-nav .play-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-page .gallery-wrap .slider-nav .slick-current {
  box-shadow: 0 0 0 2px #bbbb01;
}

/* ***** PRODUCT VIEW ***** */
.prod-view-page {
  padding-top: 200px;
  background: -moz-linear-gradient(to bottom, #b2cbcc, #e3f3f3, #e3f3f3);
  background: -webkit-linear-gradient(to bottom, #b2cbcc, #e3f3f3, #e3f3f3);
  background: -o-linear-gradient(to bottom, #b2cbcc, #e3f3f3, #e3f3f3);
  background: -ms-linear-gradient(to bottom, #b2cbcc, #e3f3f3, #e3f3f3);
  background: linear-gradient(to bottom, #c2c337, #c2c337);
  min-height: calc(100vh - 95px);
}
.prod-view-page .move-fade-right {
  animation: move-right 0.3s ease forwards;
}
.prod-view-page .move-fade-left {
  animation: move-left 0.3s ease forwards;
}
@keyframes move-right {
  from {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  to {
    transform: translate(-200px, 0px);
    opacity: 0;
  }
}
@-webkit-keyframes move-right {
  from {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  to {
    transform: translate(-200px, 0px);
    opacity: 0;
  }
}
@keyframes move-left {
  from {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  to {
    transform: translate(200px, 0px);
    opacity: 0;
  }
}
@-webkit-keyframes move-left {
  from {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  to {
    transform: translate(200px, 0px);
    opacity: 0;
  }
}
.prod-view-page .opened-prod-slider.move-fade-right {
  animation: move-right 0.3s ease forwards;
}
.prod-view-page .opened-prod-slider.move-fade-left {
  animation: move-left 0.3s ease forwards;
}
.prod-view-page .opened-prod-slider {
  margin-bottom: 50px;
  position: relative;
}
.prod-view-page .opened-prod-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: -40px;
  display: block;
  width: 20px;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  transform: rotateZ(-180deg);
  margin-top: -17px;
}
.prod-view-page .opened-prod-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: -40px;
  display: block;
  width: 20px;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
}
.prod-view-page .opened-prod-slider .slide .opened-prod-img {
  width: 50%;
  min-height: 200px;
  display: inline-block;
  float: left;
  padding: 100px 20px 20px 20px;
  text-align: center;
}
.prod-view-page .opened-prod-slider .slide .opened-prod-img img {
  display: inline-block;
}
.prod-view-page .opened-prod-slider .slide .opened-prod-desc {
  width: 50%;
  min-height: 200px;
  display: inline-block;
  float: left;
}
.prod-view-page .opened-prod-slider .slide .opened-prod-desc .prod-name {
  text-transform: uppercase;
  font-size: 23px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
.table-bordered>tbody>tr>td{text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);}
.table-bordered>tbody>tr>td{ border: 1px solid #fff !important; }
.prod-view-page .opened-prod-slider .slide .opened-prod-desc .prod-litres {
  font-size: 20px;
  font-weight: 600;
  color: #5d6a6f;
  padding: 10px 20px;
  border: 1px solid #5d6a6f;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 20px;
}
.prod-view-page .opened-prod-slider .slide .opened-prod-desc h1,
.prod-view-page .opened-prod-slider .slide .opened-prod-desc h2,
.prod-view-page .opened-prod-slider .slide .opened-prod-desc h3,
.prod-view-page .opened-prod-slider .slide .opened-prod-desc h4,
.prod-view-page .opened-prod-slider .slide .opened-prod-desc h5
{
  color: #5d6a6f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
}
.prod-view-page .opened-prod-slider .opened-prod-desc > * {
  color: #ffffff;
  font-size: 16px;
  text-shadow: 2px 2px 2px rgb(175 175 175);
}
.prod-view-page .opened-prod-slider .slide .opened-prod-desc button.preorder {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #fafafa;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
  outline: none;
}
.prod-view-page .opened-prod-slider .slide .opened-prod-desc button.preorder:hover {
  color: #fff;
  background-color: #5d6a6f5c;
}

.prod-view-page .modal-preorder {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 12;
  display: none;
}
.prod-view-page .modal-preorder .modal-form-wrap {
  background-color: #fff;
  width: 600px;
  margin: 10% auto;
  padding: 90px 30px 30px 30px;
  border: 2px solid #21373f;
  position: relative;
}
.prod-view-page .modal-preorder .modal-form-wrap .close-modal {
  width: 25px;
  position: absolute;
  top: 30px;
  right: 35px;
  cursor: pointer;
}
.prod-view-page .modal-preorder .modal-form-wrap input {
  width: 100%;
  border: none;
  background-color: #e3f3f3;
  padding: 10px 20px;
  margin-bottom: 25px;
  font-size: 16px;
  outline: none;
  color: #21373f;
}
.prod-view-page .modal-preorder .modal-form-wrap button.order-btn {
  text-align: center;
  background-color: #21373f;
  color: #fff;
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  outline: none;
}
.prod-view-page .modal-preorder .modal-form-wrap button.order-btn:hover {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #21373f;
}

.order-captcha {
  margin-bottom: 25px;
  display: inline-block;
}

/* ***** HISTORY PAGE ***** */
.history-page {
  padding-top: 260px;
  min-height: calc(100vh - 95px);
  background: -moz-linear-gradient(to bottom, #df8c23, #fdb049, #fdb049);
  background: -webkit-linear-gradient(to bottom, #df8c23, #fdb049, #fdb049);
  background: -o-linear-gradient(to bottom, #df8c23, #fdb049, #fdb049);
  background: -ms-linear-gradient(to bottom, #df8c23, #fdb049, #fdb049);
  background: linear-gradient(to bottom, #d3d438, #b0b037);
}
.history-page .history-slider-wrap {
  margin-bottom: 50px;
  overflow: hidden;
}

/*Actions Page*/
.actions-page {
  padding-top: 300px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #d3d438, #b0b037);
  min-height: calc(100vh - 95px);
}
.actions-page .actions-wrap {
  margin-bottom: 50px;
}
.img-fluid{
  height: auto;
  width: 100%;
}

#speakers .speaker:hover .details{
  background: linear-gradient(to bottom, #fff, #d7d7d7);
  transition: background 0.6s ease-in-out;
}

#speakers .speaker .details {
    background: linear-gradient(to bottom, #989a29c9, #575e0a);
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    text-align: center;
    padding-top: 20px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#speakers .speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
     box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

#speakers .speaker:hover .details a{
  color: #4c4c45;
}
#speakers .speaker:hover  .details p{
  color: #4c4c45;
}

#speakers .speaker .details h3  a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }

#speakers .speaker .details p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-style: italic;
}


/*Events*/
.events-page {
  padding-top: 300px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #adae19cc, #fbfbfb);
  min-height: calc(100vh - 95px);
}
.lgx-single-news {
    margin-bottom: 3rem;
    background: #fff;
    padding: 1rem 1rem 1rem;
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.lgx-single-news figure {
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.lgx-single-news .single-news-info {
    position: relative;
    z-index: 2;
    margin-top: 1.6rem;
    padding: 0 1rem;
}
.black{color: #333;font-weight: 500;}
.title{color: #fff; margin-top: 10px;margin-bottom: 10px; font-weight: 600;}
.eventtitle{
  color: #323232;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

/*Useful informations*/

.useful-page {
  padding-top: 300px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #d3d438, #b0b037);
  min-height: calc(100vh - 95px);
}


.parallax {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 450px;
}
.content {
    margin-top: 30px;
    margin-bottom: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 15px;
}
.information-text{
  font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto Regular';
    font-weight: normal;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 500;
}

/*Video page*/
.video-page {
  padding-top: 300px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #d3d438, #a7a833);
  min-height: calc(100vh - 95px);
}
.mb-3{margin-bottom: 30px;}

.pdffile{
  position: absolute;
  bottom: 14px;
  right: 50px;
  z-index: 99;
  cursor: pointer;
}

.profix{
  position: absolute;
  right: 0;

}



/*History*/

.cd-timeline-navigation{
  list-style: none;
}
.bck{background: none !important;}
