@font-face {
font-family: "EtelkaWideMediumPro";  
src: url("../fonts/EtelkaWideMediumPro.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal;
 }
@font-face{
font-family: "EtelkaText";
src: url("../fonts/EtelkaTextBold.ttf") format("truetype");
font-style: normal; 
font-weight: 600; 
}
@font-face{
font-family: "EtelkaText";
src: url("../fonts/EtelkaText.ttf") format("truetype");
font-style: normal; 
font-weight: 400; 
}

html {
	box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box;  
}
body {
    font-family: "EtelkaText", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #74808C;
	margin: 0;
	overflow-x: hidden;
}
*, ::after, ::before {
    box-sizing: inherit;
}
a{
    color: #9B51E0;
    text-decoration: underline;
}
a:hover {
    color: #9B51E0;
    text-decoration: none;
}
ul {
	list-style-type: square;
}
.orange {
	color: #FA4616;
}
.container {
    max-width: 1600px;
	margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    width: 100%;
	overflow-x: hidden;
	
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left {
    width: 25%;
    position: relative;
}
.right {
    width: 70%;
}
.wrapper {
	padding: 40px 0;
}
.btn {
	background-color: #9B51E0;
	font-family: "EtelkaWideMediumPro", sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0 40px;
	border: none;
	font-size: 12px;
	position: relative;
	cursor: pointer;
	height: 50px;
    margin: 5px 0;
	min-width: 200px;
}	
.btn:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,0.2);
	transition: all 0.5s ease;
}
.btn:hover:before {
	width: 100%;
}
ul.accordion_class_block {
	font-size: 12px;
	width: 300px;
}
ul.accordion_class_block li:first-child {
	margin-top: 10px;
}
ul.accordion_class_block li:last-child {
	margin-bottom: 10px;
}
.accordion_class h3.accordion_class_click {
	color: #5B646E;
	cursor: pointer;
	margin: 0;
	padding: 25px 20px 25px 20px;
	border-top: 1px solid #C8D0D8;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-weight: normal;
	font-size: 14px;
	display: flex;
	align-items: center;
}
h3.accordion_class_click:before {
	content: '';
    background: url(../img/arrow2.svg) 0 0 no-repeat;
    width: 15px;
    height: 15px;
	transition: transform 0.3s ease-in-out;
	margin-right: 15px;
}
h3.accordion_class_click.select:before {
	transform: rotate(180deg);
}
a.accordion_class_click {
	display: flex;
	align-items: center;
}
a.accordion_class_click:after {
	content: '';
    background: url(../img/arrow.svg) 0 0 no-repeat;
    width: 10px;
    height: 10px;
	transition: transform 0.3s ease-in-out;
	margin-left: 10px;
}
a.accordion_class_click:hover:after {
	transform: rotate(180deg);
}
.accordion_class .accordion_class_click:hover {
	color: #9B51E0;
}
.accordion_class .accordion_class_click:before {
	content: "";
}
.accordion_class .accordion_class_click:first-child {
	border-top: none;
	padding-top: 0;
}
.accordion_class .accordion_class_click.select {
	color: #9B51E0;
}
.accordion_class a.accordion_class_click.select:after {
	transform: rotate(180deg);
}
.accordion_class .accordion_class_block {
	height: 0;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	transition: height 0.5s;
}
/* Хлебные крошки_начало */
.breadcrumb {
    padding: 25px 60px;
    margin: 0;
	list-style: none;
}
.breadcrumb::after {
    display: block;
    clear: both;
	content: ""
}
.breadcrumb .breadcrumb_item {
    font-size: 14px;
	float: left;
}
.breadcrumb_bg {
	background-color: #F5F6F8;
}
.breadcrumb .breadcrumb_item a {
    text-decoration-line: underline;
    color: #898A8C;
}
.breadcrumb .breadcrumb_item a:hover {
    text-decoration-line: none;
}
.breadcrumb .breadcrumb_item.active {
    color: #898A8C;
}
.breadcrumb_item+.breadcrumb_item::before {
    content: "/";
    font-size: 14px;
    color: #898A8C;
    padding: 0 10px;
}
/* Хлебные крошки_конец */
/* Шапка_начало */
.right_nav {
    background: #000;
	color: #fff;
    padding: 60px;
    right: -400px;
	width: 400px;
	position: fixed;
	height: 100%;
	z-index: 10;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
	overflow-x: hidden;
    overflow-y: auto;
}
.right_nav .ru_eng_close {
	display: flex;
    justify-content: flex-end;
	height: 30px;
}
.right_nav .close_ico, .right_nav .language {
	margin: auto 0;
}
.right_nav .close_ico {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.right_nav_top, .right_nav_bottom {
	width: 100%;
}
.right_nav .right_nav_bottom_block {
	margin: 0 0 15px 0;
}
.right_nav .right_nav_tel a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.right_nav .language a {
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	padding: 8px 5px;
}
.right_nav .language .select_lang {
	border: 1px solid #9B51E0;
}
.right_nav .social {
	margin-top: 60px;
}
.right_nav_top > ul {
	margin: 40px 0 40px 0;
}
.right_nav ul {
    padding: 0;
    list-style: none;
	font-family: "EtelkaWideMediumPro", sans-serif;
}
.right_nav li {
    margin: 0;
    padding: 5px 0;
}
.right_nav ul li a {
	color: #fff;
	text-decoration: none;
}
.right_nav ul li a:hover {
	color: #9B51E0;
}
.right_nav .social a {
	text-decoration-line: none;
	display: inline-block;
	margin-right: 5px;
	width: 35px;
	height: 35px;
}
.sticky {
    position: fixed;
    z-index: 101;
}
.stop {
    position: relative;
    z-index: 101;
}
.menu {
	background-color: #002855;
	padding: 40px 60px;
}
.top_menu {
	text-align: right;
	margin: auto 0 auto auto; 
}
.top_menu .top_menu_drop {
	display: flex;
	align-items: center;
}
.top_menu_drop:after {
	content: '';
    background: url(../img/arrow.svg) 0 0 no-repeat;
    width: 10px;
    height: 10px;
	transition: transform 0.3s ease-in-out;
	margin-left: 10px;
}
.top_menu_drop:hover:after {
	transform: rotate(180deg);
}
.top_menu ul {
    padding: 0;
    margin: 0;
	list-style: none;
}
.top_menu > ul > li {
	display: inline-block;
	margin: 5px 0 5px 40px;
	font-family: "EtelkaWideMediumPro", sans-serif;
	position: relative;
}
.top_menu_submenu_wrapper {
	position: absolute;
	left: -20px;
	z-index: 10;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.top_menu_submenu {
	background-color: #fff;
	padding: 20px;
	min-width: 350px;
	text-align: left;
}
.top_menu_submenu ul li {
	padding: 10px 0;
}
.top_menu_submenu a {
	color: #5B646E;
	text-decoration-line: none;
}
.top_menu_submenu a:hover {
	color: #9B51E0;
}
.triangle {
	min-width: 350px;
	text-align: left;
	height: 10px;
	margin-top: 5px;
}
.triangle img {
	width: 20px;
	margin-left: 30px;
}
.top_menu > ul > li > a {
    text-decoration-line: none;
    color: #fff;
}
.top_block {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_menu .top_menu_submenu_wrapper {
  display: none;
}
.top_menu ul li:hover .top_menu_submenu_wrapper {
  display: block;
}
.top_block .menu_ico img {
	height: 100%;
}
.top_block .menu_ico {
	height: 30px;
	display: none;
}

.logo_art {
	height: 65px;
}
.logo_art img {
	height: 40px;
}
.top_block a {
	margin-top: auto;
	margin-bottom: auto;
	display: inline-block;
}
.top_block .tel {
	margin-left: auto;
	margin-right: 40px;
	text-decoration-line: none;
    color: #fff;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 20px;
}
/* Шапка_конец */
/* Левое_меню_начало */
.left_menu {
    padding: 0;
    margin: 0;
	list-style: none;
	font-family: "EtelkaWideMediumPro", sans-serif;
}
.left_menu .left_menu_item {
    margin-bottom: 30px;
	padding: 5px 0 5px 10px;
}
.left_menu .left_menu_item a {
    text-decoration-line: none;
    color: #5B646E;
}
.left_menu .left_menu_item.active {
    text-decoration-line: none;
    color: #9B51E0;
	border-left: 2px solid #9B51E0;
}
/* Левое_меню_конец */
/* левое_меню_фильтры_начало */
.left_menu {
	color: #5B646E;
}
.left_menu .left_submenu {
	padding-left: 20px;
}
.left_menu .left_submenu > li {
    list-style: none;
    color: #5B646E;
	margin: 15px 0;
	font-size: 12px;
}
.left_menu .left_submenu li:first-child {
	margin-top: 30px;
}
.left_menu .left_submenu .checkbox_text {
	margin: 0;
}
.left_menu_checkbox {
	display: flex;
	align-items: center;
}
.left_menu_checkbox input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: top;
	outline: none;
	transition: background 0.3s ease;
	border: 2px solid #74808C;
	cursor: pointer;
}
.left_menu_checkbox input[type=checkbox]:checked {
	outline: 2px solid #FA4616;
	border: 2px solid #fff;
	background-color: #FA4616;
}
.left_menu_checkbox input[type="checkbox"]:checked+.checkbox_text {  
	color: #FA4616;
}

/* левое_меню_фильтры_конец */


/* Подвал_начало */
.footer_menu {
	background-color: #000;
	padding: 20px 0;
	color: #fff;
}
.footer_menu .column_menu .rab {
	margin: 10px 40px 10px 0;
}
.footer_menu .column_menu .rab a {
	display: block;
}
.footer_menu .column_menu .rab p {
	margin: 0
}
.footer_menu .column_menu .footer_tel {
	text-decoration-line: none;
    color: #fff;
}
.footer_menu .column_menu .social a {
	text-decoration-line: none;
	display: inline-block;
	margin-left: 5px;
	width: 35px;
	height: 35px;
}
.footer_menu .column_menu {
	margin: 20px 0;
}
.copyright {
	padding: 30px 0;
	background-color: #000;
	color: #fff;
}
.copyright p {
	padding: 0
}
/* Подвал_конец */

.social {visibility: hidden;}

/* все_блоки_начало */
.inner_block_head {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.inner_block_head a {
	display: inline-block;
	margin: 10px 0;
}
.inner_block_head h2 {
	color: #5B646E;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 22px;
	margin: auto 0;
	font-weight: 400;
	max-width: 60%;
}
.inner_block {
	margin: 0 0 80px 0;
}
.inner_block ul {
	margin-top: 20px;
}
.inner_block ul li {
	padding-bottom: 5px;
}
/* все_блоки_конец_начало */
/* alpha_начало */
.alpha, .alpha_invert {
	background-color: #F5F6F8;
}
.alpha_text h2, .alpha_invert_text h2 {
	color: #5B646E;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 22px;
	margin: 0 0 20px 0;
	font-weight: 400;
}
.alpha_text, .alpha_invert_text {
	padding: 40px 10px 40px 40px;
	width: calc(50% - 15px);
}
.alpha_invert_text {
	padding: 40px 40px 40px 10px;
}
.alpha button, .alpha_invert button {
	margin-top: 20px;
}
.alpha_img {
	width: calc(50% - 15px);
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-size: cover;
}
.clean_alpha {
	background-color: #fff;
}
.clean_alpha_text {
	padding: 0;
}
/* alpha_конец */
/* beta_начало */
.beta {
	margin: 0 0 50px 0;
}
.beta .flex {
	justify-content: flex-start;
}
.beta_item {
    width: calc((100% / 3) - (60px / 3));
    margin-right: 30px;
    margin-bottom: 30px;
	background-color: #F5F6F8;
	padding: 40px;
	display: flex;
    justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
}
.beta_item:nth-child(3n) {
    margin-right: 0;
}
.beta_ico {
	height: 65px;
}
.beta_text_block {
	margin-top: 100px;
}
.beta_text_head {
	color: #5B646E;
	font-weight: bold;
	margin-bottom: 20px;
}
.beta_bgimg_mod .beta_text_block{
	margin-top: 150px;
	color: #fff;
}
.beta_bgimg_mod .beta_text_head {
	color: #fff;
	font-size: 20px;
}

.beta_text {
	font-size: 16px;
}
.beta_bgimg_mod .beta_item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* beta_конец */
/* gamma_начало */
.gamma {
	background: linear-gradient(-45deg, #9B51E0, #102953);
	color: #fff;
	text-align: center;
	padding: 60px;
}
.gamma_text h2 {
	color: #fff;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 22px;
	margin: 0 0 20px 0;
	font-weight: 400;
}
.gamma button {
	margin-top: 20px;
}
.gamma .index_input_block .index_input {
	margin-top: 20px;
}
.gamma .btn {
	background-color: #000;
}
.gamma .inner_input_block .inner_input {
    height: 50px;
    background-color: #fff;
    border: none;
    margin: 20px 0 5px 0;
    padding: 0 20px;
    color: #74808C;
    outline: none;
    margin-right: 10px;
    opacity: 0.6;
    width: 100%;
}
.inner_input_block .flex {
    flex-wrap: nowrap;
    justify-content: center;
}
/* gamma_конец */

/* delta_начало */
.delta {
	margin: 0 0 50px 0;
}
.delta_item {
    width: calc((100% / 2) - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
	background-color: #F5F6F8;
	padding: 40px;
	display: flex;
    justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
}
.delta_item:nth-child(2n) {
    margin-right: 0;
}
.delta_ico {
	height: 65px;
}
.delta_text ul {
	padding-left: 30px;
}
.delta_text_block {
	margin-top: 100px;
}
.delta_text_head {
	color: #5B646E;
	margin-bottom: 20px;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 16px;
}
/* delta_конец */
/* epsilon_начало */
.epsilon {
	background-color: #F5F6F8;
	margin-bottom: 40px;
}
.epsilon_text h2 {
	color: #5B646E;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 22px;
	margin: 0;
	font-weight: 400;
}
.epsilon_text {
	padding: 40px 40px 40px 10px;
	width: calc(50% - 15px);
}
.epsilon button {
	margin-top: 20px;
}
.epsilon_img {
	background-color: #DAE8F3;
	width: calc(50% - 15px);
    margin-right: 30px;
	align-items: stretch;
	background-image: url(../img/terminal.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.epsilon .certificate_ico {
	height: 35px;
	margin: 10px 10px 10px 0;
}
.epsilon_sertificates {
	justify-content: flex-start;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* epsilon_конец */
/* zeta_начало */
.zeta {
	margin: 0 0 50px 0;
}
.zeta .flex {
	justify-content: flex-start;
}
.zeta_item {
    width: calc((100% / 3) - (60px / 3));
    margin-right: 30px;
    margin-bottom: 30px;
	background-color: #F5F6F8;
}
.zeta_item:nth-child(3n) {
    margin-right: 0;
}
.zeta_img {
    background-repeat: no-repeat;
	background-size: cover;
    background-position: 50% 50%;
	min-height: 260px;
	padding: 40px;
}
.zeta_logo {
	height: 40px;
}
.zeta_text {
	color: #5B646E;
	font-family: "EtelkaWideMediumPro", sans-serif;
	padding: 40px;
}
.zeta_text_small {
    margin-top: 5px;
    color: #74808C;
    font-family: "EtelkaText", sans-serif;
}
/* zeta_конец */
/* eta_начало */
.eta_item {
    width: calc((100% / 4) - 10px);
	text-align: center;
}
.eta_text {
	padding: 0 10px;
}
.chart-text {
	fill: #002855;
	font-family: "EtelkaWideMediumPro", sans-serif;
	-moz-transform: translateY(0.35em);
	-ms-transform: translateY(0.35em);
	-webkit-transform: translateY(0.35em);
	transform: translateY(0.35em);
}
.chart-number {
	font-size: 0.6em;
	line-height: 1;
	text-anchor: middle;
	-moz-transform: translateY(-0.25em);
	-ms-transform: translateY(-0.25em);
	-webkit-transform: translateY(-0.25em);
	transform: translateY(-0.25em);
}
.percent {
	font-size: 0.6em;
}
.chart {
	margin-bottom: 20px;
}
/* eta_конец */
/* iota_начало */
.accordion_wrapper_iota {
	width: calc(50% - 15px);
	border-bottom: 1px solid #C8D0D8;
}
.iota_tab_text > p:first-child {
	margin-top: 0;
}
.go_go {
	display: inline-block;
	cursor: pointer;
}
.accordion_text_wrapper {
	margin-bottom: 30px;
	padding-left: 30px;
}
.iota_text h2 {
	color: #5B646E;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 22px;
	margin: 0 0 20px 0;
	font-weight: 400;
}
.iota_text {
	width: calc(50% - 15px);
}
.iota button {
	margin-top: 20px;
}
.iota_text ul li {
	padding-bottom: 5px;
}
/* iota_конец */
/* kappa_начало */
.kappa img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.kappa .slider-for .slick-arrow {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	padding: 0;
    opacity: 0.8;
    transition: all 0.5s;
    font-size: 0;
    border: 0;
    z-index: 1;
    cursor: pointer;
    outline: 0;
}
.kappa .slider-for .slick-arrow:hover {
    opacity: 1;
}
.kappa .slider-for .slick-arrow.slick-prev {
    background: url(../img/arrow4.svg) 50% 50% no-repeat;
    transform: rotate(180deg);
    left: 10px;
}
.kappa .slider-for .slick-arrow.slick-next {
    background: url(../img/arrow4.svg) 50% 50% no-repeat;
    right: 10px;
}
.kappa .slider-nav img {
    object-fit: cover;
}
.kappa .slider-nav .slick-slide {
	border-bottom: 3px solid #fff;
    width: 120px;
    height: 120px;
    margin-right: 20px;
	margin-top: 20px;
    cursor: pointer;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	opacity: 0.6;
}
.kappa .slider-nav .slick-slide.slick-active.slick-current {
    border-bottom: 3px solid #9B51E0;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
	opacity: 1;
}
.kappa_text h2 {
	color: #5B646E;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 22px;
	margin: 0 0 20px 0;
	font-weight: 400;
}
.kappa_text {
	width: calc(50% - 15px);
}
.kappa button {
	margin-top: 20px;
}
.kappa_slider {
	width: calc(50% - 15px);
}
.kappa_text ul li {
	padding-bottom: 5px;
}
/* kappa_конец */
/* lambda_начало */
.lambda .tabs_caption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "EtelkaWideMediumPro", sans-serif;
	color: #74808C;
}
.lambda .tabs_caption li {
	padding: 15px 0;
	margin: 0 20px -1px 20px;
	position: relative;
	text-align: center;
}
.lambda .tabs_caption li:first-child {
	margin-left: 0;
}
.lambda .tabs_caption li:not(.active) {
	cursor: pointer;
}
.lambda .tabs_caption li:not(.active):hover {
	color: #5B646E;
}
.lambda .tabs_caption .active {
	color: #9B51E0;
	border-bottom: 2px solid #9B51E0;
}
.lambda .tabs_content {
	display: none;
	border-top: 1px solid #C8D0D8;
	padding: 60px 0 0 0;
}
.lambda .tabs_content.active {
	display: block;
}
.lambda_point {
	padding-bottom: 10px;
	width: calc(50% - 20px);
}
.lambda_point_head {
	font-weight: bold;
}
.lambda_certificate {
	margin: 0 0 50px 0;
}
.lambda_certificate_item {
    width: calc((100% / 2) - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.lambda_certificate_item:nth-child(2n) {
    margin-right: 0;
}
.lambda_certificate_ico {
	height: 30px;
}
.lambda_certificate_img {
	width: calc(25% - 15px);	
}
.lambda_certificate_img img {
	width: 100%;	
}
.lambda_certificate_text_block {
	width: calc(75% - 15px);
}
/* lambda_конец */

/* pi_начало */
.pi_item {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	background-color: #F5F6F8;
	padding: 40px;
	align-items: flex-start;
}
.pi_text_head {
	color: #5B646E;
	margin-bottom: 10px;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 16px;
}
.pi_ico {
	margin-right: 20px;
}
.pi_text_block {
	padding: 5px;
}
@media (max-width: 767px) {
	.pi_item {
		padding: 30px;
	}
}
@media (max-width: 575px) {
	.pi_item {
		padding: 30px 20px;
	}
}
/* pi_конец */

/* popup_начало */
.popup_fade {
	display: none;
}
.popup_fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
	position: relative;
	width: 40%;	
	background: #fff;
	opacity: 1;
	color: #74808C;
}
.popup_close_ico {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.popup_header {
	background-color: #002855;
	align-items: center;
	padding: 30px;
}
.popup_header h2 {
	font-family: "EtelkaWideMediumPro", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	width: 90%;
}
.popup_text {
	padding: 40px 30px;
}
.modal_wrapper {
	position:fixed;
	display:flex;
	align-items:center;
	justify-content:center;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	z-index: 99999;
}
.omni_input_block {
	margin-bottom: 20px;
}
.omni_input_block .omni_input {
	height: 50px;
	width: 100%;
	background-color: #F5F6F8;
	border: none;
	margin: 5px 0;
	padding: 0 20px;
	color: #74808C;
	outline: none;
}
.omni_input_block .omni_input_error {
	background-color: #fef3f3;
}
.omni_input_block .omni_input::-webkit-input-placeholder {opacity: 0.7;}
.omni_input_block .omni_input::-webkit-input-placeholder {opacity: 0.7;}
.omni_input_block .omni_input:-moz-placeholder {opacity: 0.7;}
.omni_input_block .omni_input:-ms-input-placeholder {opacity: 0.7; }
.omni_input_block .omni_input:focus::-webkit-input-placeholder {opacity:0;}/* webkit */
.omni_input_block .omni_input:focus::-moz-placeholder {opacity:0;}/* Firefox 19+ */
.omni_input_block .omni_input:focus:-moz-placeholder {opacity:0;}/* Firefox 18- */
.omni_input_block .omni_input:focus:-ms-input-placeholder {opacity:0;}/* IE */

.popup_checkbox {
	display: block;
	margin: 20px 0;
	display: flex;	
}
.checkbox_text {
	width: 90%;
	margin-top: -2px; /* Из-за двойной рамки чекбокса */
}
.popup_checkbox input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: top;
	outline: none;
	transition: background 0.3s ease;
	border: 2px solid #74808C;
	cursor: pointer;
}
/* Checked */
.popup_checkbox input[type=checkbox]:checked {
	outline: 2px solid #9B51E0;
	border: 2px solid #fff;
	background-color: #9B51E0;
}
/* Focus */
.focused input[type=checkbox] {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
/* Hover */
.popup_checkbox input[type=checkbox]:hover {
	filter: brightness(110%);
}
/* Active */
.popup_checkbox input[type=checkbox]:active {
	filter: brightness(80%);
}
/* Disabled */
.popup_checkbox input[type=checkbox]:disabled {
	color: #666;
	cursor: default;
}
.popup_checkbox input[type=checkbox]:disabled {
	filter: grayscale(100%);
	opacity: 0.6;
}
/* popup_конец */