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

i {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input:focus-visible {
  outline: none;
}

a,
input,
li {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fdc518;
}

body {
  font-family: "AvenirNext";
  /*background: url(../img/bg-transparent.png) repeat 100%, url(../img/bg.jpg) no-repeat;*/
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.topbar {
  min-height: 60px;
  width: 100%;
  background: rgba(35, 35, 35, 1);
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 99999;
  position: fixed;
  padding-top: 20px;

}

.topbar i.phone-ic {
  background: url(../img/call-bold-ic.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px;
  position: absolute;
  margin-right: 12px;
}

.topbar a {
  font-size: 16px;
  
}

.topbar span {
  color: #ababab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 8px;
  margin-right: 8px;
  
  display: inline-block;
}

.logo {
  background: url(../img/logo2.png) no-repeat;
  max-width: 300px;
  height: 79px;
  margin: auto;
  margin-top: 60px;
}

.logo2 {
  background: url(../img/logo2.png) no-repeat;
  background-size: auto;
width: 200px;
height: 52px;
margin: auto;

display: inline-block;
background-size: 200px 52px;
}

h1.caption {
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.content {
  margin-top: 30px;
  margin-bottom: 30px;


}

.content p.caption {
  background: url(../img/arrow.png) no-repeat scroll 0% 10px;
  background-size: 10px;
  padding-right: 15px;
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
  padding-left: 30px;
  margin-top: 20px;
  line-height: 1.7;
}

.content p.caption a {
  border-bottom: 1px dotted #fff;
}

.content p.caption span{
  font-size: 16px;
  color: #adadad;
}


.content .btn {
  background: #fdc51840;
  height: 65px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border: 2px solid #fdc518;
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 18px;
  margin-top: -3px;
  border-radius: 0px;
}

.content .btn:hover, .content .cta:hover {
  background:#fdc51885 !important;
}

.content .cta {
  background: #fdc518 !important;
  margin-top: 20px;
}

.footer .copyright {
  text-align: center;
  font-size: 14px;
  bottom: 0;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}

.footer .copyright a {
  border-bottom: 1px dotted #fff;
}
/*# sourceMappingURL=style.css.map */

#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  z-index: -1;
  object-fit: cover;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 0;
}

.product-section {
  z-index: 9999;
  position: relative;
  background: #fff;
  color: #333;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  max-width: 800px;
  margin: 50px auto;
  font-family: "AvenirNext", sans-serif;
  line-height: 1.8;
}

.product-section .main-heading {
  font-size: 28px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-bottom: 10px;
}

.product-section .sub-heading {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  color: #555;
}

.product-section .product-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.product-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 25px;
}

.product-list li {
  font-size: 16px;
  margin-bottom: 8px;
}

.product-section .note {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 15px;
  color: #666;
}

.product-section .contact {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-section .location {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.product-section .location strong {
  font-size: 16px;
  color: #000;
}

.product-section .delivery {
  font-size: 15px;
  color: #b00000;
  font-weight: 600;
}
