/****************
*     FONTS     *
****************/

@font-face {
    font-family: 'magistral_blackregular';
    src: url('fonts/magistral_black-webfont.eot');
    src: url('fonts/magistral_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/magistral_black-webfont.woff2') format('woff2'),
         url('fonts/magistral_black-webfont.woff') format('woff'),
         url('fonts/magistral_black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Europe Ext Bold';
    src: url('fonts/europe_ext_bold/EuropeExtBold.eot');
    src: url('fonts/europe_ext_bold/EuropeExtBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/europe_ext_bold/EuropeExtBold.woff2') format('woff2'),
        url('fonts/europe_ext_bold/EuropeExtBold.woff') format('woff'),
        url('fonts/europe_ext_bold/EuropeExtBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/******************
*   BOILERPLATE   *
******************/


html {
    color: #525252;
    font-size: 1em;
    line-height: 1.4;
}

a {
    color: #525252
}

a.hidden_link	{
	text-decoration: underline;
	cursor: pointer;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

select:focus, input:focus:not([readonly]),
textarea:focus	{
	outline-offset: 0;
	outline: 0;	
	border: 1px solid #999;
	box-shadow: 0 0 2px #87a9e0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* IE SVG FIX */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

.browserupgrade {
    margin: 0;
    background: #ccc;
    color: #000;
    padding: 0.5em;
	position: fixed;
    width: 100%;
    z-index: 999;
}

/* browser upgrate msg */
.browserupgrade + .main-header,
.browserupgrade + .main-header + .fixed-aside	{
	top: 38px;
}
.browserupgrade ~ .main-content	{
	padding-top: 83px;
}
/*******************/

.responsive-img {
    max-width: 100%;
    height: auto;
    /* width: 100%; */
    /* width: auto\9; */
}

img.responsive-img.img-50	{
    max-width: 50%;
    max-height: inherit;
    margin: 0 0 10px;
}

img.responsive-img.img-75	{
    max-width: 75%;
    max-height: inherit;
    margin: 0 0 10px;
}

img.responsive-img.img-100	{
    max-width: 100%;
    max-height: inherit;
    margin: 0 0 10px;
}

#bg_overlay	{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0;
	display: none;
}


/*
.responsive-img {
    width: 100%;
    height: auto;
}
*/

.small-description {
    font-size: 0.875em;
    padding-top: 1em !important; 
}

.author {
    text-align: right; 
    font-style: italic;    
}

.no-margin-bottom {
    margin-bottom: 0 !important;    
}

.ancor { 
    display: block; 
    height: 50px; 
    width: 1px;
}

/******************************
*   WRAPPERS AND CONTAINERS   *
******************************/

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    min-width: 320px;
    background: #ffffff;
}

.main-wrapper {
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.container {
    clear: both;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
}

/*
.anchor {
	margin-top: -100px;
	display: inline-block;
	position: relative;
	height: 1px;
	width: 1px;
	padding-top: 100px;
	visibility: hidden;
}*/

.anchor {
    display: block;
    position: relative;
    top: -47px;
    visibility: hidden;
}

/*******************
*      HEADER      *
********************/

.main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    background-color: #4b505c;
    border-bottom: 3px solid #e86e17;
}

.main-header__row {
    clear: both;
    padding: 0;
	overflow: hidden;
	position: relative;
}

/* site logo */

.site-logo {
    width: 305px;  
    display: inline-block;
    vertical-align: middle;
	margin: 0.1em 0;
}

.site-logo__img-wrapper {
    display: inline-block;
    max-width: 152px;
    text-align: center;
	margin-left: 1em;
}

.site-logo__img {
    width: 100%;
    height: auto;
}

/* main menu */

.main-menu {
    display: inline-block;
    vertical-align: middle;
}

.main-menu__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 11px;
}

.main-menu__item {
    display: block;
    float: left;
    margin: 0 0.945em;
}

.main-menu__link {
    display: block;
    position: relative;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    line-height: 1;
    padding: 0.8125em 0;
}

.main-menu__link:first-child {
    margin-left: 1em;
}

.main-menu__link:hover {
    color: #fa8232;
}

.main-menu__link:before {
    position: absolute;
    content: "";
    display: block;
/*  left: -2.625em;*/
    left: -2.6em;
    top: 0;
    height: 0;
    width: 0;
    border: 1.3125em solid transparent;
    /* border-right-color: #4b505c; */
    /* border-bottom-color: #4b505c; */
}

.main-menu__link:after {
    position: absolute;
    content: "";
    display: block;
    /* right: -2.625em; */
    right: -2.6em;
    top: 0;
    height: 0;
    width: 0;
    border: 1.3125em solid transparent;
    /* border-left-color: #4b505c; */
    /* border-top-color: #4b505c; */
}

.main-menu__item.active .main-menu__link {
    background-color: #e86e17;
    color: #ffffff;
    line-height: 1;
    font-size: 1em;
}

.main-menu__item.active .main-menu__link:before {
    border-right-color: #e86e17;
    border-bottom-color: #e86e17;
}

.main-menu__item.active .main-menu__link:after {
    border-left-color: #e86e17;
    border-top-color: #e86e17;
}


/* service 24 main menu */
.main-menu li a[data-item=service-24] {
    padding-right: 33px;
}

.main-menu li .main-menu__link[data-item=service-24] .main-menu_link-wrapper:after {
    content: '';
    width: 30px;
    height: 25px;
    background-image: url(/img/service/24-7_white.svg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-menu .main-menu__item .main-menu__link[data-item=service-24]:hover .main-menu_link-wrapper:after	{
	background-image: url(/img/service/24-7_orange.svg);
}

.main-menu .main-menu__item.active .main-menu__link[data-item=service-24]:hover .main-menu_link-wrapper:after	{
	background-image: url(/img/service/24-7_white.svg);
}


/* service 24 */
.content-container .service-24 .service_text-icon-24 {		
	width: auto;    
	background-size: cover;
	max-height: 110px;
    max-width: 135px;
	height: 110px;
	padding-right: 28px;
}

.content-container .service_tile_icon	{
	padding-left: 60px;
	position: relative;
	margin: 0px 0 1.5em;
}

.content-container .service_tile_icon h2	{
	font-size: 1em;
    margin: 0;
}

.content-container .service-24_container	{
	display: flex;
	gap: 20px;
}

.content-container .service-24_container.service-bottom_separator	{
	padding-bottom: 1em;
	margin-bottom: 1em;
    border-bottom: 1px solid #B4B4B4;
}

.content-container .flex-50	{
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
	box-sizing: border-box;
	-ms-flex: 0 0 50%;
}

.content-container .service-24	{
	display: flex;
    align-items: center;	
}

.content-container .service-24_contacts h2	{
    font-weight: normal;
	display: inline;
}

.content-container .service-24_contacts a,
.content-container .service-24_contacts span	{
	font-weight: bold;
}

.content-container .service-24_contacts .service_tile_icon	{
    margin: 0px;
	line-height: 50px;
}

.content-container .service-24_soft .service_tile_icon	{
    margin: 0px 0 0.7em;
}

.content-container .service-24_list,
.content-container .service-24	{
	padding-right: 50px;	
}

.content-container .service-24_list a	{
	font-weight: bold;
}

.content-container .service-24_list ul	{
	list-style: none;
    padding: 0;
    margin: 0 0 1em;
}

.content-container .service-24_list ul li	{
	padding: 1px 0;
}

.content-container .service-24_list ul b	{
	color: #E86E17;
}

.content-container .service-24_soft h2	{
    font-weight: normal;	
}

.content-container .service_tile_icon:before {
    content: '';
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
}

.content-container .service_tile_icon.round_icon:before	{
	background-position: center center;
    background-color: #525252;
    border-radius: 50%;
    background-size: 55%;
}

.content-container .service_tile_icon.icon_mail:before	{
	background-image: url(/img/service/icons/mail.svg);
}
.content-container .service_tile_icon.icon_phone:before	{
	background-image: url(/img/service/icons/call.svg);
}
.content-container .service_tile_icon.icon_telegram:before	{
	background-image: url(/img/service/icons/tg.svg);
}
.content-container .service_tile_icon.icon_warranty:before	{
	background-image: url(/img/service/icons/warranty.svg);
}
.content-container .service_tile_icon.icon_soft:before	{
	background-image: url(/img/service/icons/soft.svg);
}
.content-container .service_tile_icon.icon_servicebook:before	{
	background-image: url(/img/service/icons/servicebook.svg);
}

.content-container .service-24_container a	{
	transition: 0.2s;
}
.content-container .service-24_container a:hover	{
	color: #000;
}

/* mobmenu trigger */

.mobmenu-trigger {
    display: none;
    float: right;
    padding-top: 10px;
    margin-right: 10px;
}

.mobmenu-trigger__link {
    width: 34px;
    height: 24px;
    float: right;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/icons-mobmenu.svg') no-repeat -53px -34px;
}

.no-svg .mobmenu-trigger__link {
    background-image:  url('../img/icons-mobmenu.png');
}

.mobmenu-trigger__link.opened {
    background-position: -7px -34px;
}

/* mobmenu trigger animated*/

#mobmenu-trigger	{
  width: 34px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#mobmenu-trigger span	{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobmenu-trigger span.line-one {
  top: 0px;
}

#mobmenu-trigger span.line-two,#mobmenu-trigger span.line-three {
  top: 10px;
}

#mobmenu-trigger span.line-four {
  top: 20px;
}

#mobmenu-trigger.opened span.line-one {
  top: 10px;
  width: 0%;
  left: 50%;
}

#mobmenu-trigger.opened span.line-two {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobmenu-trigger.opened span.line-three {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobmenu-trigger.opened span.line-four {
  top: 10px;
  width: 0%;
  left: 50%;
}

/*****************
*    MOB MENU    *
*****************/

.mobmenu__wrapper {
	display: none;
	max-height: 100vh;
	max-height: calc(100vh - 49px);
	max-height: calc(var(--vh, 1vh) * 100 - 49px);
	overflow-y: auto;
	border-top: 3px solid #e86e17;
	/* -webkit-overflow-scrolling: touch; */
}

.mobmenu_list	{
    list-style: none;
    margin: 0;
	padding: 0em 1em;
	color: #fff;
	margin-bottom: 1em;
	/* max-height: 100vh; */
    /* max-height: calc(100vh - 48px); */
	/* overflow-y: auto; */
	/* border-top: 3px solid #e86e17; */
}

.mobmenu_item {
	color: #fff;
    position: relative;
    border-top: 1px solid #666;
}

.submenu_list	{
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}

.mobmenu_list > .mobmenu_item.first {
    border-top: 0;
}

.mobmenu_link	{
    color: #fff;
    display: inline-block;
    padding: 7px 0;
    text-decoration: none;
    font-size: 1.3em;
    position: relative;
}

/* 1st level */
.mobmenu_list > .mobmenu_item > a,
.mobmenu_list > .mobmenu_item .mobmenu_link-wrapper > a	{
	font-weight: bold;
}

/* 2rd level */
.submenu_list .mobmenu_item > a,
.submenu_list .mobmenu_item .mobmenu_link-wrapper > a	{
	padding-left: 1.5em;	
}
.submenu_list .mobmenu_item .mobmenu_link-wrapper > a	{
	font-weight: 500;
}

/* 3rd level */
.submenu_list .submenu_list .mobmenu_item > a,
.submenu_list .submenu_list .mobmenu_item .mobmenu_link-wrapper > a	{
	padding-left: 3em;
	font-weight: normal;
}

.mobmenu_item.active > a.mobmenu_link,
.mobmenu_item.active > .mobmenu_link-wrapper > a.mobmenu_link	{
	color: #e0724a;
	font-weight: bold;
}

.mobmenu_item .mobmenu_link-wrapper	{
	margin-right: 40px;
}

.mobmenu_item .mobmenu_link-wrapper:after {
    display: block;
    content: "";
	cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: url(../img/icons-mobmenu-white.svg) no-repeat -28px 14px;
}

.mobmenu_item.opened > .mobmenu_link-wrapper:after {
    background-position: -69px 15px;
}

.no-svg .mobmenu_item .mobmenu_link-wrapper:after	{
	background-image: url(../img/icons-mobmenu-white.png);
}

/* OLD MENU */
/* 1st level */

.mobmenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 100vh;
    max-height: calc(100vh - 46px);
    overflow-y: auto;
}

.mobmenu__item {
    background-color: #e6e6e6;
    position: relative;
    border-top: 1px solid #ccc;
}

.mobmenu__item.mobmenu__item_haschildren {
    padding: 0;
    border: 0;
}

.mobmenu__link-wrapper {
    background-color: #e6e6e6;
    position: relative;
    border-top: 1px solid #ccc;
    cursor: pointer;
}

.mobmenu__link-wrapper:after {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: url('../img/icons-mobmenu.svg') no-repeat -28px 14px;
}

.no-svg .mobmenu__link-wrapper:after {
    background: url('../img/icons-mobmenu.png') no-repeat -28px 14px;
}

.mobmenu__item.opened .mobmenu__link-wrapper:after {
    background: url('../img/icons-mobmenu.svg') no-repeat -69px 15px;
}

.no-svg .mobmenu__item.opened .mobmenu__link-wrapper:after {
    background: url('../img/icons-mobmenu.png') no-repeat -69px 15px;
}

.mobmenu__link {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #171717;
    text-transform: uppercase;
    font-size: 1em;
    position: relative;
}

.mobmenu__link.active {
	font-weight: bold;
}

.mobmenu__link-wrapper .mobmenu__link {
    border: 0;
}

.mobmenu__item.opened .mobmenu__link-wrapper .mobmenu__link {
    font-weight: 500;
}

/* 2st level */

.submenu__header {
    display: block;
    padding: 10px 10px 10px 20px;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #171717;
    text-transform: uppercase;
    font-size: 0.875em;
    border-top: 1px solid #ccc;
    background-color: #f5f5f5;
}

.submenu__list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu__list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobmenu__item.opened .submenu__list {
    display: block;
}

.submenu__link {
    display: block;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #171717;
    text-transform: uppercase;
    font-size: 0.875em;
    border-top: 1px solid #ccc;
    background-color: #fff;
}

.submenu__item.active .submenu__link  {
	font-weight: bold;
}

/******************
*   FIXED ASIDE   *
******************/

.fixed-aside {
    position: fixed;
    width: 305px;
    height: 100%;
    top: 0;
    left: 0;
    /* padding-top: 46px; */
    z-index: 100;
    background:url('../img/bg-fixed-aside.png') no-repeat #ffffff;
}

.fixed-aside .left_bnr	{
	text-align: center;
	width: 90%;
}

.fixed-aside .left_bnr img	{
	max-width: 90%;
}

/* aside categories menu */

.aside-categories-menu__list-wrapper {
    width: 100%;
    max-width: 305px;
    position: absolute;
    top: 3em;
    left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	bottom: 0;
}

.aside-categories-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aside-categories-menu__item {
    margin: 0 0 0.65em 0;
    padding-top: 0.8em;
    position: relative;
}

.aside-categories-menu__item:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 270px;
    margin: 0 1em;
    box-sizing: border-box;
    background-color: #cccccc;
}

.aside-categories-menu__item:first-child:before{
    display: none;
}

.aside-categories-menu__title {
    text-align: left;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 0 0.35em 0;
    padding: 0 1em;
	cursor: pointer;
}


/* разворачиваемое меню */

.aside-wrapped .aside-products-menu__list {    
    margin: 0 -1em;
    padding: 0 0 0.3em 0;
}

.aside-wrapped .aside-categories-menu__item:before {
    width: 100%;
    margin: 0;
}

.aside-wrapped .aside-categories-menu__item {
    margin: 0 1em 0.3em;
	padding: 0;
}

.aside-wrapped .aside-categories-menu__title {
	padding: 0.7em 2.1em 0.4em 1em;
    margin: 0 -1em;
    position: relative;
}

.aside-wrapped .aside-categories-menu__title:after {
    display: block;
    content: "";
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 21px;
    top: 0.75em;
    right: 1em;
    background: url(../img/icons-mobmenu_gray.svg) no-repeat 0px 5px;
}

.aside-wrapped .opened .aside-categories-menu__title:after	{
	background: url(../img/icons-mobmenu_gray.svg) no-repeat -19px 5px;
}

.no-svg .aside-wrapped .aside-categories-menu__title:after	{
	background: url(../img/icons-mobmenu_gray.png) no-repeat 0px 5px;
}

.no-svg .aside-wrapped .opened .aside-categories-menu__title:after	{
	background: url(../img/icons-mobmenu_gray.png) no-repeat -19px 5px;
}

.aside-wrapped .aside-products-menu__list   {
    display: none;
}

.aside-wrapped .opened .aside-products-menu__list	{
	display: block;
}

/* aside products menu */

.aside-products-menu__list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}

.aside-products-menu__item {
    position: relative;
    text-align: left;
	padding: 0.32em 2em;
}

.aside-products-menu__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #e86e17;
    left: 1em;
    top: 1em;
}
.aside-products-menu__item.active:before {
    background-color: #fff;
}

.aside-products-menu__item.active {
    background-color: #e86e17;
    /* padding: 0.35em 2em 0.35em 2em; */
}

.aside-products-menu__link,
.aside-products-menu__category_link	{
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
}

.aside-products-menu__link:hover,
.aside-products-menu__category_link:hover	{
    text-decoration: underline;
}

.aside-products-menu__item.active .aside-products-menu__link {
    color: #ffffff;
}

.aside-products-menu__item.active .aside-products-menu__link:hover {
    text-decoration: none;
}



/*************************
*      MAIN CONTENT      *
*************************/

.main-content {
    position: relative;
    min-height: 100%;
    padding-bottom: 75px;
    padding-top: 45px;
    margin-left: 305px;
    box-sizing: border-box;
}

.main-content_hidden {
    display: block;
}



/*************************
*    TWO LINES HEADER    *
*************************/

.two-lines-header__wrapper {
    display: block;
    overflow: hidden;
    margin: 1.5em auto 1.5em auto;
    width: 100%;
    text-align: center;
/*     background: url('../img/bg-two-lines-header.png') repeat-x center center; */
}

.header_info_msg	{
	border: 1px solid #b4b4b4;
    padding: 1em;
    background-color: #efefef;
	margin: 1em 0;
	position: relative;
	padding-right: 18px !important;
}

.header_info_msg .close_btn	{
	/* display: none; */
	cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    right: 4px;
    background: url(../img/icons-mobmenu.svg) no-repeat -82px 2px;
}

.no-svg .header_info_msg .close_btn {
    background-image: url(../img/icons-mobmenu.png);
}

.header_info_msg + .two-lines-header__wrapper	{
	margin-top: 1em;
}

.breadcrumbs + .container .two-lines-header__wrapper	{
	margin-top: 0.5em 
}

.two-lines-header {
    display: inline-block;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #666666;
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    padding: 0 4em;
    position: relative;
}

.two-lines-header:before {
    display: block;
    content: "";
    position: absolute;
    left: -1985px;
    top: 0.625em;
    width: 1985px;
    height: 15px;
    background: url('../img/bg-header-left-line.png') no-repeat  right center;
}

.two-lines-header:after {
    display: block;
    content: "";
    position: absolute;
    right: -1985px;
    top: 0.625em;
    width: 1985px;
    height: 15px;
    background: url('../img/bg-header-right-line.png') no-repeat  left center;
}

/************************
*     DOUBLE HEADER     *
************************/

.double-header_wrapper {
    display: block;
    overflow: hidden;
    margin: 0 auto 1em auto;
    width: 100%;
    text-align: center;
    /* background: url('../img/bg-two-lines-header.png') repeat-x center center; */
}

.double-header__first {
    display: inline-block;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #666666;
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    padding: 0 4em;
    position: relative;
}

.double-header__first:before {
    display: block;
    content: "";
    position: absolute;
    left: -1985px;
    top: 0.625em;
    width: 1985px;
    height: 15px;
    background: url('../img/bg-header-left-line.png') no-repeat  right center;
}

.double-header__first:after {
    display: block;
    content: "";
    position: absolute;
    right: -1985px;
    top: 0.625em;
    width: 1985px;
    height: 15px;
    background: url('../img/bg-header-right-line.png') no-repeat  left center;
}

.double-header__second {
    margin: 0 auto;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #666666;
    font-size: 1.5em;
    font-weight: normal;
}

/************************
*     DARK HEADER     *
************************/

.dark-header {
    display: block;
    font-weight: bold;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #ffffff;
    background-color: #4b505c;
    font-size: 1em;
    padding: 0.5em 2.5em;
    margin: 0 -2em 1em -2em;
    line-height: 1;
    text-align: left;
    position: relative;
}

.dark-header:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border: 1.1em solid transparent;
	border-left-color: #fff;
	border-top-color: #fff;
}

.dark-header:after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border: 1.1em solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

/* .dark-header {
    display: block;
    font-weight: bold;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #ffffff;
    background-color: #4b505c;
    font-size: 1em;
    padding: 0.5em;
    margin: 0 0 1em 0;
    line-height: 1;
    text-align: left;
    position: relative;
}

.dark-header:before {
    position: absolute;
    content: "";
    display: block;
    left: -2em;
    top: 0;
    height: 0;
    width: 0;
    border: 1em solid transparent;
    border-right-color: #4b505c;
    border-bottom-color: #4b505c;
}

.dark-header:after {
    position: absolute;
    content: "";
    display: block;
    right: -2em;
    top: 0;
    height: 0;
    width: 0;
    border: 1em solid transparent;
    border-left-color: #4b505c;
    border-top-color: #4b505c;
} */

/************************
*     GRAY HEADER     *
************************/

/* .gray-header {
    display: inline-block;
    min-width: 40%;
    font-weight: bold;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #4b505c;
    background-color: #e6e6e6;
    font-size: 1em;
    padding: 0.5em;
    margin: 0 0 1em 0;
    line-height: 1;
    text-align: left;
    position: relative;
}

.gray-header:before {
    position: absolute;
    content: "";
    display: block;
    left: -2em;
    top: 0;
    height: 0;
    width: 0;
    border: 1em solid transparent;
    border-right-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
}

.gray-header:after {
    position: absolute;
    content: "";
    display: block;
    right: -2em;
    top: 0;
    height: 0;
    width: 0;
    border: 1em solid transparent;
    border-left-color: #e6e6e6;
    border-top-color: #e6e6e6;
} */


.gray-header {
    display: inline-block;
    min-width: 40%;
    font-weight: bold;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #4b505c;
    background-color: #e6e6e6;
    font-size: 1em;
	padding: 0.5em 2.5em;
	margin: 0 0 1em -2em;
    line-height: 1;
    text-align: left;
    position: relative;
	clear: both;
}

.gray-header:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border: 1.1em solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
}

.gray-header:after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border: 1.1em solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

/************************
*     ORANGE HEADER     *
************************/

.orange-header {
    display: block;
    font-weight: bold;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #ffffff;
    background-color: #e86e17;
    font-size: 1em;
    padding: 0.5em 3.5em;
    margin: 0 -2.2em 1em;
    line-height: 1.5;
    text-align: left;
    position: relative;
}

.orange-header:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border: 1.3em solid transparent;
	border-left-color: #fff;
	border-top-color: #fff;
}

.orange-header:after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border: 1.3em solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

/*************************
*      BREADCRUMBS       *
*************************/

.breadcrumbs {
    margin-bottom: 0em;
}

.breadcrumbs__list {
    list-style: none;
    margin: 0;
    padding: 1em 0 0 2em;
}

.breadcrumbs__item {
    float: left;
    margin-right: 5px;
    padding: 0;
    color: #525252;
}

.breadcrumbs__item:before {
    content: " - ";
}

.breadcrumbs__item:first-child:before {
    content: " ";
}

.breadcrumbs__link {
    color: #525252;
    margin: 0;
}


/*****************
*     SLIDER     *
******************/

.main-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main-slider__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-slider__slide {
    position: relative;
}

.main-slider__slide:before,
.main-slider__slide:after {
    content: " ";
    display: table;
}

.main-slider__slide:after {
    clear: both;
}

/* content */

.slide-content {
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 10%;
    width: 32%;
}

.slide-content__header {
    width: 400px;
    font-family: 'eurostile_extendedbold', 'Arial', sans-serif;
    color: #fff;
    font-size: 3.5em;
    line-height: 1.2;
    margin-bottom: 0.25em;
    font-weight: bold;
}

.slide-content__header_magistral {
    font-family: 'magistral_blackregular', 'Arial', sans-serif;
}

.slide-content__text {
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 1em;
}

.slide-content__link {
    display: inline-block;
    color: #fff;
    font-size: 2.25em;
    text-decoration: none;
    padding: 0.1111111111111111em 1em 0.4444444444444444em 1em;
    border: 2px solid #ffffff;

    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.slide-content__link:hover {
    color: #fff;
    border: 2px solid #fa8232;
    background-color: #fa8232;
}

/* video */

.slide__video-wrapper	{
	position: relative;
}

.slide__video-wrapper video	{
	width: 100%;
    max-height: 600px;
    display: block;
    margin: 0 auto;
}


/* image */

.slide__img-wrapper {

}


.slide__img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

/*
.slide__img {
    width: 100%;
    height: auto;
}
*/
.main-slider_white .slide__img {
    width: 100%;
    height: auto;
    max-width: 1920px;
    max-height: 700px;
    margin: 0 auto;
}


/************************
*     PAGE CONTENT      *
************************/


/* container */

.content-container {
    width: 100%;
    max-width: 1100px;
    /* margin: 0 auto 2em; */
	margin: 0 auto;
    font-size: 1em;
    /* padding: 2em; */
	padding: 1em 2em 2em;
    box-sizing: border-box;
}

.content-container_compare {
    max-width: none;
}

.top_gray_border	{
	border-top: 1px solid #dfdfdf;
}

.bordered_rows > .border_row:not(:first-child)	{
	border-top: 1px solid #dfdfdf;
	padding-top: 2em;
}

.leasing_container	{
    margin-top: 2em;
}

.leasing_container img.responsive-img	{
	margin-top: 0.35em;
}

a.img_link img	{
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

a.img_link:hover img	{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.middle_table_row	{
	display: table;
}

.middle_table_row > *	{
	display: table-cell;
	vertical-align: middle;
}

.middle_table_row.padding_cell > *:not(:first-child)	{
	padding-left: 1em;
}

/* row */

.content-row {
    margin-left: -3%;
    margin-bottom: 2em;
    padding: 0;
}

.content-row:before,
.content-row:after {
    content: " ";
    display: table;
}

.content-row:after {
    clear: both;
}

.content-row.not_bottom_margin, .content-row.not_bottom_margin img.content-img	{
	margin-bottom: 0px;
}

.content-row.min_bottom_margin, .content-row.min_bottom_margin img.content-img	{
	margin-bottom: 5px;
}

.content-col-50.kart {
	text-align: center;
}

.content-col-50.kart .img-title {
	text-align: center; 
	margin: 1em 0 0 0;	
}

.content-row .center-col	{
	text-align: center;
}

/* col 15 */

.content-col-15 {
    float: left;
    width: 12%;
    margin-left: 3%;
}

/* col 85 */

.content-col-85 {
    float: left;
    width: 82%;
    margin-left: 3%;
}


/* col 33 */

.content-col-33 {
    float: left;
    width: 30%;
    margin-left: 3%;
}

/* col 30 */

.content-col-30 {
    float: left;
    width: 27%;
    margin-left: 3%;
}

/* col 25 */

.content-col-25 {
    float: left;
    width: 22%;
    margin-left: 3%;
}

/* col 20 */

.content-col-20 {
    float: left;
    width: 17%;
    margin-left: 3%;
}

/* col 80 */

.content-col-80 {
    float: left;
    width: 77%;
    margin-left: 3%;
}

/* col 75 */

.content-col-75 {
    float: left;
    width: 72%;
    margin-left: 3%;
}

/* col 70 */

.content-col-70 {
    float: left;
    width: 67%;
    margin-left: 3%;
}

/* col 60 */

.content-col-60 {
    float: left;
    width: 57%;
    margin-left: 3%;
}

/* col 50 */

.content-col-50 {
    float: left;
    width: 47%;
    margin-left: 3%;
}

/* col 40 */

.content-col-40 {
    float: left;
    width: 37%;
    margin-left: 3%;
}

/* col 100 */

.content-col-100 {
    clear: left;
    width: 97%;
    margin-left: 3%;
}


.content-container p,
.content-container .content_block {
    margin: 0 0 2em 0;
    padding: 0 0.5em;
}

.content-container .small_margin p,
.content-container p.small_margin	{
	margin-bottom: 1.2em;
}

.content-container .small_margin_2 p,
.content-container p.small_margin_2	{
	margin-bottom: 0.6em;
}

/* display table */

.content-row.content-row_table {
    display: table;
    margin: 0;
}

.content-row.content-row_table .content-col-25,
.content-row.content-row_table .content-col-50,
.content-row.content-row_table .content-col-75  {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0;
    padding: 10px;
}

.content-row.content-row_table .content-col-25 {
    width: 25%;
}

.content-row.content-row_table .content-col-50 {
    width: 50%;
}

.content-row.content-row_table .content-col-75 {
    width: 75%;
}


/**********************
*     CONTACT LIST    *
**********************/

.contact-list {
    clear: both;
    list-style: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0.5em 0;
}

.contact-list__item {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
}

.contact-list__item:first-child {
    border: 0;
}

.contact-list__photo,
.contact-list__name,
.contact-list__email,
.contact-list__phone {
    float: none;
    margin: 0;
    padding: 0.75em 1em;
    display: table-cell;
    vertical-align: middle;
}


.contact-list__photo,
.contact-list__email {
    width: 20%;
}

.contact-list__name {
    width: 25%;
    font-weight: bold;
}

.contact-list__phone {
    width: 35%;
}

.worktime	{
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 0.3em 0 0.7em;
	font-weight: 500;
}

/*****************
*    FORMULA     *
*****************/ 

.formula {
    display: table;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
}

.formula__img-container {
    display: table-cell;   
    text-align: center;   
}



.formula__img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}


/*
.formula__img {
    width: 100%;
    height: auto;
}
*/

.formula__capture {
    display: table-cell;  
    width: 50px;
    text-align: center;   
}

/**********************
*    FLEXSLIDER MINI  *
**********************/

.flexslider-mini {
    position: relative;
    padding-top: 2em;
    margin-bottom: 3em;
}

.flexslider-mini .flex-control-paging {
    display: none;
}

.flexslider-mini .flex-active-slide {
    text-align: center;
}

.flexslider-mini .flex-nav-prev .flex-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url('../img/other-icons.svg');
    background-repeat: no-repeat;
    background-position: -119px -149px;
}

.no-svg .flexslider-mini .flex-nav-prev .flex-prev {
    background-image: url('../img/other-icons.png');
}

.flexslider-mini .flex-nav-next .flex-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url('../img/other-icons.svg');
    background-repeat: no-repeat;
    background-position: -161px -149px;
}

.no-svg .flexslider-mini .flex-nav-next .flex-next {
    background-image: url('../img/other-icons.png');
}

/*********************
*   PARTNERS LIST    *
*********************/

.partners__list {
    list-style: none;
    text-align: center;
    margin: 0 0 32px;
    padding: 25px 0 0 0;
    font-size: 0;
}

.partners__item {
    width: 25%;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.partners__item a img	{
	transition: 0.2s;
}
.partners__item a:hover img	{
	opacity: 0.5;
}

.partners__img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

/*
.partners__img {
    width: 100%;
    height: auto;
}
*/

/*******************
*    ROCKET        *
*******************/

.content-row_rocket {
    background: url('../img/about/bg-rocket.jpg') no-repeat 0 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    display: table;
    margin-left: 0;
}

.content-row_rocket .content-col-25,
.content-row_rocket .content-col-75 {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 3em 1em;
}

/******************
*   YANDEX MAP    *
******************/

.yandex-map {
    width: 100%;
    height: 800px;
    margin: 0 0.5em;
}

.yandex-map#referens_map	{
	height: 700px;
	margin-bottom: 2em;
}

.ymaps-2-1-35-controls__toolbar_right {
     float: left !important;
     margin-left: 12px !important;
}

/*****************
*    MAP TABS    *
*****************/

.map-tabs {
    position: relative;
	overflow: hidden;
}

.map-tabs__map-block {

}

.map-tabs__list {
    display: inline-block;
    list-style: none;
    position: absolute;
    right: 5px;
    top: 15px;
    font-size: 0;
}

.map-tabs__item {
    display: inline-block;
    font-size: 16px;
    margin-left: 1em;
}

.map-tabs__link {
    display: block;
    font-size: 0.875em;
    padding: 0.5em 1em;
    background-color: #4b505c;
    color: #ffffff;
    text-decoration: none;

    -webkit-border-radius: 0.5em;
       -moz-border-radius: 0.5em;
            border-radius: 0.5em;
}

.map-tabs__item.active .map-tabs__link {
    background-color: #e86e17;
}


/******************
*      VIDEO      *
*******************/

.video-frame {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin-bottom: 2em;
    padding: 0 0.5em;
    box-sizing: border-box;
}

.video-frame.video-content	{
	margin-top: 2em;
	margin-bottom: 2em;
}

.catalog-video-container .video-frame	{
	margin: 0 auto;
	padding: 0;
}

.video-frame iframe	{
	max-width: 100%;
}

.video-frame.video-preload	{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25% !important;
}

.video-frame.video-preload iframe	{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/***********************
*     DOWNLOAD LIST    *
***********************/

.download__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.download__item {
    position: relative;
    margin: 0 0 0.5em 0;
    padding: 0 0 0 60px;
}

.download__link {
    color: #525252;
}

.download__item_guarantee:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 38px;
	height: 42px;
	background-image: url(../img/other-icons.svg);
	background-repeat: no-repeat;
	background-position: -104px -84px;
}

.no-svg .download__item_guarantee:before {
    background-image: url('../img/other-icons.png');
}

.download__item_teamviewer:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 42px;
    height: 42px;
    /* background-image: url('../img/service/other-icons.svg'); */
	background-image: url('../img/service/remote_diagnostic.svg');
    background-repeat: no-repeat;
    /* background-position: -152px -84px; */
}

.download__item_servicebook:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 42px;
    height: 42px;
    background-image: url('../img/service_book.png');
    background-repeat: no-repeat;
}

.download__item_servicebook a	{
	text-decoration: none;
}

.download__item_servicebook a div,
.download__item_teamviewer a div	{
	text-decoration: underline;
}

.download__item .download__link	{
	transition: 0.2s;
}

.download__item .download__link:hover	{
	color: #000;
}

.no-svg .download__item_teamviewer:before {
    background-image: url('../img/service/remote_diagnostic.png');
}

/***********************
*     ROUNDED PHOTO    *
***********************/

.rounded-photo__wrapper {
    width: 100%;
    max-width: 120px;
    display: inline-block;
    height: auto;
    overflow: hidden;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.rounded-photo {
    width: 100%;
    height: auto;
}


/*************************
*   TECHNOLOGIES ICONS   *
*************************/

.main-content__row.technologies {
    padding-top: 1em;
}

.technologies-icons {
    max-width: 1600px;
    margin: 0 auto;
}

.technologies-icons__list {
    list-style: none;
    margin: 0 0 1em;
    padding: 1em 0 0 0;
    text-align: center;
}

.technologies-icons__item {
    display: inline-block;
    vertical-align: top;
    width: 12%;
    margin: 0 2% 1em 2%;
    max-width: 200px;
}

.icons-8 .technologies-icons__item {
    width: 10%;
    margin: 0 0.5% 1em 0.5%;
}

.technologies-icons__link {
    color: #171717;
    display: block;
}

.technologies-icons__img-wrapper {
    box-sizing: border-box;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

.technologies-icons__img_png,
.technologies-icons__img_svg {
    display: block;
    width: 100%;
    max-width: 145px;
    max-height: 145px;
}

/* no svg */

.technologies-icons__img_svg,
.svg.cssanimations.opacity.borderradius .technologies-icons__img_svg {
    display: none;
}

.technologies-icons__img_animate {
    display: none;
}

/* svg */

.svg.cssanimations.opacity.borderradius .technologies-icons__img_png {
    display: none;
}

.svg.cssanimations.opacity.borderradius .technologies-icons__img_animate {
    display: block;
}

.svg.cssanimations.opacity.borderradius .technologies-icons.technologies-icons_simple .technologies-icons__img_svg {
    display: block;
}

.svg.cssanimations.opacity.borderradius .technologies-icons.technologies-icons_simple .technologies-icons__img_png {
    display: none;
}

.svg.cssanimations.opacity.borderradius .technologies-icons.technologies-icons_simple .technologies-icons__img_animate {
	display: none;
}

/* border */

.technologies-icons__img_border {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 160px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

/* laser */

.technologies-icons__item_laser .technologies-icons__img_bg {
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 160px;
}

.technologies-icons__item_laser .technologies-icons__img_sparks {
    opacity: 0;
    position: absolute;
    top: 80%;
    left: 42%;
    width: 16%;
    height: auto;
    -webkit-transition: all 400ms ease-in;
       -moz-transition: all 400ms ease-in;
         -o-transition: all 400ms ease-in;
            transition: all 400ms ease-in;
}

.technologies-icons__item_laser .technologies-icons__img_laser {
    position: absolute;
    top: 10%;
    left: 37.5%;
    width: 25%;
    height: auto;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.technologies-icons__item_laser:hover .technologies-icons__img_laser {
    top: 15%;
}

.technologies-icons__item_laser:hover .technologies-icons__img_sparks {
    opacity: 1;
}

.technologies-icons__item_laser:hover .technologies-icons__img_border {
    opacity: 1;
}


/* focut */

.technologies-icons__item_focut .technologies-icons__img_bg {
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 160px;
}

.technologies-icons__item_focut .technologies-icons__img_waves {
    position: absolute;
    top: 53%;
    left: 31.25%;
    width: 37%;
    height: auto;
}

.technologies-icons__item_focut .technologies-icons__img_head {
    position: absolute;
    top: 6.8%;
    left: 5.5%;
    width: 89%;
    height: auto;
}

@keyframes show-waves {
    from {
        top: 29%;
    }
    to {
        top: 53%;
    }
}

@-webkit-keyframes show-waves {
    from {
        top: 29%;
    }
    to {
        top: 53%;
    }
}

.technologies-icons__item_focut:hover .technologies-icons__img_waves {
    animation: show-waves 700ms infinite  ease-out;
    -webkit-animation: show-waves 700ms infinite  ease-out;
}

.technologies-icons__item_focut:hover .technologies-icons__img_border {
    opacity: 1;
}

/* linear */

.technologies-icons__item_linear .technologies-icons__img_bg {
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 160px;
}

.technologies-icons__item_linear .technologies-icons__img_arrows  {
    position: absolute;
    top: 14%;
    left: 16%;
    width: 55%;
    height: auto;
    -webkit-transition: all 750ms ease-out;
       -moz-transition: all 750ms ease-out;
         -o-transition: all 750ms ease-out;
            transition: all 750ms ease-out;
}

.technologies-icons__item_linear .technologies-icons__img_block {
    position: absolute;
    top: 28%;
    left: 30%;
    width: 45.287582%;
    height: auto;

}

@keyframes go-left-right {
    from {
        top: 22%;
        left: 42%;
    }
    to {
        top: 37%;
        left: 9%;
    }
}

@-webkit-keyframes go-left-right {
    from {
        top: 22%;
        left: 42%;
    }
    to {
        top: 37%;
        left: 9%;
    }
}

.technologies-icons__item_linear:hover .technologies-icons__img_block {
    animation: go-left-right 750ms infinite alternate linear;
    -webkit-animation: go-left-right 750ms infinite alternate linear;
}

.technologies-icons__item_linear:hover .technologies-icons__img_arrows {
    display: none !important;
}

.technologies-icons__item_linear:hover .technologies-icons__img_border {
    opacity: 1;
}

/* management */

.technologies-icons__item_management .technologies-icons__img-wrapper {
    overflow: hidden;
}

.technologies-icons__item_management .technologies-icons__img_bg {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 160px;
}

.technologies-icons__item_management .technologies-icons__img_man {
    position: absolute;
    z-index: 5;
    top: 17%;
    left: 44%;
    width: 29%;
    height: auto;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}


@keyframes management {
    from {
        left: 90%;
    }
    to {
        left: 44%;
    }
}

@-webkit-keyframes management {
    from {
        left: 90%;
    }
    to {
        left: 44%;
    }
}

.technologies-icons__item_management:hover .technologies-icons__img_man {
    animation: management 300ms 1 alternate linear;
    -webkit-animation: management 300ms 1 alternate linear;
}

.technologies-icons__item_management .technologies-icons__img_border {
    z-index: 15;
}

.technologies-icons__item_management:hover .technologies-icons__img_border {
    opacity: 1;
}

/* software */


.technologies-icons__item_software .technologies-icons__img_bg {
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 160px;
}

.technologies-icons__item_software .technologies-icons__img_disk {
    position: absolute;
    top: 40%;
    left: 42%;
    width: 32.5%;
    height: auto;
    -webkit-transition: all 300ms ease-out;
       -moz-transition: all 300ms ease-out;
         -o-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
}

.technologies-icons__item_software .technologies-icons__box {
    position: absolute;
    top: 23.5%;
    left: 26%;
    width: 42.5%;
    height: auto;
}

.technologies-icons__item_software:hover .technologies-icons__img_disk {
    left: 52%;
}

.technologies-icons__item_software:hover .technologies-icons__img_border {
    opacity: 1;
}

/* integration */

.technologies-icons__item_integration .technologies-icons__img_bg {
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 160px;
}

.technologies-icons__item_integration .technologies-icons__img_part {
    position: absolute;
    top: 1%;
    left: 53%;
    width: 44%;
    height: auto;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.technologies-icons__item_integration:hover .technologies-icons__img_part {
    top: 5.5%;
    left: 50%;
}

.technologies-icons__item_integration:hover .technologies-icons__img_border {
    opacity: 1;
}


/* savings */

.technologies-icons__item_savings .technologies-icons__img_bg {
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 160px;
}

.technologies-icons__item_savings .technologies-icons__img_purse {
    position: absolute;
    bottom: 6%;
    left: 19%;
    width: 62%;
    height: auto;
}

.technologies-icons__item_savings .technologies-icons__box {
    position: absolute;
    top: 23.5%;
    left: 26%;
    width: 42.5%;
    height: auto;
}

.technologies-icons__item_savings .technologies-icons__img_coins {
    position: absolute;
    top: 7%;
    left: 34%;
    width: 32%;
    height: 54%;
    background: url("/img/tech-icons-animated/tech_7_coins.svg") repeat-y;
    background-size: contain;
    animation: saving_animation 10s linear infinite;
    animation-play-state: paused;
}

@keyframes saving_animation {
    to  {
        background-position-y: 1000px;
    }
}
@-webkit-keyframes saving_animation {
    to  {
        background-position-y: 1000px;
    }
}

.technologies-icons__item_savings:hover .technologies-icons__img_coins {
	animation-play-state: running;
}

.technologies-icons__item_savings:hover .technologies-icons__img_border {
    opacity: 1;
}


/* unicontrol */

.technologies-icons__item_unicontrol .technologies-icons__img-wrapper {
    overflow: hidden;
}

.technologies-icons__item_unicontrol .technologies-icons__img_bg {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 160px;
}

.technologies-icons__item_unicontrol .technologies-icons__img_gra {
    position: absolute;
    z-index: 5;
	top: 44%;
    left: 21%;
    width: 60%;
    height: auto;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}


@keyframes unicontrol {
    from {
        top: 90%;
    }
    to {
        top: 44%;
    }
}

@-webkit-keyframes unicontrol {
    from {
        top: 90%;
    }
    to {
        top: 44%;
    }
}

.technologies-icons__item_unicontrol:hover .technologies-icons__img_gra {
    animation: unicontrol 300ms 1 alternate linear;
    -webkit-animation: unicontrol 300ms 1 alternate linear;
}

.technologies-icons__item_unicontrol .technologies-icons__img_border {
    z-index: 15;
}

.technologies-icons__item_unicontrol:hover .technologies-icons__img_border {
    opacity: 1;
}


/* univision */

.technologies-icons__item_univision .technologies-icons__img-wrapper {
    overflow: hidden;
}
.technologies-icons__item_univision .technologies-icons__img_bg {
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 160px;
    z-index: 11;
    position: relative;
}
.technologies-icons__item_univision .technologies-icons__img_field_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 11;
}
.technologies-icons__item_univision .technologies-icons__img_ray_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
}
.technologies-icons__item_univision .technologies-icons__img_field_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 11;
}
.technologies-icons__item_univision .technologies-icons__img_ray_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9;
}
.technologies-icons__item_univision .technologies-icons__img_ray_overlay {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 10;
    opacity: 0;
}

@keyframes univision_animation {
    0%  {
        height: 100%;
    }
    50% {
        height: 0;
    }
    100% {
        height: 0;
    }
}
@-webkit-keyframes univision_animation {
    0%  {
        height: 100%;
    }
    50% {
        height: 0;
    }
    100% {
        height: 0;
    }
}

.technologies-icons__item_univision:hover .technologies-icons__img_field_1 {
    -webkit-animation: univision_animation 2s step-end 0s infinite;
    -moz-animation: univision_animation 2s step-end 0s infinite;
    -o-animation: univision_animation 2s step-end 0s infinite;
    animation: univision_animation 2s step-end 0s infinite;
}
.technologies-icons__item_univision:hover .technologies-icons__img_ray_1 {
    -webkit-animation: univision_animation 2s step-end 0ms infinite;
    -moz-animation: univision_animation 2s step-end 0ms infinite;
    -o-animation: univision_animation 2s step-end 0ms infinite;
    animation: univision_animation 2s step-end 0ms infinite;
}
.technologies-icons__item_univision:hover .technologies-icons__img_field_2 {
    -webkit-animation: univision_animation 2s step-end 1s infinite;
    -moz-animation: univision_animation 2s step-end 1s infinite;
    -o-animation: univision_animation 2s step-end 1s infinite;
    animation: univision_animation 2s step-end 1s infinite;
}
.technologies-icons__item_univision:hover .technologies-icons__img_ray_2 {
    -webkit-animation: univision_animation 2s step-end 1s infinite;
    -moz-animation: univision_animation 2s step-end 1s infinite;
    -o-animation: univision_animation 2s step-end 1s infinite;
    animation: univision_animation 2s step-end 1s infinite;
}
.technologies-icons__item_univision .technologies-icons__img_border {
    z-index: 15;
}
.technologies-icons__item_univision:hover .technologies-icons__img_border {
    opacity: 1;
}
.technologies-icons__item_univision:hover .technologies-icons__img_ray_overlay {
    height: 100%;
    opacity: 1;
    -webkit-animation: univision_animation 1s linear 0ms infinite;
    -moz-animation: univision_animation 1s linear 0ms infinite;
    -o-animation: univision_animation 1s linear 0ms infinite;
    animation: univision_animation 1s linear 0ms infinite;
}


/* Nesting */

.technologies-icons__item_nesting .technologies-icons__img-wrapper {
    overflow: hidden;
}
.technologies-icons__item_nesting .technologies-icons__img_bg {
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 160px;
    z-index: 11;
    position: relative;
}
.technologies-icons__item_nesting .technologies-icons__img_sheet {
    position: absolute;
    top: 24%;
    left: 39%;
    width: 43.75%;
    height: auto;
    z-index: 11;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.technologies-icons__item_nesting .technologies-icons__img_detail_1 {
    position: absolute;
    top: 29%;
    left: 13%;
    width: 22.64%;
    height: auto;
    z-index: 12;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.technologies-icons__item_nesting .technologies-icons__img_detail_2 {
    position: absolute;
    top: 27.5%;
    left: 43%;
    width: 25.94%;
    height: auto;
    z-index: 12;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.technologies-icons__item_nesting .technologies-icons__img_detail_3 {
    position: absolute;
    top: 50%;
    left: 43%;
    width: 21.35%;
    height: auto;
    z-index: 12;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.technologies-icons__item_nesting .technologies-icons__img_detail_4 {
    position: absolute;
    top: 50%;
    left: 57.5%;
    width: 21.35%;
    height: auto;
    z-index: 12;
    transform: rotate(180deg);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.technologies-icons__item_nesting:hover .technologies-icons__img_sheet {
    left: 28%;
}
.technologies-icons__item_nesting:hover .technologies-icons__img_detail_1 {
    left: 38.6%;
    top: 15.6%;
    transform: rotate(90deg);
}
.technologies-icons__item_nesting:hover .technologies-icons__img_detail_2 {
    top: 52.6%;
    left: 49.9%;
    transform: rotate(90deg);
}
.technologies-icons__item_nesting:hover .technologies-icons__img_detail_3 {
    top: 52.5%;
    left: 28.95%;
}
.technologies-icons__item_nesting:hover .technologies-icons__img_detail_4 {
    top: 47.5%;
    left: 33.5%;
}
.technologies-icons__item_nesting .technologies-icons__img_border {
    z-index: 15;
}
.technologies-icons__item_nesting:hover .technologies-icons__img_border {
    opacity: 1;
}


/**********************
*       FOOTER        *
**********************/
	
.main-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 3px solid #e86e17;
    background-color: #ffffff;
}

.main-footer_hidden {
    display: none;
}

.main-footer__phones {
    float: left;
    box-sizing: border-box;
    font-size: 0.9375em;
    color: #525252;
    margin-left: 2em;
    padding: 1em 0;
}

.main-footer__phones a {
    color: #525252;
}

.main-footer__email {
    float: left;
    box-sizing: border-box;
    font-size: 0.9375em;
    color: #525252;
    margin-left: 2em;
    padding: 1em 0;
}

.main-footer__email a {
    color: #525252;
}

.main-footer__copyright {
    float: right;
    box-sizing: border-box;
    font-size: 0.9375em;
    color: #525252;
    margin-right: 2em;
    padding: 1.75em 0 1.25em;
}

/* copyright */
.main-footer__copyright_block	{
	float: right;    
    color: #525252;
    margin-right: 2em;    
    box-sizing: border-box;    
    color: #525252;    
    padding: 1em 0;
	text-align: right;
}
.main-footer__copyright_block .main-footer__copyright {
    margin-right: 0;
    padding: 0;
	float: none;
}
.main-footer__logo	{    
	display: none;
}
.main-footer__copyright_block .main-footer__logo	{
	display: block;
}
.main-footer__logo img	{	
	/* height: auto; */	
	height: 100%;
	vertical-align: top;
}
.main-footer__logo img.unimach_logo	{
	/* display: none; */
	width: 132px;
}
.main-footer__logo img.unicut_logo	{
    margin-left: 1em;
    width: 110px;	
}
/* //// */

/* cookie msg */
#cookie_msg {
    position: fixed;
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.72);
    color: #fff;
    padding: 1em 3em 1em 1em;
    z-index: 100;
	border-top: 2px solid #e86e17;
    bottom: 0;
    left:0;
    right: 0;
}
#cookie_msg a   {
    color: #fff;
    cursor: help;
}
#cookie_msg .close_btn	{
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    background: url(../img/cross_white.svg);
}
.no-svg #cookie_msg .close_btn	{
    background: url(../img/cross_white.png)
}
/* //// */

.personal_data_text	{
	display: none;
}

.main-footer.vcard div.vcard_hidden_info	{
	display: none;
}

.nobr	{
	white-space:nowrap;
}


/**********************
*    CATALOG PAGE     *
**********************/

.main-content_catalog-page {

}

/* text */

/* .breadcrumbs + .container .header_info_msg p	{
	margin-top: 0;
} */


.catalog__text {
    display: block;
    margin: 0 auto 2em auto;
    width: 100%;
    color: #666666;
}

.catalog__text p {
    margin: 0 0 0.8em 0;
    color: #666666;
}

.catalog__text img.catalog__text_service	{
	float: right;
    max-width: 260px;
    height: auto;
}

a.catalog_link	{
	transition: 0.15s;
	line-height: 1.8em;
	display: inline-block;
	margin-right: 30px;
}

a.catalog_link:hover	{
	color: #000;
}

a.catalog_link:before {
    background-image: url(../img/dl_gray.png);
    content: "";
    width: 15px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
	transition: background-image 0.15s ease-in-out;
}

a.catalog_link:hover:before {
    background-image: url(../img/dl_active.png);
}

/* fixed bnr */
#fixed_bnr  {
    position: fixed;
    right: 0;
    top: 86px;
    z-index: 99;
    overflow: hidden;
    user-select: none;
}

#fixed_bnr > * {
    display: block;
    padding: 12px 0;
}

/* made in russia */

.made-in-russia__wrapper {
    float: right;
    width: auto;
    height: auto;
    margin: 0 0 2em 2em;
}

.made-in-russia__img {
    width: 100%;
    height: auto;
    max-width: 170px;
    max-height: 86px;
}

/* catalog category */

.catalog__category  {
    clear: both;
    margin-bottom: 2em;
    width: 100%;
    height: auto;
}

/* catalog row */

.catalog__row {
    display: table;
    clear: both;
    float: left;
    list-style: none;
    margin: -1px auto 0 auto;
    padding: 0 0 0 0;
    text-align: left;
    border-left: 1px solid #dddddd;
    font-size: 0; /* fix */
	table-layout: fixed;
}

/* catalog flex */
.catalog__flexbox	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    list-style: none;
    margin: -1px auto 0 auto;
    padding: 0 0 0 0;
    text-align: left;
    border-left: 1px solid #dddddd;
    font-size: 0; /* fix */
	table-layout: fixed;	
}

.catalog__row_4 {
    width: 99%;
}

.catalog__row_3 {
	width: 74.25%;
}

.catalog__row_2 {
    width: 50%;
}

.catalog__row_1 {
    width: 25%;
}

/* catalog row 3 */

.catalog__row3_3 {
    width: 99.99%;
}

.catalog__row3_2	{
	width: 66.66%;
}

.catalog__row3_1	{
    width: 33.33%;
}

/* catalog icon */

.catalog__icon-item {
    display: table-cell;
    width: 24%;
    vertical-align: middle;
    text-align: left;
    padding: 1em 1em 2em;
    box-sizing: border-box;
    background-color: #e86e17;

    font-size: 16px; /* fix */

    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.catalog__icon-item.link_bottom	{
	padding-bottom: 1em
}

.catalog__icon-item .catalog__title-compare-link	{
	display: none;
}

.catalog__icon-item.link_bottom .catalog__title-compare-link {
    text-align: center;
    color: #fff;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    font-weight: normal;
	padding-top: 0.7em;
	display: block;
	font-size: 0.85em;
}


.catalog__icon-wrapper {
    text-align: center;
    margin-bottom: 2em;
    width: 100%;
}

.catalog__icon-item .catalog__title-wrapper {
    position: relative;
    padding-top: 160px;
}

.catalog__icon-item .catalog__title-wrapper:before {
    position: absolute;
    display: block;
    content: '';
    width: 132px;
    height: 132px;
    top: 0;
    left: 50%;
    margin-left: -66px;
    background-image: url(../img/icons-catalog.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
}

.catalog__icon-item_laser .catalog__title-wrapper:before {
    background-position: 0 0;
}

.catalog__icon-item_module .catalog__title-wrapper:before {
    background-position: -145px 0;
}

.catalog__icon-item_plasma .catalog__title-wrapper:before {
    background-position: -290px 0;
}

.catalog__icon-item_afu .catalog__title-wrapper:before {
    background-position: -435px 0;
}

.svg .catalog__icon-item .catalog__title-wrapper:before {
    background-image: url(../img/icons-catalog.svg);
}


.catalog__icon {
    margin: 0 auto;
    width: 140px;
    height: 140px;
}

.catalog__icon-item .catalog__title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    font-weight: normal;
}

.catalog__icon-item .catalog__title-link {
	display: block;
	font-size: 1.5em;
    text-align: center;
    color: #fff;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    font-weight: normal;
}

/* catalog item */

.catalog__item {
    display: table-cell;
    position: relative;
    vertical-align: top;
    text-align: left;
    margin: -1px 0 0 -1px;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;

    font-size: 16px; /* fix */

    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;

    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;

}

/* catalog flex */
.catalog__flexbox .catalog__item	{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	width: 33.3%;
	max-width: 33.3%;
	margin: -1px 0 0 0;
	display: block;
}

.no-flexbox .catalog__flexbox .catalog__item	{
	display: inline-block;
	height: 360px;
	overflow: hidden;
}


/* bottom left */


.catalog__item:before {
    display: none;
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    bottom: 0;
    left: 0;
    background-image: url('../img/icons-orange-corners.png');
    background-repeat: no-repeat;
    background-position: 0 -34px;
}

.opacity.svg .catalog__item:before   {
	opacity: 0;
    background-image: url('../img/icons-orange-corners.svg');
	display: block;
}

.catalog__item:hover:before  {
    display: block;	
}

.opacity.svg .catalog__item:hover:before  {
	opacity: 1;	
}


/* bottom right */

.catalog__item:after {
    display: none;
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    bottom: 0;
    right: 0;
    background-image: url('../img/icons-orange-corners.png');
    background-repeat: no-repeat;
    background-position: -34px -34px;
}

.opacity.svg .catalog__item:after   {
	opacity: 0;
    background-image: url('../img/icons-orange-corners.svg');
	display: block;
}

.catalog__item:hover:after  {
    display: block;	
}

.opacity.svg .catalog__item:hover:after  {
	opacity: 1;	
}



.catalog__row_4 .catalog__item,
.catalog__row_4 .catalog__icon-item {
    width: 24%;
}

.catalog__row_3 .catalog__item,
.catalog__row_3 .catalog__icon-item {
    width: 33%;
}

.catalog__row_2 .catalog__item,
.catalog__row_2 .catalog__icon-item {
    width: 50%;
}

/* catalog item 3 */

.catalog__row3_3 .catalog__item,
.catalog__row3_3 .catalog__icon-item {
    /* width: 33.33%; */
}

.catalog__row3_2 .catalog__item,
.catalog__row3_2 .catalog__icon-item {
	/* width: 33.33%; */
    /* width: 50%; */
}

/* CATALOG LINK */

.catalog__link {
    display: block;
    position: relative;
    padding: 1em 7% 1.25em;
    text-decoration: none;
}

/* top left */

.catalog__link:before {
    display: none;
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    top: -1px;
    left: 0;
    background-image: url('../img/icons-orange-corners.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.opacity.svg .catalog__link:before   {
	opacity: 0;
    background-image: url('../img/icons-orange-corners.svg');
	display: block;
}


.catalog__link:hover:before  {
    display: block;	
}

.opacity.svg .catalog__link:hover:before  {
	opacity: 1;	
}

/* top right */

.catalog__link:after {
    display: none;
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    top: -1px;
    right: -1px;
    background-image: url('../img/icons-orange-corners.png');
    background-repeat: no-repeat;
    background-position: -34px 0;
}


.opacity.svg .catalog__link:after   {
	opacity: 0;
    background-image: url('../img/icons-orange-corners.svg');
	display: block;
}


.catalog__link:hover:after  {
    display: block;	
}

.opacity.svg .catalog__link:hover:after  {
	opacity: 1;	
}




.catalog__img-wrapper {
    margin-bottom: 1em;
}

.catalog__img {
    /* width: 80%; */
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 250px;
}


.catalog__title-wrapper {

}

.catalog__title {
    text-align: left;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.125em;
    margin: 0 0 0.25em 0;
}

.catalog__title_addit	{
	color: #000000;
	font-weight: 500;
	font-size: 0.95em;
	margin: 0 0 0.25em 0;
}


.catalog__title.catalog__title_small {
    font-family: 'Segoe UI', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 1em;
}

.catalog__description {
    font-size: 0.875em;
    color: #525252;
}


/**********************
*    КАТАЛОГ С ОРАНЖЕВЫМ ЗАГОЛОВКОМ     *
**********************/
.catalog__category.catalog_orange_header	{
	width: auto;
	padding: 0 2em;
	margin-bottom: 2em;
}

.catalog__category.catalog_orange_header .catalog__row_4	{
	width: 100%;
}

.catalog__category.catalog_orange_header .catalog__row3_3	{
	width: 100%;
}

.catalog_header .catalog_title-left	{
	color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.catalog_header a.catalog_title-left	{
	text-decoration: none;
}

.catalog_header a.catalog_title-left:hover	{
	text-decoration: underline;
}

.catalog_header .catalog_title-right	{
	color: #fff;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    font-weight: bold;
	display: block;
	float: right;
	font-size: 1em;
	padding: 0;
	text-transform: uppercase;
}

.catalog_header .catalog_title-right.mobile,
.catalog_header .catalog_title-right.mobile_small	{
	display: none;
}



/**********************
*    PRODUCT PAGE     *
**********************/

/* previews */

.product-previews {
    width: 97%;
    max-width: 876px;
    margin: 1em auto 0.375em auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.product-previews__list {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.product-previews__link {
    display: inline-block;
    margin: 0 auto 10px auto;
    cursor: pointer;
    position: relative;
}


.opacity .product-previews__link {
    opacity: 0.3;
}

.opacity .product-previews__link:hover {
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.opacity .flex-active-slide .product-previews__link {
    opacity: 1;
}


.product-previews__link_3d,
.product-previews__link_video {
    position: relative;
}


.product-previews__link_3d:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 50%;
    margin-left: -21px;
    width: 40px;
    height: 40px;
    background: url('../img/other-icons.png') no-repeat -52px -84px ;
}

.product-previews__link_video:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 50%;
    margin-left: -21px;
    width: 40px;
    height: 40px;
    background: url('../img/other-icons.png') no-repeat -2px -84px;
}


/* submenu */

.product-submenu {
    text-align: center;
    margin-bottom: 2em;
}

.product-submenu__list {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    position: relative;
}

.product-submenu__item {
    display: block;
    float: left;
}

.product-submenu__link {
    display: block;
    margin: 0 1em 0 1.375em;
    padding: 0.75em 0.75em;
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    background-color: #4b505c;

}

.product-submenu__link:before {
    position: absolute;
    content: "";
    display: block;
    left: -2.5em;
    top: 0;
    height: 0;
    width: 0;
    border: 1.25em solid transparent;
    border-right-color: #4b505c;
    border-bottom-color: #4b505c;
}

.product-submenu__link:after {
    position: absolute;
    content: "";
    display: block;
    right: -2.5em;
    top: 0;
    height: 0;
    width: 0;
    border: 1.25em solid transparent;
    border-left-color: #4b505c;
    border-top-color: #4b505c;
}

.product-submenu__item.active .product-submenu__link  {
    background-color: #fa8232;
}

.product-submenu__item.active .product-submenu__link:before {
    border-right-color: #fa8232;
    border-bottom-color: #fa8232;
}

.product-submenu__item.active .product-submenu__link:after {
    border-left-color: #fa8232;
    border-top-color: #fa8232;
}


.product-content-block {
    display: none;
    width: 95%;
    max-width: 780px;
    margin: 0 auto;
    font-size: 1em;
}

.product-content-block.active {
    display: block;
}

.product-content-block h2 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
}

.product-content-block p,
.product-content-block .content_block {
    margin: 0 0 1em 0.5em;
}

/* .content-container p	{ */
	/* margin-bottom: 1em; */
/* } */

.product-content-block .section_container,
.content-container .section_container	{
	margin-bottom: 2em;
}

.content-row.not_bottom_margin + .img-capture	{
	margin-bottom: 2em;
}


/***************************
*     OPTIONS ACCORDION    *
***************************/

.options-accordion {
    list-style: none;
    padding: 0;
    margin: 0 0 2em 0;
}

.options-accordion__item {
    border-top: 1px solid #cccccc;
}

.options-accordion__item:first-child {
    border-top: 0;
}

.options-accordion__title {
    background-color: #e6e6e6;
    cursor: pointer;
    padding: 0.375em 3em 0.375em 1em;
    position: relative;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc; 
}

.options-accordion__title:after {
    display: block;
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0;
    right: 5px;
    background: url('../img/icons-mobmenu.svg') no-repeat -31px 11px;
}

.options-accordion__item_opened .options-accordion__title:after {
    background: url('../img/icons-mobmenu.svg') no-repeat -72px 11px;
}

.options-accordion__content {
    display: none;
}

.options-accordion__content_opened {
    display: block;
}


/*************************
*           3D           *
*************************/

.container-3d {
    margin: 0 auto;
    height: 400px;
    width: 400px;
}

.ggskin_rectangle {
	display: inline-block !important;
	left: 0 !important;
	width: 100% !important;
	text-align: center !important;
	margin-left: 0 !important;
}

.ggskin.ggskin_button {
	display: inline-block !important;
	position: static !important;
	vertical-align: top !important;
	margin-left: 36px;
}

.ggskin.ggskin_button:first-child {
	margin-left: 0;	
}


/******************
*     VIDEO       *
******************/

.container-video {
    margin: 0 auto 4em;
}




/**********************
*     MORE LINKS      *
**********************/


.more-links {

}

.more-links__list {
    list-style: none;
    margin-bottom: 1em;
    padding: 0 0 0 0.5em;
}

.more-links__item {

}

.more-links__link {
    color: #525252;
}


/**************************
*    NICE CONTENT LIST    *
***************************/

.nice-content__list {
    list-style: none;
    padding: 0 1.5em;
    margin: 0 0 2em;
}

.nice-content__list li {
    position: relative;
    margin-bottom: 0.5em;
}

.nice-content__list li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    top: 10px;
    left: -16px;
    background-color: #e86e17;
}

.nice-content__list .nice-content__list {
    padding-top: 20px;    
}

.nice-content__list  .nice-content__list li:before { 
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;    
    background-color: #999999;    
}

.nice-content__list.service_list li {
    /* margin-top: 0.6em; */
    /* margin-bottom: 0.6em; */
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}

.nice-content__list ul	{
	list-style: none;
	margin-top: 0.5em;
}

/* hidden marker */
.nice-content__list.hidden_marker	{
	padding: 0;
}

.nice-content__list.hidden_marker li:before	{
	content: none;
}

/* 2 columns */

.nice-content__list.nice-content__list_2  > li  {
    float: left;
    width: 45%;
    margin-right: 5%;
}


/******************************
*   ICONS WITH DESCRIPTION    *
******************************/

.icons-with-description__list {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin-left: -3%;
    margin-bottom: 32px;
}

.icons-with-description__item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 47%;
    margin: 0 0 0 3%;
    padding-left: 0.5em;
    box-sizing: border-box;
}

.icons-with-description__icon {
    display: table-cell;
    vertical-align: middle;
    padding: 2em 2em 2em 0;
}

.icons-with-description__icon:before {
    display: block;
    content: "";
    width: 82px;
    height: 81px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.svg .icons-with-description__icon:before {
    background-image: url('../img/small-icons_sprite.svg');
}

.icons-with-description__icon:before {
    background-image: url('../img/small-icons_sprite.png');
}

.icons-with-description__title {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

.icons-with-description__description {
    clear: both;
    font-size: 0.9375em;
}

.icons-with-description__description p {
    margin: 0 0 1em 0;
    padding: 0;
}

.icons-with-description__icon_1:before {
    background-position: 0 0;
}

.icons-with-description__icon_2:before {
    background-position: -112px 0;
}

.icons-with-description__icon_3:before {
    background-position: -224px 0;
}

.icons-with-description__icon_4:before {
    background-position: -336px 0;
}

.icons-with-description__icon_5:before {
    background-position: -448px 0;
}

.icons-with-description__icon_6:before {
    background-position: -560px 0;
}

.icons-with-description__icon_7:before {
    background-position: -672px 0;
}

.icons-with-description__icon_8:before {
    background-position: 0 -98px;
}

.icons-with-description__icon_9:before {
    background-position: -112px -98px;
}

.icons-with-description__icon_10:before {
    background-position: -224px -98px;
}

.icons-with-description__icon_11:before {
    background-position: -336px -98px;
}

.icons-with-description__icon_12:before {
    background-position: -448px -98px;
}

.icons-with-description__icon_13:before {
    background-position: -560px -98px;
}

.icons-with-description__icon_14:before {
    background-position: -672px -98px;
}

.icons-with-description__icon_15:before {
    background-position: 0 -196px;
}

.icons-with-description__icon_16:before {
    background-position: -112px -196px;
}

.icons-with-description__icon_17:before {
    background-position: -224px -196px;
}

.icons-with-description__icon_18:before {
    background-position: -336px -196px;
}

.icons-with-description__icon_19:before {
    background-position: -448px -196px;
}

.icons-with-description__icon_20:before {
    background-position: -560px -196px;
}

.icons-with-description__icon_21:before {
    background-position: -672px -196px;
}

.icons-with-description__icon_22:before {
    background-position: 0 -295px;
}

.icons-with-description__icon_23:before {
    background-position: -112px -295px;
}


/**********************
*      GRAY BLOCK     *
**********************/

.gray-block {
    margin: 0 0.5em;
    padding: 1em;
    box-sizing: border-box;
    background-color: #f0f0f0;
}


/**************************
*    SIMPLE BOLD HEADER   *
**************************/

.simple-bold-header {
    font-size: 1em;
    margin: 0 0 0.1em 0.5em;
    font-weight: bold;
}


/***********************
*    VIDEO TABS        *
***********************/

.video-tabs {
    margin-bottom: 2em;
}

.video-tabs__video-block {
    display: none;
}

.video-tabs__list {
    list-style: none;
    padding: 0;
    margin: -2em 0.5em 0 0.5em;
}

.video-tabs__link {
    display: block;
    padding: 1em 0.5em 1em 60px;
    position: relative;
}

.video-tabs__link:before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -20px;
    left: 0;
    width: 42px;
    height: 42px;
    background-image: url('../img/other-icons.svg');
    background-repeat: no-repeat;
    background-position: -1px -83px;
}

.no-svg .video-tabs__link:before {
    background-image: url('../img/other-icons.png');
}

.video-tabs__item.active .video-tabs__link:before {
    background-position: -204px -146px;
}



/***********************
*     CONTENT IMAGE    *
***********************/

.content-img__wrapper {
    clear: both;
    text-align: center;
    padding: 0 0.5em;
}



.content-img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    margin: 0 auto 2em;
}


/*
.content-img {
    width: 100%;
    height: auto;
    margin: 0 auto 2em;
}
*/

.content-img__description-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2em;
    text-align: left;
}

.content-img__description {
    padding:  0.25em 0 0.25em 3em;
    margin-bottom: 0.25em;
    position: relative;
}

.content-img__description:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.75em;
    width: 1.5em;
    height: 1.5em;
    background-color: #ddd;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.content-img__description_red:before {
    background-color: #ff7575;
}

.content-img__description_green:before {
    background-color: #349967;
}

.img-capture {
    text-align: center;
}


/***********************
*     CONTENT TABLE    *
***********************/

.content-table__wrapper.fixed {
    overflow-x: scroll;
    margin-bottom: 1em;
}

.can-scroll {
    display: none;
}

.content-table__wrapper.fixed .can-scroll {
    display: block;
}

.content-table {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0.5em 2em;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.content-table.fixed-layout {
	table-layout: fixed;
}

.content-table th {
    text-align: left;
    padding: 0.25em 1em;
    font-weight: bold;
    background-color: #f5f5f5;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.content-table td {
    text-align: left;
    padding: 0.25em 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

td.table-capture,
.table-capture	{
    text-align: center;
}

.container .table-description,
.container .nice-description {
	margin-top: -1.25em;
	font-style: italic;
}

/*******************
*    FAKE TABLE    *
*******************/

.fake-table {
    display: table;
    margin: 0 0 2em 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
}

.fake-table__row {
    display: table-row;
}

.fake-table__caption {
    display: table-caption;
    border-left: 1px solid #ddd;
    margin-bottom: -1px;
}

.fake-table__cell {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/*
.fake-table__cell img {
    width: 100%;
    height: auto;
}
*/

.fake-table__cell img {
    max-width: 100%;
    width: 100%;
    height: auto;
    /* width: auto\9; ie8 */
}


.fake-table__cell.fake-table__cell-25 {
    width: 25%;
    text-align: center;
}

.options-accordion .fake-table__cell.fake-table__cell-25  {
    vertical-align: top;		
}

.fake-table__cell.fake-table__cell-50 {
    width: 50%;
}

.fake-table__cell.fake-table__cell-75 {
    width: 75%;
}


/* bu */

.fake-table.fake-table_bu  {
	
}

.fake-table.fake-table_bu  .fake-table__cell-header {
	background-color: #f5f5f5;
	font-size: 1em;
	font-weight: bold;
}

.fake-table.fake-table_bu  .fake-table__cell-header:first-child {
	text-align: center;
}

.fake-table__cell.fake-table__cell_number {
	width: 5%;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.fake-table__cell.fake-table__cell_description {
	width: auto;
	text-align: left;	
	vertical-align: top;	
}

.fake-table__cell.fake-table__cell_image {
	width: 25%;	
	text-align: left;	
	vertical-align: top;	
}

.fake-table__cell_image  img {
	width: 100%;
	margin: 0;
	height: auto;
}

.fake-table__cell.fake-table__cell_contacts {
	width: 25%;
	text-align: left;	
	vertical-align: top;	
}

.bu-header {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0;
}

.bu-desc {
	margin: 0 0 1em 0;
	padding: 0;
}

.bu-photo {
	text-align: left;
	margin-left: -10px;
	margin-bottom: 1em;
}


.bu-image-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 10px 10px;
	border: 1px solid #e5e5e5;
}

.bu-image-wrapper  img {
	opacity: 0.8;
}

.bu-image-wrapper  img:hover  {
	opacity: 1;
	cursor: pointer;
}

.bu-wrapper {
	position: fixed; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0 ,0 , 0.8);
}

.bu-wrapper img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 800px;
	height: auto;
	margin-top: -300px;
	margin-left: -400px;
}


/***********************
*     ORDERED LIST     *
***********************/

.ordered-list {
    font-weight: bold;
    padding: 0;
}

.ordered-list__item {
    margin: 0 0 1.5em 0;
    display: block;
}

.ordered-list__title {
    font-weight: bold;
}

.ordered-list__description {
    font-weight: normal;
}

.ordered-list.ordered-list-3 {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin-left: -3%;
    margin-bottom: 32px;
}

.ordered-list.ordered-list-3 .ordered-list__item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 47%;
    margin: 0 0 1em 3%;
    padding-left: 0.5em;
    box-sizing: border-box;
}

/***********************
*       COMPARE        *
***********************/

.comp-table td:first-child {
	background-color: #f5f5f5;	
}

.comp-table td img {
    width: 100%;
    height: auto;
    max-width: 280px; 
}

.content-table.comp-table tr:hover td {
	background-color: #f5f5f5;
}

.content-table.comp-table tr:hover td:first-child  {
	background-color: #e5e5e5;
}

.compare-header {
	font-size: 1em;
	font-weight: bold;	
}

.compare-header small {
	font-weight: normal;	
}

.compare-link {
	/* width: 100%;  */
	margin: 1.5em 0.5em 2em 0.5em;
	/* margin: 0 0.5em 2em 0.5em; */
}

.compare-link__link {
	/* display: block; */
    padding-left: 60px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

.compare-link__link:before {
	display: block;
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	left: 0;
	background-image: url('/img/compare-icon.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.other_variants__link {
	display: block;
    padding-left: 60px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

.other_variants__link span {
    display: inline-block;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    left: 0;
    background-color: #e86e17;
    color: #fff;
	border-radius: 2px;
}
.other_variants__link span:before,
.other_variants__link span:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 4px;
	border-radius: 1px;
	background-color: #fff;
	transform: rotate(45deg);
	bottom: 9px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.2s;
}

.other_variants__link span:after {
	transform: rotate(135deg);
	bottom: 0;
	top: 9px;
}

.other_variants__link:hover span:before,
.other_variants__link:hover span:after	{
	box-shadow: 0 0 5px #fff;
}


.comp-span {
	background-color: #e86e17;
	color: #fff;
	padding: 0 0.5em;
	line-height: 1;
	-webkit-border-radius: 0.5em;
       -moz-border-radius: 0.5em;
            border-radius: 0.5em;
}

.active .comp-span {
	background-color: #4b505c;
}

/* .row-expert, */
/* .row-professional_ml, */
/* .row-professional_m2, */
/* .row-optima, */
/* .row-standard, */
/* .row-lasertube, */
/* .row-multicut, */
/* .row-multilaser { */
	/* display: none; */
/* } */

/* .td-expert, */
/* .td-professional_ml, */
/* .td-professional_m2, */
/* .td-optima, */
/* .td-standard, */
/* .td-lasertube, */
/* .td-multicut, */
/* .td-multilaser { */
	/* display: none; */
/* } */

/* .th-expert, */
/* .th-professional_ml, */
/* .th-professional_m2, */
/* .th-optima, */
/* .th-standard, */
/* .th-lasertube, */
/* .th-multicut, */
/* .th-multilaser { */
	/* display: none; */
/* } */


/* table.expert .row-expert { */
	/* display: table-row; */
/* } */
/* table.professional_ml .row-professional_ml { */
	/* display: table-row; */
/* } */
/* table.professional_m2 .row-professional_m2 { */
	/* display: table-row; */
/* } */
/* table.optima .row-optima { */
	/* display: table-row; */
/* } */
/* table.standard .row-standard { */
	/* display: table-row; */
/* } */
/* table.lasertube .row-lasertube { */
	/* display: table-row; */
/* } */
/* table.multicut .row-multicut { */
	/* display: table-row; */
/* } */
/* table.multilaser .row-multilaser { */
	/* display: table-row; */
/* } */


/* table.expert .td-expert { */
	/* display: table-cell; */
/* } */
/* table.professional_ml .td-professional_ml { */
	/* display: table-cell; */
/* } */
/* table.professional_m2 .td-professional_m2 { */
	/* display: table-cell; */
/* } */
/* table.optima .td-optima { */
	/* display: table-cell; */
/* } */
/* table.standard .td-standard { */
	/* display: table-cell; */
/* } */
/* table.lasertube .td-lasertube { */
	/* display: table-cell; */
/* } */
/* table.multicut .td-multicut { */
	/* display: table-cell; */
/* } */
/* table.multilaser .td-multilaser { */
	/* display: table-cell; */
/* } */



/* table.expert .th-expert { */
	/* display: table-cell; */
	/* position: relative; */
/* } */
/* table.professional_ml .th-professional_ml { */
	/* display: table-cell; */
	/* position: relative;	 */
/* } */
/* table.professional_m2 .th-professional_m2 { */
	/* display: table-cell; */
	/* position: relative;	 */
/* } */
/* table.optima .th-optima { */
	/* display: table-cell; */
	/* position: relative;	 */
/* } */
/* table.standard .th-standard { */
	/* display: table-cell; */
	/* position: relative;	 */
/* } */
/* table.lasertube .th-lasertube { */
	/* display: table-cell; */
	/* position: relative;	 */
/* } */
/* table.multicut .th-multicut { */
	/* display: table-cell; */
	/* position: relative;	 */
/* } */
/* table.multilaser .th-multilaser { */
	/* display: table-cell; */
	/* position: relative;	 */
/* } */



.fake-checkboxes__list {
	list-style: none;
	padding: 0 0 0 7px; 
	margin-bottom: 2em;
	margin-top: 0;
}

.fake-checkboxes__item {
	float: left;
	padding-left: 24px;
	position: relative;	
	cursor: pointer;
	margin-bottom: 5px;
	margin-right: 30px;	
	box-sizing: border-box;
}

.fake-checkboxes__item.checked {
	color: #525252;
}

.fake-checkboxes__item:before {
	display: block;
	content: '';
	position: absolute;
	background-color: #ddd;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;	

}

.fake-checkboxes__item.checked:before {
	background-image: url('/img/other-icons.svg');
	background-repeat: no-repeat;
	background-position: -230px -2px;
}

.no-svg .fake-checkboxes__item.checked:before  {
    background-image:  url('/img/other-icons.png');
}

.site-map__list {
	margin: 0;
	padding: 0 0 0 2em;
}

.site-map__item{
	margin: 0 0 0.5em 0;
}

.site-map__list  .site-map__item ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

.content-container p.p-404 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

.profile__list {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}

.profile__item {
	margin: 0 0 5px 0;
	padding: 3px 0 3px 45px;
	position: relative;
}

.profile__item:before {
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	left: 0;
}

.profile__item.square:before {
	background: url('../img/profile-icons.svg') no-repeat 1px 1px;
}

.no-svg .profile__item.square:before {
	background: url('../img/profile-icons.png') no-repeat 1px 1px;
}

.profile__item.round:before {
	background: url('../img/profile-icons.svg') no-repeat 1px -25px;
}		

.no-svg .profile__item.round:before {
	background: url('../img/profile-icons.png') no-repeat 1px -25px;
}	

.red {
	background-color: red;
	color: white;
}

/* IMAGES AND DESCRIPTION */

.images-and-description__list {
	list-style: none;
	padding: 0;
	margin: 0 0 2em -5%;
	display: block;
}

.images-and-description__item {
	display: inline-block;
	vertical-align: top;
	width: 27%;	
	margin: 0 0 2em 5%;
}

.images-and-description__image-wrapper {
	margin: 0 0 1em 0;
}

.images-and-description__image {
	max-width: 100%;
	height: auto;
    width: auto\9;
}

.images-and-description__description {
    font-weight: bold;
	padding-left: 47px;	
	position: relative;
}

.images-and-description__description span {
	display: inline-block;
    font-weight: bold;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #4b505c;
    background-color: #e6e6e6;
    font-size: 1em;
    padding: 0.5em 0.25em;
    margin: 0 0 0;
    line-height: 1;
	position: absolute;
	left: 0;
	top: 5px;
}

.lh-icon {
	text-align: center;
}

.lh-icon img {
	margin-top: 2em;
}

.udl-aut {
	margin-top: -2em;
	margin-bottom: 2em;
	border: 1px solid #ddd;
	border-top: 0;
	box-sizing: border-box;
	padding: 20px 10px
}

/************************
*     HELPER CLASSES    *
************************/

.hidden {
    display: none !important;
    visibility: hidden;
}

.red-marker {
	background-color: red; 
	color: white;
	padding: 0 5px;
  margin-bottom: 2em;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* change language link */
.lang_container	{
	position: absolute;
	right: 1em;
	top: 0;
	height: 100%;
}
.lang_container:before	{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.lang	{   
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

/* OLD IE FIX */
.no-csstransforms .lang	{
    padding: 0.8125em 0;
	top: auto;
}
.lang li {
    display: inline-block;
    margin: 0 5px;
}
.lang li a.active	{
	text-decoration: none;
	font-weight: bold;
}
.lang li a	{
    color: #fff;
}
.lang li a:hover	{
    
}
.lang li span	{
    color: #fff;
}

/* orange button */
button.orange_button	{
    color: #fff;
    background: #e86e17;
    border: 1px solid #c36d08;
    padding: 3px 12px 4px;
	line-height: 18px;
	border-radius: 5px;
	/* background: linear-gradient(#f6771c, #d8630f); */
	transition: 0.1s;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

button.orange_button:hover:enabled	{
	background: #fa812a;
	/* background: linear-gradient(#fa812a, #ffa260); */
}

button.orange_button:active:enabled	{
	background: #c55f16;
}

/* button icons */
button.button_phone_icon:after	{
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	margin-top: -3px;
	background: url('../img/phone_icon_2_2x.png') no-repeat;
	background-size: contain;
}

/* BACK CALL FORM */
form.back_call_form input[type="text"]	{
    padding: 3px 5px;
    width: 100%;
	box-sizing : border-box;
	border: 1px solid #999;
	-webkit-appearance: none;
	border-radius: 0;
}

form.back_call_form input:required:invalid {
    outline: none;
	box-shadow: none;
}

form.back_call_form input.addit_value	{
	display: none;
}
form.back_call_form input[type="text"].error	{
	background-color: #fce4e4;
	border: 1px solid #cc0033;
	outline: none;
}

form.back_call_form button	{
	width: 200px;
	/* padding: 3px 0 4px; */
}

form.back_call_form button:hover	{
	background: #fa812a;
}

form.back_call_form button:active	{
	background: #c55f16;
}

form.back_call_form input[type="checkbox"]	{
	margin-right: 5px;
}

form.back_call_form #confirm_link	{
	cursor: help;
}

form.back_call_form .input_container	{
	margin-bottom: 12px;
}

form.back_call_form .submit_container	{
	text-align: right;
}

form.back_call_form.photo_form .submit_container	{
	margin-top: 10px;
	text-align: left;
}
form.back_call_form.photo_form .photo_mngr	{
	float: left;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
}

form.back_call_form .error_text_container	{
	font-size: 0.8em;
}

form.back_call_form .input-checkbox	{
	display: inline-block;
	*display: inline; /* inline-block ie7 fix */
	*zoom: 1;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
form.back_call_form.photo_form .input-checkbox	{
	/* line-height: 70px; */
}
form.back_call_form .input-checkbox input	{
	width: 22px;
	height: 22px;
	/* height: 1px; */
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
	/* bottom: 0; */
	margin-top: -11px;
	cursor: pointer;
	z-index: -1;
	opacity: 0;
}
form.back_call_form .input-checkbox label	{
	padding-left: 30px;
	display: block;
	min-height: 22px;
}
form.back_call_form .input-checkbox label:before {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background: rgba(0, 0, 0, 0) url(../img/checkbox.png) no-repeat;
	/* z-index: 5; */
	content: '';
}
form.back_call_form .input-checkbox input:checked + label:before {
	background-position: -21px 0;
}
form.back_call_form .input-checkbox input.error + label:before {
	background-position: -43px 0;
}

.content-container + #back_call_block	{
	margin-top: -3em;
	margin-bottom: 0;
}

.content-container_compare + #back_call_block	{
	max-width: none;
}

.product-tabs	{
	margin: 1em 0 2em;
}

.product-tabs + #back_call_block	{
    width: 95%;
    max-width: 780px;
	padding: 0;
    font-size: 1em;
	margin-top: 2em;
}

#back_call_label	{
	margin: 0 0 0.5em;
}

.slides.flex-centered li	{
	display: inline-block !important;
	float: none !important;
}

#get_price_block span.price_title	{
	margin: 0 0.5em 0.4em 0;
	display: inline-block;
}

.nice-content__list + #get_price_block	{
	margin: -1em 0 2em;
}


/* made in russia */
#made-in-russia_container	{
	position: relative;    
    overflow: hidden;
	margin: 5px 0 0;
	height: 75px;
}

#made-in-russia_container .block_left	{
	width: 20%;
	height: 75px;
    float: left;
	text-align: center;
	border-bottom: 1px solid #e86e17;
	box-sizing: border-box;
	background: #CACACA;
}

#made-in-russia_container .block_left img	{
	height: 93%;
    width: auto;
	margin: 2px 0;
}

#made-in-russia_container .block_center	{    
    width: 65%;
	width: calc(60% + 75px);
    height: 75px;
	background: rgb(202,202,202);
	background: -moz-linear-gradient(90deg, rgba(202,202,202,1) 0%, rgba(230,230,230,1) 50%, rgba(202,202,202,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(202,202,202,1) 0%, rgba(230,230,230,1) 50%, rgba(202,202,202,1) 100%);
	background: linear-gradient(90deg, rgba(202,202,202,1) 0%, rgba(230,230,230,1) 50%, rgba(202,202,202,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cacaca",endColorstr="#cacaca",GradientType=1);    
	text-align: center;	
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;    
    transform: skewX(-45deg);
	border-bottom: 1px solid #e86e17;
    /* border-left: 7px solid #fff; */
    /* border-right: 7px solid #fff; */
	box-sizing: border-box;
}

#made-in-russia_container .block_center .text_container	{
	transform: skewX(45deg);
}

#made-in-russia_container .block_center .text_container h1	{
	margin: 0 0 -3px;
	padding: 4px 0 0;
    text-transform: uppercase;    
    color: #4B505C;      
	font-family: 'Europe Ext Bold', 'Arial';
	font-size: 2.4em;
	letter-spacing: 3px;
	line-height: 1.1em;	
}

#made-in-russia_container .block_center .text_container h2	{
    margin: 0;
    color: #000036;
    font-weight: 500;    
    line-height: 1em;
    font-size: 1.6em;
	letter-spacing: 3px;
}

#made-in-russia_container .block_center:before,
#made-in-russia_container .block_center:after	{
	position: absolute;
    content: "";
	height: 100%;
    height: calc(100% + 2px);  
    top: 0;    
}
#made-in-russia_container .block_center:before	{
	left: 0;
	border-left: 7px solid #fff;
}
#made-in-russia_container .block_center:after	{
	right: 0;
    border-right: 7px solid #fff;  
}

#made-in-russia_container .block_right	{
    width: 20%;
    height: 75px;
	background: #CACACA;    
	float: right;	
	border-bottom: 1px solid #e86e17;
	box-sizing: border-box;
}

#made-in-russia_container .block_right .minprom_container	{
	display: flex;
	height: 100%;
    align-items: center;    
    justify-content: center;
    max-width: 210px;
	padding-left: 40px;
	margin: auto;
	color: #000;
}

#made-in-russia_container .block_right .minprom_container span	{
	-ms-flex: 1 1 auto;
	display: block;
}

#made-in-russia_container .block_right .minprom_container img	{
	height: 80%;
	width: auto;
	margin-right: 12px;
}



/* ////////// */


.metro:before	{
	content: "";
	background-image: url('../img/metro.png');
    width: 17px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}


/**********************
*     PRINT STYLES    *
**********************/

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
