* {
	padding: 0;
	margin: 0;
	font-family: "Manrope", serif;
}

.font2 {
	font-family: "Tenor Sans", sans-serif;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.container {
	max-width: 1750px;
}
.page-box {
	overflow: hidden;
}
body {
	
}




.menu-box {	
	margin-right: 50px;
	margin-top: 50px;
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.menu a {
	font-size: 21px;
	color: #333333;
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 3%;
	white-space: nowrap;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: #0091A6;
}

body.fixed .b1 {
	padding-top: 90px;
}
body.fixed .header .d-flex {
	padding: 0;
}
body.fixed .header {
	padding: 10px 0;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: rgba(43,36,72,0.9);
}
body.fixed .menu-btn-box {
	display: block;
	margin-left: 10px;
}
body.fixed .header .btn1 {
	font-size: 14px;
}
body.fixed .header .menu a {
	font-size: 15px;
}

.menu-box.open {
    display: block !important;
}

.side-menu {	
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 300;
	background-color: rgba(0,0,0,0.5);	
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: all .5s;
}
.side-menu.show {		
	right: 0;
}
.menu-box-right {
	display: block;
	padding-right: 0;
	position: relative;
	padding: 30px 15px 30px 3%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -600px;
	width: 400px;
	background-color: white;
	overflow-y: auto;
	transition: all .5s;
}
.side-menu .logo-box {
	margin-bottom: 15px;
}
.side-menu .btn-box {
	margin-bottom: 20px;
}
.side-menu .ttl {
font-family: "Tenor Sans", sans-serif;
font-size: 28px;
color: #94845E;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid rgb(218, 218, 218);
}
.side-menu .menu {
	display: block;
	padding: 0 0 20px 0;
	position: relative;
}
.side-menu .menu a, .side-menu .sub-menu a, .side-menu .menu .sub > span {
	font-family: "Tenor Sans", sans-serif;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #94845E !important;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px 0;
}
.side-menu .menu a:hover, .side-menu .sub-menu a:hover, .side-menu .menu .sub > span:hover {	
	color: #0E7E8C !important;
}
.side-menu .sub-menu {
	padding: 0 0 10px 10px;
	position: static;
	background-color: transparent;
}
.side-menu .menu-close {
	display: inline-block;
	position: fixed;
	left: 410px;
	top: -100px;
	cursor: pointer;
	transition: all .5s;
	cursor: pointer;
}
.side-menu.show .menu-close {
	width: 100%;
	height: 100%;
}
.phone-box2 {
	position: relative;
	margin-top: 20px;
}
.phone-box2 a {
	font-size: 18px;
	line-height: 1.2;
	display: block;
	color: #677056;
	display: block;
	margin-bottom: 10px;
}
.phone-box2 span {
	font-size: 15px;
	color: #677056;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
}
.side-menu.show .menu-box-right {
	left: 0;
}
.side-menu.show .menu-close {
	top: 30px;
}
.side-menu .btn1 {
	margin-top: 30px;
	width: 100%;
	font-size: 18px;
	padding: 18px;
}
.side-menu .phone {
	display: inline-block;
}
.side-menu .phone b {
	color: #94845E;
}


.header {	
	position: relative;
	z-index: 2;
}
.b1 .d-flex {	
	display: flex;
	display: -webkit-flex;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	 align-items: stretch;
}
.header .menu-box {
	margin-left: auto;
}
.header .logo {	
	position: absolute;
	left: 40px;
	top: 0;
}
.logo {
	background-color: #C7E6F2;
	padding-bottom: 23px;
	border-radius: 0 0 100px 100px;
}
.logo img {
	max-width: 157px;
}
.header-txt {
	font-family: "Tenor Sans", sans-serif;
	font-size: 18px;
	color: #3E3E3E;
	flex: 1;
	-webkit-flex: 1;
}
.header .col1 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	padding: 25px 56px 25px 254px;
	background-color: white;
}
.header .col2 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: flex-end;
	padding-right: 40px;
}
.header .phone-box {
	margin-right: 55px;
}
.phone {
	padding-right: 50px;
	background: url('img/whatsup.svg') right center no-repeat;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	text-decoration: none;
}
.phone span {
	margin-right: 15px;
}
.phone b {
	font-family: "Tenor Sans", sans-serif;
	font-size: 28px;
	line-height: 1.1;
	color: white;
}

.b1 {
	padding: 0;
	background-color: #F7F2EA;
}
.b1 .inner {
	max-width: 1920px;
	margin: 0 auto;
}
.b1 .col1 {
	flex: 0 0 60%;
	-webkit-flex: 0 0 60%;
}
.b1 .col2 {
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;	
}

.b1 .text-row .col1 {
	background: url('img/b1.png') 95% center no-repeat;
	padding-bottom: 150px;
}
.b1 .text-row .col2 {
	min-width: 0;
	position: relative;
}
.b1 .txt {
	max-width: 850px;
	margin: 150px 0 0 100px;
}
.b1 .txt h1 {
	
	font-size: 54px;
	color: #0091A6;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: 50px;
}
.b1 .txt .ttl2 {
	font-family: "Tenor Sans", sans-serif;
	font-size: 32px;
	line-height: 1.3;
	color: #3E3E3E;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.b1 .txt ul{
	margin-bottom: 40px;
}
.b1 .txt li {
	font-size: 22px;
	color: #3E3E3E;
	margin-bottom: 15px;
	list-style: none;
	position: relative;
}
.b1 .txt li img {
	position: absolute;
	left: 0;
	top: 0;
}
.b1 .text-row .box {
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding: 27px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 50px;
}
.price-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.price-box .price {
	margin-right: 35px;
}
.price {
	font-family: "Tenor Sans", sans-serif;
	font-size: 50px;
	color: #0091A6;
	line-height: 1.1;
}
.price-old {
	font-family: "Tenor Sans", sans-serif;
	font-size: 34px;
	color: #3E3E3E;
	text-decoration: line-through;
	line-height: 1.1;
}

.stamp {
	position: absolute;
	right: 40px;
	bottom: 70px;
	z-index: 2;
	opacity: .7;
}


.top-slider {
	margin-top: -121px;
	height: calc(100% + 121px);
	position: relative;
}
.top-slider:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 175px;
	background: url('img/bg-right.png') center top no-repeat;
	left: -17px;
	top: 50%;
	margin-top: -87px;
}
.b1 .text-row .top-slider .box {
	height: 100%;
	background-size: cover !important;	
	padding: 0;
	object-fit: cover;

	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
}
.top-slider.owl-carousel.owl-theme.owl-loaded.owl-drag,
.top-slider .owl-stage-outer,
.top-slider .owl-stage,
.top-slider .owl-item,
.top-slider .item,
.top-slider .owl-item,
.top-slider .img-responsive{
    height: 100%;
}
.top-slider {
	position: relative;
}
.top-slider .owl-nav button.owl-prev  {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -20px;
}
.top-slider .owl-nav button.owl-next  {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
}

.top-slider .owl-dots {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
	left: 0;
}
.owl-dots button { 
   font-size: 0; 
   width: 8px;
   height: 8px;
   box-shadow: 0 0 0 4px transparent;
   border-radius: 50%;
   background: white !important;
   cursor: pointer;
   margin: 0 5px; 
   outline: 0;   
   box-sizing: border-box;
} 
.owl-dots button.active {   
   background: #0091A6 !important;
   box-shadow: 0 0 0 4px white;
} 
.new-controls-box {
	text-align: center;
	margin-top: 60px;
}
.new-controls {
	text-align: center;
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	display: inline-block;
}
.new-controls .owl-dots {
	position: static;
	margin-top: 3px;
	
}
.new-controls .owl-dots button { 
   font-size: 0; 
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: #494949 !important;
   cursor: pointer;
   margin: 0 8px; 
   outline: 0;
   border: 0;
   box-sizing: border-box;
} 
.new-controls .owl-dots button.active {   
   background: #7C6F50 !important;
   box-shadow: none;
} 
.new-controls .owl-nav button {
	position: absolute;
	top: 0;
}
.new-controls .owl-nav button.owl-prev  {
	left: 0;
}
.new-controls .owl-nav button.owl-next  {
	right: 0;
}


.owl-stage {
	display: flex;
	display: -webkit-flex;
}

.owl-nav {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.owl-nav button {
	width: 42px;height: 42px;
	border-radius: 50%;
	border: 0 !important;
	display: block;
	color: white;
	background-color: #94845E !important;
	outline: 0;
	opacity: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	transition: all .5s;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav button i {
	color: white;
	font-size: 15px;
}
.owl-nav button.owl-prev img {
	margin-left: -2px;
}
.owl-nav button.owl-next img {
	margin-right: -2px;
}
.owl-nav button:hover {	
	color: white;
	background-color: #7C6F50 !important;
}
.owl-nav button:hover i {
	color: white;
}



.timer-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-left: 65px;
}
.timer-box .ttl {
	font-family: "Tenor Sans", sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3E3E3E;
	margin-right: 25px;
	max-width: 200px;
}
.timer-box .timer1 {
	font-family: "Tenor Sans", sans-serif;
	padding: 15px 20px;
	border-radius: 10px;
	background-color: white;
	display: inline-block;
	font-size: 33px;
	line-height: 1;
	color: #3E3E3E;
}
.b1 .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.b1 .btn1 {
	width: 100%;
	max-width: 415px;
	margin-right: 30px;
}
.gift-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.gift-box .ico {
	flex: 0 0 84px;
	-webkit-flex: 0 0 84px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: white;
	margin-right: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.gift-box p {
	font-size: 18px;
	color: #3E3E3E;
	margin-bottom: 0;
}


.httl {
	font-family: "Tenor Sans", sans-serif;
	  font-size: 45px;
	  color: #94845E;
	  text-align: center;
	  line-height: 1.2;
	  margin-bottom: 80px;
	  position: relative;
	  padding-top: 65px;
	  text-transform: uppercase;
}
.httl:before {
	position: absolute;
	content: '';
	width: 104px;
	height: 24px;
	background: url('img/httl.png') center top no-repeat;
	left: 50%;
	top: 0;
	margin-left: -52px;
}
.httl-txt {
	font-size: 20px;
	color: #3E3E3E;
	text-align: center;
	margin-bottom: 80px;
}
.httl.httl-with-txt {
	margin-bottom: 30px;
}



.btn0 {
font-family: "Tenor Sans", sans-serif;
	font-size: 20px;
	color: #0091A6;
	cursor: pointer;
	padding: 15px 60px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: white;
	display: inline-block;
}
.btn0:hover {
	color: white;
	text-decoration: none;
	background: #1396A7;
}
.btn1 {
font-family: "Tenor Sans", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	padding: 30px 60px;
	border-radius: 10px;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: #1396A7;
	display: inline-block;
	border: 1px solid #4A90A4;
	display: inline-block;
	text-align: center;
}
.btn1 img {
	margin-left: 15px;
}
.btn1:hover {
	color: white;
	text-decoration: none;
	background-color: #0E7E8C;
}

.b002 {
	padding: 100px 0;
}
.b002 .items {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.b002 .item {
	border: 1px solid #D6D6D6;
	margin-bottom: 40px;
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	margin-left: -1px;
}
.b002 .item img {
	max-width: 100%;
	height: auto;
}
.b002 .item .desc {
	padding: 30px;
	text-align: center;
}
.b002 .item .ttl {
font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	color: #3E3E3E;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.b002 .txt {
	max-width: 90%;
}
.b002 .txt p {
	font-size: 18px;
	margin-bottom: 20px;
}
.b002 .txt li {
	font-size: 18px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.b002 .item .btn {
font-family: "Tenor Sans", sans-serif;
	font-size: 15px;
	color: #3E3E3E;
	border: 1px solid #1396A7;
	padding: 15px;
	width: 100%;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
}
.b002 .item .btn:hover {
	background-color: #0E7E8C;
	color: white;
}


.b003 .item {
	background-color: #F2EFEB;
	height: 100%;
}
.b003 .item .img {
	height: 500px;
	background-size: cover !important;
}
.b003 .item .desc {
	padding: 20px;
}
.b003 .item .ttl-box {
	display: flex;
	display: -webkit-flex;
}
.b003 .item .ttl {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
font-family: "Tenor Sans", sans-serif;	
	font-size: 22px;
	color: #94845E;
	text-transform: uppercase;
}
.b003 .item .ttl-txt span {
	display: block;
	font-size: 14px;
	color: #3E3E3E;
	margin-bottom: 5px;
}
.b003 .item .txt {
	border-top: 1px solid #0E0E0E1A;
	margin-top: 20px;
	padding-top: 20px;
	font-size:14px;
	color: #3E3E3E;
}

.b004 {
	padding-top: 100px;
	padding-bottom: 300px;
	background: url('img/b4.png') center bottom no-repeat;
}
.b004 .httl {
	max-width: 965px;
	margin-left: auto;
	margin-right: auto;
}

.b005{
	padding-top: 70px;
	padding-bottom: 100px;
	background: #363636 url('img/b5.jpg') center top no-repeat;
}
.b005 iframe {
	background-color: white;
	max-width: 650px;
	margin: 0 auto;
}
.b005 .box {
	max-width: 1280px;
	margin: 0 auto;
	background-color: white;
	border-radius: 8px;
	min-height: 600px;
}
.b005 .httl {
	max-width: 985px;
	margin-left: auto;
	margin-right: auto;
}

.b006{
	padding-bottom: 100px;
	background: #363636;
	position: relative;
}
.b006:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin: -17px 0 0 -87px;
	width: 175px;
	height: 48px;
	background: url('img/bg-down-grey.png') center center no-repeat;
}
.b006 .httl {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.rev-slider {
	padding: 10px 0;
	max-width: 1920px;
	margin; 0 auto;
}
.rev-slider .item {
	background-color: #494949;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}
.rev-slider .top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #5B5B5B;
}
.rev-slider .name-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex: 1;
	-webkit-flex: 1;
	padding-right: 15px;
	margin-bottom: 15px;
}
.rev-slider .name {
	font-size: 15px;
	color: #94845E;
	text-transform: uppercase;
	margin-left: 15px;
	
}
.rev-slider .btn1 {
	font-size: 13px;
	padding: 20px 40px;
}
.rev-slider .btn-box {
	margin-bottom: 15px;
}
.rev-slider .photo-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.rev-slider .photo-list a {
	text-decoration: none;
	display: block;
	height: 310px;
	border-radius: 8px;
	background-size: cover !important;
	transition: all .5s;
	position: relative;
}
.rev-slider .photo-list a:hover:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2) url('img/plus.svg') center center no-repeat;
}

.b007{
	padding-top: 130px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.b007:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 323px;
	height: 520px;
	background: url('img/b7-1.jpg') center center no-repeat;
}
.b007:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: -50px;
	width: 249px;
	height: 733px;
	background: url('img/b7-2.jpg') center center no-repeat;
}
.b007  .httl{
	max-width: 965px;
	margin-left: auto;
	margin-right: auto;
}
.compare-box {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.b008{
	padding: 80px 0 60px 0;
	background: #363636 url('img/b8.jpg') right center no-repeat;
}
.b008 .container{
	max-width: 1280px;
}
.b008 .txt{
	color: white;
}
.httl.v2 {
	padding-top: 0;
}
.httl.v2:before {
	display: none;
}
.b008 .httl {
	
}
.b008 .httl-txt {
	margin-bottom: 50px;
	text-align: left;
}
.b008 .ttl {	
font-family: "Tenor Sans", sans-serif;	
	font-size: 30px;
	color: white;
	margin-bottom: 20px;
}
.b008 p {	
	font-size: 20px;
	color: white;
	margin-bottom: 30px;
	width: 90%;
}
.b008 .btn1 {
	font-size: 20px;
	padding: 20px 65px;
}
.sert-valid {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	font-size: 16px;
	color: white;
	margin-bottom: 70px;
	text-transform: uppercase;
}
.sert-valid img {
	margin-right: 15px;
}



.b009{
	padding: 100px 0;
	background: #F2EFEB;
}
.container.v2 {
	max-width: 1280px;
}
.b009 .box{
	margin-bottom: 80px;
}
.b009 .box .img{
	height: 300px;
	background-size: cover !important;
	border-radius: 10px;
	margin-bottom: 20px;
}
.b009 .box .ico{
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-color: #3A3A3A;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.b009 .box .ico.v2{
	background-color: #94845E;
}
.b009 .box .ttl{
font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	color: #3E3E3E;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.b009 .box p{
	font-size: 18px;
	color: #3E3E3E;
	margin-bottom: 0;
	max-width: 90%;
}
.gift-bottom {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	justify-content: space-between;
}
.gift-bottom .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.gift-bottom .gift-box {
	max-width: 400px;
}
.gift-bottom .btn1 {
	margin-right: 60px;
}

.b010 {
	padding: 100px 0;
	background: url('img/b10.jpg') 0 100% no-repeat;
}
.rev-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25% 25%;
	grid-template-columns: 1fr 25% 25%;
	gap: 20px;
}
.rev-list .img {
	margin-bottom: 20px;
}
.rev-list img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.border-top {
	border-top: 1px solid #EAE5DD;
	padding-top: 60px;
}

.b011 {
	padding: 100px 0;
	background-color: #F2EFEB;
}
.b011 .border-top {
	margin-top: 80px;
}

.two-cols  {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}
.two-cols .col1  {
	background-size: cover !important;
}
.two-cols .col2  {
	background-color: #353434;
	padding: 100px 0 100px 100px;
}
.two-cols .txt  {
	max-width: 650px;
}
.two-cols .httl  {
	text-align: left;
}
.two-cols p  {
	font-size: 18px;
	color: white;
	margin-bottom: 30px;
}
.two-cols .att  {
font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	color: #94845E;
	text-transform: uppercase;
	margin-top: 60px;
}

.b013 {
	padding: 100px 0;
}

.accordion .item {
	background-color: white;
	padding: 25px 0;
	border-top: 1px solid #DADADA;
}
.accordion .item:last-child {
	border-bottom: 1px solid #DADADA;
}
.accordion .item button {
font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	line-height: 1.2;
	color: #94845E;
	text-transform: uppercase;
	padding: 10px 50px 10px 0;
	border: 0;
	background-color: transparent;
	width: 100%;
	text-align: left;
	position: relative;
}
.accordion .item button span {	
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: #353434 url('img/f-minus.svg') center center no-repeat;
	display: block;
	border-radius: 50%;
	
}
.accordion .item button.collapsed span {
	background: #F2EFEB url('img/f-plus.svg') center center no-repeat;
}
.accordion .item button.collapsed {
	
}
.accordion .txt {	
	max-width: 800px;
	padding-top: 30px;
}
.accordion .txt p {	
	font-size: 18px;
	color: #3E3E3E;
	margin-bottom: 15px;
}

.b014 {
	padding-bottom: 300px;
	background: url('img/b14.jpg') center bottom no-repeat;
	text-align: center;
}
.b014 .btn1 {
	font-size: 28px;
}

.b015 {
	padding: 100px 0;
	background-color: #363636;
}
.place {
font-family: "Tenor Sans", sans-serif;
	padding-left: 60px;
	position: relative;
	margin-bottom: 30px;
	font-size: 22px;
	color: white;
	text-transform: uppercase;
	max-width: 510px;
}
.place img {
	position: absolute;
	left: 0;
	top: 0;
}
.contact-txt {
	font-size: 16px;
	color: white;
}
.b015-bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #555;
}
.b015-bottom .btn1 {
	padding: 20px 50px;
}
.b015-bottom .phone {
font-family: "Tenor Sans", sans-serif;
	font-size: 28px;
	color: white;
	display: inline-block;
	text-decoration: none;
}

.soc-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.soc-box span {
font-family: "Tenor Sans", sans-serif;
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	margin-right: 20px;
}
.soc-btn {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background-color: #1396A7;
	border-radius: 50%;
}


.map {
	background-color: #D9D9D9;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	height: 500px;
	border-radius: 10px;
	margin-top: 80px;
}






.white {
	color: white !important;
}



.center-form {
	padding: 50px 0;
}
.form2 {
	max-width: 600px;
	margin: 0 auto;
}
.form2 input[type="text"], .form2 textarea {
	font-size: 18px;
	color: white;
	background-color: #1E1A2D;
	padding: 15px;
	border-radius: 10px;
	border: 0;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form2 textarea {
	min-height: 120px;
}
.form2 .inp {
	margin-bottom: 20px;
}
.form2 button {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
}
.form2.v2 input[type="text"], .form2 textarea {
	border: 1px solid black;
	background-color: white;
	color: black;
	padding: 13px;
}
.form2.v2 button {
	padding: 18px;
	border: 0;
}







.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;
}



.modal-dialog {
	max-width: 530px;
	height: 100%;
}
.modal-content {
position: relative;
background-color: white;
padding: 30px  15px;
border-radius: 5px;
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
	text-align: center;
	font-size: 31px;
	line-height: 1.3;
	color: #363636;
	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: 15px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}

.menu-btn-box {
	
}
.menu-btn {
	width: 70px;
	height: 70px;
	position: relative;	
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 101;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #0091A6;
	border-radius: 50%;
}
.menu-btn  span {
	display: block;
	height: 2px;
	width: 18px;
	border-radius: 2px;
	margin-bottom: 4px;
	background: #0091A6;
}
.menu-btn  span:last-child {
	margin-bottom: 0;
}
.menu-btn.open {
	background: #0091A6;
}
.menu-btn.open  span {
	background: white;
}

.privacy {
	font-size: 13px;
	color: #a2a7b2;
	margin: 10px 10px 0 0;
	text-align: left;
}
.privacy a {
	font-size: 13px;
	color: #ff1b0d;
}




.footer {
	
}
.footer-top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 15px;
}
.footer-top .logo-box {
	margin-right: 30px;
}
.footer-top .phone-box {
	margin-right: 50px;
}
.footer-top .phone b {	
	color: #3E3E3E;
}
.footer-top .btn1 {
	padding: 17px 55px;
}
.footer-center  {
	padding: 40px 0;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}


.footer-menu {
	margin-left: 190px;
}
.footer-menu a {
font-family: "Tenor Sans", sans-serif;
	font-size: 15px;
	color: #94845E;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}

.footer-center-right {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.footer .soc-box {
	margin-left: auto;
	margin-bottom: 20px;
}
.footer .soc-box span {
	font-size: 14px;
	color: #3E3E3E;
}
.footer .email {
font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	color: #3E3E3E;
	margin-bottom: 20px;
}

.footer-bottom {
	padding: 30px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
font-family: "Tenor Sans", sans-serif;
	font-size: 14px;
	color: #94845E;		
}
.footer-bottom a {
	font-family: "Tenor Sans", sans-serif;
	font-size: 14px;
	color: #94845E;
	margin: 10px;
}



.privacy {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	
}
.privacy a {
	font-size: 12px;
	color: white;
	opacity: .5;
}
.owl-carousel {
	position: relative;
	padding: 0;
}


.modal-body {
	padding: 0;
	min-height: 500px;
}
.modal-dialog {
	max-width: 650px;
	height: 100%;
	background-color: #F7F2EAFF;
}
.modal-content {
	position: relative;
	border-radius: 5px;
	padding: 0;
	height: 100%;
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
font-family: "Tenor Sans", sans-serif;
	text-align: center;
	font-size: 26px;
	line-height: 1.3;
}
.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;
}




.post-page {
	padding: 50px 0;
}
.post-page h2, .post-page h3 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.post-page p {
	font-size: 16px;
	margin-bottom: 20px;
}

.b005 .box iframe {
	display: block;
	max-width: 700px;
	background-color: white;
	margin: 0 auto;
	height: auto;
}


.bc4 {	
	padding: 70px 0;
}
.bc4 .item {
	width: 50%;
	margin-left: 50%;
	position: relative;
	padding: 0 30px 30px 30px;
	min-height: 90px;
}
.bc4 .item.v2 {
	margin-left: 0;
	text-align: right;
}
.bc4 .item  .ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 15px;
}
.bc4 .item p {
	font-size: 18px;
	margin-bottom: 0;
}
.bc4 .item:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #DF392C;
	left: 0;
	top: 0;
	margin-left: -12px;
	margin-top: 0;
}
.bc4 .item .num {
	position: absolute;
	left: -80px;
	top: 0;
	margin-top: -18px;
	width: 50px;
	height: 60px;
	text-align: center;
	font-family: 'PT Serif';
	font-size: 76px;
	line-height: 1;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	color: white;
}
.bc4 .item:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background: url('img/line00.png') center top;
	left: -1px;
	top: 0;
}
.bc4 .item:last-child:before {
	display: none;
}
.bc4 .item.v2:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -12px;
}
.bc4 .item.v2:before {
	left: auto;
	right: -1px;
}
.bc4 .item.v2 .num {
	left: auto;
	right: -80px;
}

.left-count-box {
	padding-top: 30px;
	text-align: center;
	font-size: 20px;
	color: white;
}
.left-count-box .left-count {
	font-size: 30px;
	font-weight: bold;
	color: #1396A7;
}

.qq {
	border-left: 5px solid #94845E;
	padding-left: 30px;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 30px;
}


@media screen and (max-width: 1480px){
	.header .logo {
		left: 20px;
	}
	.logo img {
		max-width: 120px;
	}
	.header-txt {
		font-size: 16px;
	}
	.header .col1 {		
		padding: 20px 20px 20px 160px;
	}
}
@media screen and (max-width: 1380px){
	
	.phone b {
		font-size: 20px;
	}
	.btn0 {		
		padding: 12px 30px;
	}
}
@media screen and (max-width: 1280px){
	.b1 .txt {
		margin: 100px 20px 40px 20px;
	}
	.b1 .txt h1 {
		font-size: 40px;
	}
	.b1 .txt .ttl2 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.b1 .txt li {
		font-size: 18px;
		padding-left: 50px;
	}
	.b1 .text-row .col1 {
		background: none;
		padding-bottom: 0;
	}
	.price {
		font-size: 46px;
	}
	.price-old {
		font-size: 30px;
	}
	.timer-box .ttl {
		font-size: 14px;
		margin-right: 15px;
	}
	.timer-box .timer1 {
		padding: 10px 15px;
		font-size: 24px;
	}
	.gift-box p {
		font-size: 16px;
	}
	.gift-box .ico {
		flex: 0 0 68px;
		-webkit-flex: 0 0 68px;
		width: 68px;
		height: 68px;
		margin-right: 15px;
	}
	.gift-box .ico img {
		max-width: 36px;
	}
	.stamp img {
		max-width: 150px;
	}
	.stamp {
		right: 15px;
	}
	.header .phone-box {
		margin-right: 20px;
	}
}
@media screen and (max-width: 991px){	
	.logo img {
		max-width: 100px;
	}
	.header-txt {
		font-size: 14px;
	}
	.header .col1 {		
		padding: 15px 15px 15px 140px;
	}
	.text-row {
		display: block !important;
	}
	.b1 .txt h1 {
		font-size: 36px;
	}
	.b1 .txt h1 br, .b1 .txt .ttl2 br {
		display: none;
	}
	.b1 .txt {
		margin: 40px 20px;
		margin-top: 100px;
		text-align: center;
		max-width: 100%;
	}
	.b1 .col2 {
		background-color: white;
	}
	
	.b1 .txt li img {
		left: 50%;
		margin-left: -20px;
	}
	.b1 .text-row .txt .box {		
		padding: 15px 0;
		max-width: 620px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.b1 .btn-box {	
		display: block;
		text-align: center;
	}
	.top-slider {
		margin-top: 0;
		height: 970px;
	}
	.top-slider:after {
		display: none;
	}
	.timer-box .ttl, .gift-box p {
		text-align: left;
	}
	
	.b002 {
		padding: 40px 0;
	}
	.httl {
		font-size: 30px;
		margin-bottom: 40px;
		padding-top: 40px;
	}
	.httl-txt {		
		margin-bottom: 40px;
	}
	.b002 .item .desc {
		padding: 20px;
	}
	.b002 .item .ttl {	
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.b004 {
		background-size: contain !important;
		padding-bottom: 150px;
	}
	.b006, .b008, .b009, .b011, .b010, .b013, .b015  {
		padding: 40px 0;
	}
	.b007 {
		padding: 80px 0 40px 0;
	}
	.new-controls-box {
		margin-top: 30px;
	}
	.b007::after {
		left: -20px;
		top: 0;
		width: 90px;
		height: 110px;
		background-size: contain !important;
	}
	.httl:before {
		width: 70px;
		background-size: contain !important;
		margin-left: -35px;
	}
	.sert-valid {
		margin-bottom: 30px;
	}
	
	.b009 .box  {
		margin-bottom: 30px;
	}
	.border-top {
		padding-top: 40px;
	}
	.b011 .border-top {
		margin-top: 40px;
	}
	.gift-bottom .price-box {
		margin-bottom: 20px;
	}
	.two-cols .col2 {
		padding: 40px 20px;
	}
	.two-cols .att {
		font-size: 18px;
		margin-top: 30px;
	}
	.accordion .item button {	
		font-size: 18px;
	}
	.accordion .item {
		padding: 15px 0;
	}
	.accordion .txt p {
		font-size: 14px;
	}
	.accordion .txt {
		max-width: 100%;
		padding-top: 20px;
	}
	.b014 .btn1 {
		font-size: 24px;
	}
	.b014 {
		background-size: contain !important;
		padding-bottom: 150px;
	}
	.place {
		font-size: 18px;
	}
	.b015-bottom {		
		padding-top: 20px;
		margin-top: 20px;
	}
	.b015-bottom .phone {
		font-size: 24px;
	}
	.map {		
		margin-top: 40px;
	}
	.footer-menu {
		margin-left: 0;
	}
	.footer-center {
		padding-bottom: 10px;
	}
	.btn0 {
		border: 1px solid #0091A6;
	}
	.phone b {
		color: #3E3E3E;
	}
	.header .col2 {
		padding-right: 90px;
	}
	.menu-btn-box {
		position: absolute;
		right: 10px;
		top: 15px;
	}
	.header .col1 {
		flex: 0 0 45%;
		-webkit-flex: 0 0 45%;
	}
	.header .col2 {
		flex: 1;
		-webkit-flex: 1;
	}
}
@media screen and (max-width: 900px){
	.header-txt {
		display: none;
	}
	.header {
		padding: 15px 0;
		background-color: white;
	}
	.header .col1 {
		flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		padding: 0;
	}
	.header .col2 {
		padding-right: 30px;
	}
	.header .phone-box {
		order:2;
	}
	.header .logo {
		left: 50%;
		margin-left: -50px;
	}
	.b1 .txt {
		margin-top: 100px;
	}
	.menu-btn {
		width: 40px;
		height: 40px;
	}
	.menu-btn-box {
		top: 18px;
	}
	.header .phone {
		padding-right: 0;
		background: none;
	}
	.header .phone span {
		width: 40px;
		height: 40px;
		background-color: #0091A6;
		border-radius: 50%;
		display: flex;
		display: -webkit-flex;
		align-items: center;
			-webkit-align-items: center;
		justify-content: center;
	}
	.header .phone b {
		display: none;
	}
	.btn0 {
		background-color: #1396A7;
		color: white;
		font-size: 12px;
	}
	
	.rev-slider .photo-list {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.b005 {
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 768px){
	
	.two-cols {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
	.two-cols .col1 {
		height: 400px;
	}
	.footer-top {
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
		margin-bottom: 0;
	}
	.footer-top .header-txt {
		display: block;
	}
	.footer-center .col-lg-4 {
		order: 1;
	}
	.footer-center .col-lg-8 {
		order: 2;
	}
	.footer-top .phone-box, .footer-top .btn-box {
		margin-right: 0;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-top .phone {
		display: inline-block;
	}
	.footer-center {
		padding-top: 0px;
		border-top: 0;
	}
	.footer-center .col-lg-8 {
		border-top: 1px solid #DADADA;
		padding-top: 20px;
	}
	.soc-btn {
		width: 40px;
		height: 40px;
	}
	.soc-btn img {
		max-width: 24px;
	}
	.footer-center-right {
		display: block;
		text-align: center;
	}
	.footer .soc-box {
		justify-content: center;
		margin-top: 15px;
	}
	.b015-bottom {
		display: block;
		text-align: center;
	}
	.b015-bottom .phone {
		margin: 15px;
	}
	.soc-box {
		justify-content: center;
		margin-top: 20px;
	}
	.gift-bottom {
		justify-content: center;
		
	}
	.gift-bottom .btn-box {
		display: block;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.gift-bottom .btn1 {
		display: block;
		max-width: 350px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.gift-bottom .gift-box {
		margin: 0 auto;
	}
	.b009 {
		text-align: center;
	}
	.b009 .box .ico {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.b002 .item {
		margin-bottom: 20px;
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
	}
	.b007:before {
		display: none;
	}
	.b008 .httl,.b008 .httl-txt {
		text-align: center;
	}
	.b008 .httl-txt {
		margin-bottom: 30px;
	}
	.b008 .txt {
		margin-bottom: 30px;
		text-align: center;
	}
	.b008 .img {
		text-align: center;
	}
	.sert-valid {
		justify-content: center;
	}
}
@media screen and (max-width: 575px){
	.rev-slider .photo-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	
	.b1 .gift-box {
		display: none;
	}
	.b1 .text-row .txt .box {
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
	}
	.b1 .price-box {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.timer-box .ttl {
		max-width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
		font-size: 13px;
	}
	.timer-box {
		display: block;
		margin-left: 0;
		text-align: left;
	}
	.b1 .text-row .btn-box {
		margin-left: 0;
	}
	.b1 .btn1 {
		max-width: 100%;
		margin: 0;
	}
	.b1 .txt ul {
		display: block;
	}
	.b1 .txt li {
		padding-left: 0;
		text-align: left;
	}
	.b1 .txt li img {
		left: 0;
		margin-left: 0;
	}
	.b1 .txt h1 {
		font-size: 34px;
	}
	.b1 .txt {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.rev-list {	
		display: block;
	}
	
}
@media screen and (max-width: 470px){
	
	.menu-box-right {	
		width: 280px;
	}
	.side-menu .menu-close {		
		left: 290px;
	}
	
	.b009 .box .ico {
		width: 40px;
		height: 40px;
		margin-bottom: 20px;
	}
	.b009 .box .ico img {
		max-width: 16px;
	}
	.top-slider {
		height: 440px;
	}
	.stamp img {
		max-width: 100px;
	}
	.stamp {		
		bottom: 80px;
	}
	
	.b002 .item {	
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.httl {
		font-size: 26px;
	}
	.b008 .btn1 {
		width: 100%;
		padding: 20px 30px;
	}
	.b002 .owl-stage {
		
	}
	.b002 .owl-item {
		padding-left: 2px;
	}
	.b002 .item {
		margin-bottom: 0;
	}
	
	.b1 .btn-box {
		display: none;
	}
	
	.b008 .ttl {
		font-size: 24px;
	}
	.b008 p {
		font-size: 18px;
		width: 100%;
	}
	
	.bc4 .item {
		width: 100%;
		margin-left: 0;
		padding: 0 30px 30px 30px;
	}
	.bc4 .item.v2 {
		text-align: left;
	}
	.bc4 .item.v2:before {
		right: auto;
		left: -1px;
	}
	.bc4 .item.v2:after {
		right: auto;
		margin-right: 0;
		left: 0;
		top: 0;
		margin-left: -12px;
	}
}
@media screen and (max-width: 400px){
	.footer-top .phone-box {
		margin-top: 20px;
	}
	.rev-slider .item {
		padding: 15px;
	}
	.rev-slider .photo-list {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
	.b014 .btn1 {
		font-size: 20px;
	}
	.b014 {
		padding-bottom: 100px;
	}
	.new-controls .owl-dots button {	
		margin: 0 4px;
	}
}