@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,700,100italic);

html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	line-height: 1.3;
	color: #666666;
}
h1 {
	font-weight: 100;
	font-size: 36px;
	margin: 0.75em 0;
}
h2 {
	font-weight: 100;
	font-size: 24px;
	margin: 1.25em 0 0.75em;
}
ol {
	margin-left: 60px;
}
ol li {
	margin-bottom: 1em;
}
ul li {
	margin-bottom: 1em;
	list-style-type: disc;
}
button {
	font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
}
a, a:visited {
	color: #37b7ec;
}
a.common {
	color: #37b7ec!important;
}
.container {
	width: 1120px;
	padding: 0 20px;
}
.main-header {
	height: 70px;
	background: #f6f6f6;
	margin-bottom: 4em;
}
.main-header .logo {
	margin: 0;
	position: relative;
	z-index: 1;
}
.main-header .logo a {
	text-indent: -9999em;
	width: 174px; height: 70px;
	background: url("../images/logo.png") no-repeat 0 8px;
	float: left;
}
form.form-blue {
	background: #eaf2f6;
	padding: 30px;
	text-align: left;
	font-size: 14px;
	color: #bababa;
	margin: 1.5em 0;
}
.full-width {
	width: 96%!important;
	padding-left: 2%!important;
	padding-right: 2%!important;
}
input[type="submit"].full-width,
button.full-width {
	width: 100%!important;
}
.btn.blue {
	background: #24b8e7;
	border: 0;
	text-shadow: none;
	color: #fff;
	border-radius: 2px; 
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
}
.btn.blue:hover {
	background: #34abdc;
}
.btn.with-arr {
	position: relative;
}
.btn.with-arr .inner {
	display: block;
	padding-right: 25px;
	text-align: center;
}
.btn .arr {
	display: none;
	position: absolute;
	width: 21px; height: 21px;
	margin-left: 5px;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	background: url("../images/landing/arrs-01.png") no-repeat 0 0;
}
.btn.with-arr .arr {
	display: block;
}
.btn .arr.up {
	background-position: 0 -21px;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	border-radius: 2px;
	border: 1px #d2dbdf solid;
	box-shadow: none;
}
textarea {
	resize: none;
}
textarea.full-width {
	width: 98%!important;
	padding-left: 1%!important;
	padding-right: 1%!important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}
.btn.light-blue {
	background: #d4e6ef;
	border: 1px #d2dbdf solid;
	text-shadow: none;
	color: #99aeb8;
	border-radius: 2px; 
	padding-left: 35px;
	padding-right: 35px;
	font-size: 14px;
}
.btn.light-blue:hover {
	background: #cfe0e9;
}
.main-footer {
	font-size: 16px!important;
	padding: 2em 0;
	background: #f8f8f8;
	margin-top: 4em;
}
.relative {
	position: relative!important;
}
.main-footer .social-nets {
	position: absolute;
	right: 25px;
	top: -3px;
}
.social-nets a {
	display: inline-block;
	width: 25px; height: 25px;
	background: url("../images/landing/social-nets-buttons.png") no-repeat 0 0;
	margin-left: 10px;
}
.social-nets .fb {
	background-position: 0 0;
}
.social-nets .twitter {
	background-position: 0 -25px;
}
.main-footer .common-menu {
	position: relative;
	left: -50px;
}
.tcenter {
	text-align: center;
}
.modal-body {
	padding: 20px 50px 30px;
	font-size: 14px;
}
.common-menu {
	margin: 0;
	text-align: center;
	font-size: 17px;
}
.common-menu li {
	display: inline-block;
}
.common-menu .dvdr {
	width: 30px;
	color: #cccccc;
	font-size: 12px;
}
.common-menu a {
	color: #70a6c2;
}
.main-header .container {
	position: relative;
}
.main-header .common-menu {
	line-height: 70px;
}
.main-header .main-menu {
	width: 560px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.main-header .cabinet {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
blockquote {
	margin: 1.5em 0;
	padding: 15px;
	border: 0;
	background: #f1f1f1;
}
.w-630 {
	width: 630px;
}
.column {
	display: inline-block;
	vertical-align: top;
}
.w-290 {
	width: 290px;
}
.w-760 {
	width: 760px;
}
.pad-01 {
	margin-right: 55px;
}
#affix-menu .affix {
	top: 40px;
}
#affix-menu .affix-bottom {
	position: fixed;
	top: auto;
	bottom: 270px;
}

.faq-menu .nav {
	list-style-type: decimal;
	width: 230px;
	margin-left: 25px;
	color: #323232;
	font-size: 18px;
}
.faq-menu .nav li {
	padding-bottom: 15px;
	position: relative;
}
.faq-menu .nav li:hover a {
	background: none;
}
.faq-menu .nav li.active:after {
	border: 1px #b7d2e0 solid;
	border-right: 0;
	position: absolute;
	top: -15px;
	left: -40px;
	width: 100%;
	height: 100%;
	padding: 15px 15px 0 40px;
	content: "";
	text-indent: -9999em;
	border-radius: 3px 0 0 3px;
}
.faq-menu .nav li.active:before {
	position: absolute;
	top: -15px;
	right: -48px;
	width: 33px;
	height: 100%;
	padding: 15px 0 1px;
	content: "";
	text-indent: -9999em;
	background: url("../images/affix-right.png") no-repeat 0 0;
	background-size: 100% 100%;
}
.faq-menu a {
	color: #70a6c2;
}
h2.marked {
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 20px;
	margin-left: -20px;
	margin-right: -20px;
	background: #f1f1f1;
}
.pad-02 {
	margin-top: -15px;
}
p.img {
	margin: 1.5em 0;
}
.main-header, .main-footer {
	min-width: 1120px;
}
.w-210 {
	width: 210px;
}
.btn.w-210 {
	padding-left: 0!important;
	padding-right: 0!important;
}
.btn.grey {
	background: #cccccc;
	border: 0;
	text-shadow: none;
	color: #fff;
	border-radius: 2px; 
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
}
.btn.grey:hover {
	background: #bfbdbd;
}
.btn.green {
	background: #aee461;
	border: 0;
	text-shadow: none;
	color: #fff;
	border-radius: 2px; 
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
}
.btn.green:hover {
	background: #a5d85c;
}
.prising-block {
	margin-top: 2em;
	margin-bottom: 2.5em;
}
.prising-block .item {
	width: 290px;
	display: inline-block;
	vertical-align: top;
	height: 430px;
	padding: 25px;
	text-align: center;
	border-radius: 5px;
	border: 1px #eaeaea solid;
}
.prising-block .item:nth-child(2) {
	margin: 0 42px;
}
.prising-block .item .price {
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	color: #fff;
	font-size: 100px;
	font-weight: 100;
	line-height: 1;
}
.prising-block .item .price .num,
.prising-block .item .price img {
	padding-top: 40px;
	display: inline-block;
}
.prising-block .item .price .text {
	font-size: 20px;
	display: block;
}
.prising-block .item.grey .price {
	background: #cccccc;
}
.prising-block .item.blue .price {
	background: #37b7ec;
}
.prising-block .item.green .price {
	background: #aee461;
}
.prising-block .item .title {
	font-size: 60px;
	text-transform: uppercase;
}
.prising-block .item.grey .title {
	color: #ccc;
}
.prising-block .item.blue .title {
	color: #37b7ec;
}
.prising-block .item.green .title {
	color: #aee461;
}
.prising-block .item .descr {
	font-size: 24px;
	height: 110px;
	margin: 0 10px;
}
.w-825 {
	width: 825px;
}
.w-290 {
	width: 290px;
}
.grey-block {
	padding: 30px 30px 30px 37px;
	background: #f6f6f6;
	margin-bottom: 1.25em;
	font-size: 18px;
}
.grey-block h2 {
	font-size: 28px;
	margin-top: 0;
	padding-top: 0;
}
ul.ul-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.ul-links li {
	list-style-type: none;
}
.blog-entry {
	border-bottom: 1px #ebebeb solid;
	margin-bottom: 2em;
}
.blog-entry h2 {
	margin: 0;
	line-height: 1;
	color: #333333;
}
.blog-entry .info {
	font-size: 14px;
	margin-bottom: .5em;
}
.blog-entry .picture {
	margin: 1.5em 0;
	text-align: center;
}
.pad-03 {
	padding-right: 50px;
	box-sizing: border-box;
}
.blog-entry .tags {
	font-size: 14px;
}
.pages {
	padding: 0;
	margin: 0;
	list-style: none;
}
.pages li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}
.pad-04 {
	margin-bottom: 2em;
	position: relative;
	left: -10px;
}
.prising-block .item.v2 .price {
    font-size: 56px;
    padding-top: 35px;
    font-weight: 300;
    box-sizing: border-box;
}
.prising-block .item.v2 .title {
    font-size: 50px;
    font-weight: 300;
}
.prising-block .item.v2 .descr {
    height: 120px;
}
.prising-block .item.v2 .descr .text {
    margin-top: 10px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-align: center;
    border: 1px #eaeaea solid;
    font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
}
.login-block {
    font-family: arial;
}
.login-block a {
    color: #99aeb8;
}
.login-block form {
    background: #eaf2f6;
    padding: 15px 9px 10px;
    text-align: left;
    font-size: 14px;
    color: #bababa;
    width: 212px;
    margin: 0 auto;
    box-sizing: border-box;
}
.download-btn-block {
    width: 212px;
    margin: 10px auto;
}
.pad-05 {
    margin: 7px 0;
}
.social-nets.v2 {
    text-align: center;
}
.social-nets.v2 .sn {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background: url("../images/social-big.png") no-repeat 0 0;
}
.social-nets.v2 .sn.fb {
    background-position: 0 0;
}
.social-nets.v2 .sn.twitter {
    background-position: -40px 0;
}
.social-nets.v2 .sn.google {
    background: url("../images/social-btn-google.png") no-repeat 0 0;
}
.modal.already-premium {
    width: 340px;
    margin-left: -170px;
}
.modal.already-premium .modal-body {
    font-size: 24px;
    font-weight: 300;
}
.notification-settings {
    width: 100%;
}
.notification-settings-save {
    margin-top: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
      /* works with sfari and chrome */
   body {
       font-weight: 100;
   } 

}