/*
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/HelveticaNeueLTW20-Roman.eot?#iefix') format('embedded-opentype'),
   	   url('../fonts/HelveticaNeueLTW20-Roman.woff') format('woff'),
       url('../fonts/HelveticaNeueLTW20-Roman.ttf')  format('truetype'),
       url('../fonts/HelveticaNeueLTW20-Roman.svg#HelveticaNeueLTW20-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

/*@font-face {
    font-family: 'HelveticaNeueLT W20 55 Roman';
    src: url('../fonts/HelveticaNeueLTW20-Roman.eot');
    src: url('../fonts/HelveticaNeueLTW20-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTW20-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTW20-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeueLTW20-Roman.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLTW20-Roman.svg#HelveticaNeueLTW20-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


/*header styles*/
/*=============*/
img {
	max-width: 100%;
}
.landing-page {
	font: normal 15px/1.5 'Open Sans', sans-serif;
}

.header-top {
	background-color: #2758A2;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.header-top-title {
    font-size: 29px;
}
.header-bottom {
	padding: 15px 0;
}
.header-content {
	width: calc(100% - 150px);
	float: left;
	text-align: center;
	padding-top: 20px;
}
.img-right {
	width: 150px;
	float: left;
	text-align: right;
}
.header-content h3 {
	font-size: 22px;
	color: #2758A2;
}
.header-content p {
	font-size: 19px;
	margin-top: 15px;
    margin-bottom: 0;
}
.header-content p a {
	color: #2758A2;
	text-decoration: underline;
}

/*Sales styles*/
section.sales {
	background-color: #EDF0F6;
	padding: 60px 0;
}
section.sales .title {
	font-size: 26px;
	margin-bottom: 30px;
}
section.sales .list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 50px;
}
section.sales .list li {
	position: relative;
	font-size: 18px;
    margin-bottom: 23px;
    padding-left: 40px;
}
section.sales .list li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 27px;
	width: 27px;
	background: url(../images/icons.png) no-repeat -46px 0;
}
section.sales .top-content p {
	font-size: 18px;
	margin-bottom: 30px;
}
section.sales .option-list .form-group {
	width: 225px;
	float: left;
    margin-right: 30px;
}
section.sales .option-list .form-group .field {
	width: 100%;
	height: 68px;
	position: relative;
}
/*section.sales .option-list .form-group .field:before {
	content: '';
	width: 50px;
	height: 60px;
	position: absolute;
}*/
section.sales .option-list .form-group .field input[type=radio] {
	display: none;
}
section.sales .option-list .form-group .field label {
	font-size: 18px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #fff;
	border-radius: 6px;
	border: 2px solid transparent;
	padding: 17px 50px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 30px -4px #cecece;
	-moz-box-shadow: 0px 0px 30px -4px #cecece;
	-ms-box-shadow: 0px 0px 30px -4px #cecece;
	-o-box-shadow: 0px 0px 30px -4px #cecece;
	box-shadow: 0px 0px 30px -4px #cecece;
}
section.sales .option-list .form-group .field label:before {
	content: '';
    width: 25px;
    height: 29px;
    position: absolute;
    background: url(../images/icons.png) no-repeat top right;
    left: 15px;
}
section.sales .option-list .form-group .field label:after {
	content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    background: url(../images/icons.png) no-repeat -2px 0px;
    right: 15px;
}
section.sales .option-list .form-group.android .field label:before {
	background-position: -46px -37px;
}
section.sales .option-list .form-group .field input:checked + label,
section.sales .option-list .form-group .field input:focus + label {
	border-color: #24BECB;
}
section.sales .option-list .form-group .field input:checked + label:after,
section.sales .option-list .form-group.other .field input[type=text]:focus + label:after,
section.sales .option-list .form-group.other .field .not-empty:after {
	background-position: -46px 0px;
}
section.sales .option-list .form-group.apple .field label:before {
	background-position: -2px -38px;
}
section.sales .option-list .form-group.other .field input[type=text] {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: transparent;
    padding: 19px 50px;
    border: 2px solid transparent;
    outline: 0;
    font-size: 18px;
    cursor: pointer;
}
section.sales .option-list .form-group.other .field input[type=text]::-webkit-input-placeholder {
	font-size: 0;
}
section.sales .option-list .form-group.other .field input[type=text]::-moz-placeholder {
	font-size: 0;
}
section.sales .option-list .form-group.other .field input[type=text]:-ms-input-placeholder  {
	font-size: 0;
}
section.sales .option-list .form-group.other .field input[type=text]:-moz-placeholder {
	font-size: 0;
}

section.sales .option-list .form-group.other .field input[type=text]:focus::-webkit-input-placeholder {
	font-size: 18px;
}
section.sales .option-list .form-group.other .field input[type=text]:focus::-moz-placeholder {
	font-size: 18px;
}
section.sales .option-list .form-group.other .field input[type=text]:focus:-ms-input-placeholder  {
	font-size: 18px;
}
section.sales .option-list .form-group.other .field input[type=text]:focus:-moz-placeholder {
	font-size: 18px;
}
section.sales .option-list .form-group.other .field .not-empty {
	font-size: 0;
	border-color: #24BECB;
}

section.sales .option-list .form-group .field input:focus {
	outline: 0;
	box-shadow: none;
}
section.sales .option-list .form-group.other {
	margin-right: 0;
}
section.sales .option-list .form-group.other .field input[type=text]:focus + label {
	font-size: 0;
}
section.sales .option-list .form-group.other .field {
	margin-right: 0;
}
section.sales .option-list .form-group.other .field label:before {
	background-position: -1px -79px;
}
section.sales .option-list .form-group.other .field input[type=text]:focus {
	cursor: auto;
}

/*OFFER SECTION*/
/*=============*/
section.offers {
	padding: 60px 0 0;
}
section.offers .offer-content {
	padding-bottom: 30px;
}
section.offers .top-content h5,
section.offers .top-content p {
    font-size: 19px;
    line-height: 34px;
}
section.offers .top-content p {
	margin: 30px 0 25px;
}
section.offers .select-offer .field input {
	display: none;
}
section.offers .select-offer .field label {
	border-radius: 6px;
    overflow: hidden;
    margin-bottom: 17px;
    background: #fff;
    cursor: pointer;
    border: 2px solid #efefef;
	-webkit-box-shadow: 0px 0px 30px -4px #cecece;
	-moz-box-shadow: 0px 0px 30px -4px #cecece;
	-ms-box-shadow: 0px 0px 30px -4px #cecece;
	-o-box-shadow: 0px 0px 30px -4px #cecece;
	box-shadow: 0px 0px 30px -4px #cecece;
}
section.offers .select-offer .field label img {
	display: block;
	max-width: 100%;
}
section.offers .select-offer .field label p {
	font-size: 18px;
	margin: 0;
    padding: 15px;
    position: relative;
}
section.offers .select-offer .field label p:after {
	content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    background: url(../images/icons.png) no-repeat -2px 0px;
    right: 15px;
}
section.offers .select-offer .field input[type=radio]:checked + label {
	border-color: #24BECB;
}
section.offers .select-offer .field input:checked + label p:after {
	background-position: -46px 0px;
}


.offer-form {
	background: #EDF0F6;
	padding: 0 10px 30px;
}
.offer-form.form-actve {
	display: block;
}
.offer-form .form-group {
	margin-bottom: 40px;
}
.offer-form .form-group label {
	font-size: 19px;
	margin-bottom: 15px;
}
.offer-form .form-group input[type=number]::-webkit-inner-spin-button, 
.offer-form .form-group  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.offer-form .form-group .form-control {
	border: 0;
	height: 74px;
	border-radius: 6px;
	padding: 20px 15px;
	font-size: 19px;
}
.offer-form form .btn-default {
	background: #2758A2;
	color: #fff;
	height: 74px;
	border-radius: 6px;
	width: 100%;
	font-size: 26px;
    text-transform: uppercase;
    margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
	section.offers .select-offer .field label p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.header-content h3 {
		font-size: 17px;
	}
	.header-content p {
		font-size: 15px;
		margin-top: 7px;
	}
	.img-right {
		width: 80px;
		padding-left: 15px;
	}
	.header-content {
		width: calc(100% - 80px)
	}
	section.sales .option-list .form-group .field label,
	section.sales .option-list .form-group.other .field input[type=text] {
		font-size: 16px;
	}
	section.sales .option-list .form-group.other .field input[type=text]:focus::-webkit-input-placeholder {
		font-size: 16px;
	}
	section.sales .option-list .form-group.other .field input[type=text]:focus::-moz-placeholder {
		font-size: 16px;
	}
	section.sales .option-list .form-group.other .field input[type=text]:focus:-ms-input-placeholder  {
		font-size: 16px;
	}
	section.sales .option-list .form-group.other .field input[type=text]:focus:-moz-placeholder {
		font-size: 16px;
	}
	section.sales .option-list .form-group{
		width: 215px;
	    margin-right: 20px;
	}
	section.sales .option-list .form-group .field {
		height: 65px;
	}
	.offer-form .form-group label {
		font-size: 16px;
	}
	.offer-form .form-group .form-control {
		font-size: 16px;
	}
	.offer-form .form-group .form-control {
		height: 55px;
		padding: 10px;
	}
	.offer-form form .btn-default {
		padding: 0;
		height: 55px;
		margin-top: 0;
		line-height: 55px;
		font-size: 20px;
	}
	.offer-form .form-group {
		margin-bottom: 25px;
	}

}
@media only screen and (max-width: 767px) {
	.header-top-title {
		font-size: 24px;
	}
	.header-bottom {
		padding: 20px 0;
	}
	.logo {
		text-align: center;
		margin-bottom: 20px;
	}
	.header-content {
		padding-top: 15px;
	    text-align: left;
	    border-top: 1px solid #efefef;
	}
	.img-right {
		padding-top: 10px;
		border-top: 1px solid #efefef;
	}
	.option-list {
		margin: 0 -10px;
	}
	section.sales .option-list .form-group {
		width: 50%;
		margin: 0;
    	padding: 0 10px;
	}
	section.sales .option-list .form-group.other {
		width: 100%;
   		margin-top: 20px;
	}
	section.offers .top-content h5,
	section.offers .top-content p {
		font-size: 18px;
	}
	.select-offer {
		text-align: center;
	}
	section.offers .select-offer .field label p {
		text-align: left;
	}
	.offer-form .form-group label {
		margin-bottom: 5px;
	}
	.offer-form .form-group {
		margin-bottom: 15px;
	}
	.offer-form .form-group .form-control {
		height: 46px;
    	padding: 5px 10px;
    	font-size: 15px;
	}
	.offer-form form .btn-default {
		font-size: 18px;
		line-height: 45px;
		height: 45px;
	}

}
@media only screen and (max-width: 575px) {
	.header-top-title {
		font-size: 22px;
	}
	.header-content h3 {
		font-size: 16px;
	}
	.header-content p {
		font-size: 14px;
	}
	section.sales .title {
		font-size: 22px
	}
	section.offers .top-content h5, section.offers .top-content p {
		font-size: 18px;
	}
	section.sales {
		padding: 40px 0 30px;
	}
	section.offers {
		padding: 30px 0 0;
	}
	section.offers .offer-content {
		padding-bottom: 20px;
	}
	section.sales .list {
		margin-bottom: 35px;
	}
	section.sales .list li {
		margin-bottom: 15px;
		font-size: 16px;
	}
	section.sales .top-content p {
		margin-bottom: 20px;
	}
	section.sales .list li:after {
		height: 24px;
		width: 24px;
		background-position: -41px 0px;
		background-size: 65px;
		top: 2px;
	}

}
@media only screen and (max-width: 479px) {
	.offer-form {
		padding: 0 0px 20px;
	}
	.offer-content .col-6 {
		width: 100%; 
	    max-width: 100%;
	    flex: 100%;
	    margin-bottom: 0;
	}
	section.sales .option-list .form-group {
		width: 100%;
		margin-bottom: 15px;
	}
	section.sales .option-list .form-group.other {
		margin-top: 0;
		margin-bottom: 0;
	}

}




