	.clearfix {clear: both;}
	body {
		background: #fff;
		padding:0;
		margin:0;
	}
	.btn-primary {
		background: #0c9d2d;
		border-color: #0c9d2d;
	}
	.btn-primary:hover,.btn-primary:active {
		background: #097422;
		border-color: #097422;
	}
	#ngm-form-container{
		border: 1px solid #ccc;
		
		min-height: 300px;
		display: block;
		width: 600px;
		max-width: 100%;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		margin: 25px auto;
		padding: 21px;
		position: relative;
	}
	#ngm-steps {
		position: relative;
	}
	#ngm-steps i {
		position: relative;
		top:5px;
	}
	#ngm-steps::before {
		background: #0c9d2d;
		height: 5px;
		width: 33%;
		position: absolute;
		left:0;
		top: 11px;
		content: "";
		z-index: 2;
		
	}
	#ngm-steps.half::before {
		width: 66%;
	}
	#ngm-steps.full::before {
		width: 99%;
	}
	#ngm-steps::after {
		background: #ccc;
		height: 5px;
		width: 100%;
		position: absolute;
		left:0;
		top: 11px;
		content: "";
		z-index: 1;
	}
	#ngm-steps div {
		float: left;
		z-index: 3;
		position: relative;
		width: 33%;
		text-align: center;
	}
	#ngm-steps span {
		display: block;
		width: 25px;
		height: 25px;
		text-align: center;
		background: #ccc;
		line-height: 25px;
		font-size: 14px;
		border-radius: 50%;
		margin:0 auto 5px auto;
		color:#fff;
	}
	.ngm-page {
		opacity: 0;
		display: none;
		position: absolute;
		left: 0;
		top:14px;
		width: 100%;
		
		background: #fff;
		
		z-index: 2;
	}
	.ngm-page h3 {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 25px;
		
	}
	
	.ngm-page.active {
		opacity: 1;
		z-index: 3;
	}
	#ngm-steps div.active span {
		background: #0c9d2d;
		color:#fff;
		
	}
	#footer-error {
		display: none;
		position: absolute;
		left: 5px;
		top: 5px;
		font-size: 11px;
		color: #fff;
		padding: 5px;
		border-radius: 4px;
		max-width: 45%;
		background: red;
	}
	#ngm-form-footer {
		position: fixed;
		left: 50%;
    transform: translateX(-50%);
		background: #fff;
		bottom: 0;
		border-top: 1px solid #ccc;
		width: 100%;
		z-index: 3;
		height: 55px;
		max-width: 600px;
	}
	
	.brand-selector {
		width: 85%;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		text-align: center;
		height: auto;
		line-height: 40px;
		display: block;
		border-radius: 21px;
		text-decoration: none;
		margin: 5px auto;
		cursor: pointer;
		padding-top: 15px;
		color:#0c9d2d;
	}
	.brand-selector img {
		max-width: 90%;
		display: inline-block;
	    max-height: 100px;
		width: auto !important;
	}
	.model-card {
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		background: #fff;
		width: 91%;
		margin: 5px auto;
		min-height: 150px;
		padding: 11px;
		cursor: pointer;
		border-radius: 15px;
	}
	.model-card img {
		width: 100%;
		display: block;
	}
	.model-card label {
		display: block;
		font-size: 14px;
		height: 55px;
		font-weight: bold;
		text-align: center;
	}
	.model-card span {
		font-size: 9px;
		display: block;
		text-align: center;
		
	}
	#ngm-form-paginator {
		position: relative;
		
		
		background: #fff;
		 
	}
	#ngm-form-paginator.overflow2 {
		overflow: hidden;
		overflow-y: scroll;
	}
	.phone-details img {
		width: 80%;
		margin:0 auto;
		display: block;
	}
	.phone-details .btn-gsm-selector {
		background: #fff;
		color: #000;
		margin-bottom: 8px;
		ont-size: 12px;
		position: relative;
		
	}
	.phone-details .status-mobile .btn-gsm-selector {
		margin: 0 auto 8px auto;
	}
	.modell-color .btn-gsm-selector {
		padding-left: 55px;
		width: 47%;
		font-size: 9px;
	}
	.phone-details .btn-gsm-selector span {
		background-color: #fff;
		    background-position: 4px 5px;
		    background-repeat: no-repeat;
		background-size: cover;
		display: inline-block;
		width: 50px;
		height: 100%;
		position: absolute;
		left:0;
		top:0;
		-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
	}
	label i {
		color: #0c9d2d;
	}
	.btn-gsm-block {
		display: block;
		max-width: 80%;
		text-align: center;
	}
	.phone-details label {
		display: block;
		margin-bottom: 4px;
	}
	.phone-details .btn-gsm-selector.active {
		background: #0c9d2d;
		color: #fff;
	}
	.phone-details .btn-gsm-selector.active:after {
		position: absolute;
		right: -5px;
		top: -5px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		font-size: 10px;
		content: "✓";
		background: #15d415;
		border-radius: 50%;
		height: 15px;
		width: 15px;
	}
	.phone-details .main-image {
		max-width: 200px;
	}
	.phone-details .property-block {
		margin-bottom: 5px;
	}
	.phone-details .property-block.in-block .btn {
		display: block;
		width: 80%;
		margin: 5px;
		
	}
	#form-22 {
		display: none;
	}
	#loader-image {
		display: block;
		max-width: 200px;
		margin: 0 auto;
		
		
	}
	#loader-image.small {
		max-width: 100px;
	}
	.swing {
	    display: inline-block;
	    font-size: 32px;
	    top: 10px;
	    display: none;
	    position: relative;
	    animation: swing-horizontal 3s ease-in-out infinite;
	}
	.timer-container {
	    padding: 15px;
	    margin: 15px auto;
	    border: 3px dotted #ccc;
	    font-size: 16px;
	    border-radius: 6px;
	    text-align: center;
	    max-width: 350px;
	}
	.timer-container span {
		display: block;
		font-size: 22px;
		font-weight: bold;
	}

@keyframes swing-horizontal {
    0%   { right: 0px; }
    50%  { right: 10px; }
    100% { right: 0px; }
}
	
@media (max-width:789px)  {
	.phone-details .memory-size{
		margin-top:15px;
	}
	.phone-details .btn-gsm-selector {
		font-size: 16px;
	}
	#page-20 .phone-details .main-image,
	#page-22 .phone-details .main-image,
	#page-23 .phone-details .main-image,

	#page-21 .phone-details .main-image {
		display: none;
	}
	.phone-details .battery-mobile .btn-gsm-selector,
	.phone-details .status-mobile .btn-gsm-selector,
	.phone-details .status-mobile .btn-gsm-selector,
	.phone-details .screen-mobile .btn-gsm-selector,
	.phone-details .box-mobile .btn-gsm-selector,
	.phone-details .wather-mobile .btn-gsm-selector {
		 width: 100%;
		 max-width: 350px;
		 margin: 0 auto 8px auto !important; 
	}
	
	.phone-details .status-mobile .btn-gsm-selector {
		margin: 0 auto 8px auto !important;
	}
	
}
