/* @font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Light.eot');
	src: local('Proxima Nova Light'), local('ProximaNova-Light'),
		url('../fonts/ProximaNova-Light.eot') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
		url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Extrabld.eot');
	src: local('Proxima Nova Extrabold'), local('ProximaNova-Extrabld'),
		url('../fonts/ProximaNova-Extrabld.eot') format('embedded-opentype'),
		url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
		url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
} */
button.disabled {
	background: #d3def6!important;
	cursor: unset!important;

}
.single-item:nth-child(even) {
	background: #edf1f8!important;
}
.page {
	display: none;
}

div.pagination>a.page.current {
	display: flex;
}
.pagination {
	padding: 20px;
	display: flex;
}
button.next {
	margin-right: auto;
}
.pagination,
.pagination * {
	user-select: none;
}

.pagination a {
	/* display: inline-block; */
	padding: 0 10px;
	cursor: pointer;
}

.pagination a.disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: not-allowed;
}

.pagination a.current {
	margin-right: 25px;
	align-items: center;
	background: #edf1f8;
	border-radius: 5px;
	cursor: unset;
	text-decoration: none;
}
.date, .teams, .fora, .koeff {
	text-align: center;
}
.prognoz {
	display: grid;
	grid-template-columns: repeat(4, 14% 51% 21% 14%);
	padding: 5px;
    border: 1px solid #edf1f8;
}
#nav {
	display: grid;
	grid-template-columns: repeat(4, 14% 51% 21% 14%);
	vertical-align: middle;
    background: #edf1f8;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    border-bottom: 3px solid #d8dce3;
}
.br-1 {
	border-right: solid 1px #9c9fa6;
}
.bl-1 {
	border-left: solid 1px #9c9fa6;
}
.section-statistic__table{
	max-width: 900px;
	margin: auto;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Proxima Nova',sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	color: #3a3d46;
	height: 100%;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search]{
	font-family: 'Proxima Nova',sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button {
	-webkit-appearance: none;
	font-family: 'Proxima Nova',sans-serif;
	outline: none;
}
.inner {
	min-width: 280px;
	max-width: 1240px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #307bbb;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.spanlink {
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
button.button,input[type=submit].button{
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	padding: 0 27px;
	letter-spacing: 0.2px;
	cursor: pointer;
	-webkit-box-shadow: 0px 10px 20px 0 rgba(59,108,222,0.3);
	-moz-box-shadow: 0px 10px 20px 0 rgba(59,108,222,0.3);
	box-shadow: 0px 10px 20px 0 rgba(59,108,222,0.3);
}
button.button.button-blue,input[type=submit].button.button-blue{
	background: #3b6cde;
	color: #fff;
}
button.button.button-blue:hover,input[type=submit].button.button-blue:hover{
	background: #4e7ade;
	color: #fff;
}
button.button.button-white,input[type=submit].button.button-white{
	background: #fff;
	color: #3b6cde;
}
/* Header
-----------------------------------------------------------------------------*/
.site-header .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.site-header__left{
	padding: 0 0 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.header-logo{
	padding-right: 24px;
	margin-right: 19px;
	font-size: 30px;
	letter-spacing: 2.2px;
	position: relative;
}
.header-logo span{
	color: #3d6fe4;
	text-transform: uppercase;
}
.header-logo:after{
	content: '';
	display: block;
	width: 8px;
	height: 20px;
	/* background: url(../images/logo-arrow.png); */
	position: absolute;
	top: 8px;
	right: 0;
}
.header-slogan{
	padding-top: 5px;
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #9c9fa6;
}
.site-header__right{
	padding: 20px 0 0;
	text-align: right;
}
.header-nav{
	display: inline-block;
	vertical-align: top;
}
.header-nav li{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-left: 29px;
}
.header-nav li a{
	display: block;
	padding: 14px 0 32px;
	color: #3a3d46;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.header-nav li a:hover{
	color: #88a6ed;
	border-color: #88a6ed;
}
.header-btn{
	display: inline-block;
	vertical-align: top;
	margin-left: 39px;
}
.header-btn a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	padding: 11px 20px;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #3d6fe4;
	text-decoration: none;
	background: #fff;
	-webkit-box-shadow: 0px 10px 25px 0px rgba(61,111,228,0.24);
	-moz-box-shadow: 0px 10px 25px 0px rgba(61,111,228,0.24);
	box-shadow: 0px 10px 25px 0px rgba(61,111,228,0.15);
}
.header-btn a:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	vertical-align: center;
	background: url(../images/question-icon.png);
	margin-right: 15px;
}

/* Middle
-----------------------------------------------------------------------------*/
.section-headline{
	font-size: 40px;
	margin-bottom: 18px;
	text-align: center;
	letter-spacing: 0.8px;
}
.section-headline strong{
	font-weight: 800;
}
.section-subheadline{
	font-size: 18px;
	color: #9c9fa6;
	margin-bottom: 37px;
	text-align: center;
	letter-spacing: 0.4px;
}
.section-subheadline strong{
	font-weight: bold;
	color: #3a3d46;
}
.section-welcome__left{
	float: left;
	width: 57%;
	box-sizing: border-box;
	padding: 111px 30px 0 0;
}
.section-welcome__head{
	position: relative;
	margin-bottom: 32px;
}
.section-welcome__head:before{
	content: '';
	display: block;
	width: 2px;
	position: absolute;
	top: 5px;
	left: -32px;
	bottom: 10px;
	background: #88a6ed;
}
.section-welcome__text-1{
	font-size: 30px;
	font-weight: 300;
	color: #9c9fa6;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}
.section-welcome__text-2{
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0.9px;
}
.section-welcome__text-3{
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0.3px;
	margin-bottom: 30px;
}
.subscribe-form__headline{
	font-size: 15px;
	color: #9c9fa6;
	margin-bottom: 17px;
	letter-spacing: 0.3px;
}
.subscribe-form__inputs{
	display: inline-block;
	vertical-align: top;
	width: 415px;
	padding: 5px 0;
	font-size: 0;
	margin-right: 22px;
	-webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.1);
}
.subscribe-form .ml-form-embedSubmit{
	display: inline-block;
	vertical-align: top;
}
.ml-form-successContent{
	padding: 10px 0;
	font-size: 16px;
}
.ml-form-successContent h4{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}
.subscribe-form__inputs input[type=text]{
	display: inline-block;
	width: 50%;
	height: 30px;
	box-sizing: border-box;
	padding: 0 10px 0 40px;
	border-color: transparent;
	border-right-color: #e5e6e7;
	font-size: 16px;
	background: url(../images/input-name.png) no-repeat 14px center;
}
.subscribe-form__inputs input[type=email]{
	display: inline-block;
	width: 50%;
	height: 30px;
	box-sizing: border-box;
	padding: 0 10px 0 40px;
	border-color: transparent;
	font-size: 16px;
	background: url(../images/input-email.png) no-repeat 14px center;
}
.section-welcome__right{
	float: right;
	width: 43%;
	box-sizing: border-box;
	padding-top: 13px;
}
.section-tabs{
	padding: 13px 0 40px;
}
.section-tabs .wrapper-tab{
	padding-top: 10px;
}
.section-tabs .tabs{
	display: table;
	margin: 0 auto 70px;
	-webkit-box-shadow: 0px 14px 20px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 14px 20px -10px rgba(0,0,0,0.1);
	box-shadow: 0px 14px 20px -10px rgba(0,0,0,0.1);
	border-radius: 5px;
	overflow: hidden;
	font-size: 0;
}
.section-tabs .tab{
	display: inline-block;
	width: 205px;
	box-sizing: border-box;
	padding: 13px 20px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	background: #fff;
	position: relative;
}
.section-tabs .tab.active{
	background: #88a6ed;
	color: #fff;
	cursor: default;
}
.section-tabs .tab:after{
	content: '';
	display: block;
	width: 1px;
	background: #e1e2e5;
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
}
.section-tabs .tab:last-child:after,.section-tabs .tab.active:after{
	display: none;
}
.tab-item{
	display: none;
}
.tab-item:first-child{
	display: block;
}
.section-tabs__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -40px;
	position: relative;
}
.section-tabs__container:after{
	content: '';
	display: block;
	width: 397px;
	height: 397px;
	border-radius: 50%;
	background: #88a6ed;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -200px;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 0px 46px rgba(211,222,246,1),0px 0px 0px 92px rgba(237,241,248,1);
	-moz-box-shadow: 0px 0px 0px 46px rgba(211,222,246,1),0px 0px 0px 92px rgba(237,241,248,1);
	box-shadow: 0px 0px 0px 46px rgba(211,222,246,1),0px 0px 0px 92px rgba(237,241,248,1);
}
.section-tabs__col{
	width: 33.333333333333%;
	box-sizing: border-box;
	padding: 0 40px;
}
.section-tabs__item{
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 30px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0px 10px 20px 0 rgba(59,108,222,0.3);
	-moz-box-shadow: 0px 10px 20px 0 rgba(59,108,222,0.3);
	box-shadow: 0px 10px 20px 0 rgba(59,108,222,0.3);
}
.section-tabs__discount{
	width: 119px;
	height: 119px;
	background: rgb(227,67,74);
	background: -moz-linear-gradient(-45deg,  rgba(227,67,74,1) 0%, rgba(235,90,97,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(227,67,74,1) 0%,rgba(235,90,97,1) 100%);
	background: linear-gradient(135deg,  rgba(227,67,74,1) 0%,rgba(235,90,97,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3434a', endColorstr='#eb5a61',GradientType=1 );
	position: absolute;
	top: -20px;
	right: -20px;
	border-radius: 50%;
	font-size: 35px;
	font-weight: 800;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(225,64,72,0.4);
	-moz-box-shadow: 0px 0px 0px 6px rgba(225,64,72,0.4);
	box-shadow: 0px 0px 0px 6px rgba(225,64,72,0.4), 0px 10px 40px 0px rgba(226,66,74,0.3);
}
.section-tabs__discount span{
	display: block;
	font-size: 20px;
	margin-bottom: 6px;
}
.section-tabs__head{
	padding: 27px 20px;
	background: #3d6fe4;
	font-size: 26px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	border-radius: 5px 5px 0 0;
}
.section-tabs__discount + .section-tabs__head{
	padding-right: 106px;
}
.section-tabs__price{
	height: 99px;
	border-bottom: 1px solid #e5e6e7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-bottom: 34px;
}
.section-tabs__price .price-old{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
	color: #9c9fa6;
	text-decoration: line-through;
	margin-bottom: 3px;
}
.section-tabs__price .price-new{
	font-size: 44px;
	font-weight: 800;
	letter-spacing: 0.5px;
}
.section-tabs__list{
	padding: 0 40px 0 80px;
	font-size: 15px;
	letter-spacing: 0.3px;
}
.section-tabs__list li{
	/* background: url(../images/menu-arrow.png) no-repeat 0 2px; */
	padding-left: 25px;
	margin-bottom: 20px;
}
.section-tabs__btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center;
}
.section-tabs__btn .button{
	padding: 0 40px;
}
.section-tabs__btn .button:hover{
	background: #3b6cde;
	color: #fff;
}
.section-group{
	padding: 67px 0;
	text-align: center;
	background: #f9fafb;
}
.section-group .inner{
	position: relative;
}
.section-group .inner:before{
	content: '';
	display: block;
	background: url(../images/mesi.png) no-repeat;
	width: 410px;
	height: 507px;
	position: absolute;
	top: -78px;
	left: -199px;
}
/*.section-group__container{
	max-width: 610px;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 5px;
	padding: 20px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}*/
.section-group__head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	margin-bottom: 9px;
}
.section-group__image{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}
.section-group__name{
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: normal;
	color: #4775aa;
}
.section-group__desc{
	letter-spacing: 0.3px;
	padding-bottom: 13px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e5e6e7;
}
.section-group__subscribers{
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #9c9fa6;
	margin-bottom: 17px;
}
.section-group__btn{
	padding: 80px 0;
}
.section-group__btn a{
	display: inline-block;
	padding: 11px 10px;
	background: #3b6cde;
	border-radius: 5px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.3px;
}
.section-group__btn a:hover{
	background: #4e7ade;
	color: #fff;
}
/*.section-group__btn a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 13px;
	background: url(../images/vk-btn-icon.png) no-repeat;
	margin-right: 10px;
	position: relative;
	top: -1px;
}*/
.section-diagram{
	padding: 40px 0 8px;
}
.section-diagram .inner{
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e6e7;
}
.section-diagram__container{
	font-size: 0;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.section-diagram__col{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 16px;
	text-align: center;
}
.section-diagram__col .c100{
	margin: 0 auto 23px;
}
.section-diagram__text-1{
	letter-spacing: 0.3px;
	margin-bottom: 11px;
}
.section-diagram__text-2{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.section-graf{
	padding: 40px 0 60px;
}
.section-statistic{
	padding: 46px 0 70px;
	position: relative;
}
.section-statistic:after{
	content: '';
	display: block;
	width: 397px;
	height: 397px;
	border-radius: 50%;
	background: #88a6ed;
	position: absolute;
	top: 450px;
	left: 95%;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 0px 46px rgba(211,222,246,1),0px 0px 0px 92px rgba(237,241,248,1);
	-moz-box-shadow: 0px 0px 0px 46px rgba(211,222,246,1),0px 0px 0px 92px rgba(237,241,248,1);
	box-shadow: 0px 0px 0px 46px rgba(211,222,246,1),0px 0px 0px 92px rgba(237,241,248,1);
}
.section-statistic__select{
	text-align: center;
	margin-bottom: 20px;
}
.section-statistic__select select{
	width: 200px;
	height: 30px;
	padding: 0 30px 0 5px;
	border: none;
	border-radius: 5px;
	-webkit-appearance:none;
	-moz-appearance:none !important;
	background: url(../images/select-arrow.png) no-repeat center right 10px;
	font-size: 16px;
	color: #9c9fa6;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	outline: none;
}
.section-statistic__table{
	display: none;
}
.section-statistic__table:first-child{
	display: block;
}
.section-statistic__table table{
	width: 1240px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
	background: #fff;
}
.section-statistic__table thead td{
	vertical-align: middle;
	background: #edf1f8;
	padding: 23px 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #d8dce3;
}
.section-statistic__table thead td:after{
	content: '';
	display: block;
	width: 1px;
	background: #d8dce3;
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
}
.section-statistic__table thead td:last-child:after{
	display: none;
}
.section-statistic__table tbody td{
	vertical-align: middle;
	padding: 20px 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #d8dce3;
}
.section-statistic__table tbody td .grey{
	font-size: 13px;
	color: #9c9fa6;
}
.section-statistic__table tbody td.td-2{
	text-align: left;
}
.section-statistic__table td.td-1{width: 10%;}
.section-statistic__table td.td-2{width: 30%;}
.section-statistic__table td.td-3{width: 10%;}
.section-statistic__table td.td-4{width: 10%;}
.section-statistic__table td.td-5{width: 10%;}
.section-statistic__table td.td-6{width: 10%;}
.section-statistic__table td.td-7{width: 10%;}
.section-statistic__table td.td-8{width: 10%;}
.table-yellow{
	color: #e6d83c;
}
.table-green{
	color: #3de46c;
}
.table-red{
	color: #e45259;
}
.section-statistic__table img{
	vertical-align: middle;
	margin-right: 8px;
}
.section-statistic__table span{
	vertical-align: middle;
}
.section-statistic__more{
	padding: 20px 0;
	text-align: center;
}
.section-statistic__more + table{
	display: none;
}
.section-advantage{
	padding: 51px 0 73px;
}
.section-advantage__container{
	font-size: 0;
	margin: 0 -10px;
}
.section-advantage__col{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 22px 15px 55px;
	font-size: 20px;
	text-align: center;
}
.section-advantage__image{
	display: block;
	width: 100px;
	height: 80px;
	margin: 0 auto 12px;
}
.section-advantage__image img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.section-advantage__name{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	min-height: 50px;
	max-width: 200px;
	margin: 0 auto;
	line-height: 24px;
}
.section-advantage__btn{
	text-align: center;
	padding: 19px 0 0;
}
.section-advantage__btn a{
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	padding: 11px 35px;
	letter-spacing: 0.2px;
	cursor: pointer;
	-webkit-box-shadow: 0px 10px 20px 0 rgba(59,108,222,0.3);
	-moz-box-shadow: 0px 10px 20px 0 rgba(59,108,222,0.3);
	box-shadow: 0px 10px 20px 0 rgba(59,108,222,0.3);
	background: #3b6cde;
	color: #fff;
	text-decoration: none;
}
.section-advantage__btn a:hover{
	background: #4e7ade;
	color: #fff;
}
.section-questions{
	background: url(../images/bg-1.jpg) no-repeat center / cover;
	padding: 47px 0 49px;
	color: #fff;
}
.section-questions .section-subheadline{
	color: #fff;
}
.section-questions__form{
	max-width: 650px;
	margin: 0 auto;
	font-size: 0;
	padding: 10px 0 0 0;
}
.section-questions__col{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
}
.section-questions__col .form-icon{
	margin-bottom: 10px;
}
.form-icon{
	display: block;
	position: relative;
}
.form-icon:before{
	content: '';
	display: block;
	width: 15px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 14px;
	background-repeat: no-repeat;
}
.form-icon.focused:before{
	background-position: left bottom;
}
/* .form-icon.form-icon-message:before{
	background-image: url(../images/form-sprite-1.png);
}
.form-icon.form-icon-name:before{
	background-image: url(../images/form-sprite-2.png);
}
.form-icon.form-icon-email:before{
	background-image: url(../images/form-sprite-3.png);
} */
.section-questions__col .form-icon input[type=text],.section-questions__col .form-icon input[type=email],.section-questions__col .form-icon textarea{
	padding-left: 39px;
}
.section-questions__col input[type=text],.section-questions__col input[type=email]{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #fff;
	font-size: 16px;
}
.section-questions__col input[type=text]:focus,.section-questions__col input[type=email]:focus,.section-questions__col textarea:focus{
	border-color: #3b6cde;
}
.section-questions__col textarea{
	width: 100%;
	height: 139px;
	box-sizing: border-box;
	padding: 8px 10px;
	border-radius: 5px;
	border: 1px solid #fff;
	font-size: 16px;
}
.section-questions__col input[type=submit]{
	width: 100%;
}

/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: #383e4e;
	position: relative;
	color: #fff;
}
.site-footer__top{
	border-bottom: 1px solid #4f5563;
	padding: 28px 0 31px;
}
.site-footer__top .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.footer-logo{
	margin-right: 19px;
	font-size: 30px;
	letter-spacing: 2.2px;
	position: relative;
}
.footer-logo span{
	color: #3d6fe4;
	text-transform: uppercase;
}
.footer-conditions{
	line-height: 18px;
	opacity: 0.3;
}
.footer-conditions a{
	color: #fff;
}
.site-footer__bottom{
	padding: 20px 0;
}
.site-footer__bottom .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.footer-copy{
	opacity: 0.3;
	font-size: 13px;
}
.footer-menu{
	opacity: 0.3;
	text-align: right;
	font-size: 13px;
}
.footer-menu li{
	display: inline-block;
	letter-spacing: 0.2px;
	margin-left: 28px;
}
.footer-menu li a{
	color: #fff;
}
.wrapper-menu{
	display: none;
	top: 0;
	right: 0;
	width: 228px;
	min-width: 228px;
	height: 100%;
	position: fixed;
	box-sizing: border-box;
	padding: 40px 31px;
	background: #383e4e;
	overflow-y: auto;
	z-index: 100000;
}
.wrapper-menu > ul > li{
	font-size: 13px;
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
}
.wrapper-menu > ul > li > a{
	display: inline-block;
	padding: 8px 14px 8px 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}
.wrapper-menu__close{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	z-index: 1;
}
.wrapper-menu__close span{
	position: absolute;
	top: 19px;
	left: 6px;
	display: block;
	width: 28px;
	height: 2px;
	background: #3d6fe4;
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wrapper-menu__close span:before{
	content: '';
	position: absolute;
	top: -13px;
	left: 13px;
	display: block;
	width: 2px;
	height: 28px;
	background: #3d6fe4;
}
.wrapper-overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 5000;
	overflow-y: scroll;
}
/* Popup
-----------------------------------------------------------------------------*/
.popup{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 5000;
	overflow-y: scroll;
}
.popup__overlay{
	position: absolute;
	top: 50px;
	right: 0;
	bottom: 50px;
	left: 0;
}
.popup__overlay.popup__overlay_opened{
	z-index: 6000;
}
.popup__overlay-close{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5001;
}
.popup__window{
	position: absolute;
	left: 50%;
	margin-left: -410px;
	top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	width: 820px;
	box-sizing: border-box;
	background: #fff;
	z-index: 5002;
    transform: scale(1.3);
	-webkit-transition:  all 0.3s ease-out 0s;
    -moz-transition:  all 0.3s ease-out 0s;
    -o-transition:  all 0.3s ease-out 0s;
    transition:  all 0.3s ease-out 0s;
	opacity: 0;
	text-align: center;
	border-radius: 10px;
}
.popup__window.popup__window_opened{
	transform: scale(1);
	opacity: 1;
}
.popup__close{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 31px;
	height: 31px;
	cursor: pointer;
	background: #fff;
	font-size: 30px;
	line-height: 32px;
	color: #3a3d46;
	border-radius: 50%;
}
.popup-pay{
	width: 100%;
}
.popup-pay__head{
	background: #3d6fe4;
	padding: 27px 15px;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.popup-pay-priceinfo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	background: #edf2f8;
	font-size: 40px;
	padding: 27px 0 33px;
	margin-bottom: 20px;
}
.popup-pay-priceinfo__1{
	width: 34%;
	font-weight: 800;
}
.popup-pay-priceinfo__2{
	width: 34%;
	border-left: 1px solid #d8dde3;
	border-right: 1px solid #d8dde3;
}
.popup-pay-priceinfo__3{
	width: 34%;
	font-weight: 800;
	color: #3d6fe4;
}
.popup-pay-main{
	margin: 0 10px;
}
.popup-pay-main__col{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 20px;
}
.popup-pay-main__paysys{
	display: block;
	text-align: center;
	/*border: 1px solid #3d6fe4;*/
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 11px 0 15px;
	font-size: 20px;
	letter-spacing: 0.3px;
	color: #3a3d46;
	text-decoration: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.popup-pay-main__paysys-img{
	margin-bottom: 4px;
}
.popup-pay-main__paycard{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	text-align: left;
	border: 1px solid #3d6fe4;
	border-radius: 5px;
	padding: 17px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #3a3d46;
	text-decoration: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	position: relative;
}
.popup-pay-main__paycard:after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #edf2f8 url(../images/popup-pay.png) no-repeat;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
}
.popup-pay-main__paycard:hover:after{
	background: #3d6fe4 url(../images/popup-pay.png) no-repeat left bottom;
}
.popup-pay-main__paycard strong{
	display: block;
	font-size: 16px;
}
.popup-pay-main__paycard-img{
	margin-right: 20px;
}
.popup-pay-main__paycard-img img{
	display: block;
}
.popup-pay-main__paytip{
	padding: 0 0 10px 10px;
	font-size: 15px;
	line-height: 20px;
	color: #9c9fa6;
	text-align: left;
}
.popup-pay-main__paytip span{
	color: #ff3434;
}

.popup-pay-main__form{
	padding: 16px 20px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.popup-pay-main__form-text-1{
	font-size: 20px;
	font-weight: 800;
	line-height: 24px;
	margin-bottom: 6px;
}
.popup-pay-main__form-text-2{
	padding: 0 20px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 13px;
}
.popup-pay-main__form textarea{
	width: 100%;
	height: 220px;
	box-sizing: border-box;
	padding: 12px 10px 8px 38px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	font-size: 16px;
	letter-spacing: 0.3px;
	resize: none;
}
.popup-pay-main__form textarea:focus{
	border-color: #3b6cde;
}
.popup-pay-main__form .form-icon.form-icon-message:before {
	top: 4px;
}
.popup-pay-main__form-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px;
}
.popup-pay-main__form-bottom input[type=email]{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px 0 38px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	font-size: 16px;
}
.popup-pay-main__form-bottom input[type=email]:focus{
	border-color: #3b6cde;
}
.popup-pay-main__form-bottom input[type=submit]{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
}
.input-error{
	border-color: red !important;
}
:disabled{
	opacity: 0.5;
	cursor: not-allowed;
}
.scrollup{
	width: 60px;
	height: 70px;
	padding: 42px 0 0;
	box-sizing: border-box;
	background: #fff url(../images/totop.png) no-repeat center 17px;
	border-radius: 5px;
	font-size: 14px;
	color: #3a3d46;
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1260px){
	.inner{
		max-width: 750px;
	}
	.site-header__left{
		padding: 18px 10px 6px 0;
	}
	.site-header .inner{
		max-width: 730px;
	}
	.header-nav{
		display: none;
	}
	.touch-menu {
		display: inline-block;
		position: relative;
		overflow: hidden;
		padding: 0;
		width: 40px;
		height: 40px;
		font-size: 0;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		background: #4977e4;
		border-radius: 5px;
		margin: 0 0 0 17px;
	}
	.touch-menu:focus {
	  outline: none;
	}
	.touch-menu span {
		display: block;
		position: absolute;
		top: 19px;
		left: 9px;
		right: 9px;
		height: 2px;
		background: #fff;
		-webkit-transition: background 0 0.3s;
		transition: background 0 0.3s;
	}
	.touch-menu span::before,
	.touch-menu span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		content: '';
	}
	.touch-menu span::before {
		top: -7px;
	}
	.touch-menu span::after {
		bottom: -7px;
	}
	.section-welcome__container{
		margin-left: 64px;
	}
	.section-welcome__head:before{
		top: 0;
		bottom: 0;
		left: -19px;
	}
	.section-welcome__left{
		width: 60%;
		padding: 79px 20px 0 0;
	}
	.section-welcome__head {
    	margin-bottom: 26px;
	}
	.section-welcome__text-1{
		font-size: 20px;
		letter-spacing: 0.4px;
		margin-bottom: 9px;
	}
	.section-welcome__text-2{
		font-size: 34px;
	}
	.section-welcome__text-3{
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 70px;
	}
	.section-welcome__right{
		width: 40%;
	}
	.subscribe-form form{
		white-space: nowrap;
	}
	.section-headline{
		font-size: 30px;
	}
	.section-subheadline{
		font-size: 16px;
	}
	.section-tabs{
    	padding: 115px 0 40px;
	}
	.section-tabs .inner{
		max-width: 720px;
	}
	.section-tabs .tabs{
		display: block;
		margin: 0 auto 39px;
	}
	.section-tabs .tab{
		width: 25%;
	}
	.section-tabs__container{
		margin: 0 -12px;
	}
	.section-tabs__col{
		padding: 0 12px;
	}
	.section-tabs__item{
		padding-bottom: 87px;
	}
	.section-tabs__head{
		font-size: 22px;
		padding: 19px 10px;
		margin-bottom: 22px;
	}
	.section-tabs__discount{
		width: 83px;
		height: 83px;
		font-size: 28px;
		top: -10px;
		right: -18px;
	}
	.section-tabs__discount span{
		font-size: 15px;
		margin-bottom: 4px;
	}
	.section-tabs__discount + .section-tabs__head{
		padding-right: 60px;
	}
	.section-tabs__price{
		height: 80px;
	}
	.section-tabs__price .price-old{
    	font-size: 18px;
	}
	.section-tabs__price .price-new{
    	font-size: 36px;
	}
	.section-tabs__list {
    	padding: 0 10px 0 15px;
	}
	.section-tabs__list li{
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.section-tabs__btn{
		bottom: 30px;
	}
	.section-tabs__container:after {
		width: 274px;
		height: 274px;
		margin: -137px 0 0 -137px;
	}
	.section-group {
    	padding: 45px 0;
	}
	.section-group .inner::before{
		display: none;
	}
	.section-group__btn{
		padding: 0;
	}
	.section-diagram__col .c100{
		margin: 0 auto 8px;
	}
	.section-diagram__text-1{
		font-size: 13px;
		margin-bottom: 8px;
	}
	.section-diagram__text-2{
		font-size: 13px;
	}
	.section-graf__container{
		overflow-x: scroll;
	}
	.section-statistic{
    	padding: 46px 0 40px;
	}
	.section-statistic:after{
		display: none;
	}
	
	.section-statistic__table table{
		width: 890px;
	}
	.section-statistic__table thead td{
		padding: 10px 5px;
	}
	.section-statistic__table tbody td{
		padding: 10px 5px;
	}
	.section-advantage {
    	padding: 40px 0 50px;
	}
	.section-advantage__col{
		padding: 0px 15px 48px;
	}
	.section-advantage__image {
    	height: 60px;
		margin: 0 auto 2px;
	}
	.section-advantage__name{
		font-size: 15px;
		line-height: 18px;
	}
	.section-advantage__btn{
		padding: 0;
	}
	.section-questions .section-headline{
		font-size: 40px;
	}
	.section-questions .section-subheadline{
		font-size: 18px;
	}
	.site-footer__bottom .inner{
		-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
        -ms-flex-pack: center;
		justify-content: center;
	}
	.footer-copy{
		-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
		order: 2;
	}
	.footer-menu{
		-webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
		order: 1;
		margin-bottom: 40px;
	}
	.scrollup{
		display: none !important;
	}
}
@media only screen and (max-width: 850px){
	.prognoz {
		display: block!important;
	}
	#nav {
		display: none!important;
	}
	.popup-pay__head {
    	background: #3d6fe4;
    	padding: 20px 15px;
    	font-size: 21px;
	}
	.popup-pay-priceinfo{
		padding: 5px 0;
		font-size: 30px;
		-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
	.popup-pay-priceinfo__1,.popup-pay-priceinfo__2,.popup-pay-priceinfo__3{
		width: 100%;
		padding: 5px 0;
		border: none;
	}
	.popup__window{
		width: 300px;
		margin-left: -150px;
	}
	.popup-pay-main__col{
		width: 100%;
	}
	.popup-pay-main__form-bottom{
		-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
	.popup-pay-main__form-bottom input[type=submit]{
		margin: 20px 0 0;
	}
}
@media only screen and (max-width: 767px){
	.site-header .inner{
		flex-wrap: wrap;
		margin: 0 10px;
	}
	.site-header__left{
		width: 100%;
		padding: 24px 50px 25px 0;
	}
	.header-logo{
		padding-right: 0;
		margin-right: 0;
	}
	.header-logo:after,.header-slogan{
		display: none;
	}
	.site-header__right{
		width: 100%;
		text-align: center;
		border-top: 1px solid #e5e6e7;
		padding: 20px 0;
	}
	.header-btn{
		margin-left: 0;
	}
	.touch-menu{
		position: absolute;
		top: 20px;
		right: 10px;
	}
	.section-welcome{
		background: #f9fafb;
		padding-bottom: 50px;
	}
	.section-welcome__container{
		margin-left: 0;
		text-align: center;
	}
	.section-welcome__right{
		width: auto;
		max-width: 210px;
		margin: 0 auto 6px;
		float: none;
		padding-top: 17px;
	}
	.section-welcome__left{
		width: 100%;
		padding: 0;
	}
	.section-welcome__head {
    	margin-bottom: 11px;
	}
	.section-welcome__head:before{
		border: none;
	}
	.section-welcome__text-1{
		font-size: 18px;
		margin-bottom: 7px;
	}
	.section-welcome__text-2{
		font-size: 25px;
	}
	.section-welcome__text-3{
		margin-bottom: 10px;
	}
	.subscribe-form__headline{
		line-height: 20px;
		margin-bottom: 10px;
	}
	.subscribe-form{
		max-width: 280px;
		margin: 0 auto;
	}
	.subscribe-form form{
		white-space: normal;
	}
	.subscribe-form__inputs{
		display: block;
		width: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-right: 0;
	}
	.subscribe-form__inputs input[type=text],.subscribe-form__inputs input[type=email]{
		width: 100%;
		height: 39px;
		border-color: transparent;
		margin-bottom: 10px;
		-webkit-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.1);
		box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.1);
	}
	.subscribe-form .button{
		width: 100%;
	}
	.section-headline{
		font-size: 22px;
		line-height: 30px;
	}
	.section-subheadline{
		font-size: 15px;
		line-height: 20px;
	}
	.section-tabs{
		padding: 40px 0 20px;
	}
	.section-tabs .tabs{
		max-width: 280px;
		-webkit-box-shadow: 0px 5px 20px 0 rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 5px 20px 0 rgba(0,0,0,0.1);
		box-shadow: 0px 5px 20px 0 rgba(0,0,0,0.1);
		margin: 0 auto 30px;
	}
	.section-tabs .tab{
		width: 100%;
		position: relative;
		border: none;
		border-radius: 5px;
	}
	.section-tabs .tab:after{
		content: '';
		display: block;
		width: auto;
		height: 1px;
		background: #e1e2e5;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.section-tabs .tab:before{
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		background: url(../images/tab-sprite.png) no-repeat;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -6px;
	}
	.section-tabs .tab.active:before{
		background-position: right top;
	}
	.section-tabs__container{
		display: block;
		max-width: 280px;
		margin: 0 auto;
	}
	.section-tabs__col{
		width: 100%;
		padding: 0 0 42px;
	}
	.section-tabs__item{
		padding-bottom: 1px;
	}
	.section-tabs__price{
    	height: auto;
		padding-bottom: 21px;
		margin-bottom: 23px;
	}
	.section-tabs__list{
		margin-bottom: 62px;
	}
	.section-tabs__btn{
		position: static;
	}
	.section-group {
    	padding: 13px 0 39px;
	}
	.section-diagram .inner{
		padding-bottom: 5px;
	}
	.section-diagram__container{
		padding-top: 10px;
	}
	.section-diagram__col{
		width: 100%;
		padding: 0 15px 48px;
	}
	.section-graf {
    	padding: 40px 0;
	}
	.section-advantage {
    	padding: 50px 0 63px;
	}
	.section-advantage__container{
		padding-top: 14px;
	}
	.section-advantage__col{
		width: 50%;
	}
	.section-questions .section-headline{
		font-size: 22px;
		margin-bottom: 14px;
	}
	.section-questions .section-subheadline{
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.section-questions__col{
		width: 100%;
	}
	.section-statistic__table table {
    	width: 700px;
	}
	.section-questions{
		padding: 27px 0 50px;
	}
	.site-footer__top{
		padding: 36px 10px 31px;
	}
	.site-footer__top .inner{
		-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.footer-logo{
		margin: 0 0 31px;
	}
	.site-footer__bottom {
    	padding: 32px 0 0;
	}
	.footer-menu{
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-menu li{
		display: block;
		margin: 0 0 17px;
	}
	.footer-copy{
		width: 100%;
		padding: 13px 0;
		background: #4f5563;
		text-align: center;
	}
	.wrapper-menu{
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 360px){
	.popup__close{
		top: 5px;
		right: 5px;
	}
}

