section {
	padding-top: 30px;
}
.nav-mobile {
	top: 0;
}

.return-home {
    font-weight: 700;
}

.top-bar {
	position: relative;
}
.shadow-inset {
	box-shadow: inset 0 2px 3px -1px rgba(0,0,0,0.4);
}
.return-home:before {
    vertical-align: top;
	padding-right: 10px;
	font-family: 'fontello';
	content: '\e808';
}
.serm-banner {
	position: fixed;
	z-index: -3;
}
.vase-1 {
	left: 100px;
}
.vase-2 {
	right: 100px;
}
h3 {
	padding-top: 50px;
	padding-bottom: 30px;
}
.arrows {
	display: initial;
}


/*------------------- ABOUT -------------------- */
.menu-icon {
	visibility: hidden;
}
.serm-about {
	padding-bottom: 50px;
}
.serm-about-container {
    position: relative;
	padding-bottom: 0;
	z-index: 3;
}
.page-title {
	font-size: 0;
	display: block;
	margin: 0 auto;
	width: 45%;
	height: 400px;
	background-image: url(/wa-data/public/site/themes/default/img/serm_orm.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	-webkit-filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.55));
}
.serm-quiz-frame {
	padding-top: 50px;
	max-width: 600px;
	background: #3d3d3d;
	border: none;
	color: #fafafa;
	border-radius: 5px;
}
.promo-button-container {
	text-align: center;
}
.btn-serm {
	position: relative;
	bottom: 38px;
	background: #3d3d3d;
}
.btn-serm:hover {
	background: #5d5d5d;
	transition: 0.3s linear;
}
.btn-serm-audit:after {
	vertical-align: bottom;
	font-family:'fontello';
	padding-left: 15px;
	content: "\e828";
	font-size: 30px;
	line-height: 23px;
}
/*------------------- QUIZ -------------------- */
.serm-quiz {
	padding-bottom: 50px;
	color: #3d3d3d;
	background: linear-gradient(-245deg, #78ceef, #99d420, #f9ae28, #cfa6d9);
	background-size: 400% 400%;
	/*animation: gradient 15s ease infinite;*/ 
}
.quiz-test {
	padding: 0 50px;
}
.quiz-test li {
	list-style-type: none;
	cursor: pointer;
}

.quiz-checkbox, .quiz-option {
	display: inline-block;
	vertical-align: middle;
}
.quiz-option {
	max-width: 90%;
}
.quiz-checkbox {
	position: relative;
	margin-bottom: 5px;
	height: 30px;
	width: 30px;
	background: #fafafa;
	border-radius: 25%;
	margin-right: 15px;
	box-shadow: inset 0 2px 3px -1px rgba(0,0,0,0.4);
}
.checked .quiz-checkbox:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 7px;
	height: 16px;
	width: 16px;
	background: #99d420;
	border: 1px solid #fafafa;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 0 2px 3px -1px rgba(0,0,0,0.8);
}
.quiz-test li:first-child {
	margin-top: 40px;
}
.quiz-test li:last-child {
	margin-bottom: 60px;
}
/*------------------- SERVICES -------------------- */
.serm-services {
	padding: 0;
}
.service-container {
	height: 420px;
	cursor: auto;
}
.service-container article {
	margin-left: 45px;
	height: 300px;
	padding: 25px;
	width: 600px;
	border: 5px solid #d3d3d3;
}
.service-number {
	padding-right: 10px;
	width: 50px;
	height: 100%;
	float: left;
	font-size: 90px;
	border-right: 2px solid #d3d3d3;
	color: #fafafa;
	line-height: 2.7em;
}
.service-description {
	float: left;
	height: 100%;
	width: 80%;
}
.service-container h4 {
	text-align: left;
	width: 100%;
	margin: 0;
	float: left;
	padding-left: 25px;
	text-transform: uppercase;
	color: #fafafa;
	font-weight: 700;
	font-size: 20px;
}
.service-container p {
	margin: 0;
	padding: 40px 0 0 25px;
	text-align: left;
	text-transform: none;
	font-size: 18px;
	color: #fafafa;
	font-weight: 400;
	line-height: 1.6;
}
.service-stat {
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: middle;
	height: 250px;
	max-width: 600px;
	overflow: hidden;
}
.service-stat div {
	float: left;
	height: 250px;
	width: 600px;
	margin: 0;
}
.page-options {
	margin: 0 auto;
	position: relative;
	padding: 35px 0;
}
.service-stat span {
	font-size: 120px;
	color: #919191;
	font-weight: bold;
	transition: 0.3s linear;
}
.service-stat:hover span {
		color: #99d420;
		transition: 0.3s linear;
}
.service-stat p {
	max-width: 80%;
	margin: 0 auto 35px;
	font-size: 19px;
	color: #919191;
}
/*------------------- ADVANTAGES -------------------- */
.serm-advantages-list {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 600px;
	padding: 25px;
	list-style-type: none;
}
.serm-advantages-list li {
	padding-left: 35px;
}

.serm-advantages-list li:before {
    content: '';
    display: inline-block; 
	position: absolute;
	left: 20px;
	margin-top: 2px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	background: #99d420;
	border-radius: 50%;
	box-shadow: 0 3px 5px -1px rgba(0,0,0,0.5);
  }

.serm-advantages-frame p {
	margin: 25px auto;
	padding-left: 45px;
	max-width: 600px;
}
.serm-advantages-list li, .quiz-test li {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
}
.serm-advantages-list li:last-child {
	margin-bottom: 0;
}
.quiz-results-wrapper {
	display: block;
	margin: -65px auto 0px;
	min-height: 130px;
	background: #919191;
	background: linear-gradient(0deg, rgba(170,170,170,1) 0%, rgba(131,131,131,1) 100%);
	position: relative;
  overflow: hidden;
	max-width: 450px;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #d3d3d3;
}
.quiz-results-wrapper p {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	text-transform: lowercase;
}
.serm-loader {
	margin: 40px;
	width: 330px;
}
.serm-loader span {
	margin: 15px 0;
	font-size: 18px;
	line-height: 1.1;
}
.quiz-result {
	transition: 2s;
}
.serm-scale {
	position: relative;
	background: #3d3d3d;
	width: 330px;
}
.serm-scale-filler {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #99d420;
	transition: 2s;
	box-shadow: inset 0 2px 3px -1px rgba(0,0,0,0.4);
}
.serm-scale:before {
	display: none;
	/*box-shadow: inset 0 2px 3px -1px rgba(0,0,0,0.4);
	right: 100%;
	animation: none;
	width: 330px;
	background: #99d420;*/
}
.serm-scale-20:before {
	background: #99d420;
}
.serm-scale-40:before {
	background: #f5d000;
}
.serm-scale-60:before {
	background: #f5d000;
}
.serm-scale-80:before {
	background: #f9ae28;
}
.serm-scale-100:before {
	background: #e00000;
}
.smiley {
	color: #3d3d3d;
	right: 95%;
	position: absolute;
	top: -30px;
	transition: 2s;
}
.smiley:before {
	content: "\e83c";
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 4px;
	border-radius: 50%;
	font-family:'fontello';
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
}
.smiley-1:before {
	content: "\e845";
}
.smiley-2:before {
	content: "\e83e";
}
.smiley-3:before {
	content: "\e83f";
}
.smiley-4:before {
	content: "\e843";
}
.smiley-5:before {
	content: "\e84d";
}
/*------------------- ADVANTAGES -------------------- */
.serm-advantages {
	overflow: hidden;
	margin-bottom: -14px;
	padding-bottom: 50px;
	color: #3d3d3d;
	clip-path: inset(0 0 14px 0);
	background: linear-gradient(45deg, #f9ae28, #cfa6d9, #78ceef, #99d420);
	background-size: 400% 400%;
	/*animation: gradient 15s ease infinite;*/
}
.serm-advantages-frame {
	color: #fafafa;
	background: #3d3d3d;
	border: none;
	outline: none;
	border-radius: 5px;
	--angle: 0deg;
	/*border: 1px solid;
	border-image: conic-gradient(from var(--angle), #78ceef, #99d420, #f9ae28, #cfa6d9, #78ceef) 1;
	outline: none;
	animation: framerotate 4s linear infinite;*/
}
.serm-quiz-frame p:nth-child(1), .serm-advantages-frame p:nth-child(1) {
	font-weight: 700;
}
.serm-quiz-frame p, .serm-advantages-frame p {
	padding-left: 25px;
	border-left: 1px solid #fafafa;
}

.widgets {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.widgets a {
    display: inline-block;
    margin: 10px;
    height: 50px;
    width: 30%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    font-size: 0;
}

.youscan-widget {
    background-image: url(/wa-data/public/site/themes/default/img/youscan.svg);
}

.ba-widget {
    background-image: url(/wa-data/public/site/themes/default/img/brand_analytics.svg);
    background-size: 100px;
}

@keyframes framerotate {
  to {
    --angle: 360deg;
  }
}
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.action-buttons-container {
	text-align: center;
}
.btn-onblack {
	background: #e3e3e3;
	color: #3d3d3d;
}
.btn-onblack:hover {
	background: #d3d3d3;
	transition: 0.3s linear;
}
.btn-logo:after {
	font-size: 23px;
	content: "\e811";
}
span.hidden {
	display: none;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*------------------- CONTACT FORM -------------------- */
.service-contact-form {
	padding: 0;
	height: 0;
	overflow: hidden;
}
form {
	margin-top: 0;
	margin-bottom: 10px;
}
form h3 {
	padding-top: 0;
}
/*------------------- RESPONSE -------------------- */
@media screen and (max-width: 1024px) {
	.arrows {
	display: none;
	}
	.serm-services .arrows-white > .arrows {
		z-index: 151;
		color: #fafafa;
	}
	
	.serm-services div {
	    position: relative;
	}
	.page-title {
    		width: 60%;
    }
  h3 {
    	margin: 0 35px;
    }
 	.serm-quiz-frame p {
	  margin-top: 0;
		margin-left: 50px;
		margin-right: 50px;
		padding-right: 0;
	}
	.service-container {
		height: 450px;
	}
	.service-container article p {
		display: block;
	}
	.serm-advantages-list {
		margin: 0 50px;
	}
	.serm-advantages-frame p {
		margin: 25px 50px;
	}
}
@media screen and (max-width: 900px) {
	.menu-icon {
	visibility: visible;
	}
}
@media screen and (max-width: 860px) {
	.vase-1 {
        left: 30px;
    }
    .vase-2 {
        right: 30px;
    }
    .serm-advantages-frame, .serm-quiz-frame {
    	max-width: 100%;
    	border-radius: 0;
    }
    .serm-quiz-frame, .serm-advantages-frame {
		border: none;
	}
	h3 {
    	padding-bottom: 30px;
    }
   	.social {
		margin: 0;
	}
}
@media screen and (max-width: 680px) {
#case-arrow-next {
	bottom: 75px;
}
	.service-stat-container h3 {
		padding-top: 0;
	}
	.quiz-results-wrapper {
		min-width: 100%;
		border-radius: 0;
		border-right: 0;
		border-left: 0;
		box-shadow: inset 0 2px 3px -1px rgba(0,0,0,0.4);
	}
	.serm-quiz, .serm-advantages-list {
		padding-bottom: 0;
	}
	.btn-onblack {
		top: 15px;
	}
	.serm-loader {
		margin: 40px auto;
	}
	.serm-scale {
		margin: 0 auto;
	}
	form {
		margin: auto;
		margin-top: 30px;
		margin-bottom: 5px;
		border-radius: 5px;
	}
	
	.widgets {
	    margin-top: 15px;
	}
}
@media screen and (max-width: 600px) {
	.serm-quiz-frame, .serm-advantages-frame {
		padding-top: 25px;
	}
	.serm-advantages {}
	.serm-quiz-frame p {
		margin-top: 25px;
	}
	.quiz-option {
		max-width: 75%;
	}
	.service-stat {
		margin-bottom: 0;
	}
	.service-stat {
		width: 100%;
	}
	.service-stat div {
		width: 100%;
	}
	.service-stat span {
		font-size: 100px;
	}
	.service-stat-container {
		padding-bottom: 25px;
	}
	.service-container {
		height: 590px;
	}
	.service-container article {
		width: 340px;
		height: 440px;
	}
	.service-container span {
		width: 30px;
		font-size: 60px;
		line-height: 6.5;
	}
	.service-container p {
		width: 205px;	
		margin-top: 35px;
		font-size: 17px;
		line-height: 1.4em;
	}
	.service-number {
		line-height: 3.5em;
	}
	.serm-advantages-list {
		padding-right: 0;
		padding-left: 0;
	}
	.serm-advantages-list li:before {
		left: 0;
	}
	form {
		border-radius: 0;
	}
}
@media screen and (max-width: 450px) {
	.service-stat p {
		font-size: 16px;
	}
}
@media screen and (max-width: 400px) {
    .vase-1 {
        left: 15px;
    }
    .vase-2 {
        right: 15px;
    }
    
    .vase-1, .vase-2 {
        height: 130px;
        top: 157px;
    }
		.serm-scale, .serm-scale:before, .serm-loader {
		width: 260px;
	}
}
/*------------------- MISC -------------------- */
.gradient-icon:before {
	background: linear-gradient(to right, #78ceef, #99d420, #f9ae28, #cfa6d9, #78ceef);
	color: #000;
	background-size: 200% auto;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 1s ease-in-out infinite;
}
@keyframes shine {
    to {
      background-position: 200% center;
    }
}
