/****************
*     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;
}


/******************
*   BOILERPLATE   *
******************/


html {
    color: #525252;
    font-size: 1em;
    line-height: 1.4;
}

a {
    color: #525252
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.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;
}

#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;
}

/* site logo */

.site-logo {
    width: 305px;
    float: left;
    height: auto;
    margin-left: 1em;
    padding: 0.125em 0 0.0625em 0;
    text-align: left;
}

.site-logo__img-wrapper {
    display: inline-block;
    max-width: 152px;
    text-align: center;
}

.site-logo__img {
    width: 100%;
    height: auto;
}

/* main menu */

.main-menu {
    float: left;
    display: inline-block;
    height: auto;
}

.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.9375em;
}

.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;
}


/* 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;
}

/* 1st level */

.mobmenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.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;
}

/* aside categories menu */

.aside-categories-menu__list-wrapper {
    width: 100%;
    max-width: 305px;
    position: absolute;
    top: 3em;
    left: 0;
}

.aside-categories-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aside-categories-menu__item {
    margin: 0 0 1.25em 0;
    padding-top: 1.25em;
    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 1em 0;
    padding: 0 1em;
}


/* 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.5em 2em 0.5em 2em;
}

.aside-products-menu__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #e86e17;
    left: 1.125em;
    top: 1.125em;
}
.aside-products-menu__item.active:before {
    background-color: #fff;
}

.aside-products-menu__item.active {
    background-color: #e86e17;
    padding: 0.5em 2em 0.5em 2em;
}

.aside-products-menu__link {
    font-family: 'Segoe UI', 'Arial', sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
}

.aside-products-menu__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: 0.5em auto 2em auto;
    width: 100%;
    text-align: center;
/*     background: url('../img/bg-two-lines-header.png') repeat-x center center; */
}

.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 -2em 1em -2em;
    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;
}

/* 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;
    font-size: 1em;
    padding: 2em;
    box-sizing: border-box;
}

.content-container_compare {
    max-width: none;
}

/* 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 25 */

.content-col-25 {
    float: left;
    width: 22%;
    margin-left: 3%;
}

/* col 75 */

.content-col-75 {
    float: left;
    width: 72%;
    margin-left: 3%;
}

/* col 50 */

.content-col-50 {
    float: left;
    width: 47%;
    margin-left: 3%;
}


.content-container p {
    margin: 0 0 2em 0;
    padding: 0 0.5em;
}

/* 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 1em 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: 1.5em 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('../../3D/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('../../3D/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;
}

.ymaps-2-1-35-controls__toolbar_right {
     float: left !important;
     margin-left: 12px !important;
}

/*****************
*    MAP TABS    *
*****************/

.map-tabs {
    position: relative;
}

.map-tabs__map-block {

}

.map-tabs__list {
    display: inline-block;
    list-style: none;
    position: absolute;
    right: 30px;
    top: 20px;
    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: 1000px;
    height: auto;
    margin-bottom: 4em;
    padding: 0 0.5em;
    box-sizing: border-box;
}


/***********************
*     DOWNLOAD LIST    *
***********************/

.download__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.download__item {
    position: relative;
    margin: 0 0 1em 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('../../3D/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/other-icons.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	{
	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('../../3D/img/other-icons.png');
}

/***********************
*     ROUNDED PHOTO    *
***********************/

.rounded-photo__wrapper {
    width: 100%;
    max-width: 135px;
    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 2em;
    padding: 2em 0 0 0;
    text-align: center;
}

.technologies-icons__item {
    display: inline-block;
    vertical-align: top;
    width: 12%;
    margin: 0 2% 3em 2%;
    max-width: 200px;
}

.technologies-icons__link {
    color: #171717;
    display: block;
}

.technologies-icons__img-wrapper {
    box-sizing: border-box;
    margin-bottom: 1em;
    display: inline-block;
    position: relative;
}

.technologies-icons__img_png,
.technologies-icons__img_svg {
    display: block;
    width: 100%;
    max-width: 153px;
    max-height: 153px;
}

/* 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;
}

/* border */

.technologies-icons__img_border {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 180px;
    -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: 180px;
    max-height: 180px;
}

.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: 180px;
    max-height: 180px;
}

.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: 180px;
    max-height: 180px;
}

.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: 180px;
    max-height: 180px;
}

.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: 180px;
    max-height: 180px;
}

.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: 180px;
    max-height: 180px;
}

.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: 180px;
    max-height: 180px;
}

.technologies-icons__item_savings .technologies-icons__img_coins {
    position: absolute;
    top: 17%;
    left: 35%;
    width: 30%;
    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_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:hover .technologies-icons__img_coins {
	top: 44%;
}

.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: 180px;
    max-height: 180px;
}

.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;
}



/**********************
*       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;
}

.main-footer.vcard div.vcard_hidden_info	{
	display: none;
}

.nobr	{
	white-space:nowrap;
}


/**********************
*    CATALOG PAGE     *
**********************/

.main-content_catalog-page {

}

/* text */

.catalog__text {
    display: block;
    margin: 0 auto 2em auto;
    width: 100%;
    color: #666666;
}

.catalog__text p {
    margin: 0 0 0.8em 0;
    color: #666666;
}

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);
}

/* 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: 4em;
    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 */
}

.catalog__row_4 {
    width: 99%;
}

.catalog__row_3 {
	width: 74.25%;
}

.catalog__row_2 {
    width: 49.5%;
}

.catalog__row_1 {
    /* width: 24.75%; */
    width: 25%;
}

/* 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;

}

/* 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 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%;
    height: auto;
    max-width: 500px;
    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.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_header .catalog_title-left	{
	color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.catalog_header .catalog_title-right	{
	color: #fff;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    font-weight: normal;
	display: block;
	float: right;
	font-size: 1em;
	padding: 0;
}



/**********************
*    PRODUCT PAGE     *
**********************/

/* previews */

.product-previews {
    width: 97%;
    max-width: 876px;
    margin: 1em auto 0.375em auto;
    padding: 0 50px;
    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: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url('../../3D/img/3dicon.jpg') no-repeat center center ;
}

.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('../../3D/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 {
    margin: 0 0.5em 0.5em 0.5em;
}

.content-row.not_bottom_margin + .img-capture	{
	margin-bottom: 3em;
}


/***************************
*     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: 500px !important;*/
	/*width: 450px;*/
    
}

.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;

}
div.ggskin_button{border:solid 1px #d3d5d8;}
/*div.ggskin_button img{ background-color:#454a57;}
div.ggskin_button:hover img{ background-color:#00448d;}*/

.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: 1em;
	margin-bottom: 1em;
}

/* 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('../../3D/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 #ddd;
    border-top: 1px solid #ddd;
}

.content-table th {
    text-align: left;
    padding: 0.25em 1em;
    font-weight: bold;
    background-color: #f5f5f5;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.content-table td {
    text-align: left;
    padding: 0.25em 1em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table-capture {
    text-align: center;
}

.product-content-block .table-description {
	margin-top: -1.25em;
	font-style: italic;
}

.product-content-block .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: 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;
}

.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('/3D/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;
}

/**********************
*     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;
    }
}
