* {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.container {
	max-width: 1170px;	
}

.page-box {
	background: #E7D7C8;
	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, .lang-box .lang-item a {
	font-size: 18px;
	color: #773245;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	border-left: 1px solid  #773245;
}
.lang-box a.act, .lang-box .lang-item.current-lang a {
	font-weight: bold;
}
.lang-box .lang-item {
	list-style: none;
	padding: 0 5px;
	border-left: 1px solid  #773245;
	display: inline-block;
}
.lang-box a:first-child, .lang-box .lang-item:first-child {
	border-left: 0;
}

.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-between;
}
.menu a, .menu span {
	font-size: 18px;
	color: #773245;
	font-weight: 500;
	display: block;
	text-decoration: none;
	position: relative;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: #773245;
}
.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: 300px;
}
.sub-menu a {
	padding: 5px 15px;
	font-size: 14px;
	color: #212121;	
	text-decoration: none;
	display: block;
}
.sub-menu a:hover {
	color: #773245;	
}
.sub:hover .sub-menu, .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: 77px;
}
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 10px 5px rgba(0,0,0,.15);
	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 10px 5px rgba(0,0,0,.15);
	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);
}

.video-box {
	
}


.vid {
	display: block;
	max-width: 600px;
	height: 100%;
	min-height: 400px;
	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;
}
.b1-box {	
	padding: 50px 0;
}
.b1-box .txt {	
	margin-left: 10px;
}
.b1-box .ttl {	
	font-size: 34px;
	font-weight: bold;
	color: #773245;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.b1-box p {	
	font-size: 21px;
	color: #773245;
}
.b1-box ul {	
	margin-left: 50px;
	margin-bottom: 30px;
}
.b1-box li {	
	font-size: 18px;
	color: #773245;
}

.btn-ico {
	display: inline-block;
	padding: 5px 35px 5px 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(0,0,0,.1);
}
.btn-ico img {
	position: absolute;
	left: -30px;
	top: -22px;
}

.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 0 0;
}

.httl-box {
	margin-bottom: 30px;
}
.httl {
	font-size: 65px;
	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 {
	background-color: #EDEAE3;
	padding: 30px 30px 0 30px;
	border-radius: 15px;
	margin-bottom: 30px;
	position: relative;
}
.calc-img {
	position: absolute;
	top: -220px;
	right: -30px;
}
.adv-box .box {
	padding-left: 130px;
	position: relative;
	margin-bottom: 35px;
	color: #773245;
}
.adv-box .box img {
	position: absolute;
	left: -10px;
	top: -30px;
}
.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 .box {
	background-color: #EDEAE3;
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 30px 30px 30px 30px;
	position: relative;
}
.packs-box .box .ttl {
	text-align: center;
	margin-bottom: 25px;
	color: #773245;
}
.packs-box .box .ttl span {
	font-size: 18px;
	display: block;
}
.packs-box .box .ttl b {
	font-size: 23px;
	text-transform: uppercase;
	display: block;
}
.packs-box .box li {
	list-style: none;
	background: url('img/li.png') left 5px no-repeat;
	font-size: 18px;
	color: #773245;
	padding-left: 30px;
	margin-bottom: 15px;
}
.packs-box .box .btn-box {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 100%;
	z-index: 2;
}
.packs-box .box .btn1 {
	max-width: 240px;
	width: 100%;
	font-size: 18px;
}

.nums-box {
	background-color: #773245;
	border-radius: 15px;
	padding: 60px 60px 30px 60px;
	margin-bottom: 25px;
}
.nums-box .item {
	padding-left: 60px;
	margin-bottom: 30px;
	position: relative;
	min-height: 50px;
}
.nums-box .item .num {
	font-size: 66px;
	color: white;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -5px;
	line-height: 1;
}
.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;
	color: white;
	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: 21px;
	position: relative;
	padding: 25px 50px 25px 110px;
	margin-bottom: 30px;
	border-radius: 15px;
	background-color: #773245;
}
.qq-img-box img {
	position: absolute;
	left: -150px;
	top: -115px;
}

.about {
	margin-bottom: 30px;
}
.about .img {
	background-size: cover !important; 
	border-radius: 15px;
	position: relative;
	height: 100%;
	min-height: 400px;
}
.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: 15px 60px 15px 20px;
	background-color: #EDEAE3;
	border-radius: 15px;
	margin-bottom: 25px;
}
.about .item p {
	font-size: 16px;
	color: #773245;
}
.about .item b {
	font-size: 21px;
}
.about .item .ico {
	position: absolute;
	right: 0;
	top: 15px;
}

.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/minusw.png') center center no-repeat;
	display: block;
	
}
.accordion .item button.collapsed span {
	background: #773245 url('img/plusw.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="tel"],.form1 input[type="password"], .form1 textarea {
	width: 100%;
	display: block;
	outline: 0;
	background-color: white;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #dedee2;
}
.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 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;
}


.animate-fill:hover,
.animate-fill:focus {
  box-shadow: inset 0 0 0 2em red;
	transform: translateY(-0.25em);
}

// Animate the size, outside
.animate-pulse:hover, 
.animate-pulse:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 red; }
}

.animate-close:hover,
.animate-close:focus {
  box-shadow: 
    inset -3.5em 0 0 0 red,
    inset 3.5em 0 0 0 red;  
}


.iti {
    display: block;
}


.b1-box.v2 .ttl {
	margin-bottom: 30px;
}
.b1-box .ttl2 {
	font-size: 26px;
	color: #773245;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.b1-box p {
	margin-bottom: 30px;
}

.b1-box.v2 .btn-ico {
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 270px;
	text-align: center;
}

.bc2 {
	padding: 50px 0;
}
.bc2 .inner {
	padding: 50px 50px 20px 50px;
	background-color: #EDEAE3;
	border-radius: 15px;
}
.bc2 .box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 30px;
}
.bc2 .box .img {
	flex: 0 0 70px;
	-webkit-flex: 0 0 70px;
	margin-right: 20px;
}
.bc2 .box p {
	font-size: 20px;
	color: #773245;
	margin-bottom: 0px;
}

.center-form {
	text-align: center;
	padding: 50px 0;
}
.center-form .ttl {
	font-size: 30px;
	text-transform: uppercase;
	color: #773245;
	font-weight: bold;
	margin-bottom: 10px;
}
.center-form p {
	font-size: 20px;
	color: #773245;
	margin-bottom: 30px;
}
.center-form .form2 {
	max-width: 900px;
	margin: 0 auto;
}
.form2 input[type="text"], .form2 input[type="tel"] {
	border: 1px solid #773245;
	border-radius: 10px;
	padding: 12px 15px;
	background-color: transparent;
	color: #773245;
	width: 100%;
	font-size: 15px;
}
.form2 button {
	border: 0;
	border-radius: 10px;
	padding: 13px 15px;
	width: 100%;
	font-size: 15px;
}
.form2 .inp {
	margin-bottom: 20px;
}
.privacy {
	font-size: 14px;
	color: #773245;
}
.privacy a {
	font-size: 14px;
	color: #773245;
	text-decoration: underline;
}


.bc2 {
	padding: 50px 0;
}
.bc2 .inner {
	padding: 50px 50px 20px 50px;
	background-color: #EDEAE3;
	border-radius: 15px;
}
.bc2 .box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 30px;
}
.bc2 .box .img {
	flex: 0 0 70px;
	-webkit-flex: 0 0 70px;
	margin-right: 20px;
}
.bc2 .box p {
	font-size: 20px;
	color: #773245;
	margin-bottom: 0px;
}

.center-form {
	text-align: center;
	padding: 50px 0;
}
.center-form .ttl {
	font-size: 30px;
	text-transform: uppercase;
	color: #773245;
	font-weight: bold;
	margin-bottom: 10px;
}
.center-form p {
	font-size: 20px;
	color: #773245;
	margin-bottom: 30px;
}
.center-form .form2 {
	max-width: 900px;
	margin: 0 auto;
}
.form2 input[type="text"], .form2 input[type="tel"] {
	border: 1px solid #773245;
	border-radius: 10px;
	padding: 12px 15px;
	background-color: transparent;
	color: #773245;
	width: 100%;
	font-size: 15px;
}
.form2 button {
	border: 0;
	border-radius: 10px;
	padding: 13px 15px;
	width: 100%;
	font-size: 15px;
}
.form2 .inp {
	margin-bottom: 20px;
}
.privacy {
	font-size: 14px;
	color: #773245;
}
.privacy a {
	font-size: 14px;
	color: #773245;
	text-decoration: underline;
}



.ttl-up {
	color: #773245;
}
.ttl-with-img {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 20px;
}
.ttl-with-img p {
	margin-bottom: 15px;
}
.ttl-with-img .img {
	margin-left: auto;
	margin-bottom: 15px;
}

.b1-box .btn-box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.b1-box .btn-box .btn-ico {
	margin: 0 15px 15px 0;
}
.b1-box .btn-box .btn3 {
	margin-bottom: 15px;
}

.btn3 {
	font-size: 18px;
	color: #773245;
	border: 1px solid #773245;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block;
	transition: all .4s;
	position: relative;
	text-align: center;
	min-width: 150px;
}
.btn3:hover {	
	color: white;
	background-color: #773245;
}
.bc3 {
	padding: 50px 0;
}
.bc3 .inner {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	padding: 30px 30px 10px 30px;
	background-color: #EDEAE3;
	border-radius: 15px;
	text-align: center;
}
.bc3 .box {
	flex: 0 0 20%;
	-webkit-flex: 0 0 20%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.bc3 .box .img {
	height: 75px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.bc3 .box p {
	font-size: 16px;
	color: #773245;
	margin-bottom: 0px;
}

.bc4 {
	padding: 50px 0;
	text-align: center;
}
.slider-ttl {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #773245;
	margin-bottom: 10px;
}
.one-slider .img {
	min-height: 300px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.one-slider img {
	max-width: 100%;
	height: auto;
}
.one-slider .ttl {
	margin-bottom: 15px;
	color: #773245;
	font-size: 18px;
	font-weight: bold;
}
.one-slider p {
	color: #773245;
	font-size: 15px;
	max-width: 90%;
	margin: 0 auto;
}
.one-slider .owl-nav {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.bc5 {
	margin: 50px 0;
}
.bc5 .inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
	padding: 40px;
	background-color: #EDEAE3;
	border-radius: 25px;
}
.bc5 .ttl {
	font-size: 34px;
	margin-bottom: 15px;
}
.bc5 .img {
	text-align: center;
}
.bc5 .ttl b {
	color: #773245;
}
.bc5 p {
	font-size: 16px;
	color: #191919;
	margin-bottom: 30px;
}
.bc5 .btn-box {
	display: flex;
	display: -webkit-flex;
}
.bc5 .btn1 {
	margin: 10px 10px 10px 0;
}
.bc5 .logos {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.bc5 .logos img {
	max-width: 100%;
	height: auto;
	margin: 10px;
}

.center-form.v2 {
	background-color: #773245;
	padding: 50px 0;
}
.center-form.v2 .ttl {
	color: white;
}
.center-form.v2 p {
	color: white;
	font-size: 16px;
}
.center-form.v2 .form2 {
	max-width: 100%;
}
.center-form.v2 .form2 input[type="text"], .center-form.v2 .form2 input[type="tel"] {
	border: 0;
	background-color: white;
	color: #773245;
}

.center-form.v2 .btn2 {
	color: #773245;
	background-color: #EDEAE3;
	border: 0;
	padding:  13px 15px
}
.center-form.v2 .btn2:hover {
	color: white;
}
.center-form.v2 .privacy {
	color: #EDEAE3;
}
.center-form.v2 .privacy a {
	color: #EDEAE3;
}

.bc6 {
	padding: 50px 0;
}
.bc6 .col-lg-3, .bc6 .col-lg-4 {
	margin-bottom: 30px;
}
.bc6 .box {
	background-color: #EDEAE3;
	border-radius: 10px;
	padding: 50px 0;
	height: 100%;
	text-align: center;
	padding: 30px;
}
.bc6 .box .img {
	height: 90px;
	margin-bottom: 15px;
}
.bc6 .box .img img {
	max-width: 100%;
	height: auto;
}
.bc6 p {
	color: #773245;
}
.bc6 .box p {
	font-size: 15px;
	color: #773245;
}

.seo-text {
	padding: 50px 0;
}
.seo-text li {
	margin-left: 20px;
}

.prices {
	padding: 50px 0;
}



.license__cloud-container, .crm-license__content {
    background-color: #EDEAE3;
	border-radius: 15px;
	padding: 20px;
}

.crm-license__tabs {
    margin-top: 26px
}

.crm-license__tab {
    
    font-weight: 500;
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    color: #773245;
    padding: 12px 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.crm-license__tab.act {
    color: #773245;
    border-bottom: 2px solid #773245;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.crm-license__tab:hover {
    cursor: pointer;
    border-bottom: 2px solid #773245;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.crm-license__tab-title {
    
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #191919
}

.crm-license__cloud {
    padding-top: 28px;
    height: auto
}

.crm-license__cloud-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.crm-license__cloud-wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.crm-license__cloud-wrapper-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.crm-license__cloud .crm-license__tab-title {
    margin-top: 25px
}

.crm-license__cloud .crm-license__content-header {
    margin-top: 119px
}

.crm-license__cloud .crm-license__tab-title {
    margin-top: 26px;
    text-align: center
}

.crm-license__cloud .crm-license__tab-subtitle {
    margin: 0 auto;
    margin-top: 13px;
    
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    color: #191919;
    max-width: 134px
}

.crm-license__cloud .crm-license__col-users {
    margin-top: 48px;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #191919
}

.crm-license__cloud .crm-license__col-users.small-mt {
    margin-top: 30px
}

.crm-license__cloud .crm-license__col-cloud-size {
    margin-top: 30px;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #191919
}

.crm-license__cloud .crm-license__col-price {
    margin-top: 25px;
    
    font-weight: 500;
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    color: #b7db2a
}

.crm-license__cloud .crm-license__col-button {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crm-license__cloud .crm-license__col-crm {
    margin-top: 40px
}

.crm-license__cloud .crm-license__col-projects {
    margin-top: 33px
}

.crm-license__cloud .crm-license__col-office {
    margin-top: 33px
}

.crm-license__cloud .crm-license__col-landings {
    margin-top: 40px
}

.crm-license__cloud .crm-license__col-shop {
    margin-top: 30px
}

.crm-license__cloud .crm-license__col-contact-center {
    margin-top: 30px
}

.crm-license__cloud .crm-license__col-administration {
    margin-top: 30px
}

.crm-license__cloud .crm-license__col-marketing {
    margin-top: 29px
}

.crm-license__cloud .crm-license__col-analytics {
    margin-top: 29px
}

.crm-license__cloud .crm-license__col-sales-center {
    margin-top: 29px
}

.crm-license__cloud .crm-license__col-support {
    margin-top: 29px
}

.crm-license__cloud-free {
    border: 1px solid #b7db2a;
    border-radius: 4px;
    padding: 0 22px 16px;
    position: relative
}

.crm-license__cloud-free .crm-license__label-for-column {
    background: #b7db2a;
    padding: 5px 23px
}

.crm-license__cloud-special-rates {
    position: relative;
    border: 1px solid #3bc8f5;
    border-radius: 4px;
    padding: 0 22px 16px
}

.crm-license__cloud-special-rates .crm-license__label-for-column {
    background: #3bc8f5;
    padding: 5px 74px;
    width: calc(100% - 30px)
}

.crm-license__cloud-special-rates .crm-license__col-price {
    color: #3bc8f5
}

.crm-license__cloud-business-rates {
    position: relative;
    border: 1px solid #04578c;
    border-radius: 4px;
    padding: 0 22px 16px
}

.crm-license__cloud-business-rates .crm-license__label-for-column {
    background: #04578c;
    padding: 5px 74px;
    width: calc(100% - 30px)
}

.crm-license__cloud-business-rates .crm-license__col-price {
    color: #04578c
}

.crm-license__label-for-column {
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #fff
}

.crm-license__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.crm-license__content-header_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #191919;
    margin-top: 30px
}

.crm-license__content-header_item:first-child {
    margin-top: 0
}

.crm-license__content-header_item img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 15px
}

.crm-license__content-header_item.info {
    position: relative;
    margin-left: 14px
}

.crm-license__content-header_item.info img {
    margin-left: 10px;
    height: 12px;
    width: 12px
}

.crm-license__content-header_item.info img:hover {
    cursor: pointer
}

.crm-license__content-header_item.info img:hover + .info-hint {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.crm-license__content-header_item.info .info-hint {
    position: absolute;
    top: 24px;
    left: 0;
    min-width: 206px;
    padding: 16px 20px;
    background-color: #3bc8f5;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    z-index: 2;
    border-radius: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
    color: #fff
}

.crm-license__content-header_dropdown {
    margin-top: 8px;
    margin-left: 38px;
    position: relative;
    margin-bottom: 40px
}

.crm-license__content-header_dropdown:hover > .crm-license__content-header_dropdown-wrapper {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: auto
}

.crm-license__content-header_dropdown:hover .crm-license__content-header_dropdown-title img {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.crm-license__content-header_dropdown-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #3bc8f5;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.crm-license__content-header_dropdown-title img {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    margin-left: 6px
}

.crm-license__content-header_dropdown-title:hover {
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.crm-license__content-header_dropdown-title:hover img {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.crm-license__content-header_dropdown-wrapper {
    position: absolute;
    top: 20px;
    left: -10px;
    margin-top: 6px;
    width: 124px;
    height: 0;
    background: #fff;
    padding: 10px 16px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    z-index: 3
}

.crm-license__content-header_dropdown-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #191919
}

.crm-license__content-header_dropdown-wrapper ul li {
    margin-top: 6px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.crm-license__content-header_dropdown-wrapper ul li:first-child {
    margin-top: 0
}

.crm-license__content-header_dropdown-wrapper ul li:hover {
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    color: #3bc8f5
}

.crm-license__cloud-stars-decryption {
    margin-top: 20px;
    margin-left: 274px
}

.crm-license__cloud-stars-decryption_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.crm-license__cloud-stars-decryption_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.crm-license__cloud-stars-decryption_item:last-child {
    margin-right: 0
}

.crm-license__cloud-stars-decryption_title {
    margin-left: 16px;
    
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #191919
}

.crm-license__box {
 
}

.crm-license__box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.crm-license__box-title {
    margin-top: 23px;
    
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000
}

.crm-license__box-content_header .crm-license__content-header_item-info {
    margin-top: 14px;
    margin-left: 39px;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
    color: #000
}

.crm-license__box-content_header .crm-license__content-header_item.user {
    margin-top: 50px
}

.crm-license__box-content_header .crm-license__content-header_item.opportunities {
    margin-top: 104px
}

.crm-license__box-content_body {
    padding: 23px 14px;
    border: 1px solid #191919;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crm-license__box-content_item:last-child {
    margin-right: 0
}

.crm-license__box-content_item .crm-license__box-content.col-title {
    
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    color: #191919
}

.crm-license__box-content_item .crm-license__box-content.col-users {
    margin-top: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crm-license__box-content_item .crm-license__box-content.col-users-list {
    margin-top: 19px
}

.crm-license__box-content_item .crm-license__box-content.col-users-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #191919
}

.crm-license__box-content_item .crm-license__box-content.col-users-list ul li {
    height: 37px;
    width: 37px;
    border-radius: 100%;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px
}

.crm-license__box-content_item .crm-license__box-content.col-users-list ul li:last-child {
    margin-right: 0
}

.crm-license__box-content_item .crm-license__box-content.col-users-list ul li.active {
    border: 1px solid #3bc8f5
}

.crm-license__box-content_item .crm-license__box-content.col-price {
    margin-top: 46px;
    padding-top: 23px;
    border-top: 1px solid #191919;
    
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #3bc8f5
}

.crm-license__box-content_item .crm-license__box-content.col-price__after-list {
    margin-top: 31px
}

.crm-license__box-content_item .crm-license__box-content.col-opportunities {
    margin-top: 23px
}

.crm-license__box-content_item .crm-license__box-content.col-opportunities ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #b0b0b0
}

.crm-license__box-content_item .crm-license__box-content.col-btn-get {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crm-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crm-rating__star {
    margin-right: 6px
}

.crm-rating__star:last-child {
    margin-right: 0
}

.crm-rating__star img {
    height: 18px;
    width: 18px;
    -o-object-fit: contain;
    object-fit: contain
}

.licence-first-col {
    width: 240px;
    padding: 0 15px
}

.licence-second-col {
    width: 190px;
    padding: 0 15px
}

.licence-third-col {
    width: 344px;
    padding: 0 15px
}

.licence-box-first-col {
    width: 220px;
    padding: 0 15px
}

.licence-box-second-col {
    width: 880px;
    padding: 0 15px
}

.price-tbl {
	overflow-x: auto;
}
.price-tbl table {
	width: 100%;
}
.price-tbl .ttl {
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
}
.ttl-desc {
	font-size: 13px;
}
.price-tbl .crm-license__cloud-wrapper-stars {
	margin: 30px 0;
}
.price-tbl td {
	text-align: center;
	padding: 5px;
}
.price-tbl tr td:first-child {
	text-align: left;
}
.price-ttl p {
	margin: 0 0 10px 40px;
}
.price-box {
	margin-top: 25px;
}
.price-box div {
	margin-bottom: 10px;
}
.price-box div span {
	display: block;
	font-size: 12px;
}

.price-tbl .crm-license__col-button {
	margin-bottom: 20px;
}

.star {
	width: 66px;
	height: 18px;
	display: inline-block;
}
.star0 {
	background: url('img/star0.png') center top no-repeat;
}
.star1 {
	background: url('img/star1.png') center top no-repeat;
}
.star2 {
	background: url('img/star2.png') center top no-repeat;
}
.star3 {
	background: url('img/star3.png') center top no-repeat;
}

.tabbox {
	display: none;
	
}
.tabbox.act {
	display: block;
	
}

.tabbox table {
	width: 100%;
}
.tabs {
	margin-bottom: 20px;
}



@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;
	}
	.calc-img {
		top: -270px;
	}
	.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: 18px;
	}
	.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;
	}
		
}
@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;
	}
		
}
@media screen and (max-width: 575px){
	.header .menu-box {
		display: none;
	} 
	.menu-btn-box {
		display: block;
	}
	.logo img {
		
	}
	
}
@media screen and (max-width: 470px){

	.adv-box .box {
		padding-left: 120px;
		margin-bottom: 20px;
	}
	.adv-box {
		padding: 30px 15px 0 0;
	}
	.adv-box.v2 {
		padding: 20px 20px 5px 20px;
	}
	.why-box .box {
		padding: 20px;
	}
	.why-box .box .ttl {
		font-size: 18px;
	}
	
	.b1-box.v2 {
		text-align: center;
	}
	.b1-box .ttl2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.bc2 .inner {
		padding: 20px 20px 10px 20px;
		text-align: center;
	}
	.bc2 .box {
		display: block;
	}
	.bc2 .box .img {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.bc2 .box p {
		font-size:18px;
	}
	.center-form, .bc2 {
		padding: 30px 0;
	}
}
@media screen and (max-width: 400px){
	
	.crm-license__tab {
		font-size: 20px;
		padding: 10px 0;
	}
	.price-tbl td {
		font-size: 14px;
	}
	.price-tbl .ttl {
		padding: 10px 0;
		font-size: 14px;
	}
	.license__cloud-container, .crm-license__content {
		padding: 15px;
	}
	
}
