@-webkit-keyframes rotate{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}

@keyframes rotate{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}

body {
    min-width: auto;
}

.container {
    width: 100%;
    max-width: 1210px;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.s_row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0px -15px;
}

.col {
    padding: 0 15px;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33333333%;
}

.col-4 {
    width: 25%;
    box-sizing: border-box;
}

.header_top{
	background-color: #ffffff;
	padding-bottom: 5px;
	padding: 8px 0;
    position: relative;
    z-index: 2;
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}

.header_top .container {
    padding: 0 20px;
}

.header_top .col{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
}

.header_logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.header_logo__top {
    font-weight: bold;
    width: 100%;
	position: relative;
    z-index: 2;
}

.header_logo__list {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.header_logo__list_item {
    margin: 0 12px;
}

.header_logo__img {
    width: 100%;
    text-align: center;
	position: relative;
	z-index: 1;
}

.header_logo__link{
	display: block;
}

.header_logo__bottom {
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
	margin-bottom: 7px;
    width: 100%;
}

.header_logo__full {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.header_nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.header_nav__bottom {
    margin-top: auto;
}

.header_nav__title {
    font-weight: bold;
    color: #000000;
    line-height: 18px;
    margin-bottom: 3px;
}

.header_nav__list {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
}

.header_nav__item {
    margin: 14px 0;
    line-height: 14px;
}

.header_nav__item_low {
    margin: 10px 0;
}

.header_nav__item:first-child {
    margin-top: 10px;
}

.header_nav__item:last-child {
    margin-bottom: 0;
}

.header_top__inner .header_nav__list{
	margin-right: 9%;
}

.header_top__inner .header_nav__list:last-child{
    margin-right: 0;
}

.header_top__inner .header_nav__item{
	white-space: nowrap;
}

.header_top__inner .header_logo__top {
    top: 10px;
}

.header_top__inner .header_logo__img {
    margin-top: -5px;
}

.header_top a {
    color: #c4161c;
}

.header_top a:hover {
    text-decoration: none;
    color: #737576;
}

.bg_grey{
    background-color: #f6f7f7;
}

.bg_white{
    background-color: #ffffff;
}

.bg_beige{
    background-color: #fcf9e2;
}

.panel > *:last-child{
    margin-bottom: 0;
}

.container_main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar {
    width: 270px;
    margin-right: 30px;
    flex-shrink: 0;
}

.content {
    width: 100%;
    flex-grow: 1;
}

.content .s_row {
    margin-bottom: 1rem;
}

.sidebar_nav {
    margin-bottom: 30px;
}

.sidebar_nav__header {
    color: #787878;
    line-height: 24px;
    text-shadow: 0 1px 0 #fff;
    margin: 0 0 20px 30px;
    font-weight: normal;
    font-size: 24px;
}

.sidebar_nav__header._hidden{
    display: none;
}

.sidebar_nav__list {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    -moz-box-shadow: 0 1px 2px rgba(15,17,20,.17);
    -webkit-box-shadow: 0 1px 2px rgba(15,17,20,.17);
    box-shadow: 0 1px 2px rgba(15,17,20,.17);
}

.sidebar_nav__link {
    display: block;
    line-height: 22px;
    background-color: #fff;
    color: #35414b;
    font-weight: bold;
    padding: 11px 20px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
}

.sidebar_nav__link:hover {
    background-color: #fcf9e2;
    color: #35414b;
}

.sidebar_nav__item:last-child .sidebar_nav__link {
    border-bottom: none;
}

.widebox h1{
	margin:0 0 20px;
	line-height:30px;
}

.widebox img{
    max-width: 100%;
    height: auto !important;
}

.header__mobile,
.header__mobile_close_wrap{
    display: none;
}

.sidebar_footer._bottom{
    display: none;
}

.scrolling {
    margin-bottom: 1rem;
    overflow-x: auto;
    position: relative;
}

.main_special__container{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    height: 255px;
    position: relative;
}

.main_special__left {
    margin-right: 30px;
    flex-shrink: 0;
}

.main_special__right {
    flex-grow: 1;
}

.main_special__link {
    display: block;
}

.main_special__img_sh{
	-moz-box-shadow:0 1px 2px rgba(15,17,20,.17);
	-webkit-box-shadow:0 1px 2px rgba(15,17,20,.17);
	box-shadow:0 1px 2px rgba(15,17,20,.17);
}

.main_special__right .carousel {
    margin-bottom: 0;
    height: 100%;
}

.main_info__container {
    padding-top: 0;
}

.main_info .col {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
}

.main_info__link, 
.main_info__link:hover {
    color: #333;
}

.main_info__list {
    margin: 0;
}

.main_info__footer {
    margin-top: auto;
    text-align: right;
}

.main_products {
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}

.main_products__container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_products .s_row {
    flex-wrap: wrap;
}

.main_products .col {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main_products__header {
    margin-bottom: 0;
}

.main_products__txt {
    line-height: 20px;
}

.main_promo__container {
    padding-bottom: 10px;
    padding-top: 10px;
}

.main_promo .s_row {
    flex-wrap: wrap;
}

.col_promo {
    width: 300px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

.col_promo__new{
    display: none;
}

.main_info__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.main_info__btn_wrap {
    margin-left: auto;
}

.main_info__wrapper .main_info__header {
    max-width: 350px;
}

.footer_bottom {
    color: #787878;
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px;
    border-top: 2px solid #ebecec;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_bottom__txt {
    margin-top: 20px;
}

.footer_bottom__design {
    margin-top: 20px;
    margin-left: 20px;
    flex-shrink: 0;
}

.footer_nav__list {
    margin: 15px 0 20px;
    list-style-image: none;
    list-style-type: none;
}

.footer_nav__item {
    padding: 4px 0;
    font-size: 14px;
}

.footer_nav__item_bg{
    font-size: 18px;
    margin-bottom: 10px;
}

.footer_nav__link {
    color: #5f5f5f;
}

.footer_nav__link:hover, 
.footer_nav__link:focus {
    color: #c4161c;
}

.breadcrumb {
    padding: 0;
}

.breadcrumb li {
    float: none;
    background: none;
    display: inline-block;
    padding-left: 0;
    margin: 4px 11px 0 4px;
}

.breadcrumb li:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #787878;
    margin-left: 15px;
}

.breadcrumb li:last-child:after {
    display: none;
}

.video_wrap {
    margin-bottom: 1rem;
}

.sidebar_footer._bottom .video_wrap,
.video_wrap._responsive{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    width:auto;
}

.sidebar_footer._bottom .video_wrap iframe,
.sidebar_footer._bottom .video_wrap object,
.sidebar_footer._bottom .video_wrap embed,
.video_wrap._responsive iframe,
.video_wrap._responsive object,
.video_wrap._responsive embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.widebox_header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.widebox_header__img {
    flex-shrink: 0;
    margin-right: 10px;
}

.widebox_header + h3 {
    margin-top: 0;
}

.treeItem_opener {
    position: relative;
    bottom: 3px;
    margin-right: 5px;
}

.treeItem {
    line-height: 20px;
}

.panel-form__search {
    padding: 20px;
}

.form-search__title{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.form-search + .cats {
    margin-top: 20px;
}

.form-search {
    padding: 0;
}

.form-search__main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.form-search__input_wrap {
    width: 100%;
    max-width: 576px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.form-search__input_wrap input {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    margin-right: 0;
}

.form-search__btn_wrap{
    margin-bottom: 15px;
    flex-shrink: 0;
}

.form-search__btn_wrap .btn{
    width: 80px;
    outline: none;
}

.form-search__btn_wrap .btn._load{
    border: none;
    box-shadow: none;
    text-indent: -999999px;
    overflow: hidden;
    background: none;
    width: 100%;
    height: 30px;
    position: relative;
    cursor: auto;
    min-width: 80px;
}

.form-search__btn_wrap .btn._load:after{
    content: '';
    display: block;
    -webkit-animation: rotate .8s linear infinite;
    animation: rotate .8s linear infinite;
    background: #0000;
    border-radius: 100%;
    border: 4px solid #63636380;
    border-top-color: #fff;
    height: 20px;
    opacity: .6;
    padding: 0;
    width: 20px;
    z-index: 99999;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.panel-form__search .cats {
    background: none;
    padding: 0;
}

.panel-form__search .cats br{
    display: none;
}

.panel-form__search .cat-box {
    padding: 0;
    margin: 0;
}

.panel-form__search .calendar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.form-search__filter{
    margin-right: 5px !important;
}

.cats_clear {
    width: 100%;
    margin-top: 15px;
}

.table a{
    word-wrap: break-word;
}

.table small{
    word-wrap: break-word;
}

.pagination_transform {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.pagination_transform > * {
    display: block;
    line-height: 37px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 12px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 40%), 0 0 0 1px rgb(0 0 0 / 6%), inset 0 1px 0 #feffff, inset 0 0 0 1px rgb(255 255 255 / 25%);
    background: #ececec;
    background: #ececec url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzNyA0MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwLjMzNzgzNzgzNzgzNzglIiB5MT0iOTYuNjkxMTc2NDcwNTg4MiUiIHgyPSI1MC4zMzc4Mzc4Mzc4Mzc4JSIgeTI9Ii0zLjMwODgyMzUyOTQxMTc4JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEzNyIgaGVpZ2h0PSI0MSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background: #ececec -moz-linear-gradient(bottom, #eaeaea 6.62%, #fff 106.62%);
    background: #ececec -o-linear-gradient(bottom, #eaeaea 6.62%, #fff 106.62%);
    background: #ececec -webkit-linear-gradient(bottom, #eaeaea 6.62%, #fff 106.62%);
    background: #ececec linear-gradient(bottom, #eaeaea 6.62%, #fff 106.62%);
    color: #46494b;
    cursor: pointer;
}

.pagination_transform > *:hover,
.pagination_transform > *:focus{
	background:#f8f8f8;
	background:#f8f8f8 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzOSA0MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwLjMzNzgzNzgzNzgzNzglIiB5MT0iOTYuNjkxMTc2NDcwNTg4MiUiIHgyPSI1MC4zMzc4Mzc4Mzc4Mzc4JSIgeTI9Ii0zLjMwODgyMzUyOTQxMTc4JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEzOSIgaGVpZ2h0PSI0MiIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background:#f8f8f8 -moz-linear-gradient(bottom, #f7f7f7 6.62%, #fff 106.62%);
	background:#f8f8f8 -o-linear-gradient(bottom, #f7f7f7 6.62%, #fff 106.62%);
	background:#f8f8f8 -webkit-linear-gradient(bottom, #f7f7f7 6.62%, #fff 106.62%);
	background:#f8f8f8 linear-gradient(bottom, #f7f7f7 6.62%, #fff 106.62%);
}

.pagination_transform > b {
    color:#46494b;
	box-shadow:0 1px 1px rgba(0,0,0,.4), 0 0 0 1px rgba(0,0,0,.06), inset 0 1px 0 #feffff, inset 0 0 0 1px rgba(255,255,255,.25);
	background:#cdcdcd;
	background:#cdcdcd url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzNyA0MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwLjMzNzgzNzgzNzgzNzglIiB5MT0iOTYuNjkxMTc2NDcwNTg4MiUiIHgyPSI1MC4zMzc4Mzc4Mzc4Mzc4JSIgeTI9Ii0zLjMwODgyMzUyOTQxMTc4JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmIyYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEzNyIgaGVpZ2h0PSI0MSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background:#cdcdcd -moz-linear-gradient(bottom, #d3d3d3 6.62%, #b2b2b2 106.62%);
	background:#cdcdcd -o-linear-gradient(bottom, #d3d3d3 6.62%, #b2b2b2 106.62%);
	background:#cdcdcd -webkit-linear-gradient(bottom, #d3d3d3 6.62%, #b2b2b2 106.62%);
	background:#cdcdcd linear-gradient(bottom, #d3d3d3 6.62%, #b2b2b2 106.62%);
}

/* Page /rus/products/sert.htm Start */
.serts_list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sert_item {
    width: 33.3333333%;
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
}

.sert_item img {
    border: 2px solid #C0C0C0;
    margin-bottom: 10px;
    height: 145px !important;
}

.sert_item a {
    display: block;
}
/* Page /rus/products/sert.htm End */


/* Page /rus/partners/ckerp.jsp End */
.ck_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ck_header h1 {
    margin-bottom: 0;
}

.ck_header__img {
    flex-shrink: 0;
}

.ck_erp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.redhead .ck_erp__links p + p {
    margin: 10px 0 0 0;
}

.ck_erp__map {
    flex-shrink: 0;
}

.ck_erp._open {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.ck_erp._open .ck_erp__map {
    width: 100%;
    margin-bottom: 15px;
}

.ck_erp__filter_form {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 -5px 20px;
    width: 100%;
    max-width: 705px;
}

.ck_erp__filter_form > * {
    margin: 0 5px !important;
}

.ck_erp__filter_form input, 
.ck_erp__filter_form label {
    width: 290px;
}

.ck_erp__filter_form .btn {
    width: 80px;
}

.ck_erp__cats__selects {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 -5px 10px;
    width: 100%;
    max-width: 705px;
}

.ck_erp__cats__selects > select {
    margin: 0 5px;
    width: 33.3333333%;
}

.ck_erp__nav {
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px -10px -10px;
    max-width: 715px;
}

.ck_erp__nav li {
    float: none;
    font-size: 12px;
    padding: 0 !important;
    margin-bottom: 10px;
}

.ck_erp__nav strong {
    font-size: 13px;
    position: relative;
    bottom: 1px;
    padding: 10px;
}

.ck_erp__nav li > a {
    font-size: 12px !important;
    padding: 0 10px;
    line-height: 30px !important;
}

.ck_erp__nav li.active > a {
    margin-left: 10px;
}

.ck_erp__nav li > a span {
    border-bottom: 1px dotted #c4161c;
}

.ck_erp__nav li .btn a {
    font-size: 12px;
    color: #333;
}

.ck_erp__nav li .btn:hover {
    background-position: 0 -30px;
}

.ck_erp__nav li.ck_erp__li_btn {
    margin-left: 10px;
}

.ck_erp__table a {
    word-break: break-all;
}
/* Page /rus/partners/ckerp.jsp End */

.popup_image{
	position: relative;
	display: inline-block;
}

.popup_image img{
	display: block;
}

.popup_image::before{
	content: '+';
	display: flex;	
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
    opacity: 0;
	color: #ffffff;
	font-size: 0;
    font-weight: bold;
    transition: opacity .3s, font-size .3s;
    -webkit-transition: opacity .3s, font-size .3s;
    -moz-transition: opacity .3s, font-size .3s;
    -o-transition: opacity .3s, font-size .3s;
    -ms-transition: opacity .3s, font-size .3s;
}

.popup_image:hover{
	border: none;
	text-decoration: none;
}

.popup_image:hover:before{
	opacity: 0.15;
	font-size: 200px;
}

.lb-closeContainer {
    position: fixed;
    right: 0;
    top: 0;
}

.lb-closeContainer a,
.lb-closeContainer a:hover {
    border: none;
	text-decoration: none;
}

.lb-data .lb-close {
    width: 40px !important;
    height: 40px !important;
    background-position: center !important;
}

.lightbox .lb-image{
	border: none;
}

.lb-outerContainer{
	background: none;
}

.d_none{
    display: none;
}

.content_row{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 -15px 1rem;
}

.content_col{
    padding: 0 15px;
    box-sizing: border-box;
}

.content_col_2{
    width: 50%;
}

.usability_row {
    margin-top: 1rem;
    margin-bottom: 1.5rem !important;
    position: relative;
}

.usability_col {
    text-align: center;
}

.usability_img {
    border: 3px solid #CD0000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    min-height: 92px;
    margin-bottom: 15px;
}

.usability_msg {
    font-size: 14px;
    line-height: 22px;
}

.usability_list {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    margin-top: 1rem;
}

.usability_list li {
    margin-bottom: 7px;
}

.c_gray_light{
    color: #aaaaaa;
}

.usability_form {
    margin-top: 1rem;
    max-width: 400px;
}

.usability_form *{
    box-sizing: border-box;
}

.usability_form__row{
    padding-bottom: 1rem;
    position: relative;
}

.usability_form input[type="text"],
.usability_form textarea,
.usability_form select{
    width: 100%;
    margin: 0;
}

.usability_form textarea{
    max-width: 100%;
    min-width: 100%;
    min-height: 80px;
}

.usability_form input[type="text"],
.usability_form select{
    height: 32px;
}

.usability_form input[type="checkbox"]{
    margin: 0 5px 0 0;
}

.usability_submit .btn{
    width: 160px;
    height: 40px;
    padding: 0;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.2s;
}

.usability_important {
    position: absolute;
    left: 100%;
    padding-left: 10px;
    color: #ca0000;
    top: 23px;
}


@media all and (max-width:1200px){
    .header_top__inner .header_nav__list {
        margin-right: 30px;
    }
}

@media all and (max-width:1040px){
    .header_top__inner .header_nav__list {
        margin-right: 20px;
    }
}

@media all and (max-width:1024px){
    body._menu_showed{
        overflow: hidden;
    }

    .md_d_none{
        display: none;
    }

    .md_d_block{
        display: block;
    }

    .container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__mobile{
        background-color: #ffffff;
        display: block;
        position: relative;
        z-index: 2;
        -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 25%);
        box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    }

    .header__mobile .container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header__mobile_bar {
        width: 35px;
        height: 30px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__mobile_bar span,
    .header__mobile_bar span:before,
    .header__mobile_bar span:after {
        display: block;
        width: 100%;
        height: 5px;
        background-color: #787878;
    }

    .header__mobile_bar span:before,
    .header__mobile_bar span:after{
        content: '';
        position: absolute;
        left: 0;
    }

    .header__mobile_bar span:before {
        top: 0;
    }

    .header__mobile_bar span:after {
        bottom: 0;
    }

    .header__mobile_search {
        margin: -12px 30px -12px -12px;
        padding: 12px;
        margin-left: auto;
    }

    .header__mobile_search svg {
        width: 28px;
        height: 28px;
        fill: #646770;
    }

    .header__mobile_logo {
        margin: -20px -15px;
    }

    .header__mobile_logo svg {
        width: 58px;
        height: 30px;
        fill: #ed1c24;
    }

    .header__mobile_logo img {
        height: 70px;
    }

    .header__mobile_close_wrap {
        padding: 20px;
        border-bottom: 1px solid #d8d8d8;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header__mobile_close {
        display: inline-block;
        font-size: 26px;
        line-height: 1;
        color: #999;
        padding: 12px;
        margin: -12px;
        margin-left: auto;
    }

    .header__mobile_back {
        height: 16px;
        padding: 15px;
        margin: -15px;
        display: none;
    }    

    .header__mobile_close_wrap._back .header__mobile_back{
        display: block;
    }

    .header__mobile_back svg {
        width: 22px;
        height: 16px;
        fill: #9b9b9b;
    }
    

    .header_top {
        width: 100%;
        height: 100%;
        position: fixed;
        right: 100%;
        top: 0;
        z-index: 3;
        box-shadow: none;
        padding: 0;
        overflow: auto;
        -webkit-transition: right .2s ease-out;
        -o-transition: right .2s ease-out;
        transition: right .2s ease-out;
    }

    .header_top._showed {
        right: 0;
        z-index: 6;
    }

    .header_top .container {
        padding: 0;
    }

    .header_top__row {
        flex-direction: column;
        margin: 0;
    }

    .header_top__row .col {
        width: 100%;
        padding: 0;
    }

    .header_logo__img {
        display: none;
    }

    .header_top__inner .header_logo__top {
        top: 0;
    }

    .header_logo__list {
        flex-direction: column;
    }

    .header_logo__list_item {
        margin: 0;
        width: 100%;
        line-height: 1.5;
    }

    .header_logo__list_item a {
        font-size: 16px;
        font-weight: normal;
        display: block;
        padding: 15px;
        border-bottom: 1px solid #d8d8d8;
        color: #50525b;
        position: relative;
    }

    .header_logo__bottom {
        margin-bottom: 0;
    }

    .header_logo__bottom a {
        font-size: 16px;
        font-weight: normal;
        display: block;
        padding: 15px;
        border-bottom: 1px solid #d8d8d8;
        color: #50525b;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    .header_logo__full{
        text-align: left;
        margin-bottom: 0;
    }

    .header_nav__title {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 16px;
        font-weight: normal;
        display: block;
        padding: 15px;
        border-bottom: 1px solid #d8d8d8;
        color: #50525b;
        position: relative;
    }

    .header_nav__title:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-right: 2px solid #9b9b9b;
        border-bottom: 2px solid #9b9b9b;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
    }

    .header_top__inner .header_nav__list{
        margin: 0;
    }

    .header_nav {
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 11;
        flex-direction: column;
        position: absolute;
        right: 100%;
        top: 67px;
        overflow: auto; 
        -webkit-transition: right .2s ease-out;
        -o-transition: right .2s ease-out;
        transition: right .2s ease-out;
    }

    .header_nav._showed{
        right: 0;
    }

    .header_nav__list {
        width: 100%;
    }

    .header_nav__item{
        margin: 0;
        width: 100%;
        line-height: 1.5;
    }

    .header_nav__item:first-child {
        margin-top: 0;
    }
    
    .header_top__inner .header_nav__item {
        white-space: normal;
    }

    .header_nav__item a {
        font-size: 16px;
        font-weight: normal;
        display: block;
        padding: 15px;
        border-bottom: 1px solid #d8d8d8;
        color: #50525b;
    }

    .container_main{
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        margin: 0 0 15px 0;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .sidebar > * {
        margin-top: 15px;
    }

    .sidebar > *:first-child {
        margin-top: 0;
    }

    .sidebar_nav {
        margin-bottom: 0;
        margin-top: 0 !important;
    }

    .sidebar_nav__header {
        line-height: 1.2;
        border-bottom: 1px solid #d8d8d8;
        padding: 10px;
        text-shadow: none;
        margin: 0 -15px;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
        background-color: #fff;
    }

    .sidebar_nav__header._hidden{
        display: flex;
    }

    .sidebar_nav__header:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-right: 2px solid #9b9b9b;
        border-bottom: 2px solid #9b9b9b;
        transform: rotate(45deg);
        margin-left: 10px;
        margin-bottom: 3px;
        flex-shrink: 0;
    }

    .sidebar_nav._opened .sidebar_nav__header:after {
        transform: rotate(-135deg);
        margin-bottom: 0;
        margin-top: 3px;
    }

    .sidebar_nav__list {
        margin: 0 -15px;
        display: none;
    }

    .sidebar_nav__list._showed {
        display: block;
        border-bottom: 1px solid #d8d8d8;
        box-shadow: none;
    }

    .sidebar_nav__link {
        color: #50525b;
        font-weight: normal;
        font-size: 14px;
        border-bottom: 1px solid #d8d8d8;
        background: #f1f1f1;
        max-width: none;
        line-height: 20px;
        display: block;
        padding: 10px 20px;
    }

    .sidebar_footer{
        display: none;
    }

    .sidebar_footer._bottom{
        display: block;
    }

    .hintbox,
    .widebox .pull-right,
    .widebox [class*="span"].pull-right {
        z-index: 1;
    }

    .content .s_row{
        flex-direction: column;
        margin-bottom: 0;
    }

    .content .col-2{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1rem;
    }

    #lightbox-container-image-box {
        max-width: 100%;
        height: auto !important;
    }

    #lightbox-container-image-data-box{
        max-width: 100%;
        box-sizing: border-box;
    }

    #lightbox-nav a {
        height: 100% !important;
    }

    .cso_part__liveinternet{
        display: none;
    }

    .content .s_row.usability_row{
        flex-direction: row;
    }
}

@media all and (max-width:992px){
    .main_products .col {
        width: 50%;
    }

    .main_promo .s_row {
        justify-content: space-around;
    }
}

@media all and (max-width:870px){
    .main_special__left {
        display: none;
    }

    .main_info .s_row {
        flex-direction: column;
    }

    .main_info .col {
        width: 100%;
        box-sizing: border-box;
    }

    .main_info__wrapper {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .main_info__wrapper .main_info__header{
        order: 1;
        max-width: none;
    }

    .main_info__wrapper .main_info__list{
        order: 2;
    }

    .main_info__wrapper .main_info__btn_wrap{
        order: 3;
    }

    .col_promo__new{
        display: block;
    }
}

@media all and (max-width:768px){
    .redhead p.word_break {
        word-break: break-word;
    }

    .main_special__right .carousel {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .main_special__right .carousel-inner{
        order: 1;
    }

    .main_special__right .carousel-indicators{
        order: 2;
        position: static;
        margin: 20px auto 0;
    }

    .hintbox,
    .widebox .pull-right,
    .widebox [class*="span"].pull-right {
        width: 100% !important;
        margin-left: 0;
        margin: 0 0 1rem 0;
        box-sizing: border-box;
    }

    .footer-container .span6 {
        width: 100%;
        margin: 0;
    }

    .footer-hd {
        padding-left: 0 !important;
    }

    .s_row__footer_main{
        flex-direction: column;
    }

    .s_row__footer_main .col {
        width: 100%;
        box-sizing: border-box;
    }

    .footer_bottom {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_bottom__design {
        margin-left: 0;
    }

    .aic{
        top: -6px !important;
    }

    .social-block.social-block-news {
        float: none;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .social-block.social-block-news br {
        display: none;
    }

    .social-block.social-block-news > a.print {
        margin: 0;
        display: block;
        line-height: 1;
        margin-left: 15px;
    }

    .social-block.social-block-news + h1{
        padding-right: 0;
    }

    .pager li > a > span{
        display: none;
    }

    .pagination ul {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .pagination ul > li {
        flex-grow: 9;
        text-align: center;
    }

    .pagination > ul > li > a {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    .pagination > ul > li > span {
        float: none;
        padding: 0;
        line-height: 37px;
    }

    .pagination .previous,
    .pagination .next{
        position: static;
    }

    .pagination .previous span,
    .pagination .next span {
        display: none;
    }

    .pagination .previous .btn i.arrow,
    .pagination .next .btn i.arrow {
        margin: 0;
        width: auto;
        border: none;
        float: none;
    }

    .ck_header {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .ck_header__img {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .ck_header h1{
        width: 100%;
        text-align: center;
    }

    .ck_erp {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .ck_erp__links {
        margin-bottom: 25px;
    }
    
    .content_row__informer{
        flex-direction: column;
    }

    .content_row__informer .content_col{
        width: 100%;
    }

    .content_row__informer .content_col:first-child{
        margin-bottom: 1rem;
    }

    .content .s_row.usability_row{
        flex-wrap: wrap;
    }

    .usability_col{
        width: 50%;
        padding: 15px;
    }
}

.sm_d_inline{
    display: none;
}

@media all and (max-width:576px){
    body{
        font-size: 14px;
        line-height: 1.5;
    }

    .sm_d_inline{
        display: inline;
    }

    .redhead{
        margin: 0 -15px;
    }

    .redhead p,
    .redhead li{
        line-height: 1.5;
    }

    .redhead a{
        word-wrap: break-word;
    }

    .widebox {
        padding: 20px 15px;
    }

    .main_special__right {
        margin: 0 -15px;
    }

    .main_info__footer {
        margin-top: 10px;
        text-align: center;
    }

    .main_info__btn_wrap .btn,
    .main_info__footer .btn {
        width: 100%;
        box-sizing: border-box;
    }

    .main_info__btn_wrap{
        margin-left: 0;
        width: 100%;
    }

    .main_info__news {
        margin-bottom: 20px;
    }

    .main_info__courses {
        margin-bottom: 20px;
    }

    .main_products .col {
        width: 100%;
    }

    .footer_nav {
        padding-left: 0 !important;
    }

    .s_row__footer_main .s_row .col:first-child{
        padding-right: 10px;
    }

    .s_row__footer_main .s_row .col:last-child{
        padding-left: 10px;
    }

    .infonews__page .featured {
        font-size: 20px;
        line-height: 24px;
        margin-right: -15px;
        margin-left: -15px;
        padding-right: -15px;
        padding-left: -15px;
    }

    .infonews__page .widebox .spr {
        margin: 0 -15px;
    }

    .widebox h1{
        font-size: 22px;
        line-height: 28px;
    }

    .news-list li {
        padding: 20px 0;
    }

    .news-list li:last-child{
        padding-bottom: 0;
    }

    .form-search__button_wrap {
        width: 100%;
        max-width: 440px;
    }

    .form-search__button {
        width: 100%;
        height: 36px;
    }

    .widebox_header{
        flex-direction: column;
    }

    .widebox_header__img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .panel-form__search {
        margin: 0 -15px 5px;
    }

    .form-search__main {
        flex-direction: column;
    }

    .panel-form__search {
        padding: 20px 15px;
    }

    .form-search__input_wrap{
        padding-right: 0;
    }

    .form-search__btn_wrap{
        width: 100%;
        max-width: none;
        margin-bottom: 0;
    }

    .form-search__btn_wrap .btn {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }

    .form-search__btn_wrap .btn._load{
        height: 40px;
    }

    .form-search__btn_wrap .btn._load:after{
        width: 26px;
        height: 26px;
    }
    
    .form-search__input_wrap input {
        height: 40px;
        font-size: 16px;
    }

    .panel-form__search .cats{
        margin-top: 20px;
    }

    .cats_clear {
        display: flex;
        margin-top: 20px;
    }

    .cats_clear a {
        padding: 10px 15px;
        border: 1px dashed #c4161c;
    }

    .cats_clear a:hover{
        border: 1px solid #c4161c;
        background-color: #c4161c;
        color: #ffffff;
    }

    .panel-form .calendar{
        align-items: flex-end;
    }

    .panel-form .calendar label {
        font-size: 16px;
    }

    .panel-form .calendar input {
        flex-grow: 1;
        height: 30px;
        font-size: 16px;
    }

    .panel-form .calendar > * {
        display: none;
    }

    .panel-form .calendar._showed > * {
        display: flex;
    }

    .panel-form .calendar > .form-search__filter {
        width: 100%;
        display: inline-block;
        position: relative;
    }

    .form-search__filter_inner{
        display: inline-block;
        position: relative;
        border-bottom: 1px dashed;
        line-height: 1.3;
    }

    .form-search__filter_inner:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 1px solid #36414b;
        border-bottom: 1px solid #36414b;
        transform: rotate(45deg);
        position: absolute;
        right: -14px;
        top: 6px;
    }

    .calendar._showed .form-search__filter_inner:after{
        transform: rotate(-135deg);
        top: 10px;
    }

    .cat-box.open .cat-content {
        overflow: visible;
    }
    
    .search-result {
        margin: 0 -15px !important;
    }

    .search-result li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sert_item {
        width: 50%;
    }

    .ck_erp__filter_form {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
    }

    .ck_erp__filter_form > * {
        margin: 0 0 15px 0 !important;
    }

    .ck_erp__filter_form input, 
    .ck_erp__filter_form label {
        width: 100%;
        box-sizing: border-box;
    }

    .ck_erp__filter_form input {
        height: 30px;
    }

    .ck_erp__cats__selects {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }

    .ck_erp__cats__selects > select {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .ck_erp__nav{
        margin-bottom: 0;
    }

    .ck_erp__nav li.ck_erp__li_btn {
        width: 100%;
        bottom: 0;
    }

    .ck_erp._open {
        flex-direction: column;
    }

    .popup_image::before{
        font-size: 160px;
    }

    .usability_form{
        max-width: none;
    }

    .usability_important{
        position: static;
        padding-left: 0;
    }

    .usability_important br{
        display: none;
    }

    .usability_col{
        width: 100%;
    }

    .usability_submit .btn {
        width: 100%;
        height: 50px;
    }

}

@media all and (max-width:360px){
    .sert_item {
        width: 100%;
    }
}