@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Light.eot');
	src: local('Avenir Next Cyr Light'), local('AvenirNextCyr-Light'),
		url('fonts/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Light.woff') format('woff'),
		url('fonts/AvenirNextCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Medium.eot');
	src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
		url('fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Medium.woff') format('woff'),
		url('fonts/AvenirNextCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Regular.eot');
	src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
		url('fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Regular.woff') format('woff'),
		url('fonts/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr Ultra';
	src: url('fonts/AvenirNextCyr-UltraLight.eot');
	src: local('Avenir Next Cyr Ultra Light'), local('AvenirNextCyr-UltraLight'),
		url('fonts/AvenirNextCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-UltraLight.woff') format('woff'),
		url('fonts/AvenirNextCyr-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Heavy.eot');
	src: local('Avenir Next Cyr Heavy'), local('AvenirNextCyr-Heavy'),
		url('fonts/AvenirNextCyr-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Heavy.woff') format('woff'),
		url('fonts/AvenirNextCyr-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Bold.eot');
	src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
		url('fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Bold.woff') format('woff'),
		url('fonts/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Thin.eot');
	src: local('Avenir Next Cyr Thin'), local('AvenirNextCyr-Thin'),
		url('fonts/AvenirNextCyr-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Thin.woff') format('woff'),
		url('fonts/AvenirNextCyr-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	font-family: 'Avenir Next Cyr';
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.container {
	max-width: 1380px;
}
body {
	background-color: #16110C;
}

.b1 {
	padding-top: 30px;
}
.b1-top {
	margin-bottom: 40px;
}
.b1-top div {
	display: table-cell;
}
.b1-top .logo {
	padding-right: 40px;
}
.info {
	background: rgba(255, 167, 1, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	padding: 12px 20px 12px 45px;
	position: relative;
	color: white;
	font-size: 14px;
}
.info:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background: #FFA701;
	filter: blur(2px);
	left: 15px;
	top: 50%;
	margin-top: -5px;
	border-radius: 50%;
}

.b1 .txt h1 {
	font-size: 44px;
	color: white;
	line-height: 1.3;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.b1 .txt h1  span{
	font-size: 44px;
	font-weight: 800;
	color: #FFA701;
	display: block;
}
.b1 .txt p {
	font-size:25px;
	color: white;
	margin-bottom: 65px;
}
.b1 .txt p span {
	color: #FFA701;
	text-transform: uppercase;
}

.b1 .txt .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.b1 .txt .btn1 {
	position: relative;
	margin-right: 40px;
}
.b1 .txt .btn1 img {
	position: absolute;
	top: -60px;
	left: 90%;
}
.b1 .txt .btn-box span {
	font-size: 14px;
	color: white;
	display: block;
}

.vid {
	display: block;
	max-width: 600px;
	height: 348px;
	border-radius: 20px;
	background-size: cover !important;
	position: relative;
	margin: 0 auto;
	margin-bottom: 25px;
	transition: all .5s;
}
.vid span {
	position: absolute;
	height: 88px;
	width: 88px;
	background: url('img/play.png') center top no-repeat;
	top: 50%;
	left: 50%;
	margin: -44px 0 0 -44px;
	transition: all .5s;
	border-radius: 50%;
}
.vid:hover {
	box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
}
.vid:hover span {
	box-shadow: 0 0 20px 5px rgba(0,0,0,.5);
}

.vid0 {
	display: block;
	max-width: 600px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 25px;
	transition: all .5s;
}
.vid0 img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	transition: all .5s;
}
.vid0 span {
	position: absolute;
	height: 88px;
	width: 88px;
	background: url('img/play.png') center top no-repeat;
	top: 50%;
	left: 50%;
	margin: -44px 0 0 -44px;
	transition: all .5s;
	border-radius: 50%;
}
.vid0:hover img {
	box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
}
.vid0:hover span {
	box-shadow: 0 0 20px 5px rgba(0,0,0,.5);
}

.timer-box {
	text-align: center;
}
.timer-box .ttl {
	font-size: 16px;
	color: white;
	margin-bottom: 15px;
}
.timer {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.timer .num-box {
	width: 60px;
	height: 65px;
	background: rgba(255, 167, 1, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	margin: 0 10px;
}
.timer .num-box .num {
	font-size: 36px;
	line-height: 1.3;
	color: white;
}
.timer .num-box span {
	font-size: 14px;
	font-weight: 300;
	color: white;
	display: block;
	margin-top: -5px;
}


.btn1 {
	font-size: 23px;
	color: #110C06;
	font-weight: bold;
	cursor: pointer;
	padding: 15px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: #ffa803;
	background: -moz-linear-gradient(left,  #ffa803 0%, #ffe1a9 50%, #ffa803 100%);
	background: -webkit-linear-gradient(left,  #ffa803 0%,#ffe1a9 50%,#ffa803 100%);
	background: linear-gradient(to right,  #ffa803 0%,#ffe1a9 50%,#ffa803 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa803', endColorstr='#ffa803',GradientType=1 );
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
}
.btn1:hover {
	color: #110C06;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
	text-decoration: none;
}

.b2 {
	padding: 30px 0;
}
.b2 .box {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	position: relative;
	height: 100%;
	padding: 20px 20px 20px 135px;	
	color: white;
}
.b2 .box img {
	position: absolute;
	left: 20px;
	top: 20px;
}
.b2 .col-md-6 {
	margin-bottom: 30px;
}
.b2 .box .ttl {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.b2 .box p {
	font-size: 20px;
	margin-bottom: 0;
}

.httl {
	font-weight: 700;
	font-size: 50px;
	color: white;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 65px;
	position: relative;
}
.httl span {
	color: #FFA701;
}

.white {
	color: white !important;
}

.b3 {
	padding: 0 0 40px 0;
}
.b3 .col-lg-6 {
	margin-bottom: 30px;
}
.b3 .box {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	padding: 35px 20px;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.b3 .box .img {
	width: 120px;
	height: 120px;
	min-width: 120px;
	background: rgba(22, 17, 12, 0.4);
	border: 1px solid #FFA701;
	border-radius: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.b3 .box .txt {
	margin: 15px 0 0 0;
}
.b3 .box .txt p {
	font-size: 20px;
	color: white;
}
.b3 .box .txt span {
	color: #FFA701;
	font-weight: bold;
}
.b3 .box.v2 {
	display: block;
	height: calc(100% - 30px);
	padding: 35px;
}
.b3 .box.v2 .img {
	margin: 50px auto;
}
.b3 .box.v3 {
	display: block;
	height: calc(100% - 30px);
}
.b3 .box.v3 .img {
	margin: 20px auto;
}
.b3 .box.v3 p {
	font-size: 18px;
}
.center-text {
	max-width: 950px;
	margin: 20px auto 60px auto;
	text-align: center;
	color: white;
}
.center-text .ttl {
	font-size: 25px;
	margin-bottom: 15px;
}
.center-text p {
	font-size: 18px;
	margin-bottom: 0;
}


.txt-center-box {
	background: rgba(255, 167, 1, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	max-width: 1000px;
	padding: 30px;
	line-height: 1.3;
	margin: 0 auto 45px auto;
	font-size: 34px;
	color: white;
	text-align: center;
}
.txt-center-box b {
	color: #FFA701;
}





.menu-btn-box {
	display: none;
}
.menu-box {	
	
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.menu a {
	font-size: 16px;
	color: white;
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 10px;
	white-space: nowrap;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: #85A93F;
}
.menu a:hover:after, .menu a.act:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #3B583B;
	top: 100%;
	left: 0;
}




.owl-stage {
	display: flex;
	display: -webkit-flex;
}
.owl-nav {
	
}
.owl-nav button {
	position: absolute;		
	width: 30px;height: 30px;
	border-radius: 10px;
	display: block;
	text-align: center;
	line-height: 32px !important;
	color: #020202;
	background-color: transition !important;
	outline: 0;
	top: 50%;
	margin-top: -20px;
	opacity: 1;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav button i {
	color: #568798;
	font-size: 30px;
}
.owl-nav button.owl-prev img {
	margin-left: -2px;
}
.owl-nav button.owl-next img {
	margin-right: -2px;
}

.owl-dots {
	margin-top: 30px;
	width: 100%;
	text-align: right;
	padding-right: 30px;
}
.owl-dots button { 
   font-size: 0; 
   width: 30px;
   height: 6px;
   border-radius: 10px;
   background: black !important;
   border: 0;
   cursor: pointer;
   margin: 0 5px; 
   outline: 0;   
} 
.owl-dots button.active {   
   background: #ee55e5 !important;
} 





.select1 {
	position: relative;   
	white-space: nowrap;
	border-radius: 5px;
	min-width: 170px;
	border: 1px solid #e6e6e6;
	background-color: white;
}
.select1 select {	
	cursor: pointer;
	font-size: 13px;
	color: #716b6b;
	background-color: transparent;
	padding: 10px 20px 10px 15px;
	white-space: nowrap;
	border: 0;
	outline: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	background: url('fonts/img/down.png') 96% center no-repeat;
}



.form1 input[type="text"], .form1 textarea {
	font-size: 18px;
	color: #787878;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form1 textarea {
	min-height: 120px;
}

.form1 .inp {
	margin-bottom: 18px;
}
.form1 button {
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
	box-shadow: 0 12px 24px rgba(255, 250, 59, 0.28), inset 0 -6px 1px 1px rgba(40, 0, 5, 0.29) !important;
	background-color: #ffd561 !important;
	background-image: linear-gradient(to top, #ffc115 0%, #ffc515 100%) !important;
}


.modal-dialog {
	max-width: 530px;
}
.modal-content {
	position: relative;
	padding: 30px  15px;
	border-radius: 5px;
	background: black;
    border: 1px solid rgba(255, 167, 1, 0.3);
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
	text-align: center;
	font-size: 26px;
	line-height: 1.3;
	color: #FFA701;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal-content p {
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-bottom: 30px;
}
.modal-content input, .modal-content textarea {
	font-size: 15px;
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.modal-content label {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.modal-content button {
	font-size: 18px;
	padding: 20px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}

.menu-btn-box {
	
}
.menu-btn {
	width: 26px;
	height: 18px;
	position: relative;	  
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 101;
}
.menu-btn  span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #404040;
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border-radius: 2px;
}
.menu-btn.open  span {
	background: #404040;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 8px;
}
.menu-btn  span:nth-child(3) {
  top: 16px;
}
.menu-btn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.privacy {
	font-size: 13px;
	color: #a2a7b2;
	margin: 10px 10px 0 0;
	text-align: left;
}
.privacy a {
	font-size: 13px;
	color: #ff1b0d;
}


.btn-lnk-img {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	color: #3B583B;
}
.btn-lnk-img img {
	margin-right: 10px;
}

.info-box .info {
	background-color: #3B583B;
	border-radius: 20px;
	padding: 15px;
	text-align: center;
	font-size: 28px;
	line-height: 1.3;
	color: white;
}

.btn1.with-arr {
	position: relative;
}
.btn1.with-arr img {
	position: absolute;
	top: -25px;
	left: 105%;
}
.wide-btn {
	width: 100%;
	max-width: 350px;
}

.b4 {
	padding: 30px 0;
}
.b4 .row {
	margin: 0 -8px;
}
.b4 .col-lg-3 {
	padding: 0 8px;
}
.b4 .httl {
	margin-bottom: 145px;
}
.b4 .box {
	position: relative;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	padding: 96px 30px 30px 30px;
	text-align: center;
	margin-bottom: 30px;
}
.b4 .box .img {
	position: absolute;
	width: 155px;
	height: 155px;
	background: rgba(22, 17, 12, 0.4);
	border: 1px solid #FFA701;
	border-radius: 20px;
	left: 50%;
	top: -77px;
	margin-left: -77px;
}
.b4 .box .ttl {
	font-size: 18px;
	font-weight: 700;
	color: white;
	margin-bottom: 5px;
}
.b4 .box p {
	font-size: 16px;
	color: white;
	margin-bottom: 0;
}

.httl-txt {
	font-size: 25px;
	color: white;
	text-align: center;
	margin-bottom: 65px;
}
.httl-txt b {
	color: #FFA701;
}

.b5 {
	padding: 30px 0;
}
.b5 .row {
	margin: 0 -5px;
}
.b5 .col-lg-4 {
	padding: 0 5px;
	margin-bottom: 10px;
}
.b5 .box {
	min-height: 250px;
	height: calc(100% - 80px);
	background-size: cover !important;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	padding: 40px 20px 40px 0;
	overflow: hidden;
}
.b5 .box .img {
	max-width: 40%;
	position: absolute;
	right: 60%;
	top: 50%;
	transform: translate(0, -50%);
}
.b5 .box.v1-2 .img {
	top: 0;
	transform:none;
}
.b5 .box .txt {
	max-width: 50%;
	margin-left: auto;
}
.b5 .box .ttl {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
.b5 .box .ttl span {
	color: #FFA701;
}
.b5 .box p {
	font-size: 15px;
	line-height: 1.2;
	color: white;
}
.b5 .box img {
	max-width: 100%;
	height: auto;
}
.b5 .box.v2 {	
	padding: 40px 0 40px 20px;
}
.b5 .box.v2 .img {
	right: auto;
	left: 60%;
}
.b5 .box.v2 .txt {
	margin-left: 0;
}


.products {	
	padding: 30px 0 80px 0;
}
.products .col-lg-4 {
	margin-bottom: 60px;
}
.product-box {
	background: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 30px 30px 120px 30px;
	height: 100%;
}
.product-box .inner {
	max-width: 350px;
	margin: 0 auto;
}
.product-box .ttl {
	font-size: 34px;
	line-height: 1.2;
	font-weight: bold;
	color: #110C06;
	text-align: center;
	margin-bottom: 15px;
}
.product-box .ttl b {
	color: #FFA701;
}
.product-box p {
	font-size: 18px;
	line-height: 1.3;
	color: #110C06;
	text-align: center;
	margin-bottom: 30px;
}
.product-box ul {
	margin: 0 0 30px 10px;
}
.product-box ul li {
	font-size: 16px;
	color: #110C06;
	margin-bottom: 10px;
}
.product-box ul li b {
	font-weight: 500;
	color: #FFA701;
}
.product-box .price {
	font-size: 24px;
	color: #FFA701;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FFA701;
	border-radius: 15px;
	max-width: 250px;
	margin: 0 auto;
	padding: 5px;
	margin-bottom: 30px;
}
.product-box .price-box {
	position: absolute;
	top: 95%;
	left: 0;
	text-align: center;
	width: 100%;
	margin-top: -110px;
}
.product-box .price-box s {
	color: #dadada;
}
.product-box .btn-box {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 100%;
	margin-top: -30px;
}

.b6 {
	padding: 50px 0;
}
.b6 .box {
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	padding: 65px 5% 35px 5%;
}
.b6 .box .item {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	width: 90%;
	min-height: 55px;
}
.b6 .box .item .num {
	width: 37px;
	height: 37px;
	min-width: 37px;
	background: #FFA701;
	box-shadow: 0px 0px 4px #FFA701;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-right: 20px;
	padding: 5px;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #110C06;
}
.b6 .box .item .num:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	border: 1px solid #FFA701;
	border-radius: 50%;
}
.b6 .box .item p {
	font-size: 18px;
	color: white;
	margin-bottom: 0;
}

.b7 {
	padding: 30px 0 0 0;
	overflow: hidden;
}
.b7 .inner0 {
	max-width: 888px;
	margin: 0 auto;
}
.b7 .box {
	margin-bottom: 30px;
	position: relative;
	background: #FFA701;
	border: 2px solid #825706;
	border-radius: 10px;
	overflow: hidden;
	z-index: 2;
}
.b7 .inner {
	position: relative;
}
.b7 .inner:before {
	content: '';
	position: absolute;
	width: 700px;
	height: 700px;
	background: radial-gradient(50% 50% at 50% 50%, #FFA701 0%, rgba(255, 167, 1, 0) 100%);
	opacity: 0.8;
	left: 50%;
	top: 50%;
	margin: -350px 0 0 -350px;
	z-index: 0;
}

.b7 .box .sp {
	max-width: 100%;
	height: auto;
}
.b7 .box .txt {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px;
	text-align: center;
	background: linear-gradient(360deg, #16110C 0%, rgba(22, 17, 12, 0) 100%);
}
.b7 .box .txt .name {
	font-size: 28px;
	font-weight: bold;
	color: white;
	margin-bottom: 5px;
	text-shadow: 0 2px 1px rgba(0,0,0,.5);
}
.b7 .box .txt .desc {
	font-size: 21px;
	color: white;
	margin-bottom: 5px;
	text-shadow: 0 2px 1px rgba(0,0,0,.5);
}
.b7 .box .txt p {
	font-size: 16px;
	font-weight: 300;
	color: white;
	margin-bottom: 0;
	margin-top: 25px;
}
.b7 .box .txt .desc span, .b7 .box .txt p span {
	color: #FFA701;
}

.revs-box {
	padding: 30px 0;
}
.revs-box .vid {
	margin-bottom: 30px;
	height: auto;
	max-width: none;
}
.revs-box .btn-box {
	margin-top: 40px;
}

.faq-box {
	background: url('img/faq-bg.png') center bottom no-repeat;
	position: relative;
	padding: 50px 0;
	min-height: 505px;
	text-align: center;
}
.faq-box .httl {
	margin-bottom: 30px;
}
.faq-box .btn1 {
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.faq-box .btn1 img {
	margin-right: 15px;
}

.footer {
	padding: 50px 0 150px 0;
}
.soc-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.soc-box a {
	margin-right: 25px;
	display: inline-block;
}
.footer-top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.footer-top .logo-box {
	margin: 0 35px 20px 0;
}
.footer-top .soc-box {
	margin-bottom: 20px;
}
.footer-top {
	padding-bottom: 30px;
}

.footer-bottom {
	padding-bottom: 15px;
}
.footer-bottom .box {
	margin-bottom: 30px;
}
.footer-bottom .box .item {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	font-size: 16px;
	color: white;
}
.footer-bottom .box .item a {
	font-size: 16px;
	color: white;
}
.footer-bottom .box .item img {
	position: absolute;
	left: 0;
	top: 0;
}

.footer-copyright {
	border-top: 1px solid #FFA701;
	padding-top: 35px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	font-size: 16px;
	color: white;
}
.footer-copyright a {
	font-size: 16px;
	color: white;
}

.privacy {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.privacy a {
	font-size: 12px;
	color: white;
	opacity: .5;
}
.owl-carousel {
	position: relative;
	padding: 0 40px;
}

.b1 {
	position: relative;
	overflow: hidden;
}
.cilcle1 {
	width: 700px;
	height: 700px;
	background: radial-gradient(50% 50% at 50% 50%, #FFA701 0%, rgba(255, 167, 1, 0) 100%);
	filter: blur(157.5px);
	position: absolute;
	top: -250px;
	right: -100px;
}
.cilcle2 {
	width: 300px;
	height: 300px;
	background: radial-gradient(50% 50% at 50% 50%, #FFA701 0%, rgba(255, 167, 1, 0) 100%);
	filter: blur(157.5px);
	position: absolute;
	bottom: 150px;
	left: -200px;
}

.bottom-box {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 0 0;
	z-index: 5;
	background-color: #16110C;
	color: white;
	border-top: 1px solid #FFA701;
	display: none;
}
.bottom-box.show {
	display: block;
}
.bottom-box .inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
}
.bottom-box .ttl {
	font-size: 24px;
	font-weight: bold;
	margin: 0 15px 15px 0;
}
.bottom-timer-box {	
	margin: 0 15px 15px 0;
}
.bottom-timer {	
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
}
.bottom-timer span {	
	display: block;
	margin-bottom: 10px;
}
.bottom-box .btn1 {
	font-size: 20px;
	padding: 10px 30px;
	margin-bottom: 10px;
}

.b1-top-top {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	position: relative;
	z-index: 5;
}
.lang-box {
	display: flex !important;
	display: -webkit-flex !important;
}
.lang-box a {
	margin-left: 15px;
	display: block;
	text-decoration: none;
	opacity: .6;
}
.lang-box a.act {
	opacity: 1;
}

	
@media screen and (max-width: 1366px){
	.b1 .txt h1 span {
		font-size: 40px;
	}
	.b1 .txt h1 {
		font-size: 34px;
	}
	.b1 .txt p {
		font-size: 21px;
	}
}
@media screen and (max-width: 1099px){
	
	
}
@media screen and (max-width: 991px){
	.b1 .txt {
		text-align: center;
	}
	.b1 .txt .btn-box {
		justify-content: center;
	}
	.b1 .b2  .txt {
		text-align: left;
	}
	.httl {
		font-size: 40px;
		margin-bottom: 40px;
	}
	
	.b3 .box.v2, .b3 .box.v3 {		
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.b3 .box.v2 .img, .b3 .box.v3 .img {		
		margin: 0 20px 0 0;
	}
	.txt-center-box {		
		padding: 20px;
		font-size: 24px;
	}
	.wide-btn {
		max-width: 320px;
	}
	.b4 .box {		
		margin-bottom: 100px;
	}
	.b4 .btn-box {		
		margin-top: -50px !important;
		position: relative;
		z-index: 2;
	}
	.faq-box {
		padding-top: 100px;
		min-height: 505px;
	}
	.footer-copyright {
		display: block;
		text-align: center;
	}
	.footer-copyright a {
		margin-top: 10px;
		display: block;
		
	}

}
@media screen and (max-width: 768px){
	.b1 .txt h1 {
		font-size: 34px;
	}
	.b1 .txt h1 span {
		font-size: 40px;
	}
	.b1 .txt p {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.b1 .txt .btn1 img {
		top: -45px;
	}
	.b1 .txt .btn-box {
		display: block;
	}
	.b1 .mb-5 {
		margin-bottom: 20px !important;
	}
	.b2 {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.b2 .box {
		height: auto;
	}
	.b1 .txt .btn1 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.b2 .box {
		text-align: center;
	}
	.b1 .b2 .txt, .b2 .box {
		text-align: left;
	}
	.b3 .box {
		padding: 15px !important;
		height: auto !important;
		margin-bottom: 20px;
	}
	.b3 .col-lg-6 {
		margin-bottom: 0;
	}
	.center-text .ttl {
		font-size: 20px;
	}
	.center-text p {
		font-size: 15px;
	}
	.txt-center-box {
		font-size: 20px;
	}
	.httl-txt br {
		display: none;
	}
	.httl-txt {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.b5 .box .txt {
		max-width: 50%;
	}
	.httl {
		font-size: 30px
	}
	.b7 .inner {
		max-width: 400px;
		margin: 0 auto;
	}
	.b7 .box .txt {		
		padding: 40px 20px 15px 20px;
	}
	.b7 .box .txt img {
		display: none;
	}
	.b7 .box .txt .desc {
		font-size: 16px;
	}
	.b7 .box .txt p {
		font-size: 15px;
		margin-top: 0;
	}
	
	.bottom-box .inner {
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.bottom-box .ttl {
		font-size: 20px;
		margin: 0 0 5px 0;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.bottom-timer {
		font-size: 20px;
	}
}
@media screen and (max-width: 575px){
	
	.b3 {
		padding: 20px 0;
	}
	.center-text {	
		margin: 20px auto 30px auto;
	}
	.cilcle2 {
		width: 100px;
		height: 100px;
		left: -100px;
	}
	.cilcle1 {
		width: 300px;
		height: 300px;
	}
	.b4, .b5, .b6 {
		padding: 30px 0;
	}
	.b6 {
		padding-top: 0px;
	}
	.b4 .httl {
		margin-bottom: 125px;
	}
	.products {
		padding: 30px 0 60px 0;
	}
	.products .httl br, .b7 .httl br {
		display: none;
	}
	.b7 {
		padding: 20px 0;
	}
	.revs-box {
		padding: 30px 0;
	}
	.faq-box {
		padding-top: 30px;
		min-height: auto;
	}
	.faq-box .httl br {
		display: none;
	}
	
}
@media screen and (max-width: 470px){
	.b6 .box {	
		padding: 20px 15px;
	}
	.b6 .box .item {		
		width: 100%;
	}
	.product-box .ttl {
		font-size: 30px;
	}
	.b3 .box .txt p {
		font-size: 16px;
	}
	.b2 .box .ttl {
		font-size: 20px;
	}
	.b1 .txt p {
		font-size: 16px;
	}
	.vid {
		height: 250px;
	}
	.b1-top div {
		display: block;
	}
	.b1-top .logo {
		padding-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	.b2 .box {		
		padding: 20px 20px 20px 85px;
	}
	.b2 .box img {
		max-width: 50px;
	}
	.b2 .txt p {
		margin: 0;
	}
	.btn1.with-arr img {
		display: none;
	}
}
@media screen and (max-width: 400px){
	.b1 .txt h1 span {
		font-size: 30px;
	}
	.b1 .txt h1 {
		font-size: 24px;
	}
	.b6 .box .item p {
		font-size: 16px;
	}
	.btn1 {
		font-size: 18px;
	}
	.b3 .box {
		display: block !important;
		text-align: center;
		
	}
	.b3 .box .img {
		width: 100px;
		height: 100px;
		min-width: 100px;
		margin: 0 auto !important;
		margin-bottom: 20px;
	}
	.b5 .box .txt {
		max-width: 60%;
	}
	.product-box .price {
		font-size: 24px;
	}
	.footer-top {
		display: block;
		text-align: center;
	}
	.b2 .box .ttl {
		font-size: 15px;
	}
	.b3 .box .img {
		width: 60px;
		height: 60px;
		min-width: 60px;
		margin-bottom: 15px;
	}
	.b3 .box .txt p {
		margin: 0;
	}
	.b5 .box .ttl {
		font-size: 16px;
	}
	.faq-box .httl {
		font-size: 20px;
	}
	.product-box {		
		padding: 30px 30px 100px 30px;
	}
	.product-box .price-box {
		margin-top: -100px;
	}
	
	.bottom-box .ttl {
		font-size: 14px;
	}
	.bottom-box .btn1 {
		font-size:18px;
		padding: 5px 50px;
	}
}