* {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.container {
	max-width: 1170px;	
}

body {
	background: #E7D7C8;
}

.page-box {
	background: url('img/bg.jpg') center top no-repeat;
	overflow: hidden;
}

.header {	
	position: relative;
	z-index: 2;
	padding: 15px 0;
}
.header .d-flex {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
}

.owl-carousel .owl-item img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.logo {
	text-decoration: none;
}
.logo-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.logo-desc {
	color: #d7d7d7;
	font-size: 14px;
	max-width: 250px;
	margin-left: 5%;
}
.header .phone-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin-right: 50px;
}
.header .phone {
	font-size: 19px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-right: 30px;
}
/*
.select1 {
	position: relative;   
	white-space: nowrap;
	border-bottom: 1px solid #cdd1d9;
	background-color: white;
}
.select1 select {	
	cursor: pointer;
	font-size: 14px;
	color: #282828;
	opacity: .7;
	background-color: transparent;
	padding: 12px 20px 12px 0;
	white-space: nowrap;
	border: 0;
	outline: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	background: url('img/down2.png') 100% center no-repeat;
}
.select1.v2 {
	border: 1px solid #e6e9ee;
	border-radius: 5px;
}
.select1.v2 select {	
	padding: 13px 20px;
	background: #f6f8fb url('img/down.png') 95% center no-repeat;
}*/

.header .logo-box {

}
.lang-box {
	color: #773245;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.lang-box a {
	font-size: 18px;
	color: #773245;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	border-left: 1px solid  #773245;
}
.lang-box a:first-child {
	border-left: 0;
}
.lang-box a.act {
	font-weight: bold;
}


.menu-box {	
	flex: 1;
	-webkit-flex: 1;
	margin: 0 1%;
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-around;
}
.menu a, .menu span {
	font-size: 18px;
	color: #773245;
	font-weight: 500;
	display: block;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: black;
}
.menu a:last-child {
	margin-right: 0;
}
.menu .sub > span {	
	cursor: pointer;
	display: inline-block;
	padding-right: 20px;
	background: url('img/down.png') right center no-repeat;
}
.sub {
	position: relative;
}
.sub-menu {
	padding: 10px 0;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;	
	border-bottom: 1px solid #f1f1f1;
	box-shadow: 0 10px 10px 5px rgba(0,0,0,.04);
	position: absolute;
	left: -10px;
	top: 100%;	
	z-index: 20;
	display: none;
	background-color: white;
	width: 240px;
}
.sub-menu a {
	padding: 5px 15px;
	font-size: 14px;
	color: #212121;	
	text-decoration: none;
	display: block;
}
.sub-menu.on {
	display: block !important;
}


.sidebar .s-lnk {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #ebeff5;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0 10px 12px 0;
	font-size: 11px;
	font-weight: 600;
	color: #282828;
	background-color: #f6f8fb;
}
.sidebar .s-lnk.v2 img {
	margin-left: -5px;
}
.sidebar .s-lnk:hover, .sidebar .s-lnk.act {	
	border: 1px solid white;
	background-color: white;
	box-shadow: 0 5px 8px 1px rgba(0,0,0,.04);
}
.sidebar .sep {
	width: 1px;
	height: 80px;
	background-color: #ebeff5;
	margin: 0 0 12px 20px;
}
.sidebar .sep.v1 {
	height: 70px;
}
.sidebar .menu-btn {
	margin: 0 0 12px 10px;
}

.menu-btn-box {
	display: none;
}

.header .btn-box {
	margin: 0 3%;
}

body.fixed .b1 {
	padding-top: 125px;
}
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: #EDEAE3;
}
body.fixed .menu-btn-box {
	display: block;
	margin-left: 10px;
}
body.fixed .logo img {
	max-width: 50px;
}
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 0 30px 5%;
	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 .menu {
	display: block;
	padding: 0 0 20px 0;
	position: relative;
}
.side-menu .menu a, .side-menu .sub-menu a, .side-menu .menu .sub > span {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #31363a !important;
	font-weight: 500;
	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: #da4531 !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-bottom: 15px;
	max-width: 220px;
	width: 100%;
	font-size: 14px;
}
.side-menu .lang-box {
	justify-content: flex-start;
}



.btn-lnk {
	font-size: 13px;
	color: #4b47be;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
.btn1 {
	font-size: 18px;
	color: white;
	background-color: #773245;
	padding: 10px 20px;
	border: 0;
	border-radius: 10px;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block;
	transition: all .4s;
	position: relative;
	text-align: center;
}
.btn1:hover {
	box-shadow: 0 0 15px 5px rgba(119,50,69,.5);
	color: white;
}
.btn2 {
	font-size: 18px;
	color: white;
	background-color: #773245;
	padding: 15px 25px;
	border: 0;
	border-radius: 10px;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block;
	transition: all .4s;
	position: relative;
	text-align: center;
}
.btn2:hover {
	box-shadow: 0 0 15px 5px rgba(119,50,69,.5);
	color: white;
}
.btn2:after {
	content: '';
	position: absolute;
	border: 1px solid white;
	border-radius: 10px;
	width: 95%;
	height: 100%;
	left: 2%;
	top: 0;
	transform: rotate(3deg);
	transition: all .5s;
}
.btn2.v2:after {
	border: 1px solid #773245;
	transform: rotate(-4deg);
}
.btn2:hover:after {
	transform: rotate(-3deg);
}
.btn2.v2:hover:after {
	transform: rotate(4deg);
}
.btn2.v3 {
	background-color: #ECE9E0;
	color: #773245;
}
.btn2.v3:after {
	border: 1px solid #ECE9E0;
	transform: rotate(-4deg);
}
.btn2.v3:hover:after {
	transform: rotate(4deg);
}


.video-box {

}
.vid {
	display: block;
	max-width: 600px;
	height: 600px;
	border-radius: 20px;
	background-size: cover !important;
	position: relative;
	margin: 0 auto;
	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);
}

.qq-box {
	color: #773245;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	padding: 20px 30px;
	margin-bottom: 25px;
	border-radius: 15px;
	background-color: #EDEAE3;
}
.qq-box.v2 {
	color: white;
	background-color: #773245;
	margin-bottom: 35px;
}
.qq-box:after {
	content: '';
	position: absolute;
	width: 58px;
	height: 47px;
	background: url('img/qq.png') center top no-repeat;
	right: 5px;
	top: -23px;
}
.qq-box.v2:after {
	background: url('img/qqw.png') center top no-repeat;
}
.txt-top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 40px;
}
.txt-top .img {
	margin-right: 40px;
}
.txt-top .desc {
	display: inline-block;
	padding: 5px 20px;
	border-radius: 10px;
	background-color: #EDEAE3;
	font-size: 18px;
	color: #773245;
}
.b1-box {	
	padding: 50px 0;
}
.b1-box .txt {	
	margin-left: 10px;
}
.b1-box .ttl {	
	font-size: 36px;
	font-weight: bold;
	color: #773245;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.b1-box p {	
	font-size: 24px;
	color: #773245;
	margin-bottom: 50px;
}
.b1-box ul {	
	margin-left: 50px;
	margin-bottom: 30px;
}
.b1-box li {	
	font-size: 18px;
	color: #773245;
}

.btn-ico {
	display: inline-block;
	padding: 15px 35px 15px 65px;
	position: relative;
	font-size: 16px;
	color: white;
	background-color: #773245;
	border-radius: 15px;
	cursor: pointer;
	transition: all .5s;
}
.btn-ico:hover {
	box-shadow: 0 0 10px 5px rgba(119,50,69,.5);
}
.btn-ico img {
	position: absolute;
	left: -15px;
	top: -15px;
}

.form2 .inp {
	margin-bottom: 20px;
}
.form2 input[type="text"] {
	border: 1px solid #3a3f42;
	border-radius: 50px;
	padding: 15px 15px 15px 60px;
	color: white;
	width: 100%;
}
.form2 input[name="name"] {
	background: #24292c url('img/name.png') 20px center no-repeat;
}
.form2 input[name="phone"] {
	background: #24292c url('img/phone.png') 20px center no-repeat;
}
.form2 button[type="submit"] {
	border: 0;
	padding: 20px;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.b2 {
	padding: 30px 0 100px 0;
}

.httl-box {
	margin-bottom: 30px;
}
.httl {
	font-size: 50px;
	line-height: 1.2;
	color: #773245;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}
.httl span {
	color: #A38F86;
}
.httl-box .httl {
	margin-bottom: 0;
}
.httl-box p {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #773245;
	margin-bottom: 0;
}

.adv-box {
	
	padding: 30px 30px 0 30px;
	border-radius: 15px;
	margin-bottom: 30px;
	position: relative;
}
.calc-img {
	position: absolute;
	top: -220px;
	right: 0;
}
.adv-box .box {
	padding: 15px 10px 20px 120px;
	position: relative;
	margin-bottom: 35px;
	background-color: #EDEAE3;
	border-radius: 15px;
	min-height: 170px;
	color: #773245;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	width: 95%;
}
.adv-box .box img {
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -76px;
}
.adv-box .box b {
	display: block;
	font-size: 28px;
}
.adv-box .box p {
	font-size: 18px;
	margin-bottom: 0;
}
.adv-box.v2 {
	padding: 45px 450px 5px 45px;
	margin-bottom: 70px;
}
.adv-box.v2 p {
	font-size: 24px;
	color: #773245;
	margin-bottom: 35px;
}
.clock-img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.packs-box {
	margin-bottom: 70px;
}
.packs-box .col-md-5 {
    margin-bottom: 30px;
}
.packs-box .box {
	background-color: #773245;
	border-radius: 15px;
	padding: 40px 40px 120px 40px;
	position: relative;
	height: 100%;
}
.packs-box .box .ttl {
	margin-bottom: 25px;
	color: white;
	margin-bottom: 30px;
}
.packs-box .box .ttl b {
	font-size: 24px;
	text-transform: uppercase;
	display: block;
}
.packs-box .box li {	
	font-size: 18px;
	color: white;
	margin: 0 0 10px 15px;
}
.packs-box .box .btn-box {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 5%;
	width: 90%;
}
.packs-box .box .btn2 {
	max-width: 380px;
	width: 100%;
	font-size: 18px;
}

.b3 {
	padding-top: 50px;
}
.nums-box {
	background-color: #773245;
	border-radius: 15px;
	padding: 45px 200px 50px 40px;
	margin-bottom: 35px;
	position: relative;
}
.nums-box img {
	position: absolute;
	top: -300px;
	right: -400px;
}
.nums-box .item {
	margin-bottom: 30px;
	position: relative;
	min-height: 50px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.nums-box .item .num {
	font-size: 55px;
	color: white;
	font-weight: bold;
	line-height: 1;
	margin-right: 30px;
}
.nums-box .item p {
	font-size: 20px;
	color: white;
	margin-bottom: 0;
}

.time-box {
	background-color: #EDEAE3;
	padding: 30px;
	border-radius: 15px;
}
.time-box .ttl {
	font-size: 24px;
	color: #773245;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}
.time-box .bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.time-box .txt {
	font-size: 16px;
	color: #773245;
	margin: 15px 40px;
	max-width: 370px;
}

.timer {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.timer .num-box {
	width: 60px;
	height: 65px;
	border: 1px solid #773245;
	border-radius: 10px;
	margin: 0 10px;
	text-align: center;
}
.timer .num-box .num {
	font-size: 36px;
	line-height: 1.3;
	color: #773245;
}
.timer .num-box span {
	font-size: 14px;
	font-weight: 300;
	color: #773245;
	display: block;
	margin-top: -5px;
}

.cases {
	padding: 55px 0;
}
.cases .box {
	background-color: #773245;
	border-radius: 15px;
	padding: 20px;
}
.cases .box .top {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 15px;
}
.cases .box .top .ico {
	flex: 0 0 140px;
	-webkit-flex: 0 0 140px;	
	margin-right: 10px;
}
.cases .box .top .ico img {
	max-width: 100%;
	height: auto;
}
.cases .box .top .ttl {
	font-size: 30px;
	line-height: 1.1;
	font-weight: bold;
	color: #773245;
	padding: 5px;
	background-color: #EDEAE3;
	border-radius: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.cases .box p {
	font-size: 16px;
	color: white;
	padding: 5px;
	margin-bottom: 0;
}
.cases .box p b {
	font-size: 18px;
}
.cases .box .txt {
	border-left: 3px solid white;
	padding-left: 15px;
	margin-bottom: 20px;
}
.cases .box .resume {
	padding: 15px;
	border-radius: 15px;
	background-color: #EDEAE3;
}
.cases .box .resume p {
	color: #773245;
}
.cases .box .resume .ttl {
	font-size: 18px;
	color: #773245;
	font-weight: bold;
	margin-bottom: 5px;
}


.owl-nav button {	
	width: 50px;height: 50px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.02);
	border: 1px solid #773245 !important;
	display: block;
	text-align: center;
	border-radius: 50%;
	background-color: transparent !important;
	outline: 0;
	opacity: .8;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.owl-nav button i {	
	color: #773245;
}
.owl-nav button.owl-prev {
	
}
.owl-nav button.owl-next {
	margin-left: 10px;
}
.owl-nav button:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
	opacity: 1;
	background-color: #773245 !important;
}
.owl-nav button:hover i {
	color: white;
}


.cases .owl-nav {	
	background-color: #EDEAE3;
	border-radius: 15px;
	display: inline-block;
	padding: 15px;
	position: absolute;
	right: 0;
	top: -110px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}

.revs-slider-box {
	padding-left: 20px;
}
.revs {
	padding: 55px 0;
	background-color: #EDEAE3;
}
.revs .box a {
	display: block;
	text-decoration: none;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-size: cover !important;
}
.revs .box .inner {
	background-color: rgba(77,32,45,.85);
	padding: 20px;
}
.revs .box .play2 img {
	display: inline-block;
}
.revs .box .ttl {
	font-size: 21px;
	margin: 10px 0;
	color: white;
}
.revs .box p {
	font-size: 16px;
	color: white;
}

.revs .owl-nav {	
	background-color: #773245;
	border-radius: 15px;
	display: inline-block;
	padding: 15px;
	position: absolute;
	left: -170px;
	top: 272px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.revs .owl-nav button {		
	border: 1px solid white !important;
}
.revs .owl-nav button i {	
	color: white;
}
.revs .owl-nav button:hover i {	
	color: #773245;
}
.revs .owl-nav button:hover {
	background-color: white !important;
}


.why-box {
	padding: 55px 0;
}
.why-box .box {
	background-color: #EDEAE3;
	padding: 40px 350px 40px 40px;
	border-radius: 15px;
	position: relative;
}
.why-box .box .ttl {
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	color: #773245;
	margin-bottom: 15px;
}
.why-box .box p {
	font-size: 18px;
	color: #773245;
	
}
.why-box .box img {
	position: absolute;
	right: -400px;
	top: -250px;
}

.about-box {
	margin-top: 30px;
}
.about-box .box {
	background-color: #EDEAE3;
	padding: 45px 45px 20px 45px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 30px;
}
.about-box .box p {
	font-size: 18px;
	color: #773245;
	margin-bottom: 25px;
}
.about-box .box .img {
	float: left;
	margin: 10px 20px 30px 0;
}


.qq-img-box {
	color: white;
	font-size: 30px;
	position: relative;
	padding: 25px 50px 25px 110px;
	margin-bottom: 30px;
	border-radius: 15px;
	background-color: #773245;
}
.qq-img-box img {
	position: absolute;
	left: -130px;
	top: -100px;
}
.center-text {
	text-align: center;
	font-size: 22px;
	color: #773245;
}

.about {
	margin-bottom: 30px;
}
.about .img {
	background-size: cover !important; 
	border-radius: 15px;
	position: relative;
	height: 100%;
	min-height: 400px;
}
.about .txt {
	position: relative;
	padding: 25px;
	background-color: #EDEAE3;
	border-radius: 15px;
	margin-bottom: 75px;
	border: 1px solid black;
	box-shadow: 5px 5px 5px 2px rgba(0,0,0,.1);
}
.about .txt b {
	font-size: 21px;
	color: #773245;
	display: block;
	margin-bottom: 15px;
}
.about .txt p {
	font-size: 18px;
	color: #773245;
}
.about .img span {
	display: block;
	position: absolute;
	width: 80%;
	padding: 10px 15px;
	border-radius: 10px;
	background-color: #773245;
	font-size: 18px;
	color: white;
	text-align: center;
	left: 10%;
	bottom: 40px;
}
.about .item {
	position: relative;
	padding: 10px 20px;
	background-color: #EDEAE3;
	border-radius: 15px;
	margin-bottom: 25px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.about .item:last-child {
	margin-bottom: 0;
}
.about .item . {
	font-size: 16px;
	color: #773245;
}
.about .item p {
	font-size: 16px;
	color: #773245;
	margin-bottom: 0;
	flex: 1;
	-webkit-flex: 1;
}
.about .item b {
	font-size: 50px;
	color: #773245;
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
}
.about .item .ico {
	flex: 0 0 20%;
	-webkit-flex: 0 0 20%;
}
.about .item .ico img {
	max-width: 100%;
	height: auto;
}

.accordion .item:first-child {
	border-top: 0;
}
.accordion .item {
	border-top: 1px dotted #773245;
}
.accordion .item button {
	font-size: 24px;
	line-height: 1.2;
	color: #773245;
	padding: 15px 50px 15px 0;
	border: 0;
	background-color: transparent;
	width: 100%;
	text-align: left;
	position: relative;
}
.accordion .item button span {	
	position: absolute;
	right: 0;
	top: 9px;
	width: 42px;
	height: 42px;
	background: #773245 url('img/minus.png') center center no-repeat;
	display: block;
	
}
.accordion .item button.collapsed span {
	background: #773245 url('img/plus.png') center center no-repeat;
}
.accordion .item button.collapsed {
	
}
.accordion .txt {	
	width: 90%;
	padding-bottom: 15px;
}
.accordion .txt p {	
	font-size: 18px;
	font-weight: 300;
	color: #773245;
	margin-bottom: 15px;
}


.faq {
	margin: 80px 0;
	position: relative;
}
.faq-box {
	background-color: #EDEAE3;
	padding: 25px;
	border-radius: 15px;
}
.q-img {
	position: absolute;
	left: calc(50% - 780px);
	top: -50px;
}

.text-box {
	margin-bottom: 80px;
}
.text-box .ttl {
	font-size: 34px;
	color: #773245;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.text-box p {
	font-size: 24px;
	color: #773245;
	margin-bottom: 30px;
}
.text-box .txt {
	padding-top: 30px;
}


.footer {
	padding: 60px 0 20px 0;
	background-color: #773245;
}
.footer .box {
	margin-bottom: 30px;
}
.footer .box .item {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	font-size: 14px;
	color: white;
}
.footer .box .item a {
	font-size: 16px;
	color: white;
}
.footer .box .item img {
	position: absolute;
	left: 0;
	top: 0;
}
.footer .box .item:last-child img {
	left: 6px;
}

.footer-copyright {
	background-color: #773245;
	padding-bottom: 20px;
}
.footer-copyright .inner {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	font-size: 15px;
	color: white;
}
.footer-copyright a {	
	font-size: 15px;
	color: white;
	display: inline-block;
	margin-left: 30px;
}




.soc-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.soc-box a {
	display: block;
	margin: 0 4px;
	transition: all .5s;
	border-radius: 50%;
}
.soc-box a:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.5);
}

.form3 .inp {
	margin-bottom: 40px;
}
.form3 .inp label {
	font-size: 13px;
	color: white;
	font-weight: bold;
	display: block;
	margin-bottom: 0;
}
.form3 input[type="text"] {
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 15px 0;
	color: white;
	width: 100%;
	background-color: transparent;
	outline: 0;
}
.form3 button[type="submit"] {
	border: 0;
	padding: 20px;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.owl-dots {
	text-align: center;
	margin-top: 50px;
}
.owl-dots button { 
   font-size: 0; 
   width: 5px;
   height: 5px;
   border-radius: 50%;
   border: 0;
   cursor: pointer;
   margin: 0 5px; 
   background-color: #434648 !important;
   outline: 0;   
   opacity: 1;  
} 
.owl-dots button.active {      
   opacity: 1;  
   background-color: #da4531 !important;
} 


.menu-btn-box {
	
}
.menu-btn {
	width: 38px;
	height: 24px;
	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: 1px;
	width: 100%;
	background: #773245;
	opacity: 1;
	right: 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: 10px;
  width: 60%;
}
.menu-btn  span:nth-child(3) {
  top: 20px;
  width: 80%;
}
.menu-btn.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 12px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}




.form1 .row {
	margin: -5px;
}
.form1 .col {
	padding: 0 5px;
}
.form1 .inp {
	margin-bottom: 20px;
}
.inp label {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
}
.form1 .inp-txt{
	margin-bottom: 25px;
	font-size: 13px;
	color: #242b36;
}
.form1 .inp-txt a{
	font-size: 13px;
	color: #242b36;
	text-decoration: underline;
}
.form1 .inp-desc {
	font-size: 14px;
	color: #898989;
	margin-top: 5px;
}
.form1 label span {
	color: #de4f62;
}
.form1 input[type="text"],.form1 input[type="password"], .form1 textarea {
	background-color: white;
	padding: 15px 20px;
	font-size: 15px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #dedee2;
	display: block;
	outline: 0;
}
.form1 textarea {
	min-height: 165px;
}
.form1 button {
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	padding: 16px;
}
.forgot-pass {
	color: #4b47be;
	font-size: 13px;
	text-decoration: none;
	display: block;
	text-align: right;
}

.modal-dialog modal-dialog-centered {
	max-width: 470px;
}
.modal-body {	
	padding: 0 8%;
}
.modal-content {
position: relative;
background-color: white;
padding: 30px  15px;
border-radius: 5px;
}
.modal-content .close {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 2;
	cursor: pointer;
}
.form-bottom {
	font-size: 15px;
	color: #727272;
	margin-top: 40px;
	text-align: center;
}

.form-ttl {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: #24242b;
	line-height: 1.3;
	margin-bottom: 20px;
}
.modal-content p {
	font-size: 14px;
	color: #828183;
	text-align: center;
	margin-bottom: 30px;
}
.modal-content .form1 input[type="text"],.modal-content .form1 input[type="password"], .modal-content .form1 textarea {	
	border: 0;
	background-color: #E7D7C8;
	border-radius: 5px;
}
.modal-content .form1 label {
	font-size: 14px;
	color: #242424;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
.modal-content .form1 button {
	border-radius: 5px;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}
.modal-content .form1 .privacy {
	font-weight: normal;
	font-size: 12px;
	color: #6f6e73;
}
.modal-content .form1 .privacy a {
	color: #4b47be;
}

.modal-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #282828;
  opacity: 1;
}
.modal-content ::-moz-placeholder { /* Firefox 19+ */
  color: #282828;
  opacity: 1;
}
.modal-content :-ms-input-placeholder { /* IE 10+ */
  color: #282828;
  opacity: 1;
}
.modal-content :-moz-placeholder { /* Firefox 18- */
  color: #282828;
  opacity: 1;
}



.why2 {
	padding: 50px 0;
}
.why2 .box {
	padding: 20px;
	background-color: #EDEAE3;
	border-radius: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.why2 .box .txt {
	font-size: 15px;
	color: #773245;
}
.why2 .box .num {
	font-size: 130px;
	font-weight: bold;
	line-height: 1;
	color: #773245;
	text-shadow: 5px -10px 1px #D5C4C1;
	margin-right: 20px;
}
.why2 .btn-box {
	margin-top: 50px;
}
.why2 .btn2 {
	width: 100%;
	max-width: 360px;
}

.why3 {
	padding: 50px 0;
	background-color: #EDEAE3;
}
.why3 .img {
	position: relative;
}
.why3 .img img {
	position: absolute;
	top: -150px;
	left: -100px;
}
.why3 .txt .ttl {
	color: #773245;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.why3 .txt p {
	color: #773245;
	font-size: 20px;
	margin-bottom: 40px;
}

.why4 {
	padding: 80px 0;
}
.why4 img {
	position: absolute;
	top: -180px;
	right: -250px;
}
.why4 .box {
	background-color: #EDEAE3;
	padding: 40px 200px 20px 40px;
	border-radius: 15px;
	position: relative;
}
.why4 .txt li {
	color: #773245;
	font-size: 18px;
	padding-left: 30px;
	margin-bottom: 20px;
	list-style: none;
	background: url('img/li.png') left 5px no-repeat;
}

.qq-box2 {
	color: white;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	padding: 20px 140px;
	margin-bottom: 25px;
	border-radius: 15px;
	text-align: center;
	background-color: #773245;
}
.qq-box2:after {
	content: '';
	position: absolute;
	width: 55px;
	height: 45px;
	background: url('img/qq2-2.png') center top no-repeat;
	right: 20px;
	margin-top: -27px;
	top: 50%;
}
.qq-box2:before {
	content: '';
	position: absolute;
	width: 55px;
	height: 45px;
	background: url('img/qq2-1.png') center top no-repeat;
	left: 20px;
	margin-top: -27px;
	top: 50%;
}

.box-with-img {
	border-radius: 15px;
	padding: 35px 40px 35px 300px;
	position: relative;
	background-color: #EDEAE3;
	margin-bottom: 40px;
}
.box-with-img .txt {
	font-size: 24px;
	color: #773245;
}
.box-with-img img {
	position: absolute;
	left: -80px;
	top: -20px;
}

.box-txt-btn {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	background-color: #773245;
	border-radius: 15px;
	padding: 30px 20px;
}
.box-txt-btn .txt {
	font-size: 24px;
	color: white;
	margin-right: 30px;
	max-width: 690px;
}
.box-txt-btn .btn2 {	
	max-width: 330px;
	width: 100%;
}

.whom {
	text-align: center;
	margin-bottom: 70px;
}
.whom .box {
	text-align: center;
	padding: 30px 15px;
	border-radius: 15px;
	background-color: #EDEAE3;
	height: 100%;
	font-size: 34px;
	line-height: 1.2;
	font-weight: bold;
	color: #773245;
}
.whom .col-md-6 {
	margin-bottom: 35px;
}


@media screen and (max-width: 1400px){

	
}
@media screen and (max-width: 1300px){

	
}
@media screen and (max-width: 1272px){
	.menu-box-right {		
		width: 280px;
		padding: 30px 0 30px 30px;
	}
	.side-menu .menu-close {	
		left: 290px;
	}
	.side-menu .menu a, .side-menu .sub-menu a, .side-menu .menu .sub > span {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
		
	.menu-box-right {		
		
	}
	
	
}
@media screen and (max-width: 1240px){
	
	.revs .httl {
		font-size: 50px;
	}
	
}
@media screen and (max-width: 1098px){
	
	
}
@media screen and (max-width: 991px){
	
	.btn1 {
		font-size: 15px;
	}
	.header .menu a {
		font-size: 15px;
	}
	.qq-box {
		font-size: 15px;
	}
	.b1-box .ttl {
		font-size: 24px;
	}
	.accordion .txt p, .about .item p, .about-box .box p, .revs .box p, .cases .box p, .adv-box .box p, .btn-ico, .b1-box li, .b1-box p {
		font-size: 15px;
	}
	
	.b1-box {
		padding: 30px 0;
	}
	.httl {
		font-size: 40px;
	}
	.httl-box p {
		font-size: 22px;
	}
	.adv-box {
		padding: 30px 15px 0 15px;
	}
	.adv-box .box b {
		font-size: 24px;
	}
	.adv-box.v2 {
		padding: 30px 30px 5px 30px;
		margin-bottom: 40px;
	}
	.clock-img {
		display: none;
	}
	.adv-box.v2 p {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.packs-box .box li {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.nums-box {
		padding: 30px 30px 20px 30px;
	}
	.nums-box .item p {
		font-size: 18px;
	}
	.btn2 {
		font-size: 15px;
	}
	.time-box {
		padding: 20px;
	}
	.cases .box .top .ttl {
		font-size: 21px;
	}
	.revs .owl-nav {
		position: static;
		margin: 15px auto;
		width: 150px;
	}
	.revs .txt img {
		display: none;
	}
	.revs .httl {
		text-align: center;
	}
	.revs {
		padding: 30px 0;
	}
	.why-box .box .ttl {
		font-size: 24px;
	}
	.revs .box .ttl {
		font-size: 18px;
	}
	.qq-img-box {
		font-size: 16px;
		padding: 25px 20px 25px 130px;
	}
	.qq-img-box img {
		left: -130px;
		top: -125px;
	}
	.about .item b {
		font-size: 40px;
		flex: 0 0 35%;
		-webkit-flex: 0 0 35%;
	}
	.about .img span {		
		font-size: 16px;
		bottom: 20px;
	}
	.q-img {
		display: none;
	}
	.faq {
		margin: 40px 0;
	}
	.accordion .item button {
		font-size: 20px;
	}
	.text-box .ttl {
		font-size: 24px;
	}
	.text-box p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.text-box {
		margin-bottom: 40px;
	}
	
	.footer {
		padding: 30px 0 20px 0;
	}
	.footer .c1 {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		text-align: center;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.footer .logo-box {
		display: block;
	}
	
	.whom .box {
		font-size: 24px;
	}
	.qq-img-box img {
		left: -110px;
	}
	.why4 img, .nums-box img, .why3 .img {
		display: none;
	}
	.why4 .box {
		padding: 40px 40px 20px 40px;
	}
	.box-txt-btn .txt, .box-with-img .txt {
		font-size: 20px;
	}
		
	.qq-box2 {
		margin-bottom: 0;
		}
	.why2 .box .num {
		font-size: 100px;
	}
		
}
@media screen and (max-width: 768px){
	.header .btn-box {
		display: none;
	}
	.calc-img {
		display: none;
	}
	.httl-box {
		text-align: center;
	}
	.packs-box .box {		
		margin-bottom: 50px;
	}
	.httl {
		text-align: center;
		font-size: 30px;
	}
	.nums-box .item p {
		font-size: 16px;
	}
	.nums-box .item .num {
		font-size: 56px;
	}
	.time-box .bottom {
		display: block;
		text-align: center;
	}
	.time-box .txt {
		max-width: 100%;
	}
	.cases .owl-nav {
		position: static;
		margin: 15px auto;
		width: 150px;
	}
	.cases .box .top {
		display: block;
	}
	.cases .box .top .ico {
		text-align: center;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.cases .box .top .ico img {
		display: inline-block;
	}
	.why-box .box {
		padding: 30px;
	}
	.why-box .box img {
		display: none;
	}
	.why-box {
		padding: 30px 0;
	}
	.about-box .box {
		padding: 20px;
	}
	.about .img {
		max-width: 300px;
		margin: 0 auto;
	}
	.about .item {
		margin-bottom: 15px;
	}
	.about .btn-box {
		text-align: center;
	}
	.accordion .item button {
		font-size: 18px;
	}
	.text-box {
		text-align: center;
	}
	.text-box .img {
		display: none;
	}
	.footer .c2 {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-copyright .inner {
		display: block;
		text-align: center;
	}
	.footer-copyright a {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	.b1-box .txt {
		margin-left: 0;
	}
	
	.b1-box .txt {
		text-align: center;
	}
	.box-txt-btn {
		display: block;
		text-align: center;
	}
	.box-txt-btn .txt {
		margin-bottom: 30px;
	}
	.adv-box .box img {
		left: 0;
	}
	.adv-box .box {
		padding: 15px 10px 20px 160px;
		width: 100%;
	}
	.b2 {
		padding: 30px 0 50px 0;
	}
	.whom {
		margin-bottom: 30px;
	}
	.packs-box .img {display: none;}
	.packs-box {
		margin-bottom: 30px;
	}
		
}
@media screen and (max-width: 575px){
	.header .menu-box {
		display: none;
	} 
	.menu-btn-box {
		display: block;
	}
	.logo img {
		
	}
	.box-with-img {
		padding: 20px;
	}
	.box-with-img img {
		display: none;
	}
	
}
@media screen and (max-width: 470px){

	.adv-box .box {
		padding-left: 120px;
		margin-bottom: 20px;
	}
	.adv-box {
		padding: 0;
	}
	.adv-box.v2 {
		padding: 20px 20px 5px 20px;
	}
	.why-box .box {
		padding: 20px;
	}
	.why-box .box .ttl {
		font-size: 18px;
	}
	
	.why4 .box {
		padding: 20px;
	}
	.qq-box2 {
		padding: 60px 20px;
	}
	.qq-box2:after {
		left: 20px;
		margin-top: 0;
		top: 10px;
	}
	.qq-box2:before {
		right: 20px;
		left: auto;
		margin-top: 0;
		top: auto;
		bottom: 10px;
	}

}
@media screen and (max-width: 400px){
	
	.packs-box .box {
		padding: 20px;
	}
	.packs-box .box .ttl b {
		font-size: 20px;
	}
	.whom .box {
		font-size: 20px;
	}
	.whom .col-md-6 {
		margin-bottom: 20px;
	}
	.qq-img-box {
		padding: 20px;
	}
	.qq-img-box img {
		display: none;
	}
	
	.adv-box .box img {
		margin-top: -50px;
	}
	.adv-box .box img {
		width: 100px;
	}
	.why3 .txt .ttl {
		font-size: 24px;
	}
	.about .item b {
		font-size: 30px;
	}
	.txt-top .desc {
		font-size: 14px;
	}
	.txt-top .img {
		margin-right: 15px;
	}
	.b1-box .ttl {
		font-size: 20px;
	}
	
	.vid {
        height: 400px;
    }
	
}
