.desktop {
	display: block;
}
.mobile {
	display: none;
}

.nectar-slider-wrap .image-bg {
	width: 67% !important;
	left: unset !important;
	right: 0 !important;
}

.nectar-slider-wrap .container {
	position: absolute;
	top: 0;
	left: 0;
	width: 50% !important;
	height: 100%;
	background: #14284b;
}

.nectar-slider-wrap .container .content {
	top: 35px !important;
}

.nectar-slider-wrap .container .content h2 {
	line-height: 75px;
}

.nectar-slider-wrap .container .button .plus_x {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	vertical-align: middle;
	transition: .5s ease-in-out;
}
.nectar-slider-wrap .container .button .plus_x.rotate {
	transform: rotate(45deg);
	transition: .5s ease-in-out;
}

.nectar-slider-wrap .swiper-slide .content p, 
.nectar-slider-wrap .swiper-slide .content h2, 
.nectar-slider-wrap .swiper-slide .content .buttons {
	opacity: 1;
}

.box_slide {
	position: absolute;
	top: 0;
	right: 67%;
	background: #f1f1f1;
	z-index: 99;
	width: 67%;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	transition: .5s ease-in-out;
}
.box_slide.open {
	right: 0;
	transition: .5s ease-in-out;
}

.box_slide .minimal-form-input {
	display: inline-block;
	width: 250px !important;
}
.box_slide .minimal-form-input input {
	background: #ffffff;
}

body[data-form-submit="regular"] .box_slide input[type=submit] {
	background: #00aeef !important;
	color: #ffffff;
	font-weight: bold;
}

.box_slide .fa-share-alt {
	margin-top: 2em;
}

.box_slide ul {
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
}

.box_slide li {
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.box_slide li a {
	display: block;
	width: 40px;
	height: 40px;
	background: #00aeef;
}
.box_slide li a i {
	color: #ffffff;
	font-size: 24px;
	top: 3px;
	left: 3px;
}

.box_slide p {
	width: 60%;
	max-width: 600px;
	text-align: center;
}

.box_slide.mobile {
	display: none;
}

.box_base {
	position: absolute !important;
	top: -460px;
	display: none !important;
}

@media only screen and (max-width: 1000px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.swiper-slide {
	}
	.nectar-slider-wrap .image-bg {
		width: 100% !important;
		left: unset !important;
		right: 0 !important;
	}

	.nectar-slider-wrap .container {
		display: none;
	}
	.nectar-slider-wrap .container .buttons {
		display: none;
	}

	.box_slide.mobile {
		display: flex;
		position: static;
		width: 100%;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.box_slide.mobile h1 {
		text-align: center;
		margin-bottom: 1em;
	}
}
