	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html {
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	body {
		margin:0px;
		padding:0px;
		height:100%;
		background:#FFF;
	}
	
	body, input, select, textarea, button {
		font-family:'Sora';
		font-size:15px;
		font-weight:300;
		border:0;
	}
	
	* {
		outline:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-clip:border-box;
		-moz-background-clip:border-box;
		-webkit-background-clip:border-box;
	}
	
	h1,h2,h3,h4,h5{
		display:inline-block;
		font-size:inherit;
		font-weight:inherit;
		margin:0;
		padding:0;
	}
	
	@font-face {
		font-family: 'Sora';
		src: url('Sora-Light.woff2') format('woff2'),
		     url('Sora-Light.woff') format('woff');
		font-weight: 300;
		font-style: normal;
		font-display: swap;
	} @font-face {
		font-family: 'Sora';
		src: url('Sora-Medium.woff2') format('woff2'),
		     url('Sora-Medium.woff') format('woff');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	} @font-face {
		font-family: 'Sora';
		src: url('Sora-ExtraBold.woff2') format('woff2'),
		     url('Sora-ExtraBold.woff') format('woff');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
	}
	
	label, button {
		cursor:pointer;
	}
	
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
		background-image:url('../images/icon_downArrow.png')!important;
		background-repeat:no-repeat!important;
		background-position:right 50%!important;
	} select::-ms-expand {
		display: none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////		BODY			///////// */
	/*	/////////////////////////////////////////////////// */
	
	#blockDiv form {
		width:100%;
		height:100%;
	} #blockDiv .register-form {
		display:table;
		width:100%;
		height:100%;
	} #blockDiv .register-form > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} #blockDiv .register-form > div:nth-child(1) > div:nth-child(1) {
		position:relative;
		z-index:1;
		width:800px;
		margin:auto;
		padding:50px;
		background:#F3F5F8;
		-webkit-border-radius:60px 0 60px 60px;
		border-radius:60px 0 60px 60px;
	} #blockDiv .close {
		position:absolute;
		top:0;
		right:-46px;
	} #blockDiv .txt.a {
		display:block;
		padding:0 20px;
		font-size:17px;
		line-height:1.2em;
		color:#4D0D3B;
	} #blockDiv .txt.b {
		display:block;
		padding:0 20px 20px 20px;
		font-size:21px;
		line-height:1.2em;
		letter-spacing:-1px;
		color:#4D0D3B;
	} #blockDiv input[type=text] {
		width:100%;
		line-height:1em;
		border:0;
	} #blockDiv .box.a {
		float:left;
		width:38%;
		margin:0 2% 0 0;
	} #blockDiv .box.b {
		float:left;
		width:60%;
	} #blockDiv .box.c {
		float:left;
		width:100%;
		margin-top:1%;
		text-align:center;
	} #blockDiv .box.c label {
		display:inline-block;
		font-size:15px;
		line-height:1.6em;
	} #blockDiv button {
		width:220px;
		height:50px;
		font-size:17px;
		font-weight:500;
		color:#FFF;
		background:#BD1550;
		-webkit-border-radius:50px;
		border-radius:50px;
		cursor:pointer;
	}
	
	.container {
		width:100%;
	}
	
	.wa-btn {
		position:fixed;
		z-index:99;
		bottom:40px;
		right:40px;
	} .wa-btn .wa {
		position:relative;
	} .wa-btn .wa .whatsapp {
		width:200px;
		height:66px;
		padding:3px;
		background:#FFF;
		cursor:pointer;
		-webkit-border-radius:60px;
		border-radius:60px;
		-webkit-box-shadow:0 10px 10px 0 rgba(102,51,0,0.35);
		box-shadow:0 10px 10px 0 rgba(102,51,0,0.35);
	} .wa-btn .wa .txt {
		position:absolute;
		top:15px;
		left:64px;
		font-size:19px;
		line-height:1em;
	} .wa-btn .wa .txt strong {
		color:#29a71a;
	} .wa-btn .wa .txt span {
		font-size:15px;
		color:#333;
	}
	
	.header {
		width:100%;
	} .header > div:nth-child(1) {
		position:relative;
		width:100%;
		max-width:90%;
		min-height:120px;
		margin:auto;
	} .header .left {
		position:absolute;
		top:40%;
		left:0;
	} .header .right {
		position:absolute;
		top:70%;
		right:0;
	} .header .buttons {
		float:right;
	} .header .buttons ul {
		list-style:none;
		margin:0;
		padding:0;
	} .header .buttons > ul > li {
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-left:5px;
	} .header .buttons li a {
		position:relative;
		z-index:1;
		display:block;
		margin-left:8px;
		height:50px;
		padding:18px 24px;
		font-size:19px;
		font-weight:bold;
		line-height:1em;
		letter-spacing:-.5px;
		color:#490A3D;
		background:#F8CA00;
		text-align:center;
		text-decoration:none;
		-webkit-border-radius:50px;
		border-radius:50px;
		-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
	} .header.inside .buttons li a {
		font-size:0;
	} .header .buttons li a:hover {
		margin-top:-1px;
		filter:brightness(1.2);
	} .header .buttons li a:active {
		margin-top:1px;
		filter:brightness(.9);
	}
	
	.content {
		width:100%;
		
	} .content .section.a {
		position:relative;
		width:100%;
	} .content .section.a .image {
		position:absolute;
		z-index:1;
		width:100%;
		height:100%;
		background:url('../images/back_efectElement_7.png') repeat-x bottom;
	} .content .section.a .boxes {
		position:relative;
		z-index:2;
		width:100%;
		max-width:85%;
		min-height:750px;
		margin:auto;
		text-align:center;
		
	} .content .section.a .box.a {
		position:absolute;
		top:17%;
		width:100%;
	} .content .section.a .box.a .text {
		position:relative;
		display:block;
		font-size:47px;
		font-weight:500;
		letter-spacing:-2px;
		color:#E97F02;
	} .content .section.a .box.a .text span {
		position:absolute;
		top:87%;
		left:33.5%;
	} .content .section.a .box.a .icons {
		position:relative;
		display:block;
		width:800px;
		margin:60px auto 0 auto;
		font-size:21px;
		line-height:2.5em;
		color:#F8CA00;
	} .content .section.a .box.a .icon.a {
		position:absolute;
		top:-6.5%;
		left:11.75%;
	} .content .section.a .box.a .icon.b {
		position:absolute;
		top:18%;
		left:1%;
	} .content .section.a .box.b {
		position:absolute;
		bottom:12%;
		right:-5%;
		
	} .content .section.b {
		width:100%;
		padding-bottom:12%;
	} .content .section.b > div:nth-child(1) {
		position:relative;
		z-index:2;
		width:100%;
		max-width:85%;
		min-height:750px;
		margin:auto;
	} .content .section.b .icon.a {
		position:absolute;
		z-index:1;
		top:-27px;
		left:534px;
	} .content .section.b .icon.b {
		position:absolute;
		z-index:1;
		top:4%;
		left:4%;
	} .content .section.b .icon.c {
		position:absolute;
		z-index:1;
		bottom:-10%;
		left:3%;
	} .content .section.b .icon.d {
		position:absolute;
		bottom:-140px;
		left:-80px;
	} .content .section.b .text {
		position:absolute;
		z-index:2;
		top:35%;
		left:4%;
	} .content .section.b .text span {
		font-size:47px;
		font-weight:bold;
		letter-spacing:-1px;
		color:#E97F02;
	} .content .section.b .image {
		position:absolute;
		top:4%;
		right:0;
	} .content .section.b .image > div:nth-child(1) {
		width:760px;
		height:760px;
		padding:50px;
		-webkit-border-radius:760px;
		border-radius:760px;
	} .content .section.b .image img{
		display:block;
		-webkit-border-radius:660px;
		border-radius:660px;
		
	} .content .section.c {
		width:100%;
		background:#F8CA00 url('../images/back_firstStepLeft.png') no-repeat top left;
		border-bottom:1px solid #E17905;
	} .content .section.c > div:nth-child(1) {
		display:table;
		width:100%;
		min-height:460px;
		background:url('../images/back_firstStepRight.png') no-repeat top right;
	} .content .section.c > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		position:relative;
		vertical-align:top;
		text-align:center;
	} .content .section.c .icon.a {
		position:absolute;
		top:-45px;
		left:38%;
	} .content .section.c .icon.b {
		position:absolute;
		top:-36%;
		right:2%;
	} .content .section.c .text.a {
		display:block;
		padding-top:4.5%;
		font-size:47px;
		line-height:1.3em;
		letter-spacing:-2px;
		font-weight:500;
		color:#333;
	} .content .section.c .text.a .txt {
		position:relative;
		letter-spacing:-1px;
	} .content .section.c .text.a .icon {
		position:absolute;
		bottom:-16px;
		right:-42px;
	} .content .section.c .text.b {
		display:block;
		font-size:19px;
		letter-spacing:-.5px;
		padding:20px;
		text-align:center;
	} .content .section.c button {
		width:220px;
		
	} .content .section.d {
		position:relative;
		width:100%;
		height:320px;
		overflow:hidden;
	} .content .section.d img {
		display:block;
		margin:auto;
		margin-top:-13%;
	}
	
	.footer {
		width:100%;
		background:#FFF;
	} .footer > div:nth-child(1) {
		display:table;
		width:100%;
		max-width:85%;
		min-height:120px;
		margin:auto;
	} .footer .left {
		display:table-cell;
		vertical-align:middle;
		font-size:14px;
		color:#490A3D;
	} .footer .right {
		display:table-cell;
		vertical-align:middle;
		text-align:right;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	/* // All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		.nomob {
			display:none!important;
		}	
		
		#blockDiv form {
			width:100%;
			height:100%;
		} #blockDiv .register-form > div:nth-child(1) > div:nth-child(1) {
			width:90%;
			padding:20px;
			background:#F3F5F8;
			-webkit-border-radius:20px;
			border-radius:20px;
		} #blockDiv .close {
			position:absolute;
			top:0;
			right:0;
		} #blockDiv .close img {
			-webkit-border-radius:0 20px 0 0;
			border-radius:0 20px 0 0;
		} #blockDiv fieldset {
			margin:0 0 10px 0;
		} #blockDiv .txt.a {
			font-size:15px;
		} #blockDiv .txt.b {
			font-size:19px;
		} #blockDiv .box.a {
			float:none;
			width:100%;
			margin:0;
		} #blockDiv .box.b {
			float:none;
			width:100%;
			margin:0;
		} #blockDiv .box.c {
			float:left;
			width:100%;
			margin-top:1%;
			margin:0;
		} #blockDiv .box.c label {
			padding:10px;
			font-size:13px;
			line-height:1.6em;
		} #blockDiv button {
			font-size:17px;
			-webkit-border-radius:12px;
			border-radius:12px;
			margin-bottom:12px;
		}
		
		.header > div:nth-child(1) {
			min-height:100px;
		} .header .left {
			top:30%;
		} .header .left img {
			width:140px;
			height:auto;
			
		} .header .right {
			top:38%;
		} .header .buttons li a {
			height:44px;
			padding:15px 24px;
			font-size:17px;
		}
		
		.content .section.a .image {
			height:76%;
			background:url('../images/back_efectElement_7.png') no-repeat bottom;
			background-size:auto 40%;
			
		} .content .section.a .box.a {
			position:absolute;
			top:12%;
			width:100%;
		} .content .section.a .box.a .text {
			font-size:27px;
			letter-spacing:-1px;
		} .content .section.a .box.a .text span {
			top:87%;
			left:0;
		} .content .section.a .box.a .text span img {
			width:100%;
			height:auto;
			
		} .content .section.a .box.a .icons {
			width:100%;
			line-height:1.6em;
		} .content .section.a .box.a .icon.a {
			top:-18px;
			left:32%;
		} .content .section.a .box.a .icon.b {
			top:8%;
		} .content .section.a .box.b {
			bottom:10%;
			right:-5%;
			
		} .content .section.b {
			width:100%;
			padding-bottom:12%;
		} .content .section.b > div:nth-child(1) {
			width:100%;
			max-width:85%;
		} .content .section.b .icon.a {
			display:none;
		} .content .section.b .icon.b {
			display:none;
		} .content .section.b .icon.c {
			display:none;
		} .content .section.b .icon.d {
			display:none;
		} .content .section.b .text {
			position:relative;
			z-index:2;
			top:inherit;
			left:inherit;
			text-align:center;
			margin-bottom:30px;
		} .content .section.b .text span {
			font-size:31px;
			letter-spacing:-.5px;
		} .content .section.b .image {
			position:relative;
			top:inherit;
			left:inherit;
		} .content .section.b .image > div:nth-child(1) {
			width:100%;
			height:auto;
			padding:20px;
			-webkit-border-radius:300px;
			border-radius:300px;
		} .content .section.b .image img{
			width:300px;
			height:auto;
			-webkit-border-radius:300px;
			border-radius:300px;
			
		} .content .section.c {
			background:#F8CA00 url('../images/back_firstStepLeft.png') no-repeat -25% 0;
			background-size:50% auto;
		} .content .section.c > div:nth-child(1) {
			background:url('../images/back_firstStepRight.png') no-repeat 125% 0;
			background-size:50% auto;
		} .content .section.c .icon.a {
			top:-45px;
			left:38%;
			zoom:.75;
		} .content .section.c .icon.b {
			top:-40%;
			right:2%;
			zoom:.75;
		} .content .section.c .text.a {
			padding-top:40%;
			font-size:23px;
			line-height:1.3em;
			letter-spacing:-1px;
			
		} .content .section.d {
			display:none;
			position:relative;
			width:100%;
			height:320px;
			overflow:hidden;
		} .content .section.d img {
			display:block;
			margin:auto;
			margin-top:-13%;
		}
		
		.footer .left {
			font-size:13px;
		}
		
		/* css1 */
	}
	
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:769px) and (max-width:1023px) {
		
		body {
			zoom: 55%!important;
		}
		
		/* css3 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:1024px) and (max-width:1224px) {
		
		body {
			zoom: 65%!important;
		}
		
		/* css3 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:1225px) and (max-width:1379px) {
		
		body {
			zoom: 81%!important;
		}
		
		/* css4 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1380px) and (max-width:1466px) {
		
		body {
			zoom: 85%!important;
		}
		
		/* css5 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1467px) and (max-width:1750px) {
		
		body {
			zoom: 90%!important;
		}
		
		/* css5 */
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	.gg1 {
		background:linear-gradient(to bottom, rgba(77,13,59,1) 50%,rgba(233,127,2,1) 120%);
	} .gg2 {
		background:linear-gradient(to bottom, rgba(233,127,2,0) 0%,rgba(233,127,2,0.15) 100%);
	} .gg3 {
		background:linear-gradient(to bottom, rgba(77,13,59,1) 50%,rgba(180,87,22,1) 100%);
	} .gg4 {
		background:linear-gradient(to bottom, rgba(77,13,59,1) 0%,rgba(233,127,2,.75) 100%);
	} .gg5 {
		background:linear-gradient(to bottom, rgba(77,13,59,1) 28.2%,rgba(233,127,2,1) 100%);
	} .gg6 {
		background:linear-gradient(to bottom, rgba(233,127,2,.5) 0%,rgba(77,13,59,.25) 50%,rgba(139,58,36,.5) 100%);
	} .gg7 {
		background:linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	}
	
	.whatsapp-butonu {
		position:absolute;
		top:12px;
		left:12px;
		width:40px;
		height:40px;
		border:none;
		box-shadow:0 0 0 0 rgba(41, 167, 26, .7);
		border-radius:50%;
		background-color:#29a71a;
		background-image:url('../images/whatsapp.png');
		background-size:50%;
		background-position:center center;
		background-repeat:no-repeat;
		cursor:pointer;
		-webkit-animation:
		pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-moz-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-ms-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	} .whatsapp-butonu:hover {
		-webkit-animation:none;
		-moz-animation:none;
		-ms-animation:none;
		animation:none;
	}
	
	@-webkit-keyframes pulse {to {box-shadow:0 0 0 40px rgba(232, 76, 61, 0);}}
	@-moz-keyframes pulse {to {box-shadow:0 0 0 40px rgba(232, 76, 61, 0);}}
	@-ms-keyframes pulse {to {box-shadow:0 0 0 40px rgba(232, 76, 61, 0);}}
	@keyframes pulse {to {box-shadow:0 0 0 40px rgba(232, 76, 61, 0);}}
	
	.eyes {
		position:absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		width:650px;
		display:flex;
		justify-content:space-between;
		transform:translate3d(-50%,-70%,0);
		zoom:8%;
	} .eye {
		position:relative;
		width:200px;
		height:260px;
		background:#fff;
		border-radius:50%;
		animation:eye 7.5s infinite;
	} .eye.right {
		margin-top:40px;
		zoom:80%;
	} .eye::after {
		content:"";
		position:absolute;
		top:50%;
		width:65%;
		height:65%;
		background:#000;
		border-radius:50%;
		transform:translate3d(-50%,-50%,0);
		animation: eyes 3.5s infinite;
	} .eye.left::after{
		left:60%;
	} .eye.right::after{
		left:40%;
	}
	
	@keyframes eye{
		0%,
		5%,
		30%,
		37%,
		100%{
			height: 260px;
			transform:translate3d(0,0,0);
		}
		3%,
		33%{
			height: 0;
			transform: translate3d(0, -50%, 0);
		}
	}
	@keyframes eyes{
		0%,
		20%{
			top:60%;
		}
		21%,
		40%,
		81%,
		100%{
			top:50%
		}
	}
	
	.tp-anim {
		position:relative;
		animation:tpanim 1.5s infinite;
		animation-timing-function: ease-in-out;
	}
	
	@keyframes tpanim {
	  0%,
	  100% {
	    top: 0;
	  }
	  50% {
	    top: 12px;
	  }
	}
	
	button.plan,
	button.detail,
	button.start {
		padding:16px 30px;
		font-size:25px;
		font-weight:bold;
		line-height:1em;
		color:#FFF;
		background:#BD1550;
		-webkit-border-radius:60px;
		border-radius:60px;
		cursor:pointer;
		-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
	} button.plan:hover,
	  button.detail:hover,
	  button.start:hover {
		margin-top:-1px;
		filter:brightness(1.2);
	} button.plan:active,
	  button.detail:active,
	  button.start:active {
		margin-top:1px;
		filter:brightness(1);
	}
	
	.search-bar input::-webkit-input-placeholder {
		color:rgba(0,0,0,0.35)!important;
	} .search-bar input:-moz-placeholder {
		color:rgba(0,0,0,0.35)!important;
	} .search-bar input::-moz-placeholder {
		color:rgba(0,0,0,0.35)!important;
	} .search-bar input:-ms-input-placeholder {
		color:rgba(0,0,0,0.35)!important;
	}
	
	@keyframes typing {
	  from {
	    width: 0
	  }
	}
	@keyframes blink {
	  50% {
	    border-color: transparent
	  }
	}
	
	fieldset {
		width:100%;
		border:1px solid #CCC;
		-webkit-border-radius:5px;
		border-radius:5px;
		padding:7px 10px 13px 10px;
		margin:0;
		background:#FFF;
	} fieldset:hover {
		color:#BD1550;
		border:2px solid #BD1550!important;
		padding:6.5px 9px 12.5px 9px!important;
	} fieldset legend {
		padding:0 6px;
		font-size:12px;
		-webkit-border-radius:5px;
		border-radius:5px;
	} fieldset input,
	  fieldset textarea,
	  fieldset select {
		height:auto;
		font-size:21px!important;
		font-weight:bold;
		padding:0 11px!important;
		margin-left:-6px!important;
		background:url('../images/spacer.gif');
	} fieldset input:focus,
	  fieldset textarea:focus,
	  fieldset select:focus {
		color:#BD1550!important;
	} fieldset input[type=number]::-webkit-outer-spin-button,
	  fieldset input[type=number]::-webkit-inner-spin-button {
	    -webkit-appearance: none;
	    margin: 0;
	} fieldset input[type=number] {
	    -moz-appearance:textfield;
	}
	
	@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	  input[type='checkbox'],
	  input[type='radio'] {
	    --active: #FF885E;
	    --active-inner: #fff;
	    --focus: 2px rgba(243, 93, 23, .3);
	    --border: #BBC1E1;
	    --border-hover: #FF885E;
	    --background: #fff;
	    --disabled: #F6F8FF;
	    --disabled-inner: #E1E6F9;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    width: 21px;
	    height: 21px;
	    outline: none;
	    display: inline-block;
	    vertical-align: middle;
	    position: relative;
	    margin: 0;
	    cursor: pointer;
	    border: 1px solid var(--bc, var(--border));
	    background: var(--b, var(--background));
	    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
	    transition: background .3s, border-color .3s, box-shadow .2s;
	  }
	  input[type='checkbox']:after,
	  input[type='radio']:after {
	    content: '';
	    display: block;
	    left: 0;
	    top: 0;
	    position: absolute;
	    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
	    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	  }
	  input[type='checkbox']:checked,
	  input[type='radio']:checked {
	    --b: var(--active);
	    --bc: var(--active);
	    --d-o: .3s;
	    --d-t: .6s;
	    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
	  }
	  input[type='checkbox']:disabled,
	  input[type='radio']:disabled {
	    --b: var(--disabled);
	    cursor: not-allowed;
	    opacity: .9;
	  }
	  input[type='checkbox']:disabled:checked,
	  input[type='radio']:disabled:checked {
	    --b: var(--disabled-inner);
	    --bc: var(--border);
	  }
	  input[type='checkbox']:disabled + label,
	  input[type='radio']:disabled + label {
	    cursor: not-allowed;
	  }
	  input[type='checkbox']:hover:not(:checked):not(:disabled),
	  input[type='radio']:hover:not(:checked):not(:disabled) {
	    --bc: var(--border-hover);
	  }
	  input[type='checkbox']:focus,
	  input[type='radio']:focus {
	    box-shadow: 0 0 0 var(--focus);
	  }
	  input[type='checkbox']:not(.switch),
	  input[type='radio']:not(.switch) {
	    width: 21px;
	  }
	  input[type='checkbox']:not(.switch):after,
	  input[type='radio']:not(.switch):after {
	    opacity: var(--o, 0);
	  }
	  input[type='checkbox']:not(.switch):checked,
	  input[type='radio']:not(.switch):checked {
	    --o: 1;
	  }
	  input[type='checkbox'] + label,
	  input[type='radio'] + label {
	    font-size: 14px;
	    line-height: 21px;
	    display: inline-block;
	    vertical-align: top;
	    cursor: pointer;
	    margin-left: 4px;
	  }

	  input[type='checkbox']:not(.switch) {
	    border-radius: 5px;
	  }
	  input[type='checkbox']:not(.switch):after {
	    width: 5px;
	    height: 9px;
	    border: 2px solid var(--active-inner);
	    border-top: 0;
	    border-left: 0;
	    left: 6px;
	    top: 3px;
	    -webkit-transform: rotate(var(--r, 20deg));
		     transform: rotate(var(--r, 20deg));
	  }
	  input[type='checkbox']:not(.switch):checked {
	    --r: 43deg;
	  }
	  input[type='checkbox'].switch {
	    width: 38px;
	    border-radius: 5px;
	  }
	  input[type='checkbox'].switch:after {
	    left: 2px;
	    top: 2px;
	    border-radius: 50%;
	    width: 15px;
	    height: 15px;
	    background: var(--ab, var(--border));
	    -webkit-transform: translateX(var(--x, 0));
		     transform: translateX(var(--x, 0));
	  }
	  input[type='checkbox'].switch:checked {
	    --ab: var(--active-inner);
	    --x: 17px;
	  }
	  input[type='checkbox'].switch:disabled:not(:checked):after {
	    opacity: .6;
	  }

	  input[type='radio'] {
	    border-radius: 50%;
	  }
	  input[type='radio']:after {
	    width: 19px;
	    height: 19px;
	    border-radius: 50%;
	    background: var(--active-inner);
	    opacity: 0;
	    -webkit-transform: scale(var(--s, 0.7));
		     transform: scale(var(--s, 0.7));
	  }
	  input[type='radio']:checked {
	    --s: .5;
	  }
	}
	
	input:-webkit-autofill {
	  -webkit-box-shadow: 0 0 0px 1000px white inset!important;
	}
	
	::-webkit-scrollbar-track {
		-webkit-box-shadow:none;
		-webkit-border-radius:0;
		border-radius:0;
		background-color:#EAEAEA;
	} ::-webkit-scrollbar {
		width:12px;
		height:12px;
	} ::-webkit-scrollbar-thumb {
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;
		background-color:#333;
		border-left:1px solid #FFF;
	}
	
	.gscale {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: gray;
		-webkit-transition: all .6s ease;
	}
	
	.noselect {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	input[type=text], input[type=password], textarea, select {
		font-size:14px;
		padding:10px;
		background:#FFF;
		border:1px solid rgba(0,0,0,0.2);
		vertical-align:middle;
		resize:none;
		margin:0;
		-webkit-appearance:none;
		color:#111;
	} input:focus[type=text], input:focus[type=password], textarea:focus {
		border:1px solid #3D67CB;
		color:#5A5A5A;
	}
	
	#blockPopupDiv {
		position:fixed;
		z-index:9998;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	} #blockPopupDiv > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} #blockPopupDiv > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} #blockPopupDiv #ytplayer {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.75);
	} #blockPopupDiv .popup-img {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		width:auto;
		max-width:80%;
		height:auto;
		max-height:80%;
		padding:10px;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.75);
	}
	
	#blockCallCenter {
		display:none;
		position:fixed;
		z-index:9998;
		width:100%;
		background:url('../images/blockImageBlack.png');
	} #blockCallCenter > div:nth-child(1) {
		position:fixed;
		display:table;
		width:100%;
		height:100%;
	} #blockCallCenter > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} #blockCallCenter .dialogBorder {
		position:relative;
		margin:auto;
		min-height:240px;
		padding:20px;
		width:640px;
		background:#FFF;
		border:1px solid #CCC;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,.5);
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	} #blockCallCenter .girl {
		position:absolute;
		top:-32px;
		right:-38px;
	} #blockCallCenter .title {
		font-size:36px;
		letter-spacing:-1px;
		color:#173C8A;
	} #blockCallCenter .table {
		display:table;
		width:85%;
	} #blockCallCenter .table .row {
		display:table-row;
	} #blockCallCenter .table .row > .cell:nth-child(1) {
		display:table-cell;
		width:32%;
	} #blockCallCenter .table .row > .cell:nth-child(2) {
		display:table-cell;
		width:3%;
	} #blockCallCenter .table .row > .cell:nth-child(3) {
		display:table-cell;
		width:65%;
		padding:2px 0;
	} #blockCallCenter .table .row .cell input {
		width:86%;
	}
	
	#processDiv {
		display:none;
		position:fixed;
		background:#5A5A5A;
		color:#FFF;
		z-index:9999;;
		top:0;
		left:0;
	}
	
	#blockDiv {
		display:none;
		position:fixed;
		z-index:999;
		width:100%;
		background:url('../images/blockImageBlack.png');
	}
	
	#blockTableDiv {
		display:none;
		position:fixed;
		z-index:9999;
		width:100%;
		background:url('../images/blockImageBlack.png');
	} #blockTableDiv .dialogBorder {
		width:90%;
		max-width:400px;
		background:#FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
		-webkit-box-shadow: 0 10px 34px 0 rgba(0,0,0,.35);
		box-shadow: 0 10px 34px 0 rgba(0,0,0,.35);
	} #blockTableDiv .dialogBack {
		border:10px solid #FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
	} #blockTableDiv #dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#333;
	} #blockTableDiv #dialogContent {
		margin:10px 0;
		padding:0 10px 6px 10px;
		font-size:14px;
		line-height:1.4em;
		color:#333;
	} #blockTableDiv .dialogButton {
		margin:auto;
		padding:0 0 14px 0;
	} #blockTableDiv .dialogButton>input[type=button] {
		border:0;
		display:block;
		padding:10px 14px;
		font-size:14px;
		color:#FFF;
		background:#333;
		cursor:pointer;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
	}
	
	#blockLoaderDiv {
		display:block;
		position:fixed;
		z-index:9998;
		width:100%;
		text-align:center;
	} #blockLoaderDiv .dialogBorder {
		display:inline-block;
		min-width:280px;
		background:#FFF;
		border:1px solid #CCC;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogBack {
		border:10px solid #FFF;
		height:80px;
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#5A5A5A;
	}
	
	img {
		border:0;
	}
	
	.clear, .clr {
		clear:both;
	}
	
	a:link		{ text-decoration:none; 		}
	a:visited 	{ text-decoration:none; 		}
	a:hover   	{ text-decoration:underline; 	}
	