@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,900&subset=cyrillic';

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

nav ul {
	list-style: none;
	margin: 0;
}

ul {
	margin-left: 20px;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
}

html {
	height: 100%;
}

body {
	background: #f0f5f8;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

h1,
.h1 {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 30px;
}

h2 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.nomargin {
	margin: 0;
}

p {
	margin: 10px 0 20px;
}

.container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.container::after,
.row::after,
.clearfix::after {
	display: table;
	content: "";
	clear: both;
}

.row {}

.table-row {
    display: table;
    width: 100%;
}

.table-row div[class^="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

#content {
	margin-top: 30px;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea {
	background: #f9f9f9;
	border: #ededed solid 1px;
	border-radius: 5px;
	padding: 0 22px;
	font-family: 'Open Sans', sans-serif;
	transition: 0.1s linear;
	display: block;
	width: 100%;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
	height: 40px;
}

textarea {
	padding: 22px;
	min-height: 100px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #fff;
	transition: 0.3s linear;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + i {
	background: #2f3358;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	margin-right: 17px;
	display: inline-block;
	transition: 0.2s linear;
	vertical-align: -50%;
}

input[type="checkbox"]:checked + i {
	background-image: url(https://instatic.ru/assets/images/check.png);
	transition: 0.2s linear;
}

label.checkbox {
	font-size: 12px;
	display: block;
}

label.checkbox::after {
	display: table;
	content: "";
	clear: both;
}

label.checkbox input[type="checkbox"] {
	display: block;
	width: 1px;
	height: 1px;
	position: relative;
	left: 3px;
	top: 3px;
	z-index: -1;
}

label.checkbox input[type="checkbox"] + i {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	background-size: 10px;
	margin-bottom: 15px;
}

.page-direct label.checkbox input[type="checkbox"] {
	display: none !important;
}

table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	color: #758697;
	font-size: 13px;
}

table tr {
	background: #fff;
}

table tbody  tr:nth-child(2n+1) {
	background: #f8f9fa;
}

table th,
table td {
	padding: 8px 15px;
	text-align: left;
	border-bottom: 1px solid #e9e9e9;
}

table th {
	font-size: 1.05em;
}

table .btn {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

.btn,
button {
	height: 45px;
	line-height: 45px;
	color: #fff !important;
	border-radius: 5px;
	background: #FC6C85;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 22px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.btn:hover,
button:hover {
	box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.07);
	transition: 0.2s linear;
	cursor: pointer;
}

.btn-direct {
	display: none;
	background-color: #2f3358 !important;
}

.form-group {
	display: block;
	margin-bottom: 15px;
}

.message {
	padding: 15px 20px;
    margin-bottom: 20px;
	color: #fff;
}

.message.alert {
	background-color: #f9b450;
	border-left: 3px solid #d58003;
}

.message.success {
	background-color: #9cc56c;
	border-left: 3px solid #648e33;
}

.tooltip {
	position: absolute;
	right: 20px;
	top: 20px;
	display: inline-block;
}

.tooltip-static {
	position: relative;
	top: 0;
	left: 10px;
}

.tooltip-anc {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.tooltip-content {
	display: none;
	background: #fff;
	position: absolute;
	top: 37px;
	left: 5px;
	padding: 20px;
	box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.07);
	border-radius: 5px 0 5px 5px;
	width: 250px;
	z-index: 1;
}

#main-header {
	height: 90px;
	line-height: 90px;
	background: #0e1125;
	color: #fff;
	font-size: 14px;
}

#main-header .container {
	padding: 0 20px;
}

.logo {
	background: url(../images/logo.png);
	background-size: 180px auto;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 48px;
	width: 180px;
	height: 90px;
}

.site-direct #main-header .logo {
	background-image: url(../images/logo-b.png);
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	#main-header .logo {
		background-image: url(../images/logo_@2x.png);
	}
}*/

.site-direct {
	background: #0a0c1a;
	color: #fff;
}

.site-direct #main-header {
	color: #0a0c1a;
	background: #f0f5f8;
}

.site-direct #main-header ul li a {
	color: #999;
}

.site-direct #main-header ul li a:hover,
.site-direct #main-header ul li a.active {
	color: #000;
}

#main-header ul {
	list-style: none;
}

#main-header ul li {
	float: left;
	margin: 0 20px 0 0;
}

#main-header ul li.flr {
	float: right;
}

#menu-wrapper .flr {
	margin: 0 0 0 20px;
}

#main-header ul li a {
	text-decoration: none;
	color: #babfd5;
	transition: 0.2s;
}

#main-header ul li a:hover,
#main-header ul li a.active {
	color: #fff;
}

@media (max-width: 1170px) {
	table .btn {
		padding: 0 19px;
		font-size: 13px;
	}
	#menu-wrapper ul {
		background: #0e1125;
		position: absolute;
		top: 75px;
		left: 0;
		width: 100%;
		display: none;
		opacity: 0;
		padding: 30px 0;
		margin-left: 0;
		z-index: 100;
	}
	#main-header ul li {
		display: block;
		margin: 0 !important;
		float: none !important;
		line-height: 45px;
		text-align: center;
	}
	#main-header [class^="col-"] {
		width: 50%;
		float: left;
	}
}

html body .p-hide {
	display: block;
}

html body .m-hide {
	display: none;
}

.block,
.breadcrumbs-wrapper {
	padding: 20px;
	background: #fff;
	color: #000;
	border-radius: 5px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	display: block;
	position: relative;
}

.breadcrumbs-wrapper,
.categories-block {
	border-radius: 0;
}

.breadcrumbs-wrapper .container,
.categories-block .container {
	padding: 0;
}

.hover-block:hover {
	box-shadow: 15px 25.981px 30px 0px rgba(0, 0, 0, 0.04);
	transition: 0.2s linear;
}

.mute {
	color: #bbb;
}

.pagination {
	background: #fff;
	width: 100%;
	text-align: center;
	margin-left: 0;
	list-style: none;
	display: table;
	width: 100%;
	margin-bottom: 60px;
}

.pagination li {
	display: table-cell;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	color: #000;
}

.pagination li a {
	text-decoration: none;
	display: block;
}

.pagination li.active a,
.pagination li a.active {
	color: #FC6C85;
}

.breadcrumb {
	list-style: none;
	margin: 0;
}

.breadcrumb::after {
	display: table;
	content: "";
	clear: both;
}

.breadcrumb li {
	float: left;
}

.breadcrumb li::before {
	display: inline;
	content: "/";
	margin: 0 15px;
	color: #ddd;
}

.breadcrumb li:first-child::before {
	display: none;
}

.breadcrumb li a {
	text-decoration: none;
}

.breadcrumb li a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#comments {
	padding: 0;
}

#comments .block-content {
	padding: 20px;
}

#comments .block-content:target {
	background: #ecf0f5;
}

.comment-name {
	font-weight: bold;
	margin: 0 0 15px 0;
}

.comment-name .mute {
	margin: 0 10px;
}

.comment-name a {
	text-decoration: none;
}

article.block {
	padding: 0;
}

article.block {
	line-height: 1.5 !important;
	font-size: 16px !important;
}

article.block ol,
article.block ul {
	margin: 0 0 20px 20px !important;
}

pre {
	color: #333;
	background: #f5f5f5;
	border: #ccc solid 1px;
	padding: 10px;
	border-radius: 3px;
	font-family: monospace;
	margin-bottom: 20px;
}

.article-block_content {
	padding: 20px;
}

.article-block_content p {
	margin: 10px 0;
}

.article-top {
	padding-bottom: 0;
}

.article-author {
	color: #FC6C85;
	text-decoration: none;
	margin-left: 20px;
}

.article-author:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.article-top .text-right {
	text-align: left;
	margin-top: 15px;
}

.article-heading {
	font-size: 27px;
	margin-bottom: 15px;
}

.article-heading a {
	text-decoration: none;
}

.article-block_content [class^="col-"] {
	padding: 0;
}

.article-param {
	margin: 0 20px 0 0;
}

.news-block_currentDate,
.news-block_allNews {
	font-weight: bold;
	padding: 15px 75px;
}

.news-block_allNews a {
	text-decoration: none;
}

.news-block_newsRow {
	padding: 15px 0;
}

.news-block_newsRow .mute {
	width: 70px;
	display: inline-block;
}

.news-block_newsRow a {
	color: #FC6C85;
	text-decoration: none;
}

.news-block_newsRow a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.block.categories-block {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

.categories-block ul li {
	display: inline-block;
	margin-right: 20px;
}

.categories-block ul li a {
	height: 59px;
	line-height: 59px;
	text-decoration: none;
	display: inline-block;
}

.categories-block ul li a.active {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.article-tags a {
	text-decoration: none;
}

.article-tags a::before {
	display: inline;
	content: "#";
}

.article-tags a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.article-tags.noPadding {
	padding-bottom: 0;
}

.article-image {
	text-align: center;
}

article .article-block_content .ya-share2__list {
	margin-left: 0 !important;
}

.ya-share2 {
	margin: 20px 0;
}

.sticky {
	position: sticky;
	top: 30px;
}

footer a {
	color: #000;
	text-decoration: none;
	margin: 0 10px 10px 0;
	display: inline-block;
}

.soc-icon {
	width: 32px;
	height: 32px;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}

.soc-icon.vk {
	background-color: #5b749f;
	background-image: url(../images/vk.png);
}

.soc-icon.tg {
	background-color: #189CDE;
	background-image: url(../images/tg.png);
	background-size: 16px;
}

.soc-icon.yt {
	background-color: #CD1E15;
	background-image: url(../images/yt.png);
	background-size: 12px;
}

.form-agreement {
	margin: 0 0 20px;
	font-size: 11px;
}

#langToggler {
	float: right;
	position: relative;
}

.dropdown-toggle {
	background: #fff;
	height: 28px;
	padding: 0 5px;
	border-radius: 3px;
	color: #000;
	line-height: 28px;
	margin: 32px 0 0 20px;
	cursor: pointer;
	display: inline-block;
}

#main-header .dropdown-toggle {
	float: right;
}

#langToggler .dropdown-toggle i {
	font-size: 9px;
	vertical-align: 15%;
	transition: 0.2s;
}

#langToggler .dropdown-toggle.o i {
	transform: rotate(180deg);
}

#menu-wrapper .dropdown-toggle {
	width: 28px;
	text-align: center;
}

#langToggler .dropdown-content {
	display: none;
	opacity: 0;
	position: absolute;
	top: 75px;
	right: 0;
	background: #fff;
	text-align: left;
	box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.07);
	border-radius: 3px 0 3px 3px;
	z-index: 101;
}

#langToggler .dropdown-content::before,
.tooltip-content::before {
	display: block;
	width: 0;
	height: 0;
	border: transparent solid 7px;
	content: "";
	position: absolute;
	top: -14px;
	right: 0;
	border-bottom-color: #fff;
}

.tooltip-content::before {
	left: 0;
}

#langToggler .dropdown-content li {
	margin: 0 !important;
	float: none !important;
	line-height: 32px;
}

#langToggler .dropdown-content li:first-child {
	border-radius: 3px 0 3px 3px;
}

#langToggler .dropdown-content li:last-child {
	border-radius: 3px;
}

#langToggler .dropdown-content li:hover {
	background: #eee;
}

#langToggler .dropdown-content li a {
	color: #000;
	display: block;
	padding: 0 20px 0 10px;
}

#langToggler .dropdown-content li:hover a {
	color: #000;
}

.price .fa {
	margin-left: 5px;
	vertical-align: -5%;
}

.sm {
	font-size: 14px;
	color: #bbb;
	vertical-align: 33%;
}

.container {
	padding: 20px;
}

#section-main .container {
	padding: 0;
}

#section-main .row .col-6:first-child {
	text-align: center;
	margin-bottom: 40px;
}

.logForm-wrapper {
	max-width: 342px;
	margin: auto;
}

.mainPage-descs {
	padding: 30px 0;
}

#section-reg {
	color: #fff;
	background: #0e1125;
	text-align: center;
}

#section-reg .row {
	position: relative;
}

#main-footer {
	background: #0a0c1a;
	color: #fff;
}

.footer-nav {
	list-style: none;
	margin: 0 0 20px;
}

.footer-nav a {
	color: inherit;
}

.footer-nav li {
	display: block;
	width: 50%;
	float: left;
}

.links-block a {
	color: #000;
	text-decoration: none;
	margin: 0 10px 10px 0;
	display: inline-block;
}

.links-block p {
	margin: 0;
}

.soc-icon {
	width: 32px;
	height: 32px;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}

.soc-icon.vk {
	background-color: #5b749f;
	background-image: url(../images/vk.png);
}

.soc-icon.tg {
	background-color: #189CDE;
	background-image: url(../images/tg.png);
	background-size: 16px;
}

.soc-icon.yt {
	background-color: #CD1E15;
	background-image: url(../images/yt.png);
	background-size: 12px;
}

@media all and (max-width: 400px) {
	.g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
	}
}

.g-recaptcha {
	margin-bottom: 15px;
}

form .sm {
	vertical-align: 10%;
	margin-left: 15px;
}

.icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 15px 15px 0;
	background-repeat: no-repeat;
	background-position: center;
}

.icon-vk {
	background-image: url(../images/icons/vk.png);
	background-color: #54769c;
}

.icon-vimeo {
	background-image: url(../images/icons/vimeo.png);
	background-color: #00ADEF;
	background-size: 16px;
}

.icon-facebook {
	background-image: url(../images/icons/facebook.png);
	background-color: #004899;
}

.icon-instagram {
	background-image: url(../images/icons/instagram.png);
	background-color: #5a8ec9;
}

.icon-youtube {
	background-image: url(../images/icons/youtube.png);
	background-color: #e12001;
}

.icon-ok {
	background-image: url(../images/icons/ok.png);
	background-color: #ea5b0c;
}

.icon-telegram {
	background-image: url(../images/icons/telegram.png);
	background-color: #008cee;
}

.icon-twitter {
	background-image: url(../images/icons/twitter.png);
	background-size: 16px;
	background-color: #00b9ee;
}

.icon-viber {
	background-image: url(../images/icons/viber.png);
	background-size: 16px;
    background-color: #665DA8;
}
	
.icon-whatsapp {
	background-image: url(../images/icons/whatsapp.png);
	background-size: 16px;
    background-color: #00E673;
}

.footer-pay {
	max-width: 70px;
	margin: 0 15px;
	vertical-align: middle;
}

.cssload-container {
	width: 100%;
	height: 17px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 45px;
	background: #03a9f4;
}

.cssload-speeding-wheel {
	width: 17px;
	height: 17px;
	margin: 15px auto;
	border: 1px solid rgb(255,255,255);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@media (min-width: 1170px) {
	html body .p-hide {
		display: none;
	}
	html body .m-hide {
		display: block;
	}
	.container {
		padding: 0;
	}
	[class^="col-"] {
		float: left;
		padding: 0 15px;
	}
	.col-1 {
		width: 8.3333%;
	}
	.col-2 {
		width: 16.6667%;
	}
	.col-3 {
		width: 25%;
	}
	.col-4 {
		width: 33.3333%;
	}
	.col-5 {
		width: 41.6667%;
	}
	.col-6 {
		width: 50%;
	}
	.col-7 {
		width: 58.3333%;
	}	
	.col-8 {
		width: 66.6667%;
	}	
	.col-9 {
		width: 75%;
	}	
	.col-10 {
		width: 83.3333%;
	}	
	.col-11 {
		width: 91.6667%;
	}	
	.col-12 {
		width: 100%;
	}
	body {
		position: relative;
		min-height: 100%;
	}
	#main-header [class^="col-"] {
		padding: 0;
	}
	#menu-wrapper ul {
		display: block;
	}
	#menu-wrapper .dropdown-toggle {
		display: none;
	}
	.block {
		padding: 20px;
	}
	.article-param {
		margin: 0 0 0 20px;
	}
	.article-top .text-right {
		text-align: right;
		margin-top: 0;
	}
	.price-block .block-content {
		position: relative;
		padding-bottom: 65px;
		min-height: 280px;
	}
	.price-block .block-content .btn {
		position: absolute;
		bottom: 20px;
		left: 0;
	}

	/* main page css */
	
	#section-main .row .col-6:first-child {
		text-align: left;
	}
	#section-main .mainPage-section .row {
		display: table;
		vertical-align: middle;
		width: 100%;
		height: 388px;
	}
	#section-main::after {
		display: block;
		content: "";
		width: 100%;
		height: 117px;
		background-image: url(../images/section-main.png);
		background-size: 100% 117px;
	}	
	.mainPage-section .row {
		height: 600px;
		display: table;
		width: 100%;
		background-repeat: no-repeat;
		background-position: right center;
	}
	.mainPage-section [class^="col-"] {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.logForm-wrapper {
		float: right;
	}
	#section-auto .row {
		background-image: url(../images/1.png);
		background-size: auto 300px;
	}
	#section-plan .row {
		background-image: url(../images/2.png);
		background-position: left center;
		background-size: auto 440px;
	}
	#section-msg .row {
		background-image: url(../images/3.png);
		background-size: auto 550px;
	}
	#section-tracker .row {
		background-image: url(../images/4.png);
		background-position: left center;
		background-size: auto 300px;
	}
	.mainPage-descs {
		padding: 0;
	}
	.btn-direct {
		display: inline-block;
	}
	.site-index .price-block,
	.site-franchise .price-block {
		padding: 20px 20px 0.1px 20px
	}
	
	/* direct page css */
	
	body #section-functions {
		background-color: transparent;
	}
	body #section-functions {
		height: 420px;
		background-image: url(../images/section-functions.png);
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 50px;		
	}
	body #section-how #how-bg {
		height: 448px;
		padding-top: 90px;
		background-color: transparent;
		background-image: url(../images/section-how.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	#how-bg .col-3 {
		margin-bottom: 0;
	}
	.mac-video {
		height: 337px;
		background: url(../images/mac-video.png) no-repeat;
		background-size: contain;
		width: 100%;
		background-position: center bottom;
	}
	
	/* pricing page css */

	.site-pricing .block-content .col-6:first-child {
		padding: 0 20px 0 0;
	}
	.site-pricing .block-content .col-6:last-child {
		padding: 0 0 0 20px;
	}
	.site-pricing .block-content {
		padding-bottom: 0;
	}
	.site-pricing .block-content .btn {
		bottom: 0;
	}
	
	/* franchise page css */
	
	#product .slick-prev {
		left: 100px;
	}
	#product .slick-next {
		right: 100px;	
	}
	.slide-content .col-12 [class^="col-"] {
		display: table-cell;
		vertical-align: middle;
		float: none;
		padding: 0;
	}
	.slide-content .col-12 .col-4 {
		width: 379px;
	}
	
	#section-reg {
		height: 347px;
		background: url(../images/reg.png) no-repeat;
		background-size: 100% 347px;
		margin-bottom: 0;
		padding-top: 100px;
		text-align: left;
	}
	#reg-image {
		background: url(../images/r.png);
		background-size: auto 345px;
		position: absolute;
		top: -100px;
		right: 155px;
		width: 340px;
		height: 345px;
	}
	#main-footer {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

/* main page css */

.section-bg {
	background: #0e1125;
	color: #fff;
	padding: 30px 0;
}

.feature {
	text-align: center;
	padding: 30px;
}

.feature h3 {
	margin-bottom: 20px;
}

.f-icon {
	font-size: 36px;
	margin-bottom: 20px;
}

.logForm-wrapper .block {
	margin-bottom: 20px;
}

.try {
	margin-left: 20px;
}

/* direct page css */

.mac-video {
	margin: 50px 0;
	position: relative;
}

.mac-video::after {
	padding-top: 56.25%;
	display: block;
	content: "";
}

.mac-video iframe {
	max-width: 472px;
	max-height: 265px;
	position: absolute;
	top: 21px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 100%;
}
	
.vid-16-9 {
	background: transparent !important;
	height: auto !important;
	margin: 0;
}

.vid-16-9 iframe {
	top: 0;
}

#section-functions {
	color: #000;
	background-color: #fff;
	margin: 60px 0;
}

#section-functions .image {
	height: 150px;
	margin-bottom: 40px;
}

#section-how {
	margin: 60px 0;
}

#section-how #how-bg {
	background: #171b31;
	padding: 15px;
	margin: 0 15px;
}

.bg-num {
	font-size: 50px;
	color: #272c41;
}

#how-bg .container {
	padding: 0;
}

#how-bg .col-3 {
	padding: 0 20px;
	margin-bottom: 30px;
}

#section-how #how-bg h2 {
	margin-bottom: 60px;
}

#section-how #how-bg .btn {
	background: #2f3358;
	cursor: pointer;
	pointer-events: none;
}

#section-samples .block {
	min-height: 390px;
	background: #171b31;
	color: #fff;
}

#section-samples .block img {
	margin-top: 30px;
}

.block#chat {
	background: url(../images/chat.png);
}

.block#news {
	background: url(../images/news.png);
}

.block#motivate {
	background: url(../images/motivate.png);
}

#strat-list {
	list-style: none;
	line-height: 45px;
	margin-left: 0;
}

#strat-list .image {
	width: 30px;
	margin-right: 10px;
	display: inline-block;
}

#strat-list img {
	vertical-align: -6%;
}

/* features page css */

.bg-block {
	padding-bottom: 0;
}

.bg-block h2 {
	color: #fff;
}

.bg1 {
	background-image: url(../images/functionality/1.png);
	background-size: 100% 100%;
}

.bg2 {
	background-image: url(../images/functionality/2.png);
	background-size: 100% 100%;
}

.bg3 {
	background-image: url(../images/functionality/3.png);
	background-size: 100% 100%;
}

.bg4 {
	background-image: url(../images/functionality/4.png);
	background-size: 100% 100%;
}

.bg5 {
	background-image: url(../images/functionality/5.png);
	background-size: 100% 100%;
}

.bg6 {
	background-image: url(../images/functionality/6.png);
	background-size: 100% 100%;
}

/* howitworks page css */

.site-howitworks .fa {
	font-size: 36px;
}

.site-howitworks #footer-push  .row {
	padding: 0 0 60px 0;
}

/* franchise page css */

.site-franchise section {
	margin-bottom: 60px;
}

#product {
	margin-bottom: 0;
}

#franchise-map {
	height: 455px;
	margin: 15px 0;
	background: url(../images/franchise/map.png) no-repeat center;
	background-size: auto 100%;
}

#business .block-content .col-6 {
	padding: 0;
}

.franchise-indicator {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
}

#today, #partners {
	background: #0e1125;
	color: #fff;
	padding: 30px 0;
}

#today img,
#socials img,
#partners img,
#addings img,
.history-image img {
	max-width: 48px;
}

#product {
	color: #fff;
	margin-top: 60px;
	position: relative;
	height: 600px;
}

#product-tools {
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
	text-align: center;
	padding-top: 60px;
}

#product-slider .slide {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 600px;
}

#product-slider .slide .container {
	padding: 50px;
}

#product-slider .slide .container .col-4 {
	margin: 100px 0 30px;
}

@media (max-width: 1170px) {
	#product-slider .slide .container .col-4 img {
		max-height: 140px !important;
	}
}

#product-slider .slide1 {
	background-image: url(../images/franchise/slide1.jpg);
}

#product-slider .slide2 {
	background-image: url(../images/franchise/slide2.jpg);
}

#product-slider .slide3 {
	background-image: url(../images/franchise/slide3.jpg);
}

.slide-content .col-12 .row {
	height: 600px;
	display: table;
	vertical-align: middle;
}

#arrows-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

#product .slick-dots {
	list-style: none;
	margin-left: 0;
	text-align: center;
}

#product .slick-dots li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	text-indent: 2000%;
	background: #fff;
	opacity: .5;
	overflow: hidden;
	display: inline-block;
	margin: 0 15px;
	transition: 0.2s;
	cursor: pointer;
}

#product .slick-dots li button {
	display: none;
}

#product .slick-dots .slick-active {
	opacity: 1;
	transition: 0.2s;
}

#product .slick-arrow {
	width: 20px;
	height: 50px;
	opacity: .5;
	transition: 0.2s;
	text-indent: 2000%;
	overflow: hidden;
	background-size: 20px 50px;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	position: absolute;
	top: -300px;
}

#product .slick-arrow:hover {
	opacity: 1;
}

#product .slick-prev {
	background-image: url(https://instatic.ru/assets/images/franchise/arrow-left.png);
	left: 0;
}

#product .slick-next {
	background-image: url(https://instatic.ru/assets/images/franchise/arrow-right.png);
	right: 0;
}

#franchise-prices ul {
	margin: 0 0 60px;
}

.diffcheck__item {
	min-height: 32px;
	line-height: 32px;
	padding-left: 32px;
	background-image: url(https://instatic.ru/assets/images/franchise/item-plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	list-style: none;
}

.diffcheck__item.minus {
	background-image: url(https://instatic.ru/assets/images/franchise/item-minus.png);
}

.prices-self {
	background: #575757;
	color: #fff;
}

.prices-self h2 {
	margin: 0;
}

.prices-left {
	width: 60%;
	height: 84px;
	float: left;
	padding: 15px;
}

.prices-right {
	width: 40%;
	height: 84px;
	float: left;
	padding: 15px;
}

.prices-fr .prices-right {
	background: #1690f3;
}

.prices-self .prices-right {
	background: #747474;
}

.period {
	margin-top: 15px;
	height: 15px;
	border-bottom: #ced5d9 solid 1px;
	text-align: center;
}

.period span {
	position: relative;
	top: 20px;
}

.period-left {
	width: 60%;
	float: left;
	height: 15px;
	border-left: #ced5d9 solid 1px;
}

.period-right {
	width: 40%;
	float: left;
	height: 15px;
	border-left: #ced5d9 solid 1px;
	border-right: #ced5d9 solid 1px;
}

#today h3,
#socials h3,
#partners h3,
#addings h3 {
	margin: 15px 0;
}

#addings .col-3 {
	padding: 15px;
}

/* partners css */

.partners-block {
	text-decoration: none;
}

.partner-image {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.partner-title {
	margin: 10px 0;
	font-size: 21px;
}

/* sale css */

.sale-heading {
	margin-bottom: 0;
}

.sale-buy {
	margin-top: 20px;
}

.sale-buy .h1 {
	margin: 0 0 0 20px;
	position: relative;
	top: 5px;
}

form[action="https://www.paypal.com/cgi-bin/webscr"] table {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

form[action="https://www.paypal.com/cgi-bin/webscr"] table tr {
    background: transparent;
}

form[action="https://www.paypal.com/cgi-bin/webscr"] table tr td {
    border: none;
    padding: 0;
}