/* font-family: "PTSansRegular"; */
@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansItalic"; */
@font-face {
    font-family: "PTSansItalic";
    src: url("../fonts/PTSansItalic/PTSansItalic.eot");
    src: url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
    url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansBold"; */
@font-face {
    font-family: "PTSansBold";
    src: url("../fonts/PTSansBold/PTSansBold.eot");
    src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansBold/PTSansBold.woff") format("woff"),
    url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
  margin:0;
  padding:0;
  outline:none
}
html, body {
  height: 100%;
}
html {
  font-size:100.01%;
}
body {
	color: #262626;
	font-size: 18px;
	font-family: 'PTSansRegular';
	background: #fff;
	position: relative;
	height: 100%;	
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
a, a:visited {
	color:#1d90c6;
	text-decoration:none;
	border-bottom: 1px solid #1d90c6;
	}
a:hover {
	text-decoration:none;
	color:#262626;
	border-color: #262626;
	}
a:focus {
	outline:none;
	}
:focus, :active { 
	outline: 0; 
	}
img {
	border:0;
}
form {
	margin:0;
	padding:0;
}
ol, ul {
	list-style: none;
}
abbr {
	border-bottom:1px dotted #2b82dc;
	cursor:help;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height:1;
}
h1 {font-size:1.88em}
header, nav, section, article, aside, footer {
	display:block;
	position:relative;
}
label{
	font-size: 16px;
	font-weight: normal;
	text-align: right;
}
input{
	border: 1px solid #d9d9d9;
	border-radius: 18px;
	font-size: 16px;
	line-height: 16px;
	padding: 7px 20px 10px;
}
textarea{
	border: 1px solid #d9d9d9;
	border-radius: 7px;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 20px;
}
select{
	border: 1px solid #d9d9d9;
	border-radius: 18px;
	font-size: 16px;
	line-height: 16px;
	padding: 7px 20px 10px;
}
select:disabled{
	color: #fca;
}
input:focus,
textarea:focus,
select:focus{
	border-color: #1d90c6;
}
input.error,
textarea.error,
select.error{
	border-color: red;
}
input::placeholder{ color: #cccccc; font-size: 12px !important; }
input::-webkit-input-placeholder{ color: #cccccc; font-size: 12px !important; }
input:-moz-placeholder{ color: #cccccc; font-size: 12px !important; }
input::-moz-placeholder{ color: #cccccc; font-size: 12px !important; }
textarea::placeholder{ color: #cccccc; font-size: 12px !important; }
textarea:-moz-placeholder{ color: #cccccc; font-size: 12px !important; }
textarea::-moz-placeholder{ color: #cccccc; font-size: 12px !important; }
textarea::-webkit-input-placeholder{ color: #cccccc; font-size: 12px !important; }
.fl{ float: left; }
.fr{ float: right; }
.clr {
	overflow:hidden;
	display:block;
	content:".";	
	float:none;
	clear:both;
	height:0;	
}
.color-inherit{
	color: inherit;
	border-color: inherit;
}
.nopadding { padding: 0; }
.padding-top-15 { padding-top: 15px; }

/* icons */
.icon_18{
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('../img/sprite.png');
	background-repeat: no-repeat;
}
.icon_18.insta{
	background-position: 0 -80px;
}
.icon_18.twitter{
	background-position: -20px -80px;
}
.icon_18.fb{
	background-position: -40px -80px;
}
.icon_18.vk{
	background-position: -60px -80px;
}
.icon_18.check{
	background-position: -80px -80px;
}

/* header section */
.header_bg{
	min-height: 700px;
	background: url('../img/header-bg.jpg') top center no-repeat;
}
.header{
	padding-top: 55px;
}
.logo h1{
	display: inline-block;
	width: 184px;
	height: 69px;
	margin: 0 0 0 57px;
	text-indent: -9999px;
	background: url('../img/sprite.png') 0 0 no-repeat;
}
.social {
	padding-top: 13px;
}
.social a{
	display: inline-block;
	padding: 9px;
	margin: 0 12px 0 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-indent: -9999px;
}
.phone{
	color: #fff;
	font-size: 18px;
}
.phone a{
	font-family: 'PTSansBold';
	text-decoration: none;
	border-bottom: none;
}
.phone p{
	margin: 0;
}

/* offer section */
.offer{
	margin-top: 101px;
}
.offer .icon{
	float: left;
	width: 167px;
	height: 167px;
	margin: 0 47px 0 34px;
	background: url('../img/sprite.png') -329px 0 no-repeat;
}
.offer .heading{
	float: left;
	font-size: 42px;
	color: #fff;
	margin-top: 25px;
    line-height: 58px;
}
.offer .more{
	margin-top: 118px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.offer .more span{
	position: relative;
}
.offer .more span:after{
	content: '';
	display: block;
	width: 46px;
	height: 11px;
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -23px;
	background: url('../img/sprite.png') 0 -69px no-repeat;
}

/* benefits */
.benefits{
	margin-top: 96px;
	margin-bottom: 85px;
	text-align: center;
}
.benefits div{
	display: inline-block;
	line-height: 40px;
	float: none;
	margin: 0 -2px 46px -2px;
}
.benefits div span{
	display: inline-block;
	border: 2px solid #1f8fc5;
	border-radius: 50%;
	padding: 10px;
	margin-right: 20px;
	line-height: 15px;
}
.benefits div i{
	display: inline-block;
}

/* speciality */
.speciality {
	position: relative;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
}
.speciality .dots:before,
.speciality .dots:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #999999;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	border-radius: 50%;
}
.speciality .dots:before{
	left: 0;
}
.speciality .dots:after{
	right: 0;
}
.speciality .line:before{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #999999;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.speciality .text{
	background: #fff;
}

/* discount */
.discount {
	margin-top: 132px;
	margin-bottom: 69px;
}
.discount .heading{
	font-size: 33px;
	margin-bottom: 13px;
	text-align: center;
}
.discount .heading-text{
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.circles{
	text-align: center;
}
.center-circle{
	position: relative;
	display: inline-block;
	width: 333px;
	height: 333px;
	margin: 116px 0;
	text-align: center;
}
.center-circle:before{
	content: '100%';
	position: relative;
	display: inline-block;
	width: 333px;
	height: 333px;
	background: #1d90c6;
	border-radius: 50%;
	font-family: "PTSansBold";
	font-size: 108px;
	line-height: 333px;
	color: #fff;
	text-align: center;
}
.center-circle .inner-circle{
	position: absolute;
	margin-left: -43px;
	width: 450px;
}
.center-circle .inner-circle.pos1{
	top: -60px;
	left: 50%;
}
.center-circle .inner-circle.pos2{
	top: 32px;
    left: 325px;
}
.center-circle .inner-circle.pos3{
	top: 215px;
    left: 325px;
}
.center-circle .inner-circle.pos4{
	bottom: -60px;
	left: 50%;
}
.center-circle .inner-circle.pos5{
	top: 215px;
    right: 325px;
	margin-left: 0;
	margin-right: -43px;
}
.center-circle .inner-circle.pos6{
	top: 32px;
	right: 325px;
	margin-left: 0;
	margin-right: -43px;
}
.center-circle .inner-circle .icon{
	display: block;
	padding: 8px;
	background: #fff;
	border-radius: 50%;
}
.center-circle .inner-circle .icon:hover{
	transform: scale(1.2);
}
.center-circle .inner-circle .icon span{
	display: block;
	width: 70px;
	height: 70px;
	background: #f4f4f4;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
}
.center-circle .inner-circle .descr {
	position: relative;
	height: 86px;
	/* width: 340px; */
}
.center-circle .inner-circle .descr .dash{
	margin-left: 12px;
	line-height: 86px;
}
.center-circle .inner-circle .descr .text{
	position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(0, -50%);
	line-height: 25px;
	text-align: left;
}
.center-circle .inner-circle.pos5 .descr .text,
.center-circle .inner-circle.pos6 .descr .text{
	left: 0;
    right: 32px;
	text-align: right;
}

/* entry */
.entry .heading{
	text-align: center;
	font-size: 33px;
	margin-bottom: 12px;
}
.entry .heading-text{
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 16px;
}
.entry .tip{
	font-size: 12px;
	text-align: center;
	color: #7f7f7f;
	margin-bottom: 38px;
}
.entry form .row{
	margin-bottom: 24px;
}
.entry label{
	line-height: 19px;
	padding-top: 11px;
	padding-right: 35px;
}
.entry-submit{
	text-align: center;
	margin-top: 67px;
}
.entry-submit input{
	font-family: "PTSansBold";
	font-size: 16px;
	line-height: 52px;
	padding: 0;
	border: 2px solid #1d90c6;
	padding: 0 29px;
	border-radius: 25px;
	background: #fff;
}
.entry-submit input:hover{
	background: #1d90c6;
	color: #fff;
}

/* faq */
.faq{
	margin-top: 82px;
	margin-bottom: 127px;
}
.faq .heading{
	text-align: center;
	font-size: 33px;
	margin-bottom: 12px;
}
.faq .heading-text{
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 16px;
}

/* footer */
.footer{
	padding: 67px 0 71px;
	background: #1d90c6;
}
.footer .logo h1{
	width: 146px;
	height: 55px;
	margin: 4px 0 0 52px;
	background-position: -184px 0;
}
.footer .social a{
	margin: 0 12px 0 23px;
}
.footer .copyright{
	color: #fff;
	font-size: 16px;
}
.footer .copyright p{
	margin: 0;
}