@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@font-face {
	font-family: "icomoon2";
	src: url("fonts/icomoon.eot?4rouqc");
	src: url("fonts/icomoon.eot?4rouqc#iefix") format("embedded-opentype"),
		url("fonts/icomoon.ttf?4rouqc") format("truetype"), url("fonts/icomoon.woff?4rouqc") format("woff"),
		url("fonts/icomoon.svg?4rouqc#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}
p {
	margin: 0;
}
.modal-dialog {
	max-width: 60%;
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	text-align: left;
	font-size: 14px;
	padding-top: 30px;
}
.modal-body {
	padding: 20px;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0;
}
.modal-content ol {
	margin-left: 30px;
}

.modal-content h3 {
	font-size: 24px;
	margin: 0 0 20px;
}

body {
	min-width: 330px;
	text-align: center;
	background: #fff;
	color: #333;
	font-size: 16px;
	line-height: 21px;
	font-family: "Segoe UI", sans-serif;
}

body.lock {
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1152px;
	padding: 0;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	overflow: visible;
}
h2 {
	font-weight: 300;
	font-size: 48px;
	line-height: 64px;
	color: #000000;
}
h2 b {
	font-weight: bold;
}
#header {
}
.header-fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.header-fixed2 {
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}
.header-top {
	background: linear-gradient(180deg, #0078b5 2.12%, #0088cb 97.07%);
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	padding: 5px 0;
}
.header-top .container {
	position: relative;
}
.header-fixed2 .header-top {
	/*padding: 5px 0;*/
}
.header-top a {
	color: #fff;
}
.header-top a:hover {
	text-decoration: none;
}
.header-top p i {
	opacity: 0.5;
}
.header-topleft {
}
.phone {
	margin-right: 20px;
}
.header-topcenter a,
.block_social-icons a {
	margin-right: 15px;
}
.header-topcenter a i,
.block_social-icons a i {
	background: #80c0e0;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}
.header-topcenter a i::before,
.block_social-icons a i::before {
	color: #0180bf;
	font-size: 15px;
}
.block-search {
	position: relative;
	margin-right: 37px;
}
form.search-form {
	position: absolute;
	right: 190px;
	top: -50px;
	background: #0081c1;
	width: 71%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: flex;
}
.search-form.active {
	top: -5px;
}
.header-fixed2 .search-form.active {
	top: -3px;
}
.search-form input[type="text"] {
	background: #0081c1;
	border: 1px solid #80c0df;
	border-radius: 250px;
	padding: 2px 10px 4px;
	width: 100%;
	font-size: 14px;
	height: 34px;
	color: #fff;
	opacity: 1;
}
.header-fixed2 .search-form input[type="text"] {
	height: 30px;
}
.search-form input[type="text"]::placeholder {
	opacity: 0.9;
	color: #80c0e0;
}
.search-form input[type="text"]::-webkit-input-placeholder {
	opacity: 0.9;
	color: #80c0e0;
}
.search-form input[type="button"] {
	right: 13px;
	top: 9px;
	position: absolute;
	border: 0;
	background: url("search.svg") no-repeat 0 0;
	width: 13px;
	height: 13px;
}
.search-link {
	opacity: 0.5;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}
.linkreg {
}
.login {
	border: 1px solid #ffffff;
	border-radius: 3px;
	width: 68px;
	height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	margin-left: 20px;
}
header {
	padding: 8px 0;
	background: #ffffff;
	opacity: 0.9;
}
.header-fixed2 header {
	/*padding: 5px 0;*/
}
.header_burger,
.block_social-icons,
.block-authorization {
	display: none;
}

.logo {
	font-size: 15.8822px;
	line-height: 21px;
	text-transform: uppercase;
	color: #2c8dcc;
	max-width: 220px;	
	max-width: 250px;/*ng*/
}
.logo img {
	margin-right: 14px;
}
.logo a {
	color: #2c8dcc;
}
.logo a:hover {
	text-decoration: none;
}
header nav {
	font-size: 16px;
	line-height: 21px;
	color: #999999;
	display: flex;
	align-items: center;
	height: 47px;
}
header nav a {
	color: #999;
	margin-left: 20px;
}
header nav a.cs {
	color: #2c8dcc;
}
#crm-center {
	/* background: url("bgcrm-center1.jpg") no-repeat 50% 100%; */
	/* background: url("../2022/bgcrm-center1-new.jpg") no-repeat 50% 100%;*/
	background: url("../2022/bg_1.jpg") no-repeat 50% 100%;
	margin-bottom: 127px;
	margin-top: 131px;	
	margin-top: 161px;/*ng*/
	min-height: 720px;
}
.bgcrm-center {
	/* background: url("img_crm-center.png") no-repeat 50% 100%; */
}
.crm-centerleft {
	padding-top: 32px;
}
.crm-centerleft p {
	font-size: 14px;
}
.crm-centerleft p b {
	color: #2c8dcc;
	position: relative;
	padding-left: 29px;
	display: inline-block;
}
.crm-centerleft p b::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url("ic1.svg") no-repeat 0 50%;
}
.crm-centerleft p:nth-child(2) b::before {
	background: url("ic2.svg") no-repeat 0 50%;
}
.crm-centerleft p:nth-child(3) b::before {
	background: url("ic3.svg") no-repeat 0 50%;
}
.crm-centerleft h1 {
	font-weight: 300;
	font-size: 54px;
	line-height: 40px;
	color: #333;
	margin-bottom: 20px;
}
.crm-centerleft h1 b {
	font-weight: 300;
}
.crm-centerform {
	padding: 20px 0 121px;
	position: relative;
}
#registration-form-1_error {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 500px;
}
.crm-centerform form {
	background: url("bgform.png") no-repeat 50% 0;
	max-width: 362px;
	padding: 33px 51px 79px;
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
	border-radius: 10px;
}
.crm-centerform form h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
	padding-top: 25px;
}
.crm-centerform form p {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #999999;
}
.crm-centerform form div p {
	margin-bottom: 18px;
	position: absolute;
	bottom: -10px;
	text-align: center;
	display: block;
	width: 100%;
}
.crm-centerform form p a {
	color: #999999;
	border-bottom:1px solid #999999;
}
.crm-centerform form p a:hover {
	border-bottom:0px solid transparent;
	text-decoration:none !important;
}
.crm-centerform form div {
	position: relative;
}
.crm-centerform form div label,
.free_form div label {
	transform: translateY(-26px);
	transition: all 0.3s;
	font-size: 14px;
	margin: 0;
	cursor: text;
	text-align: left;
}
.crm-centerform form div.for-email label {
	transform: translateY(-22px);
}
#quick-registration form div label {
	display: block;
	text-align: left;
	transform: translateY(-22px);
	transition: all 0.3s;
	font-size: 14px;
	margin: 0;
	cursor: text;
}
#quick-registration form div label {
	transform: translateY(-22px);
}
.crm-centerform form input[type="button"],
#quick-registration form input[type="button"],
.free_form form input[type="button"] {
	background: linear-gradient(270deg, #33cc66 0%, #00b03b 97.17%);
	border-radius: 100px;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 17px;
	margin-bottom: 4px;
}
.crm-centerform form input[type="text"],
.crm-centerform form input[type="email"] {
	border: 0;
	background: none;
	border-bottom: 1px solid #2c8dcc;
	width: 100%;
	/* margin-bottom: 18px; */
	color: #333333;
	font-size: 14px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 0;
	transition: all 0.3s;
}
#quick-registration form input[type="text"] {
	transition: all 0.3s;
}
.crm-centerform form input[type="text"]:focus + label,
.crm-centerform form input[type="email"]:focus + label,
.free_form form input[type="text"]:focus + label,
.free_form form input[type="email"]:focus + label {
	transform: translateY(-47px);
	font-size: 10px;
	line-height: 0px;
	color: #2c8dcc;
}
#quick-registration form input[type="text"]:focus + label,
#quick-registration form input[type="email"]:focus + label {
	transform: translateY(-37px);
	font-size: 10px;
	line-height: 0px;
	color: #2c8dcc;
}
.crm-centerform form input[type="text"]:valid + label,
.crm-centerform form input[type="email"]:valid + label,
.free_form form input[type="text"]:valid + label,
.free_form form input[type="email"]:valid + label {
	transform: translateY(-47px);
	font-size: 10px;
	line-height: 0px;
	color: #2c8dcc;
}
#quick-registration form input[type="text"]:valid + label,
#quick-registration form input[type="email"]:valid + label {
	transform: translateY(-37px);
	font-size: 10px;
	line-height: 0px;
	color: #2c8dcc;
}
.crm-centerform form > div {
	height: 61px;
}
.crm-centerform .kdnm_country {
	height: auto;
}
::placeholder {
	opacity: 1;
}
.crm-centerform form div input[type="text"] {
	margin-bottom: 4px;
}
.crm-centerform form div {
	/* margin-bottom: 18px; */
	position: relative;
}
.crm-centerform .kdnm_country-options {
	top: 5px;
}
form a.receive {
	display: inline-block;
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	border-radius: 100px;
	width: 163px;
	height: 50px;
	line-height: 45px;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0 26px;
}
.crm-centerform form a.receive {
	margin-bottom: 20px;
	margin-top: 5px;
}
.crm-centerform .formError,
.free_form .formError {
	top: -30px !important;
	margin-top: 0 !important;
}
.free_form .formError {
	top: -10px !important;
}
a.receive:hover {
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
}
.what {
	font-size: 14px;
	line-height: 19px;
	color: #000;
	background: url("bgwhat.jpg") no-repeat 50% 100% / 100%;
	padding-bottom: 73px;
}
.what h2 {
	text-align: center;
	margin-bottom: 16px;
}
.what_row {
	padding-top: 63px;
	max-width: 753px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.what_item {
	flex: 0 0 362px;
	background: url("bgwhat-item.png") #fff no-repeat 0 0;
	box-shadow: 0px 10px 20px rgba(15, 66, 91, 0.1);
	margin-bottom: 55px;
	border-radius: 10px;
	text-align: left;
	position: relative;
	padding-left: 55px;
	min-height: 159px;
}
.what_item a {
	margin-left: -55px;
	padding: 69px 70px 25px 55px;
	display: block;
	font-weight: bold;
	font-size: 17px;
	line-height: 23px;
	color: #333333;
	position: relative;
}
.what_item a::before {
	content: "";
	width: 46px;
	height: 41px;
	background: url("expand.png") no-repeat 0 0;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -23px;
	z-index: 9;
}
.what_item a:hover {
	text-decoration: none;
}
.what_item a[aria-expanded="true"] {
	margin-bottom: 19px;
	z-index: 9;
}
.what_item a[aria-expanded="true"]::before {
	background: url("arrtop.png") no-repeat 0 0;
}
.what_item img {
	margin-right: 24px;
}
.what_item .collapse {
	padding: 0 0 37px 0;
}
.what_item .collapse::before {
	content: "";
	background: url("bgwhat-item2.png") #fff no-repeat 0 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.what_item ul {
	position: relative;
	margin-right: 60px;
}
.what_item ul li {
	background: url("marker.png") no-repeat 0 0;
	padding-left: 31px;
	margin-bottom: 5px;
}
#industry-solutions {
	background: url("bgindustry.jpg") no-repeat 50% 100% / cover;
	padding: 59px 0 35px 0;
	box-shadow: 0px 20px 50px rgba(15, 66, 91, 0.4);
}
#industry-solutions h2 {
	margin-bottom: 26px;
}
.industry_row {
}
.industry_info {
	flex: 0 1 490px;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
}
.industry_info b {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 7px;
}
.amount {
	font-weight: bold;
	font-size: 109.621px;
	line-height: 146px;
	text-align: center;
	color: #333333;
	margin-right: 30px;
}
.industry_link {
	position: relative;
	text-align: center;
	padding-left: 94px;
	margin-left: 94px;
}
.industry_link::before {
	content: "";
	width: 1px;
	background: #2c8dcc;
	height: 87px;
	left: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -43px;
}
.details {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	line-height: 23px;
	width: 280px;
	background: linear-gradient(270deg, #33cc66 0%, #00b03b 97.17%);
	border-radius: 100px;
	height: 50px;
	color: #fff;
}
.details:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
}
#works-description {
	background: url("bgworks.jpg") no-repeat 50% 0 / cover;
	padding: 71px 0 280px 0;
}
#works-description h2 {
	margin-bottom: 22px;
}
#works-description h2 b {
	display: block;
}

.works_img {
	margin-bottom: 30px;
	position: relative;
	padding: 0 0 34px;
	margin-top: 20px;
}
.works_img::before {
	content: "";
	position: absolute;
	width: 496px;
	height: 496px;
	border-radius: 50%;
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
}
.works_img img {
	max-width: 100%;
	position: relative;
}
.works-slider {
	display: none;
}
.works_info a,
.slide-link a {
	display: flex;
	align-items: center;
	margin-right: 60px;
	font-size: 21px;
	line-height: 28px;
	color: #333333;
	text-decoration: none;
}
.slide-link a {
	margin-right: 0;
}
.works_info a:hover {
	text-decoration: none;
}
.works_info a:last-child {
	margin-right: 0;
}
.works_info span,
.slide-link span {
	display: flex;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	color: #fff;
	justify-content: center;
	align-items: center;
	margin-right: 18px;
}
.works_info span i::before,
.slide-link span i::before {
	font-size: 28px;
}
#tariff {
	margin: -130px 0 100px;
}
#tariff h2 {
	margin-bottom: 56px;
}
.tariff_row {
	margin-bottom: 50px;
}
.tariff_item {
	flex: 0 1 264px;
	background: url("bgtariff.png") no-repeat 50% 0;
	box-shadow: 0px 10px 20px rgba(15, 66, 91, 0.1);
	padding: 47px 0 45px;
	font-size: 14px;
	line-height: 19px;
}
.tariff_item-image {
	height: 66px;
}
.tariff_item p {
	max-width: 150px;
	margin: 0 auto;
	height: 88px;
}
.tariff_name {
	margin: 35px 0 32px 0;
	padding-bottom: 12px;
	position: relative;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	display: block;
}
.tariff_name::before {
	content: "";
	width: 24px;
	height: 5px;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	display: block;
}
.tariff_item:first-child .tariff_name::before {
	background: url("tariff_linegreen.png") no-repeat 0 0;
}
.tariff_item:nth-child(2) .tariff_name::before {
	background: url("tariff_lineblue.png") no-repeat 0 0;
}
.tariff_item:nth-child(3) .tariff_name::before {
	background: url("tariff_linered.png") no-repeat 0 0;
}
.tariff_item:last-child .tariff_name::before {
	background: url("tariff_linegrey.png") no-repeat 0 0;
}
.tariff_item a {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: url("further.png") no-repeat 50% 50% / cover;
}
.link_blue {
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	border-radius: 100px;
	height: 50px;
	font-size: 17px;
	line-height: 50px;
	color: #fff;
	display: inline-block;
	padding: 0 42px;
}
.link_blue:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
}
#profitable {
	background: url("bgprofitable2.jpg") no-repeat 50% 100%;
}
#profitable .container {
	background: url("profitable-img.png") no-repeat 105% 100%;
}
#profitable h2 {
	margin-bottom: 64px;
}
#profitable .container {
	padding-bottom: 510px;
}
.profitable_row {
	margin-bottom: 40px;
}
.profitable_item {
	flex: 1 1 47%;
	padding: 70px 124px 54px 78px;
	margin-bottom: 20px;
	text-align: left;
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin-right: 30px;
}
.profitable_item:nth-child(2n) {
	margin-right: 0;
}
.profitable_item::before {
	content: "";
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	border-radius: 0px 5px 5px 0px;
	width: 9px;
	height: 211px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -105px;
}
.profitable_item p b {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
}
.profitable_item:first-child::after {
	content: "";
	width: 62px;
	height: 59px;
	background: url("iconprofitable1.svg") no-repeat 0 0 / cover;
	position: absolute;
	right: 35px;
	top: 32px;
}
.profitable_item:nth-child(2)::after {
	content: "";
	width: 63px;
	height: 59px;
	background: url("iconprofitable2.svg") no-repeat 0 0 / cover;
	position: absolute;
	right: 36px;
	top: 33px;
}
.profitable_item:nth-child(3)::after {
	content: "";
	width: 62px;
	height: 62px;
	background: url("iconprofitable3.svg") no-repeat 0 0 / cover;
	position: absolute;
	right: 36px;
	top: 40px;
}
.profitable_item:nth-child(4)::after {
	content: "";
	width: 61px;
	height: 61px;
	background: url("iconprofitable4.svg") no-repeat 0 0 / cover;
	position: absolute;
	right: 37px;
	top: 41px;
}
.profitable_info {
	max-width: 440px;
}
.info_img {
	min-width: 90px;
	height: 90px;
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 55px;
}
.profitable_info b {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
}
.profitable_info strong {
	font-size: 48px;
	line-height: 64px;
}
#why-choose {
	margin: -180px 0 0 0;
}
#why-choose h2 {
	max-width: 520px;
	margin-bottom: 101px;
}
#why-choose {
	padding-bottom: 183px;
}
.why_item {
	flex: 0 1 48%;
	overflow: hidden;
}
.why_item:nth-child(2) {
	margin-top: 219px;
}
.why_item:nth-child(3) {
	margin-top: -100px;
}
.why_item:nth-child(4) {
	margin-top: 120px;
}
.why_item:nth-child(5) {
	margin-top: -90px;
}
.why_item:nth-child(6) {
	margin-top: 100px;
}
.why_body {
}
.why_body span {
	font-size: 72px;
	line-height: 96px;
	color: #999;
	font-weight: 300;
	margin-right: 16px;
}
.why_text h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}
.why_text {
	font-size: 17px;
	line-height: 23px;
	border-left: 1px solid #000;
	padding-left: 30px;
	padding-bottom: 70px;
	position: relative;
}
.why_item:nth-child(5) .why_text p {
	margin-right: 60px;
}
.why_item:nth-child(6) .why_text p {
	margin-bottom: 20px;
}
.why_image {
	margin-top: -45px;
}
.why_image img {
	max-width: 100%;
	width: 100%;
	border-radius: 10px;
}
.why_slider img {
	margin-right: 32px;
	border-radius: 10px;
}
.slide-text {
	font-size: 14px;
	line-height: 19px;
	background: url("quotes.svg") no-repeat 0 0;
	padding: 80px 0 0 0;
}
.slide-text p {
	margin-bottom: 15px;
	padding-right: 10px;
}
.slide-text b {
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	color: #2c8dcc;
}
.slick-dots {
	position: absolute;
	top: -20px;
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 0;
}
.what-say_slider .slick-dots {
	top: inherit;
	bottom: 0;
}
.slick-dots li {
	width: 4px;
	height: 4px;
	background: #999999;
	margin-right: 14px;
}
.bigfon {
	background: url("bigfon.jpg") no-repeat 50% 0 / 100% auto;
	padding-top: 600px;
	margin-top: -620px;
}
#quick-registration {
	background: url("quick-registration.png") #fff no-repeat 100% 0;
	box-shadow: 0px 20px 50px rgba(15, 66, 91, 0.4);
	padding: 66px 0 60px;
	opacity: 0.9;
}
#quick-registration h2 {
	margin-bottom: 66px;
}
#registration-form-2_error {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -40px;
}
#quick-registration form input[type="text"],
#quick-registration form input[type="email"] {
	border: 0;
	border-bottom: 1px solid #2c8dcc;
	font-size: 14px;
	margin-right: 10px;
	padding-top: 14px;
	width: 220px;
	background: none;
}
#quick-registration form input.inp-code {
	max-width: 108px;
}
#quick-registration form input.inp-phone {
	max-width: 150px;
}
#quick-registration form div p {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #999999;
	max-width: 150px;
	margin: 0 auto;
}
#quick-registration form div.block-phone {
	position: relative;
	height: 69px;
}
#quick-registration form div.block-phone label {
	transform: translateY(-24px);
}
#quick-registration form div.block-phone p {
	position: absolute;
	bottom: 0;
}
#quick-registration form div.text-center p {
	max-width: 190px;
}
#quick-registration form div p a {
	color: #999;
	border-bottom:1px solid #999999;
}
#quick-registration form div p a:hover {
	border-bottom:0px solid transparent;
	text-decoration:none !important;
}
#quick-registration .receive {
	margin-right: 10px;
}
#quick-registration form input[type="button"] {
	padding: 0 26px;
	width: auto;
}
input[type="button"]:hover {
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
}
#quick-registration .kdnm_country-options {
	top: 7px;
}
#what-say {
	padding: 178px 0 98px 0;
	background: url("what-say.png") no-repeat 50% 210px;
}
#what-say h2 {
	margin-bottom: 22px;
}
.what-say_row {
	padding: 65px 0 34px 0;
}
.review_item {
	background: url("bgreview.png") no-repeat 50% 0;
	padding: 28px 37px 19px 38px;
	text-align: center;
}
.review_item img {
	margin: 0 auto;
	border-radius: 0 0 10px 0;
}
#wrap-action {
	background: url("fonaction.jpg") no-repeat 50% 200px / 100%;
}
.action {
	/* background: url("bgaction.jpg") no-repeat 50% 0 / cover; */
	background: url("../2022/bgaction.png") no-repeat 50% 0 / cover;
	text-align: left;
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	/* padding: 80px 83px 100px; */
	padding: 40px 83px 80px;
	border-radius: 8px;
	max-width: 1146px;
	margin: 0 auto 104px;
}
.action h2 {
	font-weight: 200;
	font-size: 72px;
	line-height: 88px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 38px;
}
.action_text {
	max-width: 330px;
	border-left: 1px solid #fff;
	padding-left: 13px;
	margin-bottom: 48px;
}
.action p b {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	display: block;
}
.action p strong {
	display: block;
}
.action p a {
	color: #2c8dcc;
	/* color: #fff; */
	font-size: 17px;
	line-height: 23px;
	background: #ffffff;
	/* background: #b9030b; */
	border-radius: 100px;
	padding: 14px 26px;
	text-decoration: none;
}
.action p a:hover {
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
}
.action img {
	display: none;
}
.clients {
	padding-bottom: 158px;
	font-size: 14px;
	line-height: 18px;
}
.clients h2 {
	margin-bottom: 47px;
}
.clients_row {
}
.clients_item {
	flex: 1 0 33%;
	margin-bottom: 15px;
	position: relative;
}
.clients_item::before {
	content: "";
	height: 50px;
	width: 1px;
	background: #333;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
.clients_item:nth-child(3n)::before {
	display: none;
}
.clients p b {
	color: #2c8dcc;
	font-size: 24px;
	line-height: 32px;
}
.avards {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 144px;
}
.avards a {
	color: #333;
}
.avards h2 {
	margin-bottom: 68px;
}
.avards_row {
}
.avards_item {
}
.avards_image {
	height: 93px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.media-pressa {
	margin-bottom: 90px;
}
.media-pressa h2 {
	margin-bottom: 71px;
}
.media_row {
}
.media_item {
	flex: 0 1 25%;
	max-width: 264px;
	min-width: 220px;
	height: 96px;
	border-radius: 10px;
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
}
.media_item::before {
	content: "";
	height: 5px;
	width: 100%;
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	top: 0;
	position: absolute;
	left: 0;
	border-radius: 5px 5px 0 0;
}
.free {
	background: url("bgfree.jpg") no-repeat 50% 0 / cover;
	padding: 40px 0 0 0;
}
.free_image {
}
.free_text {
	font-size: 17px;
	line-height: 23px;
	/* padding-top: 120px; */
	padding-top: 50px;
}
.free_text h2 {
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	margin-bottom: 10px;
}
.free_text p {
	margin: 0 50px 25px 0;
}
.free_text ul li {
	background: url("marker2.png") no-repeat 0 0;
	padding-left: 40px;
	list-style: none;
	margin-bottom: 16px;
	margin-right: 80px;
}
.free_form {
	flex: 1 0 362px;
	position: relative;
}
#registration-form-3_error {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20px;
}
.free_form form > div {
	text-align: left;
	height: 54px;
	position: relative;
}
.free_form p.text-center {
	font-size: 14px;
	line-height: 19px;
	max-width: 339px;
	margin: 0 auto 16px;
}
.free_form form {
	background: url("bgform-free.png") no-repeat 0 0;
	padding: 31px 51px 51px;
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
	margin-bottom: 28px;
	height: 470px;
	border-radius: 10px;
}
.free_form form input[type="text"],
.free_form form input[type="email"] {
	background: none;
	border-bottom: 1px solid #2c8dcc;
	width: 100%;
	padding-top: 32px;
}
.free_form form p {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #999;
}
.free_form div p {
}
.free_form form p a {
	color: #999;
	text-decoration: underline;
}
.free_form form p a:hover {
	text-decoration: none;
}
.free_form form a.receive,
.free_form form input[type="button"] {
	margin-top: 18px;
	color: #fff;
	text-decoration: none;
}
.free_form form .link-receive {
	margin: 40px 0 0;
}
.free_form .kdnm_country-selected {
	top: 20px;
}
.free_form .kdnm_country-options {
	top: 24px;
}
.time {
	font-weight: 300;
	font-size: 48px;
	line-height: 64px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #2c8dcc;
	margin-bottom: 99px;
}
.time div {
	border: 1px solid #999999;
	border-radius: 50%;
	width: 82px;
	height: 82px;
	line-height: 73px;
	text-align: center;
	padding-left: 5px;
}
.time span {
	margin: 0 5px 0 10px;
	padding-bottom: 10px;
}
.wrap-footer {
	background: #333;
	position: relative;
}
.wrap-footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 90%;
	background: url("bgfooter.png") no-repeat 50% 0 / 100%;
}
#list-link {
	background: linear-gradient(180deg, #0080c0 2.12%, #008ed3 97.07%);
	padding: 111px 0;
}
#list-link h4 {
	color: #ffffff;
	opacity: 0.5;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 32px;
}
.list-link_item {
	flex: 1 1 25%;
}
.list-link_item:last-child {
	padding-left: 50px;
}
#list-link a {
	color: #fff;
	position: relative;
}
#list-link a img {
	position: absolute;
	right: -41px;
	margin-top: -5px;
}
#list-link .container {
	position: relative;
	font-size: 14px;
	line-height: 19px;
}

.footer {
	font-size: 14px;
	line-height: 19px;
	color: #9c9c9c;
	padding: 42px 0 20px;
}
.footer .container {
	position: relative;
}
.container .footer_item {
	flex: 1 1 35%;
}
.footer__text {
	display: flex;
	flex-direction: column;
	flex-basis: 218px;
}
.container .footer_item:nth-child(2) {
	flex: 1 1 30%;
}
.container .footer_item h3 {
	font-size: 17px;
	line-height: 23px;
	color: #9c9c9c;
	text-transform: uppercase;
	margin-bottom: 42px;
}
.container .footer_item a {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	display: inline-block;
	margin-bottom: 5px;
}
.container .footer_item a:hover {
	text-decoration: none;
}
.container .footer_item a i {
	opacity: 0.5;
}
.block-download {
	max-width: 308px;
}
.block-download img {
	margin-bottom: 10px;
}
.address {
	margin: 15px 0 0;
	color: #fff;
	max-width: 260px;
}
.address i {
	opacity: 0.5;
	margin: 4px 10px 0 0;
}
.container .to-share {
	padding-left: 44px;
}
.container .to-share a {
	margin: 0 15px 28px 0;
}
.container .to-share .link_rss {
	margin-bottom: 0;
}
.container .to-share a i {
	width: 21px;
	height: 21px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.container .to-share a i::before {
	color: #333;
}
.to-share span {
	margin-bottom: 5px;
}
.footer_bottom {
	padding: 26px 0;
	background: #333;
}
.footer_bottom-item {
	flex: 1 1 33.333%;
	color: #9c9c9c;
}
.footer_bottom-item img {
	margin-right: 10px;
}
.footer_bottom-item a, 
.footer_bottom-item span {
	color: #9c9c9c;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
}
.footer_bottom-item:first-child {
	flex: 0 1 330px;
}
.footer_bottom-item:last-child {
	flex: 0 1 330px;
	display: flex;
	justify-content: flex-end;
}
[class^="icon2-"],
[class*=" icon2-"] {
	font-family: "icomoon2" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon2-yandex_dzen:before {
	content: "\e901";
}
[data-icon]:before {
	font-family: "prostoy";
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
}

.formError {
	z-index: 990;
}
.formError .formErrorContent {
	z-index: 991;
}
.formError .formErrorArrow {
	z-index: 996;
}
.ui-dialog .formError {
	z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
	z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
.formError .formErrorContent {
	width: 100%;
	background: #ffd1cf;
	position: relative;
	color: #000;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #fff;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}
body[dir="rtl"] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top: 2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ffd1cf;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #fff;
}
.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
.kdnm_country-selected {
	margin-left: 0px !important;
	padding: 12px 0 8px 5px !important;
}
.kdnm_country-option span.kdnm_country_flag {
	min-width: 30px !important;
}
.kdnm_country-option {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.grecaptcha-badge {
	display: none;
}
#auth-form-modal {
	max-width: 455px !important;
	left: 50% !important;
	padding-right: 0 !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	height: auto;
	overflow: visible;
}
#auth-form-modal .modal-dialog,
#subscribe-form-modal .modal-dialog {
	border-radius: 10px 10px 0 0;
	background: url("bgmodal.png") #2aa2cb repeat-y 271px 0;
	border: 1px solid #fff;
}
#ask-question-form-modal .modal-dialog {
	background: url("bgmodal.png") #2aa2cb repeat-y 271px 0;
	border: 1px solid #fff;
	border-radius: 10px 10px 10px 0;
}
#subscribe-form-modal .modal-dialog {
	border-radius: 10px 10px 0;
}
.modal-header .close {
	background: url("close.png") no-repeat 0 0;
	width: 45px;
	height: 45px;
	opacity: 1;
	font-size: 0;
	margin: -9px -23px 0 0;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
#auth-form-modal .modal-header,
#subscribe-form-modal .modal-header,
#ask-question-form-modal .modal-header {
	color: #fff;
	font-family: "Segoe UI", "SegoeUI", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 0;
	height: 57px;
	overflow: visible;
}
#auth-form-modal .modal-header h4,
#subscribe-form-modal .modal-header h4 {
	position: absolute;
	z-index: 9;
	font-size: 15px;
}
#ask-question-form-modal .modal-header h4 {
	background: url("bgsq.png") no-repeat 0 0;
	padding: 7px 0 32px 71px;
	position: absolute;
	z-index: 9;
	font-size: 15px;
}
#auth-form-modal .modal-body,
#subscribe-form-modal .modal-body,
#ask-question-form-modal .modal-body {
	position: relative;
	padding: 0;
	text-align: center;
}
#quest-form {
	display: flex;
}
#auth-form-modal .modal-body div.modal-left,
#subscribe-form-modal .modal-body div.modal-left {
	border-radius: 0;
	margin-right: 0;
	width: 271px;
	background: #efefef;
	min-height: 246px;
}
#ask-question-form-modal div.modal-left {
	background: #efefef;
	float: left;
	width: 271px;
	height: 226px;
}
#ask-question-form-modal .modal-dialog div.modal-left:nth-child(2n),
.modal div.modal-right {
	background: #e7e7e7;
	width: 277px;
	margin-right: -30px;
	position: relative;
	border-radius: 0 8px 8px 0;
}
.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="password"] {
	margin-left: 5px;
	width: 235px;
}
.butmodal {
	font-size: 13px;
	position: absolute;
	background: none;
	border: 0;
	right: 0;
	line-height: 15px;
	left: 0;
	color: #fff;
	bottom: -105px;
	width: 100%;
}
#subscribe-form-modal .butmodal {
	bottom: -95px !important;
}
.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="password"],
.modal-body textarea {
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	margin: 0 0 8px 0px;
	padding: 5px 5px 7px 13px;
	font-size: 14px;
	font-family: "Segoe UI", sans-serif;
}
.modal-body input[name="name"],
.modal-body input[name="login"],
.modal-body input[name="fio"] {
	margin-top: 20px;
}
#ask-question-form-modal .modal-body input[name="name"] {
	margin-top: 25px;
}
.modal-content a {
	text-decoration: underline;
	font-size: 12px;
	color: #2aa2cb;
}
.modal-body input[type="submit"] {
	margin-top: 15px;
	margin-left: 19px;
	float: left;
	margin-bottom: 0px;
	width: 235px;
	background: #3c6;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 5px 0 7px;
}
#auth-form-modal .modal-body span {
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 5px 0;
}
#auth-form-modal .modal-body .icons {
	text-align: center;
}
.modal-footer {
	height: 0;
	padding: 0;
	border: 0;
}
#subscribe-form-modal .modal-footer {
	padding: 15px;
}
#ask-question-form-modal .modal-footer {
	padding: 15px;
	text-align: right;
	height: auto;
}
.modal-footer p {
	color: #fff;
	clear: left;
	margin: -15px 0 0 0;
	padding: 11px 0 0 310px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}
#auth-form-modal .modal-content,
#subscribe-form-modal .modal-content,
#ask-question-form-modal .modal-content {
	background: none;
	padding: 0;
	border-radius: 0;
	border: 0;
}
#subscribe-form-modal,
#ask-question-form-modal {
	height: auto;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
#ask-question-form-modal {
	max-width: 940px;
}
#quest-message {
	margin-top: 25px;
	margin-left: 0;
	height: 175px;
	resize: none;
	width: 226px;
}
#quest-form p.butmodal {
	font-size: 12px;
	color: #666 !important;
	font-style: italic;
	width: 100%;
	text-align: center;
	right: inherit;
	bottom: inherit;
	margin-top: 45px;
}
#staticBackdrop {
	z-index: 9999;
}

#toTop {
	bottom: 40px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 60px;
	left: 20px;
	padding: 0 5px;
	position: fixed;
	text-align: center;
	text-decoration: none;
	width: 60px;
	z-index: 9999;
	background: #33cc66;
	border-radius: 50%;
	line-height: 60px;
	text-transform: uppercase;
}
.img_foto {
	margin: 0 10px 0 5px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.header_menu_background.active {
	top: 0;
}
.header_menu_background {
	position: fixed;
	top: -100%;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	background: rgba(0, 0, 0, 0.85);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	padding: 0 0 0;
	z-index: 99998;
	opacity: 0.85;
	display: block !important;
}
#interview {
	background: url("bgkviz.jpg") no-repeat 50% 0 / cover;
	margin-bottom: 100px;
	box-shadow: 0px 20px 50px rgba(15, 66, 91, 0.4);
}

#interview .container {
	padding: 122px 0 90px 0;
}
@media (max-width: 650px) {
	#interview {
		margin-bottom: 50px;
	}
	#interview .container {
		padding: 52px 0 40px 0;
	}
}
#interview .container h2 {
	margin-bottom: 27px;
}
#interview .container p {
	margin-bottom: 48px;
}
#interview a.link-interview {
	display: flex;
	justify-content: flex-start;
	text-align: left;
	width: 50%;
	max-width: 558px;
	height: 103px;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	font-family: "Segoe UI", sans-serif;
	background: #fff;
	border-radius: 10px;
	padding: 16px 80px 16px 45px;
	position: relative;
	margin-bottom: 48px;
	text-decoration: none;
}
#interview a.link-interview::before {
	content: "";
	width: 9px;
	height: 45px;
	background: linear-gradient(270deg, #f04f57 0%, #ee2d2f 97.17%);
	border-radius: 0px 5px 5px 0px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
}
#interview a.link-interview:first-child:before {
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
}
#interview a.link-interview::after {
	display: block;
	content: "";
	width: 52px;
	height: 54px;
	background: url("kviz2.png") no-repeat 0 0;
	position: absolute;
	right: 24px;
	top: 27px;
}
#interview a.link-interview:first-child:after {
	background: url("kviz1.png") no-repeat 0 0;
	width: 40px;
}
#interview .link_blue {
	cursor: pointer;
}
@media (max-width: 1150px) {
	#interview .d-flex {
		justify-content: center !important;
	}
	#interview a.link-interview {
		margin: 0 10px 48px;
		width: 45%;
	}
}
@media (max-width: 950px) {
	#interview a.link-interview {
		font-size: 20px;
	}
}
@media (max-width: 850px) {
	#interview a.link-interview {
		font-size: 18px;
		min-width: 350px;
		padding-left: 35px;
	}
}
@media (max-width: 1240px) {
	#staticKviz .modal-dialog {
		max-width: 80%;
	}
}
@media (max-width: 1000px) {
	#staticKviz .modal-dialog {
		max-width: 98%;
	}
}
#staticKviz h3 {
	font-family: "Segoe UI", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 64px;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}
@media (max-width: 750px) {
	#staticKviz h3 {
		font-size: 35px;
		line-height: 42px;
	}
}
#staticKviz h3 b {
	display: block;
	font-weight: 700;
}
#staticKviz p {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 32px;
}
@media (max-width: 656px) {
	.kviz.kviz-2 > .d-flex {
		flex-wrap: wrap;
	}
}
@media (max-width: 593px) {
	form .kviz > .d-flex {
		flex-wrap: wrap;
	}
}

.kviz-left {
	flex: 1 1 auto;
}
.kviz-left .d-flex {
	margin-bottom: 40px;
	min-height: 156px;
}
@media (max-width: 593px) {
	.kviz-3 .kviz-left .d-flex {
		min-height: auto;
	}
}
.kviz-left .block-check {
	flex: 1 1 30%;
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
	border-radius: 10px;
	background: #ffffff;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 10px;
	max-width: 191px;
	min-width: 135px;
}
@media (max-width: 656px) {
	.kviz-2 .kviz-left .block-check,
	.kviz-3 .kviz-left .block-check,
	.kviz-4 .kviz-left .block-check {
		min-width: 188px;
	}
}
@media (max-width: 451px) {
	.kviz-2 .kviz-left .block-check,
	.kviz-3 .kviz-left .block-check,
	.kviz-4 .kviz-left .block-check {
		min-width: 135px;
	}
}
.kviz-left .block-check::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 5px;
	width: 100%;
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	border-radius: 0px 5px 5px 0px;
}
.kviz-left label {
	display: block;
	padding: 19px 0 18px;
	cursor: pointer;
	margin-bottom: 0;
}
.kviz-left label:hover {
	background: #2c8dcc;
	color: #fff;
}
.kviz-left input[type="radio"] {
	visibility: hidden;
	position: absolute;
}
.kviz-left input:checked ~ label {
	background: #2c8dcc;
	color: #fff;
}
.block-progress {
	margin-right: 10px;
}
#staticKviz .block-progress p {
	font-size: 14px;
	line-height: 19px;
	color: #999;
}
.block-progress p b {
	color: #2c8dcc;
}
.block-progress .progress {
	background: #f5f5f5;
	border-radius: 10px;
	height: 8px;
	margin-bottom: 5px;
}
.block-progress .progress span {
	display: block;
	background: linear-gradient(180deg, #0078b5 2.12%, #0088cb 97.07%);
	border-radius: 10px;
}
.kviz-right {
	width: 250px;
	min-width: 250px;
}
.kviz-right .link-interview {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 19px;
	color: #999999;
	background: #ffffff;
	box-shadow: -20px 0px 20px rgba(15, 66, 91, 0.1);
	display: block;
	text-decoration: none;
	padding: 10px 35px 10px 24px;
	border-radius: 10px;
	position: relative;
}
.kviz-right .link-interview b {
	font-weight: 300;
}
.kviz-right .link-interview::before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 29px;
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	border-radius: 0px 5px 5px 0px;
	left: 0;
	top: 15px;
}
.kviz-right .link-interview:last-child:before {
	background: linear-gradient(270deg, #f04f57 0%, #ee2d2f 97.17%);
}
.kviz-right .link-interview::after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 16px;
	width: 31px;
	height: 32px;
	background: url("kviz2-grey.png") no-repeat 0 0;
}
.kviz-right .link-interview:first-child:after {
	width: 24px;
	height: 32px;
	top: 10px;
	background: url("kviz1-grey.png") no-repeat 0 0;
}
.block-link-further {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 13px;
}
.modal-content a.link-further {
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	border-radius: 100px;
	padding: 14px 18px 16px;
	color: #fff;
	min-width: 132px;
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	line-height: 23px;
	margin-left: 10px;
	cursor: pointer;
}
@media (max-width: 741px) {
	.block-link-further {
		align-items: flex-end;
		height: 145px;
	}
	.kviz-2 .block-link-further,
	.kviz-3 .block-link-further,
	.kviz-4 .block-link-further {
		height: auto;
	}
}
@media (max-width: 656px) {
	.kviz-2 .kviz-right {
		width: 100%;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.kviz-2 .kviz-right .link-interview {
		width: 49%;
	}
	.kviz-2 .block-link-further {
		height: auto;
		width: 100%;
	}
	.kviz-4 .block-link-further {
		height: 145px;
	}
}
@media (max-width: 593px) {
	.kviz-right {
		width: 100%;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.kviz-right .link-interview {
		width: 49%;
	}
	.block-link-further {
		height: auto;
		width: 100%;
	}
	.kviz-4 .block-link-further {
		height: auto;
	}
}
@media (max-width: 505px) {
	.kviz-right {
		justify-content: center;
	}
	.kviz-right .link-interview {
		width: 60%;
	}
	.kviz-2 .kviz-right .link-interview {
		width: 60%;
	}
}
@media (max-width: 435px) {
	.kviz-right .link-interview {
		width: 80%;
	}
	.kviz-2 .kviz-right .link-interview {
		width: 80%;
	}
}
.kviz-5 {
	background: #fff;
	margin: -157px 0 30px 0;
	position: relative;
}
@media (max-width: 797px) {
	.kviz-5 {
		margin-top: -222px;
	}
}
@media (max-width: 749px) {
	.kviz-5 {
		margin-top: -113px;
	}
}
@media (max-width: 593px) {
	.kviz-5 {
		margin-top: -156px;
	}
}
@media (max-width: 369px) {
	.kviz-5 {
		margin-top: -198px;
	}
}
@media (max-width: 352px) {
	.kviz-5 {
		margin-top: -240px;
	}
}
#staticKviz .kviz-5 p {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 60px;
}
.kviz-5 .d-flex {
	max-width: 750px;
	margin: 0 auto;
}
.kviz-5 input[type="text"],
.kviz-5 input[type="email"] {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #2c8dcc;
	font-size: 14px;
	color: #333333;
	padding: 5px 13px 7px 13px;
}
.kviz-5 button {
	background: linear-gradient(90deg, #0080c0 0%, #008ed3 100%);
	border-radius: 100px;
	width: 205px;
	height: 50px;
	color: #fff;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
}
.kviz-5 .kdnm_country-selected {
	margin-top: -7px;
}
@media (max-width: 720px) {
	.kviz-5 .d-flex {
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.kviz-5 .d-flex > div {
		margin: 0 10px 20px;
	}
}
@media (max-width: 565px) {
	.kviz-5 .d-flex div {
		width: 100%;
		text-align: center;
	}
	.kviz-5 input[type="text"],
	.kviz-5 input[type="email"] {
		width: 100%;
	}
}