@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap);

html, .list-inline>li {
	font-size: 12px;
	-webkit-tap-highlight-color: transparent
}

body {
	line-height: 1.4;
	color: #fff;
	background-color: #ecf0f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

a {
	color: inherit;
	text-decoration: none
}

a:focus,
a:hover {
	text-decoration: underline
}

ul {
	padding: 0
}

input,
button,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: inherit;
	line-height: inherit
}

figure {
	margin: 0
}

p {
	margin: 0 0 5px
}

small {
	font-size: 70%
}

input[type=radio],
input[type=checkbox] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

@font-face {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (min-width:767px) {

	html,
	body {
		min-height: 100%;
		height: 100%
	}

	body {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../images/bg.jpg) no-repeat center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		overflow: hidden
	}

	.section-area {
		width: 100%
	}
}

.content-area {
	position: relative;
	background: url(../images/bg_form.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}

@media only screen and (min-width:767px) {
	.content-area:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		background: #ecf0f3;
		z-index: 0
	}
}

.form-block {
	background: #ecf0f3;
	position: relative;
	z-index: 1;
	height: 100%
}

.form-head {
	border-bottom: 1px solid #dfe3e6;
	color: #383838;
	overflow: hidden
}

.form-head h2 {
	font-size: 1.5em;
	line-height: 1.2
}

.form-head h2 span,
.form-body>p span {
	color: #f36
}

.form-body {
	color: #7d7d7d;
	padding: 1em 3em 2em
}

.form-body>p {}

.radiobox input[type=radio] {
	display: none;
	color: #242424
}

.radiobox input[type=radio]+.custom-radio {
	position: relative;
	font-size: 1.25em;
	font-weight: 700;
	padding: 1em .4em;
	line-height: 1;
	cursor: pointer;
	background: #fff;
	display: block;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: .5em .5em 1em rgba(0, 0, 0, .25);
	box-shadow: .5em .5em 1em rgba(0, 0, 0, .25);
	color: #fff
}

.radiobox input[type=radio]+.custom-radio[for^=yes] {
	background: #f36
}

.radiobox input[type=radio]+.custom-radio[for^=no] {
	background: #0c9bde
}

.form-body form .options li {
	padding: 5px 10px;
	vertical-align: middle;
	width: 50%
}

.question {
	text-align: center;
	margin-top: 1em;
	color: #242424;
	text-transform: uppercase
}

.question h3 {
	font-size: 1.275em;
	margin: 0;
	line-height: 1.2;
	font-weight: 700;
	height: 3.5em
}

.form-body .button-set {
	max-width: 300px;
	margin: 1em auto
}

#abp-questions .button-set {
	display: none
}

.form-body .button-set .btn {
	display: block;
	width: 100%
}

.form-body .button-set .btn:hover {
	text-decoration: none
}

.form-body .questionnaire {
	margin: 0
}

.form-body .questionnaire>li:not(.active) {
	display: none
}

.question-progress-block {
	margin-top: 1em;
	padding: .5em 4em
}

.question-progress {
	position: relative
}

.question-list {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0
}

#progress-state {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	background: #898989
}

#progress-state i {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #ff9b00;
	-webkit-transition: all .3s cubic-bezier(.46, .13, .42, .89);
	-moz-transition: all .3s cubic-bezier(.46, .13, .42, .89);
	-ms-transition: all .3s cubic-bezier(.46, .13, .42, .89);
	-o-transition: all .3s cubic-bezier(.46, .13, .42, .89);
	transition: all .3s cubic-bezier(.46, .13, .42, .89)
}

.question-list li span {
	position: relative;
	width: .6em;
	height: .6em;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #6d6b6b;
	font-weight: 700;
	font-size: 1.25em;
	text-align: center;
	line-height: 1.5em;
	z-index: 1;
	color: transparent;
	background: #f36
}

.question-list li.active span {
	width: .6em;
	height: .6em;
	font-size: 1.875em;
	-webkit-box-shadow: 0 0 .7em rgba(255, 51, 102, .5);
	box-shadow: 0 0 .7em rgba(255, 51, 102, .5);
	color: #fff;
	line-height: 1.1;
	text-indent: 1px
}

.question-list li.active~li span {
	background: #fff;
	color: #6d6b6b;
	font-size: 1.25em;
	border: 2px solid #898989
}

.question-list li.active span:before,
.question-list li.active~li span:before {
	opacity: 0
}

@media only screen and (max-width:767px) {
	.question-progress-block {
		padding: .5em 1em
	}

	.header-logo {
		max-width: 240px;
		margin: auto
	}
}

.form-foot {
	color: #939393;
	overflow: hidden;
	padding: 0 1em
}

@media only screen and (min-width:768px) {
	.form-foot {
		font-size: .875em;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}
}

.form-body.accept {
	padding: 0 2.5em 1em;
}

.form-body.accept h2 {
	color: #474747;
	margin-bottom: .5em
}

.form-body.accept h2 .fa {
	color: #f36;
	margin-right: .4em
}

.form-body.accept h2 span {
	color: #ff9000
}

.form-body.accept h3 {
	color: #303030;
	margin: .5em 0;
}

.timer {
	margin: 1em 0;
	color: #525252
}

.timer>p:first-child {
	text-transform: uppercase;
	font-weight: 600
}

.timer>p:first-child {
	margin-top: 1.5em
}

#timer {
	font-size: 3em;
	font-weight: 300;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	line-height: 1;
	align-items: center;
	color: #ffc600
}

#timer i {
	font-style: normal;
	font-weight: 300;
	border: 1px solid #d7d7d7;
	min-width: .6667em;
	text-align: center
}

#timer i.mid {
	font-family: 'Montserrat', sans-serif;
}

.form-body.accept span.btn {
	background: #303030
}

.form-body.register {
	padding: 0 2.5em 3em
}

.register h3 {
	color: #f36;
	font-size: 1.5em;
	margin: .85em 0 .4em
}

.register p {
	font-size: .9em
}

.form-body.register form {
	margin-top: 3.5em;
	padding: 0 1em
}

form .field {
	margin-top: 10px
}

.navigation ul {
	margin-top: 0;
	margin-bottom: 0
}

@media only screen and (min-width:768px) {
	.navigation ul li a {
		font-size: .85em
	}
}

.navigation ul li .fa {
	padding: 0 5px
}

.profile-block {
	padding: 1em;
	position: relative;
	overflow: hidden
}

.profile-block .verify {
	margin-top: 2em
}

.profile .profile-info {
	text-align: center;
	margin: 3em auto 0;
	max-width: 250px
}

.profile figure img {
	border: 2px solid #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.profile .profile-info .info {
	text-align: left;
	padding: 0 5px;
	font-weight: 700
}

.profile .profile-info .info .fa {
	margin-right: 1em;
	min-width: 1em;
	text-align: center
}

.profile .profile-info .info span.info-first-param {
	color: inherit;
}
.profile .profile-info .info span {
	color: #f36
}

.logo {
	font-family: 'Montserrat', sans-serif;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background: #f36;
	border: 2px solid #fff;
	-webkit-box-shadow: .4em .3em 2em rgba(0, 0, 0, .25);
	box-shadow: .4em .3em 2em rgba(0, 0, 0, .25);
	font-size: 1.875em;
	text-align: center
}

.logo span {
	display: block;
	line-height: 1.2;
	padding: .25em .6em .15em
}

@media only screen and (min-width:767px) {
	.logo {
		position: absolute;
		top: -1%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 2
	}
}

.verify .form-control {
	border-color: #fff;
	color: #fff
}

.verify .btn {
	padding: 6px 12px;
	font-size: 14px;
	display: block;
	width: 100%
}

.profile .verify h2 {
	text-transform: uppercase;
	margin: .4em 0 .3em;
	font-size: 1.625em;
	font-weight: 400
}

.profile .verify .profile-info {
	max-width: 200px;
	margin-top: 1.5em;
	margin-bottom: 1em
}

#abp-verify {
	padding: 0 2em 1em
}

.no-charge {
	text-transform: uppercase;
	font-weight: 700;
	background: #ff9000;
	padding: .75em 5em;
	text-align: center;
	position: absolute;
	top: 2em;
	right: -5em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.form-body.verify {
	padding-top: 1em;
	padding-bottom: .5em
}

.form-body.verify h4 {
	color: #969696;
	margin: 0;
	font-size: 1.25em
}

.form-body.verify h3 {
	color: #ff9000;
	font-size: 1.75em;
	text-transform: uppercase;
	margin: .75em 0
}

.verify-block {
	padding-bottom: 4em
}

.verify-block ul {
	border-top: 1px solid #d7dbde;
	color: #565656;
	font-weight: 700;
	text-transform: uppercase
}

.verify-block .feature-list {
	border-bottom: 1px solid #d7dbde;
	margin-bottom: 1.8em
}

.verify-block ul li {
	width: 40%;
	text-align: center;
	font-size: 18px
}

.verify-block ul.dotted-list li {
	color: #f36
}

.verify-block ul.dotted-list li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f36;
	vertical-align: middle;
	margin: -2px .4em 0 0
}

.verify-block .notice {
	padding: 0 2em;
	color: #565656
}

.verify-block .notice p {
	font-size: .8em
}

.verify-block .notice h4 {
	text-transform: uppercase;
	margin-bottom: 0
}

.lang-ru .logo,
.lang-es .logo {
	font-size: 1.5em;
}
.lang-he {
	direction: rtl;
}
.lang-he .profile .profile-info .info {
	text-align: right;
}
.lang-he .profile .profile-info .info .fa {
	margin-right: 0;
	margin-left: 1em;
}
.lang-he .form-body.accept h2 .fa {
	margin-right: 0;
	margin-left: 0.4em;
}
.multilang h1 {
	font-size: 1.7em;
}

@media only screen and (max-width:1199px) {
	.verify-block ul li {
		font-size: 16px
	}

	.verify-block .notice {
		padding: 0 4.2em
	}
}

@media only screen and (max-width:1023px) {
	.verify-block ul li {
		font-size: 12px
	}

	.verify-block .notice {
		padding: 0 5em
	}
}

@media only screen and (max-width:767px) {
	body {
		overflow: auto
	}

	.form-head,
	.form-body.verify h4 {
		display: none
	}

	header {
		background: #ecf0f3;
		text-align: center;
		padding: 1em 0 3em;
		position: relative;
		z-index: 1;
		color: #4a4a4a
	}

	header h1 {
		margin: 0;
		font-size: 1.6em
	}

	header h1 span {
		color: #f36
	}

	header h4 {
		margin: 1em 0 .5em;
		border-top: 1px solid #dfe3e6;
		padding-top: .75em
	}

	.logo {
		max-width: 250px;
		margin: -25px auto 0;
		position: relative;
		z-index: 1
	}

	.logo span {
		padding: .25em .75em .15em
	}

	.profile-block {
		margin-top: -3em
	}

	.form-body {
		overflow: hidden
	}

	.form-block .form-body {
		padding-left: 2em;
		padding-right: 2em
	}

	.form-body.register form {
		margin-top: 2em
	}

	.profile .profile-info .info {
		padding: 0 1em
	}

	.profile .profile-info .info li {
		font-size: 14px
	}

	.verify-block ul li {
		width: 45%
	}

	.verify-block .notice {
		padding: 0 1.5em
	}

	.profile .verify h2 {
		margin: 2.4em 0 .3em
	}
	.multilang .logo {
		max-width: 90%;
	}

	.lang-ru .logo {
		font-size: 1.3em;
	}
	.lang-tr .logo,
	.lang-es .logo,
	.lang-pl .logo {
		max-width: 100%;
		font-size: 1.4em;
	}
}

@media only screen and (min-width:768px) {
	header {
		display: none
	}

	.form-head {
		display: block
	}
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

.block>* {
	display: block;
	width: 100%
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	font-size: 0
}

.list-inline>li {
	display: inline-block
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #a2a2a2;
	background-color: transparent;
	background-image: none;
	border: 1px solid #898989;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	border-radius: 5em;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #f36;
	outline: 0
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: none;
	white-space: nowrap;
	padding: 1em 2em;
	font-size: 1.25em;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-transform: capitalize;
	background: #ff9000;
	color: #fff;
	-webkit-box-shadow: .2em .2em .75em rgba(0, 0, 0, .3);
	-moz-box-shadow: .2em .2em .75em rgba(0, 0, 0, .3);
	box-shadow: .2em .2em .75em rgba(0, 0, 0, .3)
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.row.no-gutter>[class^=col-] {
	padding: 0
}

/* Video */
.profile-info .video {
	max-width: 460px;
	max-height: 210px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 2px solid #fff;
	border-radius: 7px;
	object-position: 0 -45px;
}

@media only screen and (min-width:768px) {

	body,
	.list-inline>li {
		font-size: 12px
	}
}

@media only screen and (min-width:1024px) {

	body,
	.list-inline>li {
		font-size: 14px
	}
}

@media only screen and (min-width:1200px) {

	body,
	.list-inline>li {
		font-size: 16px
	}
}
@media (max-width: 600px) {
	.profile-info .video {
		max-height: 150px;
		max-width: 85%;
	}
}
@media (max-height: 618px) {
	.profile figure img {
		max-width: 150px;
	}
	.profile-info .video {
		max-height: 130px;
		max-width: 75%;
	}
	#timer {
		font-size: 2em;
	}

	.form-body.accept h2 {
		margin: 10px 0 0;
	}

	.form-body.accept h3 {
		margin: 0;
	}

	.timer {
		margin: 0;
	}

	.timer>p:first-child {
		margin-top: .5em;
	}
}

/* =========================================================================
   S5 (360x559)
 =========================================================================== */

@media (min-width: 350px) and (max-width: 370px) and (min-height: 550px) and (max-height: 599px) {

}

/* =========================================================================
   S8, S9 (360x612)
 =========================================================================== */

@media (min-width: 360px) and (min-height: 600px) and (max-height: 619px) {
	.profile figure img {
		max-width: 170px;
	}
}

/* =========================================================================
   S10 (412x722)
 =========================================================================== */

@media (min-width: 400px) and (min-height: 700px) {

}

/* =========================================================================
   S20, S21 (360x670)
 =========================================================================== */

@media (min-width: 350px) and (max-width: 370px) and (min-height: 660px) and (max-height: 680px) {
	.profile figure img {
		max-width: 240px;
	}
}

/* =========================================================================
   S22 (360x649)
 =========================================================================== */

@media (min-width: 350px) and (max-width: 370px) and (min-height: 639px) and (max-height: 659px) {
	.profile figure img {
		max-width: 210px;
	}
}

/* =========================================================================
   7+ (414x628)
 =========================================================================== */

@media (min-width: 400px) and (min-height: 620px) and (max-height: 630px) {
	.profile figure img {
		max-width: 190px;
	}
}
@media (max-width: 600px) {
	.multilang header h1 {
		font-size: 1.4em;
	}
}
/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8/S9 */
@media (max-width: 479px) and (max-height: 650px) {
	.multilang .profile .profile-info .info {
		margin-bottom: 0;
	}
	.multilang .profile .profile-info .info li {
		font-size: 12px;
	}
	.multilang .time {
		margin: 0;
	}
	.multilang .timer>p:first-child {
		margin-top: 1em;
	}
}
/* Iphone 8/7/6S, Galaxy S5/S6/S7 */
@media (max-width: 400px) and (max-height: 570px) {
	.question {
		margin-top: 0.5em;
	}
	.question h3 {
		height: auto;
	}
	.logo {
		font-size: 1.5em;
	}

	.lang-ru .logo {
		font-size: 1.2em;
	}
	.lang-tr .logo,
	.lang-es .logo,
	.lang-pl .logo {
		font-size: 1.3em;
	}
	.multilang header {
		padding-bottom: 2.2em;
	}
	.multilang .profile-block {
		padding-bottom: 0;
	}
	.multilang .profile-info .video {
		max-height: 110px;
	}
}
/* =========================================================================
   SE (320x454)
 =========================================================================== */

@media (max-height: 460px) {
	.profile-info .video {
		max-height: 110px;
		max-width: 60%;
	}
	header {
		padding-top: 0.2em;
		padding-bottom: 1.5em;
	}
	header h1 {
		font-size: 1.4em;
	}
	.logo {
		font-size: 1.3em;
		margin-top: -16px;
	}
	.profile-block {
		padding-top: 20px;
		padding-bottom: 5px;
		margin-top: -4em;
	}
	.profile .profile-info .info {
		margin: 5px auto 0;
	}
	.profile .profile-info .info li {
		font-size: 13px;
	}
	.profile .profile-info .info li p {
		margin-bottom: 2px;
	}
	.form-body.accept h2 {
		font-size: 17px;
	}
	.form-body.accept h3 {
		font-size: 14px;
	}
	.timer>p:first-child {
		margin-top: 0.2em;
	}
	.profile figure img {
		max-width: 130px;
	}
	.question-progress-block {
		padding: .1em 1em;
	}
	.form-block .form-body {
		padding-left: 1em;
		padding-right: 1em;
	}
	.form-body>p {
		font-size: 11px;
	}
	.question {
		margin-top: 0.5em;
	}
	.question h3 {
		font-size: 1.1em;
	}
	.radiobox input[type=radio]+.custom-radio {
		font-size: 1.2em;
	}

	.multilang header h1 {
		font-size: 1.2em;
	}
	.multilang header {
		padding-bottom: 1.5em;
	}

	.lang-ru .logo {
		font-size: 1em;
	}
	.lang-tr .logo,
	.lang-es .logo,
	.lang-pl .logo {
		font-size: 1.1em;
	}
	.multilang .profile-info .video {
		max-height: 100px;
	}
	.multilang .profile .profile-info .info li {
		font-size: 11px;
	}
	.multilang .form-body.accept h2 {
		font-size: 15px;
	}
	.multilang .form-body.accept h3 {
		font-size: 12px;
	}
	.multilang .timer>p:first-child {
		margin-top: 0.3em;
		font-size: 11px;
	}
	.multilang .btn {
		padding: 0.6em 1.5em;
		font-size: 1.2em;
	}
	.multilang .question-progress-block {
		margin-top: 0.5em;
	}
	.multilang .question h3 {
		font-size: 1em;
	}
}