@font-face {
 font-display: swap;
font-family: "EtelkaWideMediumPro";
src: url("../fonts/EtelkaWideMediumPro.ttf") format("truetype");
font-style: normal;
font-weight: normal;
 }
@font-face{
 font-display: swap;
font-family: "EtelkaText";
src: url("../fonts/EtelkaTextBold.ttf") format("truetype");
font-style: normal;
font-weight: 600;
}
@font-face{
 font-display: swap;
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.3;
    color: #74808C;
	margin: 0;
	overflow-x: hidden;
}
.body_hidden {
	overflow:hidden;
}
*, ::after, ::before {
    box-sizing: inherit;
}
a{
    color: #FA4616;
    text-decoration: underline;
}
a:hover {
    color: #FA4616;
    text-decoration: none;
}
ul {
	list-style-type: square;
}
.orange {
	color: #FA4616;
}
.green {
	color: #fff;
	background-color: #278130;
	padding: 15px 20px;
	margin-top: 10px;
}
.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%;
}
.all_width {
	width: 100%;
}
.wrapper {
	padding: 40px 0;
}
.btn {
	background-color: #FA4616;
	font-family: "EtelkaWideMediumPro", sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0 40px 0 40px;
	border: none;
	font-size: 12px;
	position: relative;
	cursor: pointer;
	height: 50px;
    margin: 5px 0;
	background-image: url(../img/but_ico.svg);
    background-repeat: no-repeat;
    background-position: 40px center;
	background-size: 15px 15px;
	text-decoration: none;
}
.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%;
}
a.btn {
	padding: 20px 40px 20px 40px;
}
a.btn:hover {
	color: #fff;
}
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;
	/* min-width: 15px;  - было тока на домашнем компе, зря в комит забрал 290324 */
}
h3.accordion_class_click.select:before {
	transform: rotate(180deg);
}
a.accordion_class_click {
	display: flex;
	align-items: center;
}
.accordion_class .accordion_class_click:hover {
	color: #FA4616;
}
.accordion_class .accordion_class_click:first-child {
	border-top: none;
	padding-top: 0;
}
.accordion_class .accordion_class_click.select {
	color: #FA4616;
}
.accordion_class .accordion_class_block {
	height: 0;
	overflow: hidden;
	padding-right: 20px;
	transition: height 0.5s;
	padding-left: 20px;
}
/* breadcrumb_begin */
.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;
}
/* breadcrumb_end */
/* header_begin */
.right_nav {
    background: #000;
	color: #fff;
    padding: 40px 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: space-between;
    align-items: flex-start;
	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 #FA4616;
}
.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: #FA4616;
}
.right_nav .social a {
	text-decoration-line: none;
	display: inline-block;
	margin-right: 5px;
	width: 35px;
	height: 35px;
}
.right_nav 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;
}
.right_nav .accordion_class a.accordion_class_click.select:after {
	transform: rotate(180deg);
}
.right_nav a.accordion_class_click:hover:after {
	transform: rotate(180deg);
}
.sticky {
    position: fixed;
    z-index: 101;
}
.stop {
    position: relative;
    z-index: 101;
}
.menu {
	background-color: #002855;
	padding: 40px 60px;
}
.top_menu {
	text-align: right;
}
.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 li:last-child .top_menu_submenu_wrapper {
	position: absolute;
	left: -250px;
}
.top_menu li:last-child .top_menu_submenu_wrapper .triangle {
	text-align: right;
}
.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: #FA4616;
}
.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;
	margin-bottom: 15px;
}
.top_menu .top_menu_submenu_wrapper {
  display: none;
}
.top_menu ul li:hover .top_menu_submenu_wrapper {
  display: block;
}
.search_ico img, .menu_ico img, .logo_omnicomm img {
	height: 100%;
}
.search_ico, .menu_ico {
	height: 30px;
}
.search_ico {
	margin-right: 20px;
}
.logo_omnicomm {
	height: 20px;
}
/*
.logo_omnicomm .logo_png{
	height: 47px;
	margin-top: -7px;
}
*/

.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;
}
/* header_end */
/* left_menu_begin */
.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: #FA4616;
	border-left: 2px solid #FA4616;
}
/* left_menu_end */
/* footer_begin */
.footer_menu {
	background-color: #F5F6F8;
	padding: 40px 0;
}
.footer_menu .footer_sect a {
	color:#848EA1;
}
.footer_menu .column_menu ul {
    padding: 0;
    margin: 0;
	list-style: none;
}
.footer_menu .column_menu ul li {
    margin-bottom: 10px;
}
.footer_menu .column_menu .rab {
    margin-bottom: 30px;
}
.footer_menu .column_menu .rab a {
	display: block;
}
.footer_menu .column_menu .footer_tel {
	text-decoration-line: none;
    color: #5B646E;
}
.social a {
	text-decoration-line: none;
	display: inline-block;
	margin-right: 5px;
	width: 35px;
	height: 35px;
}
.footer_menu .column_menu .title {
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	color: #5B646E;
}
.copyright {
	padding: 30px 0;
}
.footer_menu .column_menu {
	width: 20%;
	padding: 0 15px;
	margin: 20px 0;
}
.footer_menu .column_menu:first-child {
	padding-left: 0;
}
.footer_menu .column_menu:last-child {
	padding-right: 0;
}
/* footer_end */
/* all_block_begin */
.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, .inner_block_head h1 {
	color: #5B646E;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 22px;
	margin: auto 0;
	font-weight: 400;
	max-width: 60%;
}
.inner_block {
	margin: 0 0 60px 0;
}
.inner_block ul {
	margin-top: 20px;
}
.inner_block ul li {
	padding-bottom: 5px;
}

/* all_block_end */
/* alpha_begin */
.alpha, .alpha_invert {
	background-color: #F5F6F8;
}
.alpha_text h2, .alpha_invert_text h2,.alpha_text h1, .two_columns_text h2, .two_columns_text h1 {
	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_text_button {
	padding: 40px 10px 40px 40px;
}
.blog .alpha_text, .alpha_invert_text {
	padding: 0px 10px 40px 40px;
}
.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;
	padding: 40px;
	display: flex;
    align-items: flex-end;
	color: #fff;
}
.img_text_mode .alpha_img {
    box-shadow: inset 0 -175px 175px -75px #000;
    -webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1), box-shadow .4s;
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1), box-shadow .4s;
}
.alpha_text ul li, .alpha_invert_text ul li {
	padding-bottom: 5px;
}
.alpha_date {
	margin-bottom: 40px;
}
/* alpha_end */
/* beta_begin */
.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: normal; /* space-between; */
	flex-direction: column;
	align-items: flex-start;
}
a.beta_item {
	cursor: pointer;
	text-decoration: none;
	color: #74808C;
}
.beta_item:nth-child(3n) {
    margin-right: 0;
}
.beta_ico {
	height: 65px;
}
.beta_text_block {
	margin-top: 105px;
	width: 100%;
}
.beta_text_head {
	color: #5B646E;
	font-weight: bold;
	margin-bottom: 20px;
}
/* beta_end */
/* gamma_begin */
.gamma {
	background-color: #002855;
	color: #fff;
	text-align: center;
	padding: 60px;
	background-image: url(../img/gamma_bg.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.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 .subtitle {
	font-size: 18px;
}
.gamma .input_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 30px;
	margin-bottom: 20px;
}
.gamma .input_block .omni_input_block {
	margin-right: 15px;
	margin-bottom: 0px;
	width: 33%;
}
.gamma .input_block button {
	margin: 5px 0;
	width: 250px;
}
.gamma .gamma_left {
	text-align: left;
}
.gamma .popup_checkbox {
	text-align: left;
	margin-bottom: 0;
}
/* gamma_end */
/* delta_begin */
.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: normal; /* space-between; */
	flex-direction: column;
	align-items: flex-start;
}
a.delta_item {
	text-decoration: none;
}
.delta_item:nth-child(2n) {
    margin-right: 0;
}
.delta_ico {
	height: 50px;
}
.delta_text ul {
	padding-left: 30px;
}
.delta_text_block {
	margin-top: 50px;
}
.delta_text_head {
	color: #5B646E;
	margin-bottom: 20px;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 16px;
}
.address_mod .delta_text_head {
	margin-bottom: 0px;
}
.address_mod .delta_text {
	margin-top: 30px;
}
.address_mod .delta_text_head_desc {
	margin-bottom: auto;
	font-weight: bold;
}
.address_mod .delta_text_tel a {
	color: #74808C;
	text-decoration: none;
	display: block;
}
.address_mod .delta_text div  {
	margin: 10px 0;
}
.address_mod .delta_text_mail a {
	display: block;
}
.address_mod .delta_text .btn {
	margin-top: 20px;
}
.logo_victory_mode .delta_text_head {
	margin-bottom: 0;
}
.logo_victory_mode .delta_text {
	margin-bottom: 10px;
}
.logo_victory_mode .delta_ico {
	height: 50px;
}
.img_row img {
	margin-right: 5px;
}
/* delta_end */
/* epsilon_begin */
.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: 25px 40px 25px 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%;
	background-size: cover;
}
.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_text .popup_open {
	padding: 0 55px 0 55px;
	height: 58px;
	margin-top: 20px;
}
.epsilon_text .price {
	color: #616365;
	font-size: 18px;
	line-height: 21px;
}
/* epsilon_end */
/* zeta_begin */
.zeta {
	margin: 0 0 50px 0;
}
a.zeta_item {
	text-decoration: none;
}
.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;
}

@media (min-width: 1100px) and (max-width: 1400px) {
	.zeta_text {
		font-size: 11px;
	}
}

.zeta_text_desc {
	color: #74808C;
	font-family: "EtelkaText", sans-serif;
	margin-top: 10px;
}
.zeta_text_date {
	margin-bottom: 10px;
	color: #74808C;
	font-family: "EtelkaText", sans-serif;
}
/* zeta_end */
/* eta_begin */
.eta_item {
    width: calc((100% / 4) - 10px);
	text-align: center;
}
.three_circles_mode .eta_item {
    width: calc((100% / 3) - 20px);
	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;
}

.calc {
	display:none !important;
}

.EFFECT_POSITION {

	text-transform: uppercase;

}
.percent_small {
	font-size: 0.3em;
}
.chart {
	margin-bottom: 20px;
}
/* eta_end */
/* iota_begin */
.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_end */
/* kappa_begin */
.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 #FA4616;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
	opacity: 1;
}
.kappa_text h2, .kappa_text h1 {
	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_end */
/* lambda_begin */
.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: #FA4616;
	border-bottom: 2px solid #FA4616;
}
.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_end */
/* popup_begin */
.popup_fade, .popup_fade2 {
	display: none;
}
.popup_fade:before,.popup_fade2: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;
	margin: 40px 0;
	max-height: 100%;
}
.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;
	background-color: #fff;
}
.modal_wrapper {
	position: fixed;
	display:flex;
	align-items:center;
	justify-content:center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow-y: scroll;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.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;
}
textarea {
	height: 150px !important;
}
.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 {
	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 #FA4616;
	border: 2px solid #fff;
	background-color: #FA4616
}
/* Focus */
.focused input[type=checkbox] {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
/* Hover */
input[type=checkbox]:hover {
	filter: brightness(110%);
}
/* Active */
input[type=checkbox]:active {
	filter: brightness(80%);
}
/* Disabled */
input[type=checkbox]:disabled {
	color: #666;
	cursor: default;
}
input[type=checkbox]:disabled {
	filter: grayscale(100%);
	opacity: 0.6;
}
/* popup_end */
/* search_begin */
.search_block {
	background-color: #002855;
	padding: 20px 30px;
	flex-wrap: nowrap;
}
.search_block .search_input {
    height: 50px;
    width: 100%;
    background-color: #fff;
    border: none;
    margin: 5px 10px 5px 0;
    padding: 0 20px;
    color: #74808C;
    outline: none;
}
.search_block .search_input::-webkit-input-placeholder {opacity: 0.7;}
.search_block .search_input::-webkit-input-placeholder {opacity: 0.7;}
.search_block .search_input:-moz-placeholder {opacity: 0.7;}
.search_block .search_input:-ms-input-placeholder {opacity: 0.7; }
.search_block .search_input:focus::-webkit-input-placeholder {opacity:0;}/* webkit */
.search_block .search_input:focus::-moz-placeholder {opacity:0;}/* Firefox 19+ */
.search_block .search_input:focus:-moz-placeholder {opacity:0;}/* Firefox 18- */
.search_block .search_input:focus:-ms-input-placeholder {opacity:0;}/* IE */
/* search_end */
/* omicron_begin */
a.omicron_block {
	cursor: pointer;
}
a.omicron_block:hover {
	background-color: #002855;
	color: #fff;
}
a.omicron_block span:first-child {
	width: 50%;
}
.omicron_block {
	padding: 20px 30px;
	background-color: #F5F6F8;
	margin: 10px 0;
	cursor: pointer;
	color: #74808C;
	text-decoration: none;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.omicron_block_head {
	color: #5B646E;
	font-size: 18px;
	display: flex;
	margin-bottom: 20px;
}
.omicron_block_ico {
    width: 30px;
	margin-right: 15px;
}
.omicron_block_desc {
	display: block;
}
.omicron_block_text {
	width: 100%;

}
/* omicron_end */
/* Sigma_begin */
.sigma {
	margin: 0 0 50px 0;
	overflow: hidden;
}
.sigma_slider {
	margin: 0 -15px;
}
.sigma_item {
	margin-right: 15px;
	margin-left: 15px;
	background-color: #F5F6F8;
	text-decoration:none;
	color:#74808C;
}
.sigma_item.sigma_cases {
	min-height: 470px;
}
.sigma_item:hover {
	text-decoration:none;
	color:#74808C;
}
.sigma_img {
    background-repeat: no-repeat;
	background-size: cover;
    background-position: 50% 50%;
	min-height: 200px;
	padding: 40px;
}
.sigma_logo {
	height: 40px;
}
.sigma_text_block {
	padding: 40px;
	height: auto;
}
.sigma_text_block--product{
	height: 230px;
}
.sigma_title {
	color: #5B646E;
	font-family: "EtelkaWideMediumPro", sans-serif;
	margin: 10px 0;
}
.sigma_text {
	font-family: "EtelkaText", sans-serif;
	margin: 10px 0;
}
.sigma_text_block div:first-child {
	margin-top: 0;
}
.sigma_text_block div:last-child.sigma_more {
	margin-top: auto;
	color: #f9724e;
}
.sigma_text_block div:last-child {
	margin: 0;
}
.sigma .slider-arrows span, .sigma .slider-arrows2 span {
    width: 20px;
    height: 20px;
	display: inline-block;
	cursor: pointer;
}
.sigma .slider-arrows span:first-child, .sigma .slider-arrows2 span:first-child {
	background: url(../img/arrow5.svg) 0 0 no-repeat;
	display: inline-block;
	transform: rotate(90deg);
	margin-right: 5px;
}
.sigma .slider-arrows span:last-child, .sigma .slider-arrows2 span:last-child {
	background: url(../img/arrow5.svg) 0 0 no-repeat;
	transform: rotate(-90deg);
	margin-left: 5px;
}
.sigma .slider-arrows, .sigma .slider-arrows2 {
	display: flex;
	align-items: center;
}
/* Sigma_end */
/* contact_block_begin */
.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 #FA4616;
	-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_text .popup_open {
	padding: 0 55px 0 55px;
	height: 58px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.kappa_text .price {
	color: #616365;
	font-size: 18px;
	line-height: 21px;
}
.kappa_text .block_install {
	height: 284px;
	background: #F5F6F8;
	padding: 40px;
	margin-top: 20px;
}
/* contact_block_end */
/* left_lenu_filter_begin */
.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;
}
/* left_lenu_filter_end */


/* left_accordion_menu_begin */
.left_accordion_menu .accordion_class {
	padding: 0;
    margin: 0;
	list-style: none;
	font-family: "EtelkaWideMediumPro", sans-serif;
}
.left_accordion_menu .accordion_class .accordion_class_block {
	padding-left: 30px;
	padding-right: 0;
	width: 100%;
}
.left_accordion_menu .accordion_class > li {
    margin-bottom: 30px;
	padding: 5px 0 5px 10px;

}
.left_accordion_menu .accordion_class_block li {
	list-style: none;
	margin: 15px 0;
}
.left_accordion_menu .accordion_class_block li:first-child {
	margin-top: 20px;
}
.left_accordion_menu .accordion_class_block .checkbox_text {
	margin: 0;
}
.left_accordion_menu .accordion_class > li > a: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;
}
.left_accordion_menu .accordion_class > li > a.select:before {
    transform: rotate(180deg);
}
.left_accordion_menu .accordion_class a {
    text-decoration-line: none;
    color: #5B646E;
	display: flex;
    align-items: center;
}
.left_accordion_menu .accordion_class a:hover {
    color: #FA4616;
}
.left_accordion_menu_checkbox {
	display: flex;
	align-items: center;
}
.left_accordion_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_accordion_menu_checkbox input[type=checkbox]:checked {
	outline: 2px solid #FA4616;
	border: 2px solid #fff;
	background-color: #FA4616
}
.left_accordion_menu_checkbox input[type="checkbox"]:checked+.checkbox_text {
	color: #FA4616;
}
/* left_accordion_menu_begin_end */
/* contact_block_begin */
.contact_block_text {
	width: calc(50% - 15px);
}
.contact_block button {
	margin-top: 20px;
}
.contact_block_map {
	width: calc(50% - 15px);
	min-height: 300px;
}
/* contact_block_end */
/* quote_begin */
.quote {
	background-color: #F5F6F8;
	display: flex;
}
.quote .mark {
	padding: 40px;
	background-color: #002855;
}
.quote .mark img {
	height: 30px;
}
.quote_text p {
	margin: 10px 0;
	color: #002855;
}
.quote_text {
	padding: 30px 40px;
	margin: auto;
	color: #002855;
}
.callout .mark img {
	height: 110px;
}
/* quote_end */
/* table_block_begin */
.table_block_head {
	color: #5B646E;
    margin-bottom: 20px;
    font-family: "EtelkaWideMediumPro", sans-serif;
    font-size: 16px;
}
.table_block table td
{
	background-color: #F5F6F8;
	padding: 10px 20px;
}
.table_block table
{
	border-spacing: 5px;
	margin-bottom: 40px;
	width: 100%;
}
/* table_block_end */
/* two_columns_begin */
.table_block_head {
	color: #5B646E;
	margin-bottom: 20px;
	font-family: "EtelkaWideMediumPro", sans-serif;
	font-size: 16px;
}
.table_block table td
{
	background-color: #F5F6F8;
	padding: 10px 20px;
}
.table_block table
{
	border-spacing: 5px;
	margin-bottom: 40px;
	width: 100%;
}
/* table_block_end */
/* two_columns_begin */
.two_columns button {
	margin-top: 20px;
}
.two_columns_text ul li {
	padding-bottom: 5px;
}
.two_columns_date {
	margin-bottom: 40px;
}
.two_columns_text {
	-webkit-column-width: calc(50% - 15px);
	-moz-column-width: calc(50% - 15px);
	column-width: calc(50% - 15px);
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;

}
.two_columns_text p{
	margin: 0 0 10px 0;
}
.two_columns {padding: 40px 40px 40px 40px;}
/* two_columns_end */
/* block_404_begin */
.block_404 {
	text-align: center;
}
.block_404 span {
	display: block;
}
.big_404 {
	font-size: 20vw;
	Line-height: 16vw;
}
.error_404 {
	font-size: 4vw;
}
.text_404 {
	font-size: 18px;
	margin: 30px 0;
}
/* block_404_end */

#pform .popup {
	margin-left: auto;
	margin-right: auto;
	width:50%;
}

.name_case {

	color: #FA4616;
	margin: 0;
}

.block_otzyvy {
	margin-left: 10%;
}

.sigma_text {
	color:#5B646E;
}

.sigma_logo {
	height: auto;
	max-width: 135px;
}
.press-room a {
	text-decoration-line: none;
	color: #fff;
}

.all_width_imp {
    width:100%;
}
.videoframe {
    padding: 0;    align-items: inherit;
    position: relative;
    padding-bottom: 33.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.videoframe2 {
    padding: 0;    align-items: inherit;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 550px;
    overflow: hidden;
}

.videoframe iframe, .videoframe object, .videoframe embed,.videoframe2 iframe, .videoframe2 object, .videoframe2 embed{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.Qimage {
    position: relative;
    padding-bottom: 33.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Qimage .img_text {
    position: absolute;
    bottom: 40px;
}

.imageblog {
    width: 100%;
    padding-top: 0px !important;
    background-size: 75%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.imageblog img {
    max-width: 100%;
    display:block !important;
    margin: auto;
}

/*.alpha_img > img {display:none;}*/

.region_block {
	column-width: auto;
	column-gap: normal;
	column-count: 4;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	width: 100%;
}

.region_block dl {
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}


.ofis_region {
	margin: 0 0 20px 0;
}

.ofis_region .alpha_text {
	padding: 40px 10px 0px 40px;
}

.blog_ptb_0 {
    padding-top: 0px;
    padding-bottom: 0px;

}

.blog_ptb_0  ul {
    padding-left: 15px;
	padding-top: 0px;
}

.blog {
	font-size: 15px;
}

.blog h4 {
	font-size: 20px;
}

.blog .someclass {
	text-align:center;
	display:block;
}

.input_block.someclass {
	display: flex;
	flex-wrap: wrap;
}

.background_non {
	background-color: #fff;
}
/* block_404_begin */
.block_404 {
	text-align: center;
}
.block_404 span {
	display: block;
}
.big_404 {
	font-size: 20vw;
	Line-height: 16vw;
}
.error_404 {
	font-size: 4vw;
}
.text_404 {
	font-size: 18px;
	margin: 30px 0;
}
/* block_404_end */
/* tag_begin */
.tag_block {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.tag_item {
	border: 2px solid #002855;
	color: #002855;
	border-radius: 30px;
	padding: 10px 20px;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tag_item:hover {
	color: #fff;
	background-color: #002855;
}
/* tag_end */
.text_more {
	overflow: hidden;
	height: 150px;
}
.text_more_shadow:before{
	content:"";
	display:block;
	height:33px;
	position:relative;
	top:110px;
	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}
.text_more {
	overflow: hidden;
	height: 150px;
}
.text_more_shadow:before{
	content:"";
	display:block;
	height:33px;
	position:relative;
	top:110px;
	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}
/* table_comparison_begin */
.comparison_select_block {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-left: 2px;
}
.table_comparison .table_block table tr td:first-child {
	font-weight: bold;
}
.table_comparison .table_block table td {
	background-color: #fff;
	padding: 20px;
}
.table_comparison .table_block table .table_head td {
	background-color: #F5F6F8;
	font-weight: bold;
}
.table_comparison .table_block table {
	width: 100%;
	border-collapse: collapse;
}
.table_comparison_checkbox {
	display: flex;
	margin-right: 30px;
	margin-bottom: 10px;
}
.table_comparison_checkbox .checkbox_text {
	margin: 0;
	width: auto;
}
.table_comparison_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;
}
.table_comparison_checkbox input[type=checkbox]:checked {
	outline: 2px solid #FA4616;
	border: 2px solid #fff;
	background-color: #FA4616;
}
.table_comparison_checkbox input[type="checkbox"]:checked+.checkbox_text {
	color: #FA4616;
}
.contact_phone b[itemprop="telephone"] {
	display: block;
}
/* table_comparison_end */
.padding_none.alpha_invert_text {
	    padding: 10px 20px 0px 0px;
}
