@charset "utf-8";
.loading {
	display: none;
}
body, a:hover, textarea, input {
	cursor: url(../images/cur.ani), url(../images/cur.png), default !important;
}
html, body {
	padding: 0;
	margin: 0;
	position: relative;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color: transparent;
	color: #565656;
	font-size: 17px;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}
p {
	line-height: 130%;
	margin-bottom: 25px;
}
a {
	text-decoration: none;
	outline: none;
	color: #4d4d4d;
}
button, a {
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 900;
	font-size: 100%;
}
/*Start CSS*/
.app-container {
	max-width: 100%;
	background-color: #85c4d7;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
.inner-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.laptop {
	width: 53%;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	pointer-events: none;
}
.assets a {
	display: block;
	position: absolute;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	cursor: default;
}
.assets a path, .assets a circle, .assets a polygon, .assets a text, .assets a rect {
	cursor: pointer;
}
.assets a.tea-cup {
	bottom: 66%;
	left: 5%;
	width: 30%;
	z-index: 101;
}
.assets a.desk-calendar {
	bottom: 28%;
	left: 3%;
	width: 37%;
	z-index: 98;
}
.assets a.hand-watch {
	bottom: -8%;
	left: -3%;
	width: 40%;
	z-index: 97;
}
.assets a.beer-bottle {
	bottom: 55%;
	right: 8%;
	width: 25%;
	z-index: 99;
}
.assets a.cigarette-packet {
	bottom: 31%;
	right: 9%;
	width: 15%;
	z-index: 98;
	transform: rotateZ(15deg);
	-moz-transform: rotateZ(15deg);
	-webkit-transform: rotateZ(15deg);
	-o-transform: rotateZ(15deg);
}
.assets a.chips-packet {
	bottom: -12%;
	right: -5%;
	width: 41%;
	z-index: 99;
}
.assets a.laptop-bg {
	width: 40%;
	left: 30%;
	bottom: 20%;
	z-index: 9999;
}
.assets a.cold-drink {
	bottom: 67%;
	right: 3%;
	width: 12%;
	z-index: 99;
	transform: rotateZ(15deg);
	-moz-transform: rotateZ(15deg);
	-webkit-transform: rotateZ(-9deg);
	-o-transform: rotateZ(15deg);
}
.hands {
	position: absolute;
	z-index: 9999;
	pointer-events: none;
	width: 54%;
	bottom: -3%;
	left: 22%;
}
.assets a.hover_class {
	transform: scale(1.2) rotateZ(-5deg);
	-moz-transform: scale(1.2) rotateZ(-5deg);
	-webkit-transform: scale(1.2) rotateZ(-5deg);
	-o-transform: scale(1.2) rotateZ(-5deg);
}
.modal-outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}
.modal-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-color: #F23E12;
	border-radius: 100%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.modal-close i {
	line-height: 30px;
	color: #fff;
	font-size: 18px;
}
.modal {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 100;
}
.modal-container {
	width: 80%;
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	margin: 0 auto;
	box-shadow: 7px 7px 0px rgba(0,0,0,0.2);
	position: relative;
}
.modal-container h3 {
	font-size: 25px;
	margin: 0 0 7px 0;
	line-height: 120%;
}
.modal-container p {
	margin: 0;
}
/*Modal*/

button {
	padding: 12px 20px;
	outline: none;
	font-weight: 600;
	border: none;
	color: #fff;
	background: #c94e50;
	position: relative;
	z-index: 99999;
	cursor: pointer;
}
.dialog, .dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.dialog {
	position: absolute;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
	z-index: 99999;
}
.dialog__overlay {
	position: absolute;
	background: rgba(55, 58, 71, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 0;
}
.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}
.dialog__content {
	width: 80%;
	/*
	max-width: 560px;
	min-width: 290px;
*/
	background: #fff;
	padding: 30px;
	text-align: center;
	position: relative;
	z-index: 5;
	opacity: 0;
}
.dialog--open .dialog__content {
	pointer-events: auto;
}
/* Content */
.dialog h2 {
	margin: 0;
	font-weight: 600;
	font-size: 30px;
	padding: 0 0 10px;
}
.dialog p {
	margin-bottom: 10px;
}
.dialog span {
	display: block;
	font-size: 80%;
	color: #8c8c8c;
	margin-bottom: 20px;
}
.dialog--open .dialog__overlay {
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.dialog__content {
	padding: 0;
	background: transparent;
}
.dialog.dialog--open .dialog__content {
	opacity: 1;
}
.morph-shape {
	position: absolute;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	top: -2px;
	left: -2px;
	z-index: -1;
}
.morph-shape svg rect {
	stroke: #fff;
	stroke-width: 2px;
	stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
	-webkit-animation: anim-dash 0.6s forwards;
	animation: anim-dash 0.6s forwards;
}
.dialog-inner {
	opacity: 0;
	background: #fff;
}
.dialog--open .dialog-inner {
	padding: 30px;
	opacity: 1;
	-webkit-transition: opacity 0.85s 0.35s;
	transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
	-webkit-animation: anim-elem-1 0.7s ease-out both;
	animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open button {
	-webkit-animation: anim-elem-2 0.7s ease-out both;
	animation: anim-elem-2 0.7s ease-out both;
}
 @keyframes anim-dash {
 0% {
 stroke-dashoffset: 1680;
}
 100% {
 stroke-dashoffset: 0;
}
}
 @-webkit-keyframes anim-dash {
 0% {
 stroke-dashoffset: 1680;
}
 100% {
 stroke-dashoffset: 0;
}
}

/* Inner elements animations */

@-webkit-keyframes anim-elem-1 {
 0% {
opacity: 0;
-webkit-transform: translate3d(-150px, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
}
 @keyframes anim-elem-1 {
 0% {
opacity: 0;
-webkit-transform: translate3d(-150px, 0, 0);
transform: translate3d(-150px, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
 @-webkit-keyframes anim-elem-2 {
 0% {
opacity: 0;
-webkit-transform: translate3d(150px, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
}
 @keyframes anim-elem-2 {
 0% {
opacity: 0;
-webkit-transform: translate3d(150px, 0, 0);
transform: translate3d(150px, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
svg.loader-svg {
	position: absolute;
}
#preloader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	font-size: 0px;
	height: 100%;
}
.loader {
	max-width: 250px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sperm-bg {
}
.sperm-bg li {
	width: 20%;
	opacity: 0.4;
	position: absolute;
	animation: xAxis infinite linear;
	transform: translateX(-20vw);
}
.sperm-bg.anim li {
}
 @keyframes xAxis {
 0% {
 transform: translateX(-20vw);
}
 100% {
 transform: translateX(110vw);
}
}

@media (max-width:480px) {
.dialog h2 {
	font-size: 24px;
}
.dialog--open .dialog-inner {
	padding: 15px;
}
.dialog__content {
	width: 90%;
}
}
