::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

img,i {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

div {
	overflow: hidden;
}

h1, h2, h3, h1, h5, h6,a,p {
  /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
	font-family: "Segoe UI", Regular;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: black;
}

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

header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	widows: 100%;
	min-height: 938px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: transparent url('../images/header_back.png') 0% 0% no-repeat padding-box;
	background-position: top;
	background-color: #4E5161;
	background-size: cover;
	background-position: 0% 80%;
	/*effect*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.head {
	display: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	height: 150px;
}

.menu__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* te; */
}

.head.active {
 /*mobile*/
	position: fixed;
	left: 0;
	right: 0;
	z-index: 222;
	background: rgba(44,47,57, .9);
	height: 80px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.head.active .company_logo {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 300px;
	margin-top: 0px !important;
	margin-left: 30px;
}

.head.active .company_logo img {
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 30px;
}

.head.active .menu__header li {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
/*	padding: 0px !important;*/
}

.head.active .menu__header {
	height: 100px;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu__header > li {
	margin-left: 138px;
	margin-top: 68px;
}

.menu__header > li a {
	color: white;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 22px/30px var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	font: normal normal normal 22px/30px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: 300;
}

.menu__header > li a:hover {
	color: #ed1e26;
	cursor: pointer;
}

.company_logo {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30%;
	width: 30%;
	left: 0px;
	margin-top: 58px;
	z-index: 1;
}

.company_logo img {
	margin-left: 5%;
	/* margin-top: 25.15px; */
	margin-top: 10px;
	width: 225px;
	height: 52.23px;
}

.platform_present {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
}

.platform_present_description {
	display: inherit;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 80%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-top: 216.63px;
}

.digital_logo {
	margin-left: 140px;
	width: 379.92px;
	height: 155.37px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.digital_logo img {
	width: 100%;
}

.digital_description {
	margin-left: 153px;
	margin-top: 70px;
}

.digital_description p {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/27px var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	text-align: left;
	font: normal normal normal 20px/27px Segoe UI;
	letter-spacing: 0px;
	font-weight: 300;
	color: #FFFFFF;
}

.platform_present_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 150px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.platform_present_buttons.header > .platform_present_btn_cost {
	margin-left: 140px;
}

.platform_present_buttons.header {
	margin-top: 140px;
}

.platform_present_btn_cost {
	display: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 260px;
	height: 56px;
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 36px;
}

.platform_present_btn_demo {
	display: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 317px;
	height: 56px;
	color: #ffffff;
	background: var(--unnamed-color-27ffc4) 0% 0% no-repeat padding-box;
	background: #ed1e26 0% 0% no-repeat padding-box;
	border-radius: 36px;
	margin-left: 47px;
}

.platform_present_btn_demo:hover, .platform_present_btn_cost:hover {
	cursor: pointer;
}

.platform_present_btn_demo p, .platform_present_btn_cost p {
	font-size: 22px;
	font-weight: 600;
}

.platform_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.platform_container > article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.block_header {
	display: inherit;
	width: 100%;
	height: 180px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.block_header h1 {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-50)/var(--unnamed-line-spacing-67) var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	text-align: left;
	font: normal normal normal 50px/67px Segoe UI;
	color: #FFFFFF;
	font-weight: 400;
	margin-left: 140px;
	margin-top: 108px;
}

.info__video, .info__modules {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.info__func {
	background: #424554;
}

.info__video {
	background: #4E5161;
}

.info__modules {
	background: #424554;
}

.info__video .video_player {
	display: inherit;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* margin-top: 140px; */
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info__video .video_player img {
	display: inherit;
	position: inherit;
	width: 90%;
}

.info__video .video_player video {
	display: inherit;
	position: inherit;
	width: 90%;
}

.info__video_description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	width: 100%;
}

.info__video_description p {
	margin-left: 140px;
	margin-top: 145px;
	margin-bottom: 122px;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/27px var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	text-align: left;
	font: normal normal normal 20px/27px Segoe UI;
	color: white;
}

.info__modules .grid_modules {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	margin-left: 123px;
	margin-top: 109px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info__modules .grid_modules .module {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	max-width: 535px;
	margin-left: 17px;
	padding: 10px;
}

.info__modules .grid_modules .module img {
	width: 100%;
}

.info__modules .grid_modules .module .panel {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 534px;
	height: 353px;
	background: #313441 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 0px 10px #0000004D;
	box-shadow: 0px 0px 10px #0000004D;
	/* border-radius: 34px; */
}

.info__modules .grid_modules .module .panel .point {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--unnamed-color-27ffc4) 0% 0% no-repeat padding-box;
	background: #ed1e26 0% 0% no-repeat padding-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 3px;
	right: 50px;
	border-radius: 50%;
}

.info__modules .grid_modules .module .panel:before {
	content: "";
	width: 94%;
	height: 91%;
	left: 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	background: var(--unnamed-color-8897a8) 0% 0% no-repeat padding-box;
	background: #8897A8 0% 0% no-repeat padding-box;
	mix-blend-mode: color;
	/* border-radius: 18px; */
}

.info__modules .grid_modules .module .panel.ddcim_prep {
	background: transparent url('../images/ddcim.png') 0% 0% no-repeat padding-box;
	background-position: center;
}

.info__modules .grid_modules .module .panel.ddcim {
	background: transparent url('../images/ddcim_prep.png') 0% 0% no-repeat padding-box;
	background-position: center;
}

.info__modules .grid_modules .module .panel.ddve {
	background: transparent url('../images/ddve.png') 0% 0% no-repeat padding-box;
	background-position: center;
}

.info__modules .grid_modules .module .panel.ddve_bank {
	background: transparent url('../images/ddve_bank.png') 0% 0% no-repeat padding-box;
	background-position: center;
}

.info__modules .grid_modules .module .panel.mkiro {
	background: transparent url('../images/mkiro.png') 0% 0% no-repeat padding-box;
	background-position: center;
}

.info__modules .grid_modules .module .panel.radkiro {
	background: transparent url('../images/radkiro.png') 0% 0% no-repeat padding-box;
	background-position: center;
}

.info__modules .grid_modules .module .panel.ddkiro {
	background: transparent url('../images/kiro.png') 0% 0% no-repeat padding-box;
	background-position: center;
}

.info__modules .grid_modules .module:last-child {
	margin-bottom: 187px;
}

.info__modules .grid_modules .module .module_description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 23px;
	margin-bottom: 62px;
}

.info__modules .grid_modules .module .module_description h3 {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-24)/27px var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-8897a8);
	font: normal normal 600 24px/27px Segoe UI;
	letter-spacing: 0px;
	color: #8897A8;
	font-weight: 400;
}

.info__modules .grid_modules .module .module_description p {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/27px var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	text-align: left;
	font: normal normal normal 20px/27px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: 400;
}

.info__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.info__platform, .info__use,.info__area {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.info__platform {
	background: #4E5161;
}

.info__use {
	background: #424554;
}

.info__howuse {
	background: #4E5161;
}

.info__platform_description,.info__use_description,.info__area_description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info__area_description {
	padding-bottom: 100px;
}

.info__use_description {
	width: 900px;
}

.info__platform_banner,.info__use_banner,.info__area_banner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	height: 1040px;
}

.info__platform_banner,.info__use_banner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.info__area_banner {
	width: 700px;
}

.info__platform_banner img,.info__use_banner img,.info__area_banner img {
	position: absolute;
}

.info__platform_banner img {
	right: -613px;
}

.info__platform_banner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info__use_banner img {
	right: -1316px;
}

.info__use_banner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info__use_banner img{
	/* left: 500px; */
}

.info__area_banner img {
	right: 25px;
}

.info__area_banner {
	margin-top: 202px;
}

.info__platform_description_container,.info__use_description_container,.info__area_description_container {
	margin-top: 124px;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/27px var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	text-align: left;
	font: normal normal normal 20px/27px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: 500;
}

.info__platform_description_container,.info__use_description_container {
	margin-left: 140px;
}

.info__platform_description_container ul,.info__use_description_container ul,.info__area_description_container ul {
	width: 100%;
	margin-top: 30px;
	list-style-type: square;
	color: #ed1e26;
	margin-bottom: 30px;
}

.info__platform_description_container ul,.info__use_description_container ul {
	margin-left: 20px;
}

.info__platform_description_container ul span,.info__use_description_container ul span,.info__area_description_container ul span {
	color: #FFFFFF;
	font-weight: 300;
}

.info__platform_description_container ul span {
	padding-left: 20px;
}

.info__use_description_container ul li {
	margin-top: 12px;
}

.info__area_description {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.info__area .block_header {
	width: 100%;
}

.howuse_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.text_block h3 {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-24)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-8897a8);
	text-align: left;
	font: normal normal 600 24px/32px Segoe UI;
	letter-spacing: 0px;
	color: #8897A8;
}

.text_block {
	margin-bottom: 22px;
}

.info__area_description_container h2 {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-24)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	text-align: left;
	font: normal normal 600 24px/32px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-top: 56px;
}

.info__area_description_container ul {
	margin-left: 20px;
}

.info__area_description_container ul span {
	padding-left: 20px;
}

.info__area_description_container ul li {
	margin-top: 7px;
}

.info__func_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 140px;
}

.func {
	display: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 40px;
}

.func:last-child {
	margin-bottom: 131px;
}

.logo_func {
	display: inherit;
	width: 200px;
	margin-left: 140px;
}

.func .text_block {
	display: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/27px var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	text-align: left;
	font: normal normal normal 20px/27px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.func .text_block h3,.func .text_block p {
	display: inherit;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 90%;
}

.func .text_block p {
	margin-top: 24px;
}
/*.func:last-child > .logo_func{
	margin-left: 17px;
}*/

.info__docs {
	/* background: #4E5161; */
	background: #4E5161;
	padding-bottom: 80px;
}

.info__docs .block_header {
	margin: 0px !important;
}

.info__area_description {
	width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info__docs .info__area .info__area_description ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 100px;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/27px var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	text-decoration: underline;
	font: normal normal normal 20px/27px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: 300;
}

.info__docs .info__area .info__area_description ul li {
	margin-top: 30px;
}

.info__docs .info__area .info__area_description ul li u a {
	color: white;
}

.info__docs .info__area .info__area_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 423px;
	width: 1350px;
	margin-left: 0px;
	background: transparent url('../images/svg/docload.svg') 0% 0% no-repeat padding-box;
	background-position: center;
	background-position: 100% 100%;
	margin-right: 70px;
	margin-top: 80px;
}

.info__docs .info__area .info__area_banner a {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/27px var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	text-align: left;
	text-decoration: underline;
	font: normal normal normal 20px/27px Segoe UI;
	letter-spacing: 0px;
	color: #E1EFFF;
}

.info__docs .info__area .info__area_banner a:hover {
	cursor: pointer;
}

.info__docs .info__area .info__area_banner img {
	position: static !important;
	margin-bottom: 40px;
}

.info__docs .info__area .info__area_banner div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 616px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: transparent url('../images/footer_back.png') 0% 0% no-repeat padding-box;
	background-position: top;
	background-color: #4E5161;
	background-size: cover;
}

.contact {
	display: inherit;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 50%;
}

.contacts_list {
	margin-left: 140px;
	margin-top: 148px;
}

.contacts_list li,.contacts_list li a {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/27px var(--unnamed-font-family-segoe-ui);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	text-align: left;
	font: normal normal normal 20px/27px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.feedback {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feedback .platform_present_buttons {
	margin-top: 320px;
}

.dark_space {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #425674;
	opacity: 0.3;
	z-index: 100;
}

.dark_space.on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

.feedback__form,.feedback__demo {
	z-index: 101;
	position: absolute;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 1000px;
	height: 670px;
	/* background: rgba(44,47,57, .9); */
	background: #353743;
	position: fixed;
	top: 90px;
	left: 170px;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 5px #4F6784;
	box-shadow: 0 0 5px #4F6784;
 /* Параметры тени */
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.feedback__form.on,.feedback__demo.on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

.feedback__form_header,.feedback__demo_header {
	display: inherit;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 3.8rem;
}

.feedback__form_header_close,.feedback__demo_header_close {
	display: inherit;
	vertical-align: middle;
	margin-right: 30px;
	margin-top: 10px;
	text-align: center;
	background-color: white;
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.feedback__form_header_close img,.feedback__demo_header_close img {
	width: 100%;
}

.feedback__form_header_close:hover,.feedback__demo_header_close:hover {
	background-color: #D0E7FF;
	cursor: pointer;
}

.feedback__form_input_area.global, .feedback__form_input_area.global form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-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;
	width: 100%;
	font-size: 20px;
}

.feedback__demo_global {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.feedback__demo_global .text_block {
	margin-top: 50px;
}

.feedback__demo_global .text_block a {
	display: inherit;
	color: #ffffff;
	font-size: 22px;
	margin-top: 20px;
	font-weight: 400;
}

.feedback__demo_global .text_block a:hover {
	cursor: pointer;
	color: white;
}

.feedback__demo_global .text_block {
	margin-left: 40px;
}

.feedback__demo_global .text_block h3 {
	color: white;
}

.feedback__form_input {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: inherit;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2rem;
}

.feedback__form_input input {
	width: 100%;
	height: 2.8rem;
	border-radius: 10px;
	text-decoration: none;
	border: 0px solid white;
	outline: none;
	padding-left: 10px;
}

.feedback__form_input input:focus,
.feedback__form_input select:focus,
.feedback__form_input textarea:focus,
.feedback__form_input button:focus {
	outline: none;
}

.feedback__form_input p {
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 12px;
	margin-left: 5px;
	color: white;
	font-weight: 100;
}

.feedback__form_input.name {
	width: 95%;
	margin-top: 0rem;
}

.feedback__form_input_area.contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.feedback__form_input.email {
	width: 45%;
}

.feedback__form_input.number {
	width: 45%;
	margin-left: 43px;
}

.feedback__form_input.message {
	width: 98%;
}

.feedback__form_input.message p {
	margin-left: 20px;
}

.feedback__form_input.message textarea {
	width: 96%;
	height: 150px;
	border-radius: 10px;
	resize: none;
	padding-left: 10px;
	padding-top: 10px;
}

.feedback__form_description {
	font-family: Arial;
	-ms-flex-item-align: start;
	align-self: flex-start;
	color: #607285;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.6;
	font-weight: 400;
}

.personal_data_text a {
	text-decoration: none;
	color: #ed1e26;
}

.personal_data_text:hover {
	cursor: pointer;
}

.feedback__send_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
}


.g-recaptcha {
	margin-left: 30px;
	margin-top: 10px;
}

.feedback__form_send_area {
	display: inherit;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.form__button {
	background: var(--unnamed-color-27ffc4) 0% 0% no-repeat padding-box;
	background: #ed1e26 0% 0% no-repeat padding-box;
	color: #ffffff;
	border: 0px;
	font-size: 24px;
	padding: 0.8rem 2.2rem;
	border-radius: 30px;
	font-weight: 600;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 230px;
	height: 70px;
	margin-right: 30px;
}

.new__feedback{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 800px;
	margin: 0px !important;
	padding: 0px !important;

}

._new_feed{
	display: flex;
	position: static;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: auto !important;
	min-height: 670px;
	background: #383c47;
	-webkit-box-shadow: 0 0 5px #3E404E !important;
	box-shadow: 0 0 5px #3E404E !important;
	border-radius: 15px;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	box-sizing: border-box;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
}

.new__feedback,._new_feed, ._new_feed form,._new_feed form div,._new_feed form input,._new_feed form textarea{
 z-index: 1 !important;
}

@media (max-width:1178px) {
 /*для header menu*/
	.menu__header > li:first-child {
		margin-left: 100px;
	}
}

@media (max-width:923px) {
 /*для header menu*/
	.head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}

	.company_logo {
		width: 100%;
		height: 120px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info__modules .grid_modules {
		margin-left: 0px !important;
		padding-left: 0px !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info__modules .grid_modules .module {
		margin-left: 0px !important;
		padding-left: 0px !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}

	.info__modules .grid_modules .module .module_description {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}

	.info__modules .grid_modules .module .module_description p {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 20px;
		text-align: center;
	}

	.company_logo img {
		margin: 0px !important;
		padding: 0px !important;
		margin-top: 30px;
	}

	.menu__header li {
		margin: 0px !important;
		padding: 0px !important;
	}

	.menu__header {
		height: 100px;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.company_logo {
		margin-top: 120px;
	}

	.head.active {
		height: 120px;
	}

	.info__platform_description {
		margin-left: 0px !important;
		padding-left: 0px !important;
	}

	.block_header {
		margin: 0px !important;
		padding: 0px !important;
		height: auto !important;
		margin-top: 40px !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.block_header h1 {
		text-align: center;
		margin: 0px !important;
		padding: 0px !important;
	}

	.info__platform_description_container,.info__use_description_container {
		margin-left: 0px !important;
		padding-left: 0px !important;
		margin-top: 0px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-top: 40px !important;
	}

	.info__use {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.info__use_banner {
		display: none;
	}

	.info__area {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.info__area_banner {
		display: none;
	}

	.info__func_container .func {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.info__use_description,.info__area_description {
		height: auto;
		margin-bottom: 40px;
	}

	.info__func_container {
		margin-top: 40px !important;
	}

	.info__func_container .func .logo_func {
		margin: 0px !important;
		padding: 0px !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.info__area_description_container {
		margin-left: 40px;
		margin-top: 40px;
	}

	.info__platform_description_container ul,.info__use_description_container ul {
		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;
		-ms-flex-line-pack: center;
		align-content: center;
		margin-right: 50px;
		padding: 0px !important;
		width: 100%;
	}

	.info__platform_description_container ul li, .info__platform_description_container p, .info__use_description_container ul li, .info__use_description_container p {
		margin-right: 90px;
	}

	.info__use_description_container ul {
		margin-top: 0px;
		margin-left: 40px;
	}

	.info__use_description_container ul li {
		margin-right: 60px;
	}

	.platform_present_buttons.header {
		margin: 0px !important;
		padding: 0px !important;
	}

	.platform_present_buttons {
		margin-left: 0px !important;
		padding-left: 0px !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.platform_present_buttons.header > .platform_present_btn_cost {
		margin-left: 0px !important;
	}

	.info__platform_description_container p, .info__platform_description_container ul {
		padding-left: 40px !important;
	}

	.info__video_description p {
		margin-left: 20px !important;
		padding-left: 0px !important;
		margin-right: 20px;
	}

	.contacts {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact {
		width: 100%;
	}

	.feedback {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}

	.feedback .platform_present_buttons {
		margin: 0px !important;
		padding: 0px !important;
	}

	.contacts_list {
		margin: 0px !important;
		padding: 0px !important;
		width: 50%;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin-top: 40px !important;
	}

	.info__docs .info__area .info__area_banner {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0px !important;
		padding: 0px !important;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.info__docs .info__area_description {
		margin: 0px !important;
		padding: 0px !important;
		height: auto;
	}

	.info__docs .info__area_description ul {
		margin: 0px !important;
		padding: 0px !important;
		margin-top: 40px !important;
	}

	.platform_present_description {
		margin: 0px !important;
		padding: 0px !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

	.platform_present_description div {
		margin-left: 0px !important;
		padding-left: 0px !important;
	}

	.digital_description p {
		text-align: center;
	}

	.platform_present_buttons.header {
		margin-top: 40px !important;
	}

	.contacts_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}

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

@media (max-width:635px) {
 /*mobile info buttons header*/

	.block_header h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.block_header {
		height: auto !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		margin-bottom: 40px;
	}

	.info__platform_description_container p, .info__platform_description_container ul {
		padding-left: 20px !important;
	}

	.info__platform_description_container p {
		width: 100%;
		padding-left: 20px;
	}

	.platform_present_description {
		margin: 0px !important;
		padding: 0px !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

	.platform_present_buttons.header div {
		margin: 0px !important;
		padding: 0px !important;
		margin-top: 40px  !important;
	}

	.platform_present_buttons.header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto !important;
		margin-bottom: 40px !important;
		margin-top: 40px !important;
	}

	.platform_present_description div {
		margin-left: 0px !important;
		padding-left: 0px !important;
	}

	.digital_description p {
		text-align: center;
	}

	.feedback .platform_present_buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto !important;
		margin-bottom: 40px !important;
		margin-top: 40px !important;
	}

	.feedback .platform_present_buttons div {
		margin: 0px !important;
		padding: 0px !important;
		margin-top: 40px  !important;
	}

	.info__docs .info__area ul {
		margin-left: 20px !important;
	}

	.text_block h3 {
		margin-right: 10px;
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.text_block p {
		margin-left: 20px;
	}

	.info__area_description_container {
		margin: 0px !important;
		padding: 0px !important;
	}

	.info__area_description_container h2 {
		margin-left: 10px;
	}

	.info__area_description_container ul span {
		padding: 0px !important;
	}

	.info__area_description_container ul li {
		margin-left: 20px;
		margin-right: 20px;
	}

	.video_player, .video_player video {
		/* margin-top: 40px !important; */
	}
}

@media (max-width:1147px) {
 /*только для формы*/
	.feedback__form,.feedback__demo {
		z-index: 500;
		width: auto !important;
		height: auto !important;
		left: 0px;
	}

	.feedback__demo {
		padding-bottom: 40px;
	}

	.feedback__form_input_area, .feedback__form_input_area div,.feedback__form_input_area input {
		width: 100%;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}

	.feedback__form_input,.feedback__demo_global {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 95% !important;
		margin: 0px !important;
		padding: 0px !important;
		margin-top: 20px !important;
	}

	.feedback__demo_global .text_block {
		width: 100%;
		margin: 0px !important;
		padding: 0px !important;
		margin-left: 20px !important;
	}

	.feedback__form_send_area {
		margin-bottom: 20px !important;
	}
}

@media (max-width:1722px) {
 /*только для bannerov*/
	.info__platform_banner img {
		right: -913px;
	}

	.info__use_banner img {
		right: -1516px;
	}
}

@media (max-width:547px) {
 /*для модулей*/
	.info__modules .grid_modules {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info__modules .grid_modules .module .panel {
		max-width: 460px !important;
		height: 343px !important;
		background-size: 90%!important;
	}
}

@media (max-width:472px) {
 /*для модулей*/
	.info__modules .grid_modules .module .panel {
		max-width: 350px !important;
		height: 263px !important;
		background-size: 90%! important;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
}

@media (max-width:368px) {
 /*для модулей*/
	.info__modules .grid_modules .module .panel {
		max-width: 290px !important;
		height: 253px !important;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
}