	@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0e.ttf) format('truetype')
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhs.ttf) format('truetype')
}

body {
	--orange: #f75000
}

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

html {
	min-height: 100%
}

body {
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "Open Sans";
	font-size: 12px
}

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

.wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	z-index: 1
}

body {
	background: url(../img/2611/bg-kviz.jpg) center/cover no-repeat;
	position: relative
}

body:after {
	content: '';
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(18%, rgba(255, 255, 255, .17)), color-stop(100%, #000));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(18%, rgba(255, 255, 255, .17)), to(#000));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, .17) 18%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
	position: absolute;
	width: 100%;
	height: 100%
}

.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 28px;
	padding-bottom: 30px
}

.header__logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header__desc {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 193px;
	-ms-flex: 0 1 193px;
	flex: 0 1 193px;
	color: #033;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: .33px
}

.header__phone {
	text-align: right
}

.header__phone-title {
	color: #033;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: .33px
}

.header__phone-value {
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #033;
	font-family: "Open Sans";
	font-size: 24px;
	letter-spacing: 1.8px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.header__phone-value img {
	margin-right: 13px
}

.header__phone-value:hover {
	color: #f75000
}

.content {
	display: block
}

.b-title {
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	color: #333;
	letter-spacing: 1.5px;
	margin-bottom: 40px
}

.b-title span {
	color: #f75000
}

.b-description {
	position: relative;
	background: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	padding: 40px 30px 54px;
	text-align: center
}

.b-description span {
	color: #f75000
}

.b-gift {
	width: 100%;
	bottom: -33px;
	position: absolute;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	/* display: flex; */
	display:none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9px 15px;
	max-width: 76px;
	height: 67px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .1)
}

.b-gift img {
	max-width: 100%
}

.b-gift:after {
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.b-features {
	margin: 93px auto 50px;
	max-width: 810px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.b-features .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 250px;
	-ms-flex: 0 1 250px;
	flex: 0 1 250px;
	margin-bottom: 30px
}

.b-features .item--1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.b-features .item--2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.b-features .item--3 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.b-features .item--4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.b-features .item--5 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.b-features .item--6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

.b-features .item__id {
	margin-right: 15px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 15px;
	height: 37px;
	width: 37px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 37px;
	-ms-flex: 0 0 37px;
	flex: 0 0 37px;
	background: url(../img/2611/6angle.png) 1px center/contain no-repeat
}

.b-features .item__value {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 197px;
	-ms-flex: 0 1 197px;
	flex: 0 1 197px;
	font-size: 15px;
	color: #fff
}

.b-link {
	background: #f75000;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	max-width: 489px;
	margin: auto;
	text-align: right
}

.b-link__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 403px;
	-ms-flex: 0 1 403px;
	flex: 0 1 403px;
	padding: 23px 25px;
	position: relative;
	overflow: hidden
}

.b-link__left:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 100%;
	background: #ff7533;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.b-link__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 1
}

.b-link__desc {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	position: relative;
	z-index: 1
}

.b-link__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 86px;
	-ms-flex: 0 1 86px;
	flex: 0 1 86px;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background: #ff7533;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	position: relative
}

.b-link__right img {
	position: relative;
	z-index: 1
}

.b-link__right:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 100%;
	background: #f75000;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.b-link:hover .b-link__left:after {
	left: 0
}

.b-link:hover .b-link__right:after {
	right: 0
}

.footer {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 30px
}

.footer__soc {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 191px;
	-ms-flex: 0 1 191px;
	flex: 0 1 191px
}

.footer__soc-title {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: right;
	color: #fff;
	margin-bottom: 14px
}

.footer__soc-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer__soc-list .item {
	position: relative
}

.footer__userpolit {
	color: #fefefe;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	text-decoration: none
}

.footer__userpolit:hover {
	text-decoration: underline
}

.b-wrapblock {
	margin-top: 80px
}

.f-kviz {
	margin: auto;
	width: 1170px;
	padding: 10px 15px;
	position: fixed;
	z-index: 1;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
	overflow-x: scroll;
	overflow-y: none;
	display: none
}

.f-kviz__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: rgba(0, 0, 0, .2)
}

.f-kviz__steps {
	position: relative;

	z-index: 1;
/*     display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; */
		display:none;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4em
}

.f-kviz__steps .item {
	position: relative;
	margin: 0 25px
}

.f-kviz__steps .item:last-child:after {
	width: 25px
}

.f-kviz__steps .item:first-child:before {
	content: '';
	height: 4px;
	position: absolute;
	top: -webkit-calc(50% - 2px);
	top: calc(50% - 2px);
	background: #e8e8e8;
	width: 25px;
	z-index: -1;
	right: 100%
}

.f-kviz__steps .item__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	height: 45px;
	width: 45px;
	color: #333;
	border: 1px solid #e8e8e8;
	background-color: #f7f7f7;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	cursor: pointer
}

.f-kviz__steps .item.active .item__wrap {
	background: #fff
}

.f-kviz__steps .item.success .item__wrap {
	background: #f75000;
	border-color: #f75000;
	color: #fff
}

.f-kviz__steps .item.success:after {
	background: #f75000
}

.f-kviz__steps .item.success:before {
	background: #f75000
}

.f-kviz__steps .item:after {
	content: '';
	height: 4px;
	position: absolute;
	top: -webkit-calc(50% - 2px);
	top: calc(50% - 2px);
	background: #e8e8e8;
	width: 350%;
	z-index: -1;
	left: 100%
}

.f-kviz__pos {
	font-size: 15px;
	margin-bottom: 1em
}

.f-kviz__question {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 30px
}

.f-kviz__blocks-wrap {
	position: relative
}

.f-kviz__block {
	display: none;
	height: 0;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	background: #fff;
	padding: 40px 70px;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0
}

.f-kviz__block.active {
	display: block;
	height: auto;
	top: 0;
	left: 0;
	position: relative;
	z-index: 1;
	opacity: 1
}

.f-kviz__checks {
	padding: 10px
}

.f-kviz__checks .c-check:not(:last-child) {
	margin-bottom: 20px
}

.f-kviz__display1 {
	max-width: 100%;
	max-height: 100vh
}

.f-kviz__display2 {
	display: none;
	background: #fff;
	padding: 80px 134px;
	max-width: 944px;
	z-index: 1;
	position: relative
}

.f-kviz__ftitle {
	color: #333;
	text-align: center;
	font-size: 30px;
	font-weight: 700
}

.f-kviz__fdesc {
	color: #333;
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px
}

.f-kviz__finput {
	display: block;
	width: 100%;
	max-width: 477px;
	height: 64px;
	border: 2px solid #e8e8e8;
	background-color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-indent: 30px;
	color: #333;
	margin-bottom: 20px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	margin: 0 auto 20px
}

.f-kviz__finput:focus {
	border-color: #f75000
}

.f-kviz__fsend {
	max-width: 477px;
	width: 100%;
	height: 64px;
	margin: auto;
	background: #f75000;
	border: 2px solid #f75000;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	cursor: pointer
}

.f-kviz__fsend:hover {
	background: #fff;
	color: #f75000
}

.f-kviz__cross {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	right: 20px;
	cursor: pointer
}

.f-kviz__cross:after,
.f-kviz__cross:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	background: rgba(0, 0, 0, .2);
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.f-kviz__cross:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.f-kviz__cross:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.f-kviz__cross:hover:after,
.f-kviz__cross:hover:before {
	background: #f75000
}

.c-check {
	display: block
}

.c-check input {
	display: none
}

.c-check input:checked+.c-check__label .c-check__check {
	position: relative
}

.c-check input:checked+.c-check__label .c-check__check:after {
	height: 50%;
	width: 50%
}

.c-check__label {
	border: 2px solid #f7f7f7;
	background-color: #f7f7f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 25px;
	cursor: pointer
}

.c-check__check {
	display: block;
	height: 4em;
	width: 4em;
	margin-right: 21px;
	border: 2px solid #e8e8e8;
	background-color: #fff;
	position: relative
}

.c-check__check:after {
	position: absolute;
	content: '';
	background: #f75000;
	height: 0%;
	width: 0%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.c-check__text {
	font-size: 17px
}

@media (max-width:1390px) {
	.b-wrapblock {
		margin-top: 40px
	}
	.b-features {
		margin-bottom: 30px
	}
}

@media (max-width:980px) {
	.b-title {
		font-size: 45px
	}
	.b-description {
		font-size: 20px
	}
}

@media (max-width:800px) {
	.b-title {
		font-size: 40px;
		margin-bottom: 20px
	}
	.b-description {
		font-size: 18px;
		line-height: 24px;
		padding: 20px 20px 50px
	}
	.b-features {
		margin-top: 50px
	}
	.b-features .item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 240px;
		-ms-flex: 0 1 240px;
		flex: 0 1 240px
	}
	.b-features .item__id {
		margin-right: 6px
	}
	.f-kviz__display2 {
		padding: 30px 40px
	}
}

@media (max-width:768px) {
	.f-kviz__block {
		padding: 40px 20px
	}
	.f-kviz__question {
		font-size: 20px;
		line-height: 25px
	}
	.c-check__label {
		padding: 5px 10px
	}
	.f-kviz__steps .item {
		margin: 0 10px
	}
	.f-kviz__steps .item__wrap {
		font-size: 13px
	}
	.b-features .item {
		margin-bottom: 15px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%
	}
	.b-features .item__value {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.b-features .item--2 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.b-features .item--3 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.b-features .item--4 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.b-features .item--5 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.b-features .item--6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.header__desc {
		font-size: 12px
	}
	.header__phone-value {
		font-size: 20px
	}
}

@media (max-width:670px) {
	.f-kviz__ftitle {
		font-size: 24px;
		line-height: 26px
	}
	.f-kviz__finput {
		margin-bottom: 10px;
		height: 40px;
		font-size: 14px
	}
	.f-kviz__fdesc {
		font-size: 16px
	}
	.header {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.header__desc {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.header__phone {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.header__logo {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}
	.b-title {
		font-size: 32px
	}
	.b-description {
		font-size: 16px
	}
}

@media (max-width:530px) {
	.f-kviz__question {
		margin-bottom: 10px
	}
	.c-check__text {
		font-size: 13px
	}
	.c-check__check {
		height: 20px;
		width: 20px
	}
	.header {
		padding-top: 15px;
		padding-bottom: 15px
	}
	.header__desc {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px
	}
	.f-kviz__checks .c-check:not(:last-child) {
		margin-bottom: 10px
	}
	.header__phone {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		text-align: center
	}
	.header__phone-value {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.b-title {
		font-size: 25px
	}
	.b-description {
		font-size: 14px
	}
	.b-link__left {
		padding: 15px
	}
	.b-link__title {
		font-size: 16px
	}
}

@media (max-width:470px) {
	.f-kviz__display2 {
		padding: 40px 15px 20px
	}
	.f-kviz__ftitle {
		font-size: 20px
	}
	.f-kviz__fdesc {
		margin-top: 10px;
		font-size: 15px
	}
	.f-kviz__steps {
		margin-bottom: 20px
	}
	.f-kviz__steps .item__wrap {
		height: 30px;
		width: 30px
	}
	.f-kviz__block {
		padding: 10px
	}
	.b-features .item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}
	.b-features .item__value {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}
	.b-features .item__id {
		margin-right: 0
	}
	.b-link__title {
		font-size: 15px
	}
	.b-link__desc {
		font-size: 12px
	}
	.b-link__right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 50px;
		-ms-flex: 0 1 50px;
		flex: 0 1 50px
	}
	.footer {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer__soc {
		margin-top: 20px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}
	.footer__soc-title {
		text-align: center
	}
	.footer__soc-list {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.b-description {
		font-size: 12px;
		line-height: 16px
	}
	.b-title {
		font-size: 20px
	}
	.b-features .item__value {
		font-size: 12px
	}
}

@media (max-width:380px) {
	.f-kviz__steps {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.f-kviz__steps .item {
		margin: 0 5px 10px
	}
	.b-link__right {
		display: none
	}
	.b-link {
		text-align: center
	}
	.b-title {
		font-size: 18px
	}