html {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.top {
	background: url(/images/background.png) no-repeat left 0%;
	max-width: 2000px;
	margin: 0 auto;
	padding-top: 1px;
}

.top.typical {
	background: url(/images/header.png) no-repeat left 0%;
}

a {
	color: #3567d1;
	text-decoration: none;
}

.navbarmenu .navbar-toggle:hover {
	background: none;
}

.navbarmenu .navbar-toggle {
	border: none;
}

.navbarmenu .nav > li > a {
	padding: 18px 0px;
	margin: 0px 30px;
	position: relative;
	letter-spacing: 1px;
}

.navbar-brand {
	font-size: 32px;
	color: #ffffff !important;
	font-weight: 300;
	letter-spacing: 3px;
}

.navbar-brand span {
	font-weight: bold;
}

.nav > li > a::after,
.navbar-inverse .navbar-nav > .active > a::after {
	content: ' ';
	position: absolute;
	height: 1px;
	background-color: #ffffff;
	-webkit-transition: width 0.45s ease;
	-moz-transition: width 0.45s ease;
	-o-transition: width 0.45s ease;
	transition: width 0.45s ease;
	right: 10px;
	bottom: 15px;
	width: -moz-calc(0% - 20px);
	width: -webkit-calc(0% - 20px);
	width: calc(0% - 20px);
}

.navbar-inverse .navbar-nav > .active > a::after {
	width: 100%;
	left: 0px;
}
.nav > li:hover a:after {
	width: 100%;
	left: 0px;
}
.navbar-inverse {
	background: none;
	border: none;
	margin-top: 23px;
}
.btn {
	transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	border: none;
}
.btn.btn-secondary {
	font-size: 14px;
	color: #0b1d50;
	text-transform: uppercase;
	padding: 15px 30px;
	font-weight: 400;
	border: none;
	box-shadow: 0px 0px 7px #0000002b;
}
.btn-group-two .btn.btn-secondary {
	margin-right: 15px;
}
/*.btn,
.btn:focus,
.btn:active {
	outline: none !important;
	border: none !important;
}*/
.main-page .btn.btn-primary, .ready-block .btn.btn-primary {
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 30px;
	background-color: #03c790 !important;
	color: #ffffff;
	border: none;
	font-weight: 400;
	box-shadow: 0px 0px 7px #0000002b;
}
.main-page .btn.btn-primary:hover, .ready-block .btn.btn-primary:hover {
	background-color: #03b482 !important;
}
.btn-group-text .btn.btn-secondary {
	background: #ffffff1a;
	color: #ffffff;
	box-shadow: none;
}
.btn-group-text .btn.btn-primary {
	margin-right: 16px;
}
.btn-group-text i {
	margin-left: 20px;
}
.btn-group-text .btn.btn-secondary i {
	background: #04c790;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	border-radius: 50%;
	padding-left: 2px;
}
.btn-group-text .btn.btn-secondary:hover {
	background: #fff;
	box-shadow: none;
	color: #0b1d50;
}
.btn-group-text {
	margin-top: 50px;
}
.btn-group-two .btn.btn-secondary:hover,
.btn-git:hover {
	opacity: 0.8;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	background: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
}
.shadow-box li span {
	color: #2c5ece;
}

.section {
	padding: 115px 0px;
}

.page-title {
	padding: 30px 0px;
}

.page-title > h2 {
	color: white;
	font-weight: bold;
}

.first-block p {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	padding-top: 28px;
	letter-spacing: 1px;
}
.first-block h1 {
	font-size: 60px;
	letter-spacing: 3px;
	color: #ffffff;
	font-weight: 300;
	line-height: 76px;
	margin-top: -15px;
}
.first-block h1 span {
	font-weight: bold;
}
.navbar-inverse .navbar-collapse {
	width: 470px;
	padding: 0px;
	margin-left: auto;
	position: relative;
	left: 25px;
	box-shadow: none;
	border: none;
}
.sub {
	font-size: 14px !important;
	color: #0b1d50 !important;
	padding: 0px 0px !important;
	text-align: center;
	display: block;
	letter-spacing: 0px !important;
}
.sub a {
	color: #3567d1;
	text-decoration: underline;
}
.btn-group-two {
	max-width: 326px;
	margin-left: auto;
}

.main-page-registration-form .form {
	margin-left: auto;
}

.reg-page-registration-form .form {
	margin: auto;
}

.form {
	background: #fff;
	padding: 40px 30px;
	box-shadow: -7px 0px 20px #0000003b;
	max-width: 420px;
}
.form .caption {
	font-size: 28px;
	color: #0b1d50;
	text-align: center;
	padding: 0px 0px 20px;
	font-weight: bold;
}
.form input {
	font-size: 13px;
	color: #0b1d50;
	display: block;
	width: 100%;
	padding: 10px 14px;
	border-radius: 3px;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	margin-bottom: 19px;
}
.form ::-ms-input-placeholder {
	font-size: 13px;
	color: #0b1d50;
}
.form ::-moz-placeholder {
	font-size: 13px;
	color: #0b1d50;
}
.form ::-webkit-input-placeholder {
	font-size: 13px;
	color: #0b1d50;
}
input:focus {
	box-shadow: 0px 0px 5px #3567d15e;
	border: 1px solid #709dee;
}
.btn.btn-form,
.btn.btn-form:active,
.btn.btn-form:focus {
	background: #3567d1;
	color: #ffffff;
	padding: 10px 14px;
	box-shadow: -2px 0px 14px #3567d15e;
	text-transform: uppercase;
	display: block;
	width: 100%;
	transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	border: none;
}
.btn.btn-form:hover {
	background: #2f5ab7;
}

.btn-group-form i {
	font-size: 16px;
	padding-right: 8px;
}
.btn.btn-form i {
	padding-right: 10px;
	font-size: 17px;
	position: relative;
	top: 1px;
}
.btn.btn-primary i {
	padding-left: 5px;
}
.btn i {
	font-weight: bold;
}
.btn-git,
.btn-git:focus,
.btn-git:active,
.btn-facebook,
.btn-facebook:focus,
.btn-facebook:active {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 46px;
	font-weight: 400;
	border: none;
	width: 170px;
	transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	border: none;
}
.btn-git {
	background: #101010;
	margin-right: 14px;
}
.btn-facebook {
	background: #3b589e;
}
.sub:last-child {
	margin: 8px 0px 0px;
}
.sign {
	margin: 10px 0px 15px;
	font-weight: 400;
}
.or {
	padding: 12px 0px 0px !important;
}
.or span {
	background: #ffffff;
	position: relative;
	z-index: 1;
	padding: 0px 12px;
}
.or::after {
	content: '';
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	bottom: 9px;
	z-index: 0;
}
.btn-git:hover {
	color: #ffffff;
	background: #000000;
}
.btn-facebook:hover {
	color: #ffffff;
	background: #324a84;
}

.box-caption {
	font-size: 26px;
	color: #0b1d50;
	margin: 30px 0px 20px;
	line-height: 30px;
}
.advantages-block p {
	font-size: 14px;
	color: #0b1d50;
	line-height: 26px;
}
.infobox {
	max-width: 300px;
	margin-right: 135px;
}
.infobox p {
	line-height: 26px;
}
.infobox:last-child {
	margin-right: 0px;
}
.link {
	font-size: 16px;
	color: #3567d1;
	font-weight: 400;
}
.link i {
	padding-left: 8px;
	position: relative;
	top: 2px;
	font-weight: bold;
}
.phone-img {
	max-width: 100%;
}
.phone-img img {
	position: relative;
	margin-left: 60px;
	margin-top: 60px;
	width: 90%;
}
h2 {
	text-align: center;
	font-size: 48px;
	color: #0b1d50;
	font-weight: 300;
	letter-spacing: 3px;
}
h2 span {
	font-weight: bold;
}
.slider-block {
	background: url(/images/Features.png)no-repeat right 0px;
	padding: 125px 0px 115px;
}
.slider-block h2 {
	margin-bottom: 68px;
}
.slider-block .infobox {
	margin-right: 131px;
	margin-bottom: 20px;
}
.slider-block .infobox:nth-child(even) {
	margin-right: 0px;
}
.slider-block .infobox:nth-child(odd) {
	margin-left: 48px;
}
.carousel-indicators {
	position: unset !important;
	text-indent: unset !important;
	margin: 0px;
}
.carousel {
	height: 690px;
	margin-top: 12px;
}
.navi-block {
	position: absolute;
	bottom: -30px;
	width: 150px;
	margin-left: 45px;
}
.right::before {
	content: '';
	width: 50px;
	background: #0b1e50;
	height: 3px;
	display: inline-block;
	position: absolute;
	margin-left: -43px;
	margin-top: 9px;
}
.carousel-indicators {
	width: 68px;
	margin-right: 13px;
}
.right {
	margin-left: 27px;
}
.left i {
	color: #d4dbe7;
}
.right i {
	color: #0b1d50;
}
.carousel-indicators li {
	width: 14px !important;
	height: 14px !important;
	margin: 2px 2px -2px !important;
	background-color: #d4dbe7 !important;
	border: none !important;
	border-radius: 14px !important;
}
.carousel-indicators .active {
	margin: 2px 2px -2px !important;
	background-color: #3567d1 !important;
}
.navi-block a,
.navi-block ol,
.navi-block li {
	display: inline-block;
}
.link {
	margin-top: 20px;
	display: block;
}
.advantages-block.section {
	padding: 244px 0px 57px;
}
.infobox img {
	margin-left: -32px;
}
.box-caption span {
	font-weight: bold;
}

footer {
	background: url(/images/footer.png)no-repeat left 13px;
	padding: 309px 0px 0px;
}

footer .navbar-inverse .navbar-collapse {
	width: 100%;
	padding: 0px;
	margin-left: auto;
	position: relative;
	left: 0;
}

footer p {
	color: #fcfcfc87;
	font-size: 16px;
	margin-bottom: 0px;
	position: relative;
	top: 18px;
	letter-spacing: 1px;
	box-shadow: none;
}
footer .navbar-inverse {
	margin-top: 0px;
}
.use-block .infobox {
	max-width: 100%;
	margin-right: unset;
}
.use-block .infobox img {
	margin-left: auto;
	float: left;
	display: inline-block;
}
.use-block .box-caption {
	font-size: 26px;
	color: #0b1d50;
	margin: -6px 0px 0px 30px;
	line-height: 36px;
	display: inline-block;
	letter-spacing: 1px;
}
.use-block {
	padding: 82px 0px 111px;
}
.use-block h2 {
	margin-bottom: 129px;
}
.ready-block {
	padding: 0px 0px;
	margin: 97px 0px -289px;
}
.shadow-box {
	box-shadow: -9px -1px 20px #0000003d;
	border-radius: 9px;
	padding: 40px 72px;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	background: url(/images/Are-you-ready-to-get-started-.jpg)no-repeat right bottom,
		#ffffff;
}
.ready-block .caption {
	font-size: 30px;
	color: #0b1d50;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.ready-block li {
	font-size: 22px;
	color: #0b1d50;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.ready-block ul {
	list-style: none;
	padding-left: 33px;
}
.shadow-box li::before {
	content: '\f00c';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	padding-left: 1px;
	background: #2c5fce;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	margin-right: 15px;
	position: absolute;
	left: 15px;
	margin-top: 3px;
}
.shadow-box .btn {
	float: right;
	position: relative;
	margin-top: 40px;
}

.shadow-box .btn {
	position: relative;
	top: 0;
}

@media (max-width: 1680px) {
	.slider-block {
		background: url(/images/Features.png)no-repeat 178px 0px;
	}
	footer {
		background: url(/images/footer.png)no-repeat -115px 13px;
	}
	.top {
		background: url(/images/background.png)no-repeat -115px 0%;
	}
	.top.typical {
		background: url(/images/header.png)no-repeat -115px 0%;
	}
	.page-title {
		padding: 30px 0;
	}
}

@media (max-width: 1200px) {
	.page-title {
		padding: 10px 0 15px 0;
	}
}

@media (min-width: 1200px) {
	.first-block::after {
		content: '\f107';
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 41px;
		font-weight: bold;
		text-align: center;
		position: absolute;
		left: 50%;
		margin-top: 155px;
		margin-left: -10px;
	}
	.use-block .infobox:nth-child(2) img {
		margin-left: 40px;
	}
	.shadow-box button {
		top: 70px;
	}
	.use-block .infobox:nth-child(3) img {
		margin-left: 60px;
	}
	.use-block .infobox:nth-child(3) .box-caption {
		margin: -6px 0px 0px 14px;
	}
	.use-block .infobox:nth-child(2) .box-caption {
		margin: -6px 0px 0px 17px;
	}
	.use-block .infobox:nth-child(1)::after,
	.use-block .infobox:nth-child(2)::after {
		content: '';
		border-bottom: 1px solid #ccc;
		width: 65px;
		height: 1px;
		position: absolute;
		margin-top: 30px;
		margin-left: 25px;
	}
	footer .navbar-inverse {
		position: relative;
		left: 40px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.first-block h1 {
		font-size: 40px;
		line-height: 56px;
	}
	.navbar-brand {
		font-size: 24px;
	}
	.nav > li > a {
		margin: 0px 18px;
	}
	.navbar-inverse .navbar-collapse {
		left: 0px;
	}

	.navbarmenu .nav > li > a {
		margin: 0 15px;
	}

	.first-block p {
		font-size: 16px;
	}
	.btn-group-text .btn {
		width: 400px;
		margin-bottom: 30px;
	}
	form .caption {
		font-size: 28px;
	}
	.section {
		padding: 77px 0px;
	}
	.infobox {
		margin-right: 34px;
	}
	.advantages-block.section {
		padding: 158px 0px 57px;
	}
	h2 {
		font-size: 38px;
	}
	.slider-block .infobox:nth-child(odd) {
		margin-left: 0px;
	}
	.slider-block .infobox {
		margin-right: 40px;
		margin-bottom: 5px;
	}
	.phone-img img {
		width: 100%;
		margin-left: -25px;
	}
	.carousel {
		height: 650px;
	}
	.link {
		margin-top: 10px;
	}
	.slider-block {
		background-size: cover;
	}
	.navi-block {
		margin-left: 0px;
	}
	.use-block .box-caption {
		font-size: 22px;
		margin: -6px 0px 0px 24px;
		line-height: 29px;
	}
	.use-block .infobox img {
		width: 64px;
	}
	.use-block h2 {
		margin-bottom: 79px;
	}
	.shadow-box {
		padding: 35px 45px;
	}
	.ready-block {
		margin: 50px 0px -289px;
	}
	.ready-block li {
		font-size: 19px;
	}
	footer .navbar-inverse .navbar-collapse {
		left: 0;
	}
	footer p {
		font-size: 15px;
	}
	.shadow-box .btn {
		position: relative;
		top: 71px;
	}

	footer .navbarmenu .nav > li > a {
		margin: 0px 10px;
	}
}

/*@media (min-width: 768px) and (max-width: 780px) {
	.navbar-toggle {
		display: block;
		left: 30px;
	}
}*/

@media (min-width: 768px) and (max-width: 1023px) {
	form {
		margin-right: auto;
		margin-top: 95px;
	}
	.advantages-block.section {
		padding: 44px 0px 57px;
	}
	.advantages-block .infobox {
		max-width: 99%;
		margin: 0 auto;
		display: block;
		margin-bottom: 40px;
	}
	.use-block h2 {
		margin-bottom: 57px;
	}
	.infobox {
		max-width: 300px;
	}
	.slider-block .infobox:nth-child(odd) {
		margin-left: 0px;
	}
	.slider-block .infobox {
		margin-right: 0px;
	}
	.carousel {
		height: 680px;
	}
	.slider-block {
		background-size: cover;
	}
	.use-block .infobox img {
		margin-left: 27px;
		margin-bottom: 32px;
	}
	.navi-block {
		margin-left: 0px;
	}
	.slider-block h2 {
		margin-bottom: 31px;
	}
	footer p {
		margin-bottom: 20px;
		text-align: center;
	}
	footer {
		background-size: cover;
	}
	footer .navbar-inverse .navbar-collapse {
		left: 0;
	}
	footer .navbarmenu .nav > li > a {
		margin: 10px;
	}
	.ready-block {
		margin: 20px 0px -289px;
	}
	h2 {
		font-size: 30px;
	}
	.shadow-box {
		padding: 40px 32px;
	}
	.ready-block li {
		font-size: 19px;
	}
	.phone-img img {
		margin-left: 0;
	}
	.btn-group-two {
		max-width: 326px;
		margin-left: auto;
		margin-top: 20px;
	}
	.slider-block {
	    background: url(/images/Features.png)no-repeat right 0px;
	    padding: 125px 0px 115px;
	}
	.first-block.section {
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	.first-block h1 {
		font-size: 25px;
		line-height: 41px;
	}
	.first-block p {
		font-size: 15px;

		padding-top: 10px;
		letter-spacing: 1px;
	}
	.section {
		padding: 45px 0px;
	}
	.btn-group-two {
		max-width: 326px;
		margin-left: auto;
		margin-top: 20px;
	}
	.btn-group-text .btn.btn-primary {
		margin-right: 0px;
	}
	.btn-group-text .btn {
		margin-bottom: 30px;
		width: 100%;
	}
	.btn-group-text {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.btn-git,
	.btn-facebook {
		padding: 10px 14px;
		width: 46%;
	}
	.sub:last-child {
		margin: 18px 0px 0px;
		display: inline-block;
		line-height: 21px;
	}
	form {
		background: #fff;
		padding: 20px 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.btn.btn-secondary {
		padding: 15px 20px;
	}
	.navbar-brand {
		font-size: 22px;
	}
	.advantages-block.section {
		padding: 44px 0px 0px;
	}
	.infobox {
		max-width: 100%;
		margin-right: auto;
		margin-bottom: 35px;
	}
	.slider-block h2 {
		margin-bottom: 30px;
	}
	h2 {
		font-size: 28px;
	}
	.phone-img img {
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	.slider-block .infobox:nth-child(odd) {
		margin-left: 0px;
	}
	.slider-block .infobox {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.carousel {
		height: auto;
	}
	.navi-block {
		margin-left: 0px;
	}
	.shadow-box {
		padding: 20px 10px;
	}
	.ready-block .caption {
		font-size: 25px;
	}
	.ready-block li {
		font-size: 16px;
	}
	footer {
		background-size: cover;
	}
	.shadow-box button {
		float: none;
		position: relative;
		margin-top: 30px;
	}
	footer .navbar-inverse .navbar-collapse {
		margin-left: auto;
		position: relative;
		left: 0px;
		border: none;
	}
	.nav > li {
		position: relative;
		display: inline-block;
	}
	.nav > li > a {
		padding: 7px 0px;
		margin: 0px 17px;
		position: relative;
		letter-spacing: 1px;
	}
	footer p {
		font-size: 14px;
		margin-bottom: 23px;
	}
	.ready-block {
		margin: 45px 0px -289px;
	}
	.use-block h2 {
		margin-bottom: 55px;
	}
	.use-block .box-caption {
		font-size: 21px;
	}
	.use-block .infobox img {
		margin-left: 0px;
	}
	.btn-group-two .btn.btn-secondary {
		background: #ffffff;
	}
	form .caption {
		font-size: 22px;
	}
	#navbarmenu .nav > li {
		position: relative;
		display: block;
	}
	footer #navbarmenu .nav > li {
		display: inline-block;
	}
	.navbar-inverse .navbar-collapse {
		width: 100%;
		overflow: hidden;
		left: 0px;
		background: #fff;
		border-radius: 3px;
	}
	footer .navbar-inverse .navbar-collapse {
		background: none;
		border-radius: 3px;
	}
	.navbar-inverse .navbar-collapse li a {
		margin: 0px 30px;
		color: #000000 !important;
	}
	footer .navbar-inverse .navbar-collapse li a {
		margin: 0px 20px;
		color: #ffffff !important;
	}
	.navbar-inverse .navbar-nav > .active > a::after {
		width: 59px;
		left: 0px;
	}
	.nav > li > a::after,
	.navbar-inverse .navbar-nav > .active > a::after {
		background-color: #1c44b0;

		bottom: 5px;
	}
}


.content-style {
	line-height: 1.5em;
	color: #0b1d50;
	letter-spacing: 0.5px;
}
