

/* Start:/local/templates/corp-template/ilab/css/normalize.css?17369458629294*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 UPD iLab

 Document
 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.25; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #353535;
    font-size: 90%;
    min-width: 320px
}

div,
span{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    margin: 0.67em 0;
    text-align: center;
}

h1,
h2,
h3,
h4{
    font-weight: normal;
}

@media screen and (min-width: 1000px){
    h1{
        font-size: 2em;
    }
}
@media screen and (min-width: 600px) and (max-width: 999px){
    h1{
        font-size: 170%;
    }
}
@media screen and (max-width: 599px){
    h1{
        font-size: 150%;
    }
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.25; /* 1 */
    margin: 0; /* 2 */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

/*button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}*/

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}
/* End */


/* Start:/local/templates/corp-template/ilab/css/main/style.css?173694586218515*/
body{
    font-size: 80%;
    font-family: Arial, sans-serif;
    min-width: 320px
}

/*---------------------------------------------------------------------------------------------------- Баннер на главной странице*/
.azerti{
    position: relative;
}

.i_bannertop{
    width: 100%;
    top: 0.3px;
    position: absolute;
}

.i_bantop_link{
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

@media screen and (min-width: 1100px) {
    .i_bantop_link{
        padding-top: 24%;
    }
}

@media screen and (min-width: 550px) and (max-width: 1099px) {
    .i_bantop_link{
        padding-top: 40%;
    }
    .i_bannertop{
        top: 0.2px;
    }
}

@media screen and (max-width: 549px) {
    .i_bannertop{
        top: 0.1px;
    }
    .i_bantop_link{
        padding-top: 130%;
    }
}

.iwr_h{
    padding: 0 !important;
}

.i_mo{
    top: 85px !important;
}

@media screen and (min-width: 1100px) {
    .i_banner_catalog_link{
        padding-top: 42% !important;
    }
}

@media screen and (max-width: 1099px) and (min-width: 550px){
    .i_banner_catalog_link{
        padding-top: 43%;
    }
}

.i_banner_catalog_pagination{
    bottom: 10px !important;
}

@media screen and (max-width: 549px){
    .i_banner_catalog_link{
        padding-top: 135% !important;
    }
}

.i_bantop_container{
    z-index: 1 !important;

}
.i_bannertop_arrow_next{
    background-image: url("/local/templates/corp-template/ilab/img/arrow_next_top_banner.svg") !important;
    width: 18px !important;
    height: 32px !important;
}

.i_bannertop_arrow_prev{
    background-image: url("/local/templates/corp-template/ilab/img//arrow_prev_top_banner.svg") !important;
    width: 18px !important;
    height: 32px !important;
}

/*---------------------------------------------------------------------------------------------------- О компании на главной*/
.i_our_company_img{
    min-width: 290px;
    height: 365px;
    background-image: url('/local/templates/corp-template/ilab/img/our_company_img.png');
}

.i_oc span a{
    color: white;
}

.i_our_company_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 70%;
    margin: 0 auto;
}

.i_our_company_text{
    margin-left: 30px;
}

.i_our_company_text_partners p{
    margin-left:20px;
}

.i_our_company_ttl{
    display: block;
    padding: 48px 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1819;
    font-size: 210%;
}

.i_our_combany_border_text{
    background-color: #eeeef1;
    padding: 20px;
    font-weight: bold;
}

.i_button{
    position: relative;
}

.i_button>a{
    color: #fff !important;
}

.i_button.i_sdp{
    margin: 20px auto 0px auto;
    width: 200px;
    padding: 12px 20px;
    text-align: center;
}

.i_button.i_oc{
    margin: 30px auto;
    width: 180px;
    padding: 12px 20px;
    text-align: center;
}

.i_button.i_act{
    margin: 30px auto;
    width: 180px;
    padding: 12px 20px;
    text-align: center;
}

.i_oc_hide{
    display: none;
}

@media screen and (min-width: 481px){
    .i_oc_more{
        display: none;
    }
}

@media screen and (max-width: 1500px){
    .i_our_company_wrap{
        width: 90%;
    }
}

@media screen and (max-width: 1500px){
    .i_our_company_wrap{
        margin: 0 30px;
    }
}

@media screen and (max-width: 760px){
    .i_our_company_img{
        display: none !important;
    }
    .i_our_company_wrap{
        margin: 0 20px;
        width: auto;
    }
}

@media screen and (max-width: 480px){
    .i_our_company_text{
        margin-left: 0px;
    }
    .i_oc_rm{
        display: none !important;
    }
}

/* ---------------------------------------------------------------------------------------------------- Слайдер Наши поставщики old*/
/*.i_slider{
    padding: 0 !important;
}

.i_partners_ttl{
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1819;
    font-size: 245%;
    padding-top: 50px;
}

.swiper-pagination-bullet-active{
    background-color: #E73431 !important;;
}

.i_partners_swiper_container {
    padding: 0 30px;
    height: 250px;
    background-color: #eeeef1;
    max-width: 1225px !important;
}

.i_partners_swiper_slide {
    text-align: center;
    background: #fff;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #eeeef1;
    height: 75% !important;
}

.swiper_body{
    position: relative;
    height: 100%;
    background: #eee;
    color:#000;
    margin: 0;
    padding: 0;
}

.i_partners_swiper_slide span,
.i_partners_swiper_slide a{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    display: block;
    height: 100% !important;
    width: 100% !important;
    margin: 0 30px;
    max-width: 140px;
    max-height: 180px;
}

.i_partners_buletts span{
    background-color: #1D1819 ;
}

.i_partners_arrow_next,
.i_partners_arrow_prev {
    top: 40% !important;
    width: 25px !important;
    height: 32px !important;
}

.i_partners_arrow_next{
    background-image: url("/local/templates/corp-template/ilab/img/slide-next.svg") !important;
    right: 5px !important;
}

.i_partners_arrow_prev{
    background-image: url("/local/templates/corp-template/ilab/img/slide-prev.svg") !important;
    left: 5px !important;
}

@media screen and (max-width: 560px){
    .i_partners_arrow_prev{
        left: 20px !important;
    }
    .i_partners_arrow_next{
        right: 20px !important;
    }
}

@media screen and (max-width: 470px){
    .i_partners_ttl{
        width: 85%;
        margin: 0 30px;
    }
}

@media screen and (max-width: 449px){
    .i_partners_swiper_slide span,
    .i_partners_swiper_slide a{
        background-size: 100%;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px !important;;
    }

    .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
}*/


/* ---------------------------------------------------------------------------------------------------- Слайдер Наши поставщики*/

.i_slider{
    padding: 0 !important;
}

.i_partners_ttl{
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1819;
    font-size: 245%;
    padding-top: 50px;
}

.swiper-pagination-bullet-active{
    background-color: #E73431 !important;;
}

.i_partners_swiper_container {
    max-width: 1225px !important;
    margin: auto auto 20px auto !important;
}

.i_partners_swiper_slide{
    margin: 0 0 20px 0;
    height: 100px !important;
    filter: grayscale(100%);
}

.i_partners_swiper_slide:hover{
    filter: grayscale(0);
}

.i_partners_swiper_slide span,
.i_partners_swiper_slide a{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 100% !important;
    width: 100% !important;
}

.i_partners_c_bl_footer{
    padding: 0 0 30px 0;
}

@media screen and (max-width: 1299px){
    .i_partners_c_bl{
        padding: 0 20px;
    }

    .i_partners_c_bl_footer{
        padding: 0 20px 30px 20px;
    }
}

@media screen and (max-width: 470px){
    .i_partners_ttl{
        width: 85%;
        margin: 0 30px;
    }
}

/* ---------------------------------------------------------------------------------------------------- Список акций на главной*/
.i_main_bl_press{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    max-width: 1225px !important;
    margin-bottom: 50px;
    padding: 0 !important;
}

.i_actionmain_ttl{
    display: block;
    padding: 38px 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1819;
    font-size: 210%;
}

.i_actm_cont{
    width: 100%;
}

.i_actm_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.i_actm_item{
    background: #EEEEF1;
}

.i_actm_img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100%;
    display: block;
}

.i_actm_name{
    padding: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 110%;
}

.i_actm_name a{
    display: block;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.i_actm_text{
    margin: 10px 20px 20px;
    color: #6a707c;
    height: 3.9em;
    overflow: hidden;
}

.i_actm_text a, .i_actm_text a:hover{
    color: #6a707c;
}

/* ---------------------------------------------------------------------------------------------------- Список новостей на главной*/
.i_newmain_ttl{
    display: block;
    padding: 38px 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1819;
    font-size: 210%;
}

@media screen and (max-width: 499px){
    .i_newmain_ttl{
        padding: 18px 0 28px 0;
    }

    .i_actionmain_ttl{
        padding: 28px 0;
    }
}

.i_newmain_ttl{}

.i_newm_cont{
    width: 100%;
}

.i_newm_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.i_newm_item{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    background: #EEEEF1;
}

.i_newm_img{
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.i_newm_name{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 110%;
}

.i_newm_name a{
    display: block;
    overflow: hidden;
}

.i_newm_wrap{
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.i_newm_ptext{
    height: 4.8em;
    margin: 0 20px 20px 30px;
    color: #6a707c;
    overflow: hidden;
}

.i_newm_text a, .i_newm_text a:hover{
    color: #6a707c;
}

.i_actm_cont{
    height: 67.5%;
}

.i_newm_img {
    padding-left: 34%;
}

@media screen and (max-width: 1300px) {
    .i_main_bl_press{
        margin: 0 30px;
    }
    .i_newm_ptext{
        display: none;
    }
    .i_newm_name{
        font-size: 115%;
    }
    .i_newm_name>a{
        overflow: unset;
    }
    .i_main_bl_press{
        width: auto !important;
        margin: 0 30px;
    }
    .i_newm_img{
        min-height: 170px;
        padding-left: 40%;
    }

    .i_actm_cont {
        height: 67.5%;
    }

    .i_main_bl_press{
        width: 955px !important;
    }
}

@media screen and (min-width: 999px) {
    .i_actionmain {
        height: 100%;
    }
    .i_main_blp_o{
        width: 17%;
    }
    .i_main_blp_news{
        width: 48%;
    }
    .i_main_blp_act{
        width: 48%;
        margin-right: 30px !important;
    }
}

@media screen and (max-width: 999px) {
    .i_main_bl_press {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .i_main_blp_act {
        width: 100%;
    }
    .i_main_blp_news {
        width: 100%;
    }
    .i_main_bl_press {
        width: auto !important;
        margin: 0 30px !important;
    }
    .i_main_blp_act {
        margin: 0 !important;
    }
    .i_newm_img {
        padding-left: 170px;
    }
}
@media screen and (max-width: 999px) {
     .i_actm_wrap{
        height: 380px !important;
     }
     .i_actm_name a {
            overflow: unset;
     }
}

@media screen and (min-width: 480px){
    .i_newm_name {
        margin: 0 20px 10px 30px;
    }
    .i_newm_name a{
        height: 3.4em;
    }
    .i_newm_date {
        margin: 20px 20px 10px 30px;
    }
}
@media screen and (max-width: 480px){
    .i_newm_name {
        margin: 0 20px 30px 30px;
    }
    .i_newm_date {
        margin: 20px 20px 10px 30px;
    }
}

@media screen and (max-width: 450px){
    .i_newm_item{
        flex-direction: column;
    }
    .i_newm_wrap{
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }
    .i_newm_name {
        padding: 20px 20px 30px 20px;
        margin: 0 !important;
        text-align: center;
    }
    .i_main_blp_act {
        width: 100%;
    }
    .i_actm_wrap{
        height: unset !important;
    }
    .i_main_blp_o{
        width: 100%;
    }
    .i_polls_main_but{
        margin: 0 auto;
        width: 200px;
    }
    .i_main_blp_news {
        width: 100%;
    }
    .i_newm_name a{
        height: auto;
    }
    .i_newm_date {
        margin: 20px 20px 10px 30px;
        text-align: center;
    }
    .i_newm_img {
        padding-top: 100%;

    }
    .i_newm_cont{
        background-color:#EEEEF1;
    }
}

@media screen and (max-width: 350px){
    .i_actm_img {
        padding-top: 100%;
    }
}

.i_partners_swiper_slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45%;
}

.i_h1 {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 210%;
    margin-top: -20px;
}

.i_line_partners{
    width: 100%;
    height: 1px;
    background-color: #eeeef1;
    margin-top: 40px ;
}

/* -------------------------------------------------------------------------------------------------------- языки */
.i_header_select_lang{
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 110%;
}

.i_view_lang{
    position: relative;
    padding: 13px 25px 13px 30px;
    border-radius: 10px 0;
    cursor: pointer;
}

.i_sh_lang{
    position: absolute;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #fff;
    top: 40px;
}

.i_icon_strk_lang{
    position: absolute;
    width: 8px;
    height: 5px;
    top: 19px;
    right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.i_lang_a{
    color: #333333;
    text-decoration: none;
    padding: 13px 40px 13px 30px;
    display: block;
}

.i_lang_a:hover{ color: #c73735;}

.i_eror{
    display: none;
    text-align: center;
}

/* ---------------------------------------------------------------------------------------------------- preloader */
.i_preloader{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ff8207;
    left: 0;
    top: 0;
}

.i_spinner{
    margin: -7px 0 0 -35px;
    width: 70px;
    text-align: center;
    height: 14px;
    top: 50%;
    position: absolute;
    left: 50%;
}

.i_spinner > div {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 0 0 5px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 0.9s infinite ease-in-out both;
    animation: sk-bouncedelay 0.9s infinite ease-in-out both;
}

.i_spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.i_spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}
/* ---------------------------------------------------------------------------------------------------- Востановление пароля*/
.i_auth_reg_block_f{
    background: #eeeef1;
    max-width: 530px;
    padding: 20px;
    margin: 20px auto;
}

.i_auth_pass_bl{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.i_auth_pass_a a{
    color: #c73634;
}

/* ---------------------------------------------------------------------------------------------------- Окна для футера*/
.i_slide_bottom{
    animation-name: i_slide_bottom;
    -webkit-animation-name: i_slide_bottom;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes i_slide_bottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes i_slide_bottom {
    0% {
        -webkit-transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}


.i_slide_top{
    animation-name: i_slide_top;
    -webkit-animation-name: i_slide_top;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes i_slide_top {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes i_slide_top {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

/* End */


/* Start:/local/templates/corp-template/ilab/css/icon.css?17369458624063*/
.i_whatsapp_redb:before{
    background-image: url('/local/templates/corp-template/ilab/img/whatsapp_red.svg');
}

.i_phone_redb:before {
    background-image: url(/local/templates/corp-template/ilab/img/phone_red.svg);
}

.i_close_grey {
    background-image: url(/local/templates/corp-template/ilab/img/close_grey.svg);
}

.i_close_black {
    background-image: url(/local/templates/corp-template/ilab/img/close_black.svg);
}

.i_catalog_white{
    background-image: url(/local/templates/adaptive/ilab/img/svg/catalog_white.svg);
}

.i_catalog_whiteb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/catalog_white.svg);
}

.i_price_red{
    background-image: url(/local/templates/corp-template/ilab/img/svg/price_blue.svg);
}

.i_price_redb:before{
    background-image: url(/local/templates/corp-template/ilab/img/svg/price_blue.svg);
}









.i_favorite_grey{
    background-image: url(/local/templates/adaptive/ilab/img/svg/favorites_grey.svg);
}

.i_favorite_greyb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/favorites_grey.svg);
}

.i_favorite_black{
    background-image: url(/local/templates/adaptive/ilab/img/svg/favorites_black.svg);
}

.i_favorite_blackb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/favorites_black.svg);
}

.i_favorite_red{
    background-image: url(/local/templates/adaptive/ilab/img/svg/favorite_red.svg);
}

.i_favorite_redb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/favorite_red.svg);
}

.i_favorite_white{
    background-image: url(/local/templates/adaptive/ilab/img/svg/favorites_white.svg);
}

.i_favorite_whiteb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/favorites_white.svg);
}

.i_compare_grey{
    background-image: url(/local/templates/adaptive/ilab/img/svg/compare_grey.svg);
}

.i_compare_greyb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/compare_grey.svg);
}

.i_compare_black{
    background-image: url(/local/templates/corp-template/ilab/img/svg/compare_blue.svg);
}

.i_compare_blackb:before{
    background-image: url(/local/templates/corp-template/ilab/img/svg/compare_blue.svg);
}

.i_compare_white{
    background-image: url(/local/templates/adaptive/ilab/img/svg/compare_white.svg);
}

.i_compare_whiteb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/compare_white.svg);
}

.i_item_compare_act:before{
    background-image: url(/local/templates/corp-template/ilab/img/svg/compare_blue.svg);
}

.i_compare_red{
    background-image: url(/local/templates/adaptive/ilab/img/svg/compare_red.svg);
}

.i_compare_redb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/compare_red.svg);
}

.i_compare_white{
    background-image: url(/local/templates/adaptive/ilab/img/svg/compare_white.svg);
}

.i_compare_whiteb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/compare_white.svg);
}


.i_close_white{
    background-image: url(/local/templates/adaptive/ilab/img/svg/close_white.svg);
}

.i_close_whiteb{
    background-image: url(/local/templates/adaptive/ilab/img/svg/close_white.svg);
}

.i_close_grey{
    background-image: url(/local/templates/adaptive/ilab/img/svg/close_grey.svg);
}

.i_close_greyb{
    background-image: url(/local/templates/adaptive/ilab/img/svg/close_grey.svg);
}

.i_close_red{
    background-image: url(/local/templates/adaptive/ilab/img/svg/close_red.svg);
}

.i_close_redb{
    background-image: url(/local/templates/adaptive/ilab/img/svg/close_red.svg);
}

.i_har_whiteb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/haracter_white.svg);
}

.i_desc_white{
    background-image: url(/local/templates/adaptive/ilab/img/svg/opisanie_white.svg);
}

.i_desc_whiteb:before{
    background-image: url(/local/templates/adaptive/ilab/img/svg/opisanie_white.svg);
}


/* End */


/* Start:/local/templates/corp-template/ilab/css/main/footer.css?173694586212449*/
/* ---------------------------------------------------------------------------------------------------- Общий стиль */
footer{
    background-color: #EEEEF1;
}
/* ---------------------------------------------------------------------------------------------------- Плашка нижняя */
.i_foo_bl_bottom{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content:space-between;
    padding: 20px;
    background-color: #000000;
    color: #fff;
}

.i_foo_bl_bottom a{
    color: #fff;
}

@media screen and (max-width: 420px){
    .i_foo_bl_bottom{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .i_site_info{
        width: 100%;
        margin-top: 20px;
    }
}

.i_bottompmenu{
    margin-right: 10px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 500px;
}
/* ---------------------------------------------------------------------------------------------------- Кнопки*/
.i_footer_button {
    width: 250px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #e57215;
    background-color: #fcfdfe;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.i_footer_buttons{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.i_footer_button  img{
    width: 25px;
    height: 22px;
    margin: 0 20px 0 0;
}

.i_footer_buttons  span{
    font-size: 110%;
    font-weight: bold;
}

.i_footer_button_first span{
    color: #ff9600;
    text-transform: uppercase;
}

.i_footer_button_second{
    border: 1px solid #000000;
    color: #000000;
    margin-left: 20px;
    position: relative;
}

.i_button_dillers_first {
    color: #ff9600;
    text-transform: uppercase;
}

.i_footer_button_first{
    position: relative;
}

@media screen and (max-width: 1330px) and (min-width: 981px){
    .i_footer_button_second {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid black;
        margin-left: 20px;
    }
    .i_footer_button_second img {
        margin-right: 0;
    }
    .i_footer_button_second span{
        display: none;
    }
}
/* ---------------------------------------------------------------------------------------------------- Кнопки соц.сетей */
.i_social{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
}

.i_social_tetx{
    margin: auto 0;
    font-size: 120%;
}

.i_social_bl_one{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.i_social_item{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    position: relative;
}

.i_social_icon{
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* ---------------------------------------------------------------------------------------------------- Карта*/
.i_foo_map_bl{
    position: relative;
}

.i_foo_map_win{
    position: absolute;
    bottom: 100%;
    margin-bottom: 5px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    z-index: 20;
}

.i_stat_dilerom_str_ft{
    position: absolute;
    width: 0;
    height: 0;
    bottom: 45px;
    left: 30px;
    border: solid transparent;
    background: #fff;
    border-width: 9px;
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);*/
    transform: rotate(45deg);
    z-index: 21;
}

.i_stat_dilerom_str_ft:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 14px;
    background: #fff;
    margin: -10px 0 0 -28px;
    transform: rotate(135deg);
}

.i_foo_mapw_pl{
    padding: 15px 30px 15px 20px;
    margin: 0 0 20px 0;
    background: #f6f6f6;
    color: #000000;
    font-size: 110%;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.1);
}

.i_foo_mapw_pl .i_close{
    top: 5px !important;
}

.i_foo_mapw_mp{
    padding: 20px;
}

.i_foo_mapw_whatsapp,
.i_foo_mapw_phone{
    position: relative;
    margin-left: 30px;
    padding: 8px 20px;
}

.i_foo_mapw_adr{
    padding: 8px 20px;
}

.i_foo_mapw_phone.i_phone_redb:before,
.i_foo_mapw_whatsapp.i_whatsapp_redb:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-left: -30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

}

.i_foo_bt_phone.i_phone_redb:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -9px;
    margin-left: -30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.i_foo_bt_whatsapp,
.i_foo_bt_phone{
    position: relative;
    margin-left: 30px;
    padding: 8px 0;
    font-size: 115%;
}

.i_foo_bt_whatsapp.i_whatsapp_redb:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-left: -30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.i_foo_map{
    display: inline-block;
    padding: 0 0 2px 0;
    margin: 10px 0 20px 0;
    border-bottom: 1px dashed;
    cursor: pointer;
}

@media screen and (min-width: 1000px){
    .i_foo_mapw_mp{
        width: 600px;
        height: 400px;
    }
}

@media screen and (max-width: 999px){
    .i_foo_mapw_mp{
        width: 100%;
        height: 400px;
    }
    .i_foo_map_win{
        min-width: 600px;
        right: 0;
    }
}

@media screen and (max-width: 640px){
    .i_foo_map_win{
        min-width: 400px;
    }
}

@media screen and (max-width: 580px){
    .i_foo_map_win{
        width: 100%;
        min-width: unset;
    }
}


/* ---------------------------------------------------------------------------------------------------- Верхняя */
.i_foo_bl_top{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 30px 30px 0 30px;

}

.i_social_bl{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end; /*space-between; с соц сетями */
    padding: 30px;
    align-items: center;
}

.i_foo_bl_numad{
    font-size: 110%;
}

@media screen and (max-width: 1330px){
    .i_foo_bl_top {
        justify-content: unset !important;
        flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        -webkit-flex-wrap: wrap-reverse;
    ;
    }
    .i_foo_bl_numad{
        margin-left: 5%;
    }
    .i_bottompmenu {
        width: 100%;
    }
    .i_fm {
        justify-content: unset !important;
    }
    .i_f_menu > ul > li {
        padding: 0px 0 30px 30px;
    }
    .i_f_menu > ul > li:first-child{
        padding-left: 0px;
    }
}

@media screen and (max-width: 1330px) and (min-width: 901px){
    .i_social_bl>img{
        margin-left: 5%;
    }
    .i_social_bl_one{
        min-width: 360px;
    }
    .i_social_bl{
        justify-content: unset !important;
    }
    .i_footer_buttons{
        margin-left: auto;
    }
}

@media screen and (min-width: 980px){
    .i_social_bl_one{
        width: 230px;
    }
}

@media screen and (max-width: 980px){
    .i_footer_buttons{
        width: 100%;
        margin-top: 40px;
    }
    .i_footer_buttons{
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: center;
        margin-top: 40px;
    }
    .i_social_bl{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: unset !important;
    }
}

@media screen and (max-width: 900px){
    .i_social_bl>img{
        margin-left: 15%;
    }
    .i_foo_bl_num,
    .i_foo_bl_numad{
        width: 45%;
    }
    .i_foo_bl_numad{
        margin-left: 50px;
    }
}
@media screen and (max-width: 900px) and (min-width: 581px){
    .i_social_bl_one{
        width: 45%;
    }
    .i_social_bl>img {
        margin-left: 50px;
    }
}

@media screen and (max-width: 580px){
    .i_foo_bl_num,
    .i_foo_bl_numad{
        width: 100%;
    }
    .i_foo_bl_numad{
        order: -1;
        margin-left: 0;
        margin-top: 25px;
    }
    .i_social_bl_one{
        width: 100%;
    }
    .i_social_bl>img {
        order: -1;
        margin-left: 0;
        margin-bottom: 30px;
    }
}

.i_fm_x .i_fm_icon {
    position: relative;
    background-image: url('/local/templates/corp-template/ilab/img/menu.svg');
    background-repeat: no-repeat;
}

@media screen and (max-width: 639px){
    .i_f_menu > ul > li {
        padding-left: 0;
    }
    .i_f_menu > ul > li{
        text-align: center;
    }
}

@media screen and (max-width: 580px){
    .i_footer_button_second {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid black;
        margin-left: 20px;
    }
    .i_footer_button_second span{
        display: none;
    }
    .i_footer_button_second img{
        margin-right: 0;
    }
    .i_foo_bl_top {
        padding: 20px 20px 0 20px;
    }
    .i_social_bl {
        padding: 20px;
    }
}

@media screen and (max-width: 400px){
    .i_footer_button_first{
        width: 160px;
        height: 40px;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-around;
    }
    .i_footer_button_first img{
        margin-left: 20px;
        margin-right:0px;
    }
    .i_footer_button_first>span{
        text-align: start;
        margin-left: 10px;
        line-height: unset;
    }
}

.i_stat_dilerom_str{
    position: absolute;
    width: 35px;
    height: 18px;
    overflow: hidden;
    bottom: 41px;
    z-index: 21;
    display: block;
    transform: rotate(180deg);

}

.i_stat_dilerom_str:before {
    content: '';
    background-color: white;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    top: 10px;
    left: 10px;
}

.i_auth_str_ft{
    position: absolute;
    width: 35px;
    height: 18px;
    overflow: hidden;
    bottom: 41px;
    z-index: 21;
    display: block;
    transform: rotate(180deg);
}

.i_auth_str_ft:before {
    content: '';
    background-color: white;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 10px;
}

.i_map_str{
    position: absolute;
    width: 35px;
    height: 18px;
    overflow: hidden;
    bottom: 37px;
    left: 10%;
    z-index: 21;
    display: block;
    transform: rotate(180deg);
}

.i_map_str:before{
    content: '';
    background-color: white;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    top: 10px;
    left: 10px;
}

.i_social_bl_one,
.i_social_bl>img
{
    visibility: hidden;
}
/* End */


/* Start:/local/templates/corp-template/ilab/css/main/header.css?173694586214035*/
header{
    height: 100px;
    box-shadow: 0 0 7px rgba(126, 126, 126, 0.15);
    background-color:rgba(255,255,255, 0.9);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    z-index: 20;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    padding: 30px;
}

.i_topmenu{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 110%;
}

.i_menu_icon{
    background-image: url("/local/templates/corp-template/ilab/img/menu.svg") ;
}

@media screen and (min-width: 1100px){
    .i_header{
        position:absolute;
    }
}

@media screen and (max-width: 710px){
    header{
        justify-content: space-between;
    }
    .i_header_button_second{
        width: 26%;
        justify-content: space-between;
    }
    .i_azerti_logo{
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .i_button_dillers_second{
        margin-left: unset !important;
    }
}

/* ---------------------------------------------------------------------------------------------------- Селект*/
.i_payment_str{
    position: absolute;
    width: 35px;
    height: 18px;
    overflow: hidden;
    top: 97px;
    z-index: 21;
    display: block;
}

.i_payment_str:before{
    content: '';
    background-color: white;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    top: 10px;
    left: 10px;
}

/* ---------------------------------------------------------------------------------------------------- Логотип*/
.i_azerti_logo{
    margin-left: auto;
    margin-right: auto;
}

.i_azerti_logo_a{
    width: 185px;
    display: block;
    background: url(/local/templates/adaptive/ilab/img/svg/logo.svg) no-repeat;
    background-size: auto;
    padding-top: 40%;
    background-position-x: center;
}

@media screen and (max-width: 999px) {
    .i_azerti_logo{
        width: 185px;
    }
}

/* ---------------------------------------------------------------------------------------------------- Кнопки class="i_button_dillers"*/
.i_header_button_second{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.i_button_dillers{
    width: 250px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #e57215;
    background-color: #fcfdfe8c;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.i_button_dillers img{
    width: 25px;
    height: 22px;
    margin: 0 20px 0 0;
}

.i_button_dillers span{
    font-size: 110%;
    font-weight: bold;
}

.i_button_dillers_second{
    border: 1px solid #000000;
    color: #000000;
    margin-left: 20px;
}

.i_button_dillers_first {
    color: #ff9600;
    text-transform: uppercase;
}

.i_button_dillers_first_second{
    display: none;
}

@media screen and (min-width: 1001px) and (max-width: 1500px){
    .i_button_dillers_second{
        width: 40px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid black;
        margin-left: 20px;
    }
    .i_button_dillers_second span{
          display: none;
      }
    .i_button_dillers_second img{
        width: 20px;
        height: 22px;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 1000px){
    .i_header_button_first{
        margin-left: 20px;
    }
}

@media screen  and (min-width:1001px){
    .i_header_button_first{
        margin-left: 50px;
    }
    .i_topmenu{
        margin-right: 50px;
    }
}

@media screen and (min-width: 710px) and (max-width: 920px){
    .i_button_dillers_first{
        margin-right: 20px;
    }
}

@media screen and (max-width: 1000px){
    .i_topmenu{
        order: 1;
    }
    .i_azerti_logo{
        order: 3;
    }
    .i_header_button_first{
        order: 2;
    }
    .i_header_button_second{
        order: 4;
    }
}

@media screen and (max-width: 920px){
    .i_button_dillers{
        width: 160px;
        height: 40px;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-around;
    }
    .i_button_dillers img{
        margin-left: 20px;
        margin-right:0;
    }
    .i_button_dillers>span{
        text-align: start;
        margin-left: 10px;
        line-height: unset;
    }
}

@media screen and (max-width: 710px){
    .i_button_dillers{
        width: 40px;
        height: 40px;
		min-width: 40px;
		min-height: 40px;
    }
    .i_button_dillers span{
        display: none;
    }
    .i_button_dillers img{
        margin: 0;
    }
    .i_azerti_logo_a{
        padding-top: 0;
        height: 55px;
    }
    .i_header_button_first{
        margin-left: 0px;
    }
    .i_payment_str{
        left: 17%;
    }
}

@media screen and (max-width: 710px){
    header{
        padding: 0 20px;
    }
}

@media screen and (max-width: 550px){
    .i_auth_str{
        margin-left: 0 !important;
    }
    .i_payment_str{
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 479px){
    header{
    padding: 15px;
        justify-content: unset !important;
    }
    .i_view_lang {
        padding: 13px 25px 13px 15px !important;
    }
    .i_button_dillers_first{
        margin-left: 15px;
    }
    .i_azerti_logo{
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width: 400px){
    .i_azerti_logo_a{
        width: 90px;
        height: 35px;
        margin: 0 auto;
    }
    .i_header_button_second {
        width: 33%;
    }
    .i_header_select_lang:after {
        right: -4px;
    }
}

/* ---------------------------------------------------------------------------------------------------- Меню */
.i_mo_inside{
    display: none !important;
}

.i_mo li:first-child{
    padding-left: 15px;
}

.i_menu_top{
    cursor: pointer;
}

@media screen and (min-width: 641px){
    .i_menu_top{
        padding: 9px 0 17px 0px;
    }
}

.i_menu_icon.i_menu_red{
    display: block;
    width: 26px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.i_menu_ttl{
    display: block;
    margin-left: 35px;
    color: #211e1f;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
}

.i_menu_item{
    position: absolute;
    top: 100px;
    z-index: 20;
    left: 0;
}

.i_menu_item_bl{
    background: #fff;
    box-shadow: 0 1px 1px 0 #cccccc;
}

.i_menu_item_bl div{
    border-top: 1px solid #f1f1f1;
}

.i_menu_item_bl div:first-child{
    border-top: none;
}

.i_menu_ib_t{
    position: relative;
}

.i_menu_item_el.select,
.i_menu_ii{
    fill: #000;
}

.i_menu_item_el.select{
    background: #fff;
}

.i_menu_item_el.select:hover{
    background: #fff;
}

.i_menu_item_el:hover .i_menu_ie_icon:before{
    background: #c73735;
}

.i_menu_item_el{
    display: inline-block;
    width: 100%;
    padding: 13px 30px 13px 20px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.i_menu_item{
    text-transform: none !important;
}

.i_menu_item_el.select{
    background: #f1f1f1;
}

.i_menu_item_el.select:hover{
    color: #000;
}

a.i_menu_item_el:not(.select):hover{
    color: #c73735;
}

.i_mo_ad{
    display: none !important;
}

.i_menu_item_el:hover{
    color: #c73735;
}

@media screen and (min-width: 1300px){
    .i_menu_item{
        width: 16%;
    }
}

@media screen and (min-width: 600px) {
    .i_menu_item,
    .i_menu_ib_two{
        min-width: 270px;
    }
}

@media screen and (min-width: 500px) {
    .i_menu_item_bl{
        position: relative;
    }
}

@media screen and (min-width: 450px) and (max-width: 599px){
    .i_menu_item,
    .i_menu_ib_two{
        min-width: 210px;
    }
}

@media screen and (min-width: 380px) {
    .i_menu{
        width: 120px;
    }
}

@media screen and (min-width: 450px) {
    .i_menu_ib_two{
        position: absolute;
        background: #fff;
        left: 100%;
        top: 0;
        border-left: 1px solid #fff;
        box-shadow: 0 0 1px 0 rgba(0,0,0,0.3);
    }
    .i_menu_ie_icon{
        top: 50%;
        transform: rotate(-90deg);
    }
}

@media screen and (max-width: 749px) {
    .i_menu{
        margin: 0;
    }
}

/* ---------------------------------------------------------------------------------------------------- Стать дилером popup*/
.i_stat_dilerom_popup{
    position: absolute;
    min-height: 15px;
    color: #000000;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    cursor: default;
    z-index: 20;
}

.i_stat_dilerom_wrap{
    background-color: #eeeef1 !important;
    height: 100%;
    margin: 15px;
    padding: 30px;
}

.i_close_dillers{
    top: 15px !important;
    right: 15px !important;
}

@media screen and (min-width: 1000px) {
    .i_stat_dilerom_popup{
        width: 1000px;
        right: 0;
    }
}

@media screen and (max-width: 1000px){
    .i_stat_dilerom_popup{
        width: 100%;
        left: -0px;
    }
    .i_view_lang{
        padding: 13px 25px 13px 20px;
    }
}

@media screen and (max-width: 760px){
    .i_stat_dilerom_popup .i_input{
        width: 100% !important;
    }
}

.i_inputs_ph{
    display: none;
    position: absolute;
    top: 8px;
    color: gray;
    left: 20px;
    font-size: 12px;
    z-index: 10;
}

.i_input_tel_wrap .i_inputs_ph:before {
    content: '+7';
    position: absolute;
    top: 19px;
    left: 0px;
    font-size: 115%;
}

.i_profile_inputs {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.i_stat_dilerom_popup .i_input{
    width: 33%;
}

.i_stat_dilerom_ttl{
    display: block;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1819;
    font-size: 210%;
}

/* ---------------------------------------------------------------------------------------------------- Окно авторизации дилера*/
.i_auth_reg_title {
    display: block;
    padding: 0 0 15px 0;
    text-align: center;
    font-size: 130%;
    font-weight: 600;
    text-transform: uppercase;
}

.i_auth_popup{
    position: absolute;
    min-height: 15px;
    right: 0;
    color: #000000;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    cursor: default;
    max-width: 530px;
    flex-grow: 1;
    z-index: 20;
}

.i_auth_wrap{
    margin: 15px;
    padding: 15px;
    background-color: #eeeef1;
}

.i_close_auth{
    top: 15px !important;
    right: 15px !important;
}

.i_auth_str{
    position: absolute;
    width: 35px;
    height: 18px;
    overflow: hidden;
    top: 97px;
    z-index: 21;
    display: block;
}

.i_auth_str:before{
    content: '';
    background-color: white;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    top: 10px;
    left: 10px;
}

.i_confirm_text{
    margin: 10px auto 30px auto;
    text-align: center;
    color: green;
    font-size: 135%;
}

.i_eror{
    margin: 0px auto;
    text-align: center;
    color: red;
    font-size: 135%;
}

.i_auth_fog_pass{
    position: absolute;
    right: 30px;
    top: 17px;
}

.i_auth_fog_pass a{
    color: #c73634;
}

.i_auth_reg_cont{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.i_but_auth{
    width: 150px;
}

.i_auth_form{
    margin-top: 15px;
}

.i_auth_form_wrap>p{
    margin: 0;
}

.i_psb>div{
    margin-right: 10px;
}

@media screen and (min-width: 550px) {
    .i_auth_popup{
        width: 530px;
    }
}

@media screen and (min-width: 550px) and (max-width: 599px){
    .i_auth_reg_cont label {
        margin: 0 0 0 20px;
    }
}

@media screen and (max-width: 599px) {
    .i_auth_reg_cont label{
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }
    .i_auth_reg_cont .bx-filter-param-text{
        display: block;
    }
}

@media screen and (max-width: 549px) {
    .i_topb_cati_ah{
        display: none !important;
    }
    .i_auth_reg_cont{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .i_auth_popup{
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .i_psb{
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 349px) {
    .i_auth_reg_block{
        margin: 10px;
    }
    .i_auth_forgo2{
        display: none;
    }
    .i_auth_forgo_min.idn{
        display: block;
    }
}



/* End */


/* Start:/local/templates/corp-template/ilab/css/main/yi_style.css?173694586212957*/
/*---------------------------------------------------------------------------------------------------- Список акций на странице*/
.i_actlist_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 1300px;
    margin: 0 auto;
    justify-content: center;
}

.i_actlist_items{
    position: relative;
    width: 22.72%;
    margin-bottom: 3%;
    background: #ececec;
    margin-right: 3%;
}

.i_actlist_img_bl{
    border: 1px solid #f6f6f6;
}

.i_actlist_cs{
    text-align: center;
}

.i_actlist_imgs {
    width: 100%;
    padding-top: 100%;
    display: block;
    background-color: #fff !important;
    background-size: cover;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

.i_actlist_name {
    font-size: 125%;
    text-transform: uppercase;
}

.i_actlist_name a {
    display: block;
    padding: 30px 20px;
    font-weight: bold;
}

@media screen and (max-width: 1330px){
    .i_actlist_wrap{
        width: 100%;
    }
    .i_actlist_items {
        width: 21%;
    }
}

@media screen and (min-width: 1000px){
    .i_actlist_items:nth-child(4n){
        margin: 0 0 3% 0;
    }
}

@media screen and (max-width: 999px){
    .i_actlist_items {
        width: 29%;
    }
}

@media screen and (min-width: 760px) and (max-width: 999px){
    .i_actlist_items:nth-child(3n){
        margin: 0 0 3% 0;
    }
}

@media screen and (max-width: 760px){
    .i_actlist_items {
        width: 45%;
    }

    .i_actlist_items:nth-child(2n){
        margin: 0 0 3% 0;
    }
}

@media screen and (max-width: 580px){
    .i_actlist_items {
    /*    width: 320px;
        min-height: 380px;*/
    }

    .i_actlist_name a {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 580px){
    .i_actlist_items {
        width: 320px;
        min-height: 380px;
        margin: 0 0 20px 0;
    }
}


/*---------------------------------------------------------------------------------------------------- Хлебные крошки*/
.i_breadcrumb_wrap {
    text-align: center;
    margin: 30px 0;
}

@media screen and (max-width: 850px){
    .i-breadcrumb-item{
        line-height: 2;
        margin-top: 0;
    }
}

.i-breadcrumb{
    line-height:13px;
    display: inline-block;
}

.i-breadcrumb-item{
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    position: relative;
}

.i-breadcrumb-item:nth-last-of-type(2){
    margin-right: 0;
}

.i-breadcrumb-item a:not(:last-child):after{
    content: "\00bb";
    color: #E0E0E0;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: -18px;
    top: 0;
}

.i-breadcrumb-item a:not(:last-child){
    color:#C9403F;
}
/*---------------------------------------------------------------------------------------------------- Список новостей на странице*/
.i_newslist_container{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.i_news_items{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    background: #EEEEF1;
    width: 49%;
    margin-bottom: 20px;
}

.i_news_items:nth-child(2n){
    margin-left: 20px;
}

.i_news_imgs{
    min-width: 190px;
    min-height: 190px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.i_news_names {
    margin: 0 20px 10px 30px;
}

@media screen and (min-width: 450px){
    .i_news_dates {
        margin: 20px 20px 10px 30px;
    }
    .i_news_names a {
       /* height: 2.4em;*/
    }
}

.i_news_names {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 135%;
}

.i_news_names a {
    display: block;
    overflow: hidden;
}

.i_news_ptexts {
    height: 4.8em;
    margin: 0 20px 20px 30px;
    color: #6a707c;
    overflow: hidden;
    font-size: 115%;
}

@media screen and (max-width:1330px){
    .i_news_ptexts{
        display: none;
    }
    .i_news_names a{
        overflow: unset !important;
    }
    .i_news_items{
        width: 48%;
    }
    .i_newslist_container {
        width: 100%;
    }
    .i_news_names {
        margin: 0 60px 10px 30px;
    }
}

@media screen and (max-width:940px){
    .i_news_items{
        width: 100%;
    }
    .i_news_items:nth-child(2n){
        margin-left: 0px;
    }
}

@media screen and (max-width:450px){
    .i_news_items{
        flex-direction: column;
    }
    .i_newslist_container {
        justify-content: center;
    }
    .i_news_imgs {
        height: 280px;
    }
    .i_news_items {
        width: 280px;
    }
    .i_news_items{
        height: 450px;
    }
    .i_news_dates {
        margin: 20px 20px 10px 30px;
        text-align: center;
    }
    .i_news_names {
        padding: 10px 38px 30px 38px;
        margin: 0;
    }
    .i_news_names a{
        text-align: center;
    }
}

/* ---------------------------------------------------------------------------------------------------- Партнеры*/
.i_partners {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction:row;
}

.i_partners_img{
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 560px){
    .i_partners_img{
        margin: 0 auto;
    }
}

/* ---------------------------------------------------------------------------------------------------- Партнеры свайпер */
.i_partners_par{
    min-width: 120px !important;
}

.i_partners_par span {
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90%;
    display: block;
}

/*---------------------------------------------------------------------------------------------------- Детальная акция*/
.i_acts_det_exsp{
    cursor: pointer;
}

.i_acts_det_exsp:before{
    content:'';
    transform: rotate(90deg);
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/adaptive/ilab/img/svg/str_red.svg);
    background-repeat: no-repeat;
}

.i_acts_detail_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.i_acts_full_img{
    max-width: 400px;
    max-height: 400px;
    height: 100%;
    width: 50%;
}

.i_acts_detail_picture{
    width: 100%;
    height: 100%;
}

.i_acts_detail_text {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    width: 65%;
}

.i_actsdetail_ttl{
    width: 100%;
    margin-bottom: 20px;
}

.i_acts_details_ttl{
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1819;
    font-size: 215%;
}

.i_acts_text{
    font-size: 110%;
}

@media screen and (max-width: 1330px){
    .i_acts_detail_wrap{
        width: 100%;
        margin: 0 10px;
    }
}

@media screen and (max-width: 760px){
    .i_acts_detail_wrap{
        width: 100%;
        margin: 0 10px;
    }
    .i_acts_full_img{
        display: none;
    }
    .i_acts_detail_img{
        margin: 0 auto;
        margin-bottom: 20px;
        width: 400px;
        height: 100%;
        max-height: 400px;
    }
    .i_acts_details_ttl,
    .i_actsdetail_ttl{
        text-align: center;
    }
    .i_acts_detail_text {
        width: 100%;
    }
}
@media screen and (min-width: 761px){
    .i_acts_detail_img{
        display: none;
    }
    .i_acts_detail_text {
        margin-left: 30px;
    }
    .i_acts_detail_text{
        width: 100%;
    }
}

@media screen and (max-width: 480px){
    .i_acts_detail_img{
        height: auto;
        width: 100%;
        max-height: 300px;
        max-width: 300px;
    }
    .i_acts_detail_img img{
        width: 100%;
        height: 100%;
    }
}

/*---------------------------------------------------------------------------------------------------- Детальная новость*/
.i_news_det_exsp:before{
    content:'';
    transform: rotate(90deg);
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/adaptive/ilab/img/svg/str_red.svg);
    background-repeat: no-repeat;
}

.i_news_detail_wrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.i_news_full_img{
    max-width: 400px;
    max-height: 400px;
    width: 50%;
}

.i_news_detail_text {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    width: 65%;
}

.i_newsdetail_ttl{
    width: 100%;
    margin-bottom: 20px;
}

.i_news_text{
    font-size: 110%;
}

.i_news_detail_picture{
    width: 100%;
    height: auto;
}

.i_news_details_ttl{
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1819;
    font-size: 215%;
}

@media screen and (max-width: 1330px){
    .i_news_detail_wrap{
        width: 100%;
    }
}

@media screen and (max-width: 760px){
    .i_news_detail_wrap{
        width: 100%;
    }
    .i_news_full_img{
        display: none;
    }
    .i_news_detail_img{
        margin: 0 auto;
        margin-bottom: 20px;
        width: 400px;
        height: 100%;
        max-height: 400px;
    }
    .i_news_details_ttl,
    .i_newsdetail_ttl{
        text-align: center;
    }
    .i_news_detail_text{
        width: 100%;
    }
}
@media screen and (min-width: 761px) {
    .i_news_detail_img{
        display: none;
    }
    .i_news_detail_text {
        margin-left: 30px;
    }
}

@media screen and (max-width: 480px){
    .i_news_detail_img{
        height: auto;
        width: 100%;
        max-height: 400px;

    }
    .i_news_detail_img img{
        width: 100%;
        height: 100%;
    }
}

/* ---------------------------------------------------------------------------------------------------- Постраничная навигация*/
.i_pagenav{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    margin: 20px 0;
}

.i_pagenav a:hover{
    color: #211e1f;
}

.i_modern_page_nav{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    flex: 1;
}

.i_modern_page_nav .i_page{
    text-align: center;
    background: #f6f6f6;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    height: 30px;
    min-width: 30px;
    border-radius: 5px;
}

.i_modern_page_nav .i_page.modern-page-current{
    color: #fff;
    z-index: 1;
    position: relative;
}

.i_modern_page_nav .i_page.modern-page-current:before{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #353535;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    z-index: -1;
}

.i_modern_page_nav .i_page.modern-page-next{
    background-image: url(/local/templates/adaptive/ilab/img/svg/str_m_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px auto;
    transform: rotate(270deg);
}

.i_modern_page_nav .i_page.modern-page-previous {
    background-image: url(/local/templates/adaptive/ilab/img/svg/str_m_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px auto;
    transform: rotate(90deg);
}

.i_pagenav .bx_pg_show_col{
    margin: 0 16px 0 0;
}

@media screen and (max-width: 599px){
    .i_pagenav .i_modern_page_title{
        display: none;
    }
    .i_pagenav .bx_pg_show_col{
        display: none;
    }
}
/* End */


/* Start:/local/templates/corp-template/ilab/css/plugin/ion.rangeSlider.css?17369458623501*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* End */


/* Start:/local/templates/corp-template/ilab/css/plugin/ion.rangeSlider.skinHTML5.css?17369458623000*/
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height: 55px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 5px;
    top: 35px;
    background: #fff;
    /* background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);  W3C
    border: 1px solid #cdcdcd;*/
    border-radius: 16px;
    -moz-border-radius: 16px;
}
    .irs-line-left {
        height: 5px;
    }
    .irs-line-mid {
        height: 5px;
    }
    .irs-line-right {
        height: 5px;
    }

.irs-bar {
    height: 5px;
    top: 35px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #dddddd;
    /*  background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%);  W3C */
}
    .irs-bar-edge {
        height: 10px; top: 33px;
        width: 14px;
        border: 1px solid #428bca;
        border-right: 0;
        background: #428bca;
        background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
        border-radius: 16px 0 0 16px;
        -moz-border-radius: 16px 0 0 16px;
    }

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 25px;
    height: 25px;
    border: none;
    background: #3e4fac;
    /*   background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); W3C */
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: none;
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #3e4fac;
}


.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}

/* End */


/* Start:/local/templates/corp-template/ilab/css/plugin/jquery.fancybox.css?173694586218311*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/corp-template/ilab/css/plugin/jquery.formstyler.css?17369458622284*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 3;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/corp-template/ilab/css/plugin/jquery.formstyler.theme.css?173694586211825*/
.jq-checkbox {
	vertical-align: -4px;
	width: 20px;
	height: 19px;
	min-width: 18px;
	min-height: 18px;
	margin: 0 20px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #ffffff00);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}

.jq-radio {
	vertical-align: -4px;
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
	margin: 0 20px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #ffffff00);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
	/*border: 1px solid #c73735;*/
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}

 .jq-checkbox.checked .jq-checkbox__div {
	 width: 0;
	 height: 0;
	 margin: 2px 0 0 2px;
	/* border: 6px solid #000;*/
	 border-left: 14px solid #000;
	 border-bottom: 13px solid #000;
}

.jq-radio {
	border-radius: 50%;
}

.jq-radio.checked{
	/*border: none;*/
}

.jq-radio.checked .jq-radio.checked .jq-radio__div{
	border: none;
}

.jq-radio.checked .jq-radio__div {
	width: 16px;
	height: 16px;
	margin: 2px 0 0 2px;
	border-radius: 50%;
	background: #000000;
}

.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #c73735;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #bf7574;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 50px;
	padding: 0 45px 0 20px;
	/*border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;*/
	color: #333;
	text-shadow: 1px 1px #FFF;
	border-radius: 20px;
	margin-bottom: 2px;
	background: #fff;
}
.jq-selectbox__select:hover {
	/*background: linear-gradient(#F6F6F6, #E6E6E6);*/
}
.jq-selectbox__select:active {
/*	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;*/
}
.jq-selectbox.focused .jq-selectbox__select {
/*	border: 1px solid #5794BF;*/
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	top: 50%;
	height: 100%;
	padding: 23px 4px 0 0;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	/*border-left: 1px solid #CCC;*/
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 18px;
	right: 35px;
	width: 0;
	height: 0;
	border-top: 5px solid #000;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: -2px 0 0;
	padding: 0;
	border-top: 1px solid #f0f0f0;
	border-radius: 0 0 20px 20px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	/*font: 14px/18px Arial, sans-serif;*/
}

.jq-selectbox li:last-child{
	border-radius: 0 0 20px 20px;
}

.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 10px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #f6f6f6;
	color: #221e1f;
}
.jq-selectbox li:hover {
	background-color: #211e1f;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #bf8faf;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #c73735;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/corp-template/ilab/css/plugin/jquery.scrollbar.css?173694586223085*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;

  height: 100%;/* ilab */
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* End */


/* Start:/local/templates/corp-template/ilab/css/plugin/swiper.css?175283596621704*/
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  margin: 100px 0 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(/local/templates/corp-template/ilab/img/svg/str_m_blue.svg);
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(/local/templates/corp-template/ilab/img/svg/str_m_blue.svg);
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(/local/templates/corp-template/ilab/img/svg/str_m_blue.svg);
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(/local/templates/corp-template/ilab/img/svg/str_m_blue.svg);
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url(/local/templates/corp-template/ilab/img/svg/str_m_blue.svg);
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url(/local/templates/corp-template/ilab/img/svg/str_m_blue.svg);
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 25px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #3e4fac;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 8px;
  width: 100%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgb(0, 0, 0);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* End */


/* Start:/local/templates/corp-template/ilab/css/pre.css?17369458621725*/
/* ---------------------------------------------------------------------------------------------------- pre */
pre.ipre:before {
	-webkit-animation: arrow1 1.5s infinite 0.75s;
	animation: arrow1 1.5s infinite 0.75s;
	opacity: 0;
}
pre.ipre:after {
	-webkit-animation: arrow2 1.5s infinite;
	animation: arrow2 1.5s infinite;
	opacity: 0;
}
pre.ipre:before,
pre.ipre:after {
	content: '';

	position: fixed;
	top: 225px;
	right: 10px;

	margin-top: -12px;

	width: 20px;
	height: 20px;

	border: 2px solid white;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@keyframes arrow1 {
	from {
		opacity: 1;
	}
	to {
		transform: translateX(-75%) rotate(45deg);
		opacity: 0;
	}
}
@keyframes arrow2 {
	from {
		opacity: 1;
	}
	to {
		transform: translateX(-75%) rotate(45deg);
		opacity: 0;
	}
}

pre.ipre:hover:before,
pre.ipre:hover:after {
	content: none;
}
pre.ipre:hover {
	top: 10px!important;
	bottom: 10px;

	max-width: 50%;
	max-height: 100%;

	z-index: 10000;
	overflow: auto;

	color: #267FB5;

	border: 15px solid #14191F;
	padding-right: 30px;
}

pre.ipre {
	font-size: 1em;
	font-family: monospace, monospace;

	box-sizing: border-box;
	position: fixed;
	right: 10px;
	top: 200px;
	max-width: 50px;
	max-height: 50px;
	overflow: hidden;

	border-radius: 5px;
	background-color: #14191F;
	
	color: transparent;

	margin: 0;

	box-shadow: 0 0 0.5em #14191F;
	-webkit-box-shadow: 0 0 0.5em #14191F;
	-moz-box-shadow: 0 0 0.5em #14191F;

	z-index: 1000;

	transition: top 0.5s, bottom 0.5s, max-width 0.5s, max-height 0.5s, color 1s, padding-right 0.5s, border 0.5s;
}
/* End */


/* Start:/local/templates/corp-template/ilab/css/snippets/snippets.css?17369458624759*/
/*--------------------------------------------------------------------- классы показываемые в стилях редактора*/
.i_gray_block_20{
	background-color: #f6f6f6;
	padding: 20px;
}

.s_section2{
	padding: 15px 15px 15px 0;
	color: #000;
	font-size: 130%;
}

.s_section3{
	padding: 15px 15px 15px 0;
	color: #000;
	font-size: 110%;
}

.s_ul{
	list-style: none;
	padding: 0 0 0 30px;
}

.s_ul li{
	position: relative;
	padding: 0 0 10px;
}

ul.s_ul > li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 6px;
	margin-left: -18px;
	position: absolute;
	background-color: #e21d24;
}

.s_ol{
	counter-reset: li;
	list-style: none;
	padding: 0 0 0 40px;
}

.s_ol li{
	position: relative;
	padding: 0 0 10px;
}

ol.s_ol > li::before {
	content: counter(li)'.';
	counter-increment: li;
	position: absolute;
	top: 1px;
	margin-left: -30px;
	color: #e21d24;
	font-size: 95%;
	text-align: center;
	font-weight: 600;
	width: 30px;
}

.s_grayborder_1{
	padding: 20px;
	border: 1px solid #e3e2e7;
}

.s_block_20{
	padding: 20px;
}

.s_grayline{
	border-bottom: 1px solid #e3e2e7;
	margin: 20px 0;
}

.s_grayline_dot{
	border-bottom: 2px dotted #ccc;
	margin: 20px 0;
}

.s_redline_dot{
	padding: 20px;
	border: 1px dotted red;
}

/*--------------------------------------------------------------------- классы для сниппетов*/
.s_requi_title{
	padding: 0 0 0 30px;
	position: relative;
}

.s_requi_icon{
	background: url('/tmpl/img/svg/subscr.svg') no-repeat center / contain;
	width: 22px;
	height: 22px;
	left: 0;
	top: 0;
	display: block;
	position: absolute;
}

.s_img_full img,
.s_img_threeimg img,
.s_img_twoimg img,
.s_img800 img,
.s_img600 img,
.s_img500 img,
.s_img400 img,
.s_img800_l img,
.s_img600_l img,
.s_img500_l img,
.s_img400_l img
{
	width: 100%;
}

.s_img_threeimg{
	width: 32%;
	margin: 0 2% 0 0;
	float: left;
}

.s_img_threeimg:last-child{
	margin: 0;
}

.s_img_twoimg{
	width: 49%;
	margin: 0 2% 0 0;
	float: left;
}

.s_img_twoimg:last-child{
	margin: 0;
}

.s_img800,
.s_img600,
.s_img500,
.s_img400{
	margin: 0 auto;
	max-width: 100%;
}

.s_right{
	float: right;
}

.s_left{
	float: left;
}

.s_block{
	width: 100%;
}

.s_bl_img_marg{
	margin: 15px;
}

.s_img800_l,
.s_img600_l,
.s_img500_l,
.s_img400_l{
	max-width: 100%;
}

.s_img800,
.s_img800_l{
	width: 800px;
}

.s_img600,
.s_img600_l{
	width: 600px;
}

.s_img500,
.s_img500_l{
	width: 500px;
}

.s_img400,
.s_img400_l{
	width: 400px;
}


.s_g_dcurier_140{
	background-color: #f0f0f4;
	padding: 20px 15px 20px 75px;
	font-size: 140%;
	color: #3e4249;
	position: relative;
}

.s_g_dcurier_140 .s_icon{
	position: absolute;
	width: 50px;
	height: 50px;
	background: url('/tmpl/img/svg/deliv_pay.svg') no-repeat center center / contain;
	left: 15px;
	top: 10px;
}

.s_video {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.s_video-container {
	position: relative;
	height: 0;
	overflow: hidden;
}

.s_video-container iframe,
.s_video-container object,
.s_video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.s_img_withtable{

}

.s_two_img_bl{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.s_two_img_bi{
	flex-grow: 1;
	width: 50%;
	background: #ececec;
}

.s_two_img_txt{
	padding: 20px;

}

.s_two_img_bl img{
	width: 100%;
}

.s_two_img_bl div:first-child{
	border-right: 1px solid #fff
}

.s_video_text{
	background: #ececec;
}

.s_video_text p{
	display: block;
	padding: 5px 20px 20px 20px;
	font-size: 90%;
}

/*--------------------------------------------------------------------- media сниппетов*/
@media screen and (min-width: 1000px) {
	.s_video-container {
		padding-bottom: 400px;
	}
}

@media screen and (max-width: 999px) {
	.s_video-container {
		padding-bottom: 56.25%;
	}
}

@media screen and (max-width: 749px) {
	.s_bl_img_marg.s_right, .s_bl_img_marg.s_left{
		float: none;
	}
}

@media screen and (max-width: 599px) {
	.s_two_img_bl img{
		width: 100%;
	}

	.s_two_img_bl{
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.s_two_img_bi{
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 499px) {

}

@media screen and (max-width: 479px) {
	.s_img_threeimg, .s_img_threeimg:last-child{
		width: 100%;
		margin: 0 0 10px;
	}

	.s_img_twoimg, .s_img_twoimg:last-child{
		width: 100%;
		margin: 0 0 10px;
	}
}
/* End */


/* Start:/local/templates/corp-template/ilab/css/ui.css?17369458628510*/
.iwr{
	margin: 0 auto;
	max-width: 1330px;
	padding: 0 20px;
}

@media screen and (min-width: 450px){
	.iwr_h {
		padding: 20px;
	}
}

@media screen and (max-width: 449px){
	.iwr_h {
		padding: 0;
	}
}

/* ---------------------------------------------------------------------------------------------------- inputs */
.azerti input,
.azerti select,
.azerti textarea{
	outline: medium none ! important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 20px;
}

.azerti input[type='radio'],
.azerti input[type='checkbox'] {
	height: 18px;
	width: 20px;
	vertical-align: -4px;
}

.azerti input[type='file'] {
	width: 270px;
	box-sizing: border-box;
	height: 43px;
}

.azerti input[type='number'] {
	width: 100px;
}

.azerti input[type='email'],
.azerti input[type='password'],
.azerti input[type='search'],
.azerti input[type='tel'],
.azerti input[type='text'],
.azerti input[type='string'],
.azerti input[type='url'],
.azerti input[type='number'],
.azerti select:not([multiple]) {
	height: 50px;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #f6f6f6;
}

.azerti select {
	width: 100%;
}

.azerti select[multiple] optgroup,
.azerti select[multiple] option {
	padding: 10px;
}

.azerti textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
	max-height: 500px;
	box-sizing: border-box;
	overflow: auto;
	padding: 0 20px;
	border: 1px solid #ccc;
	border-radius: 20px;
}

input.b24-form-control
{
	padding: 17px 10px 0 !important;
}

/* ---------------------------------------------------------------------------------------------------- Блок для инпутов с placeholder подсказкой */
.i_input{
	position: relative;
	margin: 0 0 20px 0;
}

/* ---------------------------------------------------------------------------------------------------- Кнопки */
.i_close{  /* закрыть окно */
    position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	background-size: 12px auto;
	background-position: center center;
	background-repeat: no-repeat;
    cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.i_button,
.i_buy,
.azerti input[type='submit']{   /* кнопка */
	position: relative;
    padding: 12px 20px;
	border: none;
    border-radius: 50px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
    font-size: 100%;
    font-weight: bold;
	cursor: pointer;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	background: #ff8207;
	color: #fff;
	overflow: hidden;
}

.i_button:hover,
.i_buy:hover,
.azerti input[type='submit']:hover{
	color: #fff;
	background: #c73735 ;
}

.i_del.i_close_grey{
	position: relative;
	background-color: #f6f6f6;
	border-radius: 50%;
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30%;
	-webkit-tap-highlight-color: transparent;
}

.i_require:after{
	content: '*';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 15px;
	font-size: 150%;
	color: #c73735;
	z-index: 3;
}
/* ---------------------------------------------------------------------------------------------------- Ссылки */
a{
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	color: #211e1f;
	text-decoration: none !important;
	cursor: pointer;
	outline: 0 !important;
	-webkit-tap-highlight-color: transparent;
}

a:hover{
	color: #e21d24;
}

.i_a_w2w{   /* ссылка белым текстом */
	color: #fff;
}

.i_a_w2w:hover{
	color: #fff;
}
/* ---------------------------------------------------------------------------------------------------- all used */
.i_azerti {
	color: #e21d24;
}

.ic{
	clear: both;
}

.iac:after{
	clear:both;
	content:'';
	display:block
}

.ivh{
	visibility: hidden;
}

.idn{
	display: none;
}

.ini{
	background-image: url(/local/templates/adaptive/ilab/img/svg/noimg.svg);
}

/* ---------------------------------------------------------------------------------------------------- preloader */
.i_preloader{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ff8207;
	left: 0;
	top: 0;
	/*border-radius: 50px;*/
}

.i_spinner {
	margin: -7px 0 0 -35px;
	width: 70px;
	text-align: center;
	height: 14px;
	top: 50%;
	position: absolute;
	left: 50%;
}

.i_spinner > div {
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 0 0 0 5px;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 0.9s infinite ease-in-out both;
	animation: sk-bouncedelay 0.9s infinite ease-in-out both;
}

.i_spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.i_spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		  -webkit-transform: scale(1.0);
		  transform: scale(1.0);
	  }
}

/* ---------------------------------------------------------------------------------------------------- Блок для инпутов с placeholder подсказкой */
.i_input{
	position: relative;
	padding: 0 1px 1px 0;
}

/* ---------------------------------------------------------------------------------------------------- Анимация PlaceHolder */

.azerti input[type='email'],
.azerti input[type='password'],
.azerti input[type='search'],
.azerti input[type='tel'],
.azerti input[type='text'],
.azerti input[type='url'],
.azerti input[type='number']{
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms ease-in-out;
}

.azerti input[type='email']:focus::-webkit-input-placeholder,
.azerti input[type='password']:focus::-webkit-input-placeholder,
.azerti input[type='search']:focus::-webkit-input-placeholder,
.azerti input[type='tel']:focus::-webkit-input-placeholder,
.azerti input[type='text']:focus::-webkit-input-placeholder,
.azerti input[type='url']:focus::-webkit-input-placeholder,
.azerti input[type='number']:focus::-webkit-input-placeholder,
.azerti textarea:focus::-webkit-input-placeholder{
	color: transparent;
	transition: all 0.2s ease;
}
.azerti input[type='email']:focus::-moz-placeholder,
.azerti input[type='password']:focus::-moz-placeholder,
.azerti input[type='search']:focus::-moz-placeholder,
.azerti input[type='tel']:focus::-moz-placeholder,
.azerti input[type='text']:focus::-moz-placeholder,
.azerti input[type='url']:focus::-moz-placeholder,
.azerti input[type='number']:focus::-moz-placeholder,
.azerti textarea:focus::-moz-placeholder{
	color: transparent;
	transition: all 0.2s ease;
}
.azerti input[type='email']:focus:-moz-placeholder,
.azerti input[type='password']:focus:-moz-placeholder,
.azerti input[type='search']:focus:-moz-placeholder,
.azerti input[type='tel']:focus:-moz-placeholder,
.azerti input[type='text']:focus:-moz-placeholder,
.azerti input[type='url']:focus:-moz-placeholder,
.azerti input[type='number']:focus:-moz-placeholder,
.azerti textarea:focus:-moz-placeholder{
	color: transparent;
	transition: all 0.2s ease;
}
.azerti input[type='email']:focus:-ms-input-placeholder,
.azerti input[type='password']:focus:-ms-input-placeholder,
.azerti input[type='search']:focus:-ms-input-placeholder,
.azerti input[type='tel']:focus:-ms-input-placeholder,
.azerti input[type='text']:focus:-ms-input-placeholder,
.azerti input[type='url']:focus:-ms-input-placeholder,
.azerti input[type='number']:focus:-ms-input-placeholder,
.azerti textarea:focus:-ms-input-placeholder{
	color: transparent;
	transition: all 0.2s ease;
}
/* End */


/* Start:/local/components/ilab/b_menu/templates/i_menu_more/style.css?17369458619874*/
/* ---------------------------------------------------------------------------------------------------- ad */
nav.i_menu_overflow .i_mo_ad {
	height: 50px;
	color: white;
	display: flex;
	align-items: center;
}

/* ---------------------------------------------------------------------------------------------------- menu */
@media screen and (max-width: 1000px){
	nav.i_menu_overflow ul.i_mo > li {
		float: unset !important;
	}
}


@media screen and (min-width: 641px) {
	nav.i_menu_overflow {
		display: flex;
		overflow:hidden;
		height: 50px;
	}

	nav.i_menu_overflow .i_mo_ad {
		padding: 0 12px 0 0;
	}

	nav.i_menu_overflow ul {
		margin: 0;
		padding: 0;
		list-style: none
	}

	nav.i_menu_overflow ul.i_mo {
		flex: 1;
	}

	nav.i_menu_overflow ul.i_mo > li {
		float: left;
	}

	nav.i_menu_overflow ul.i_mo > li.i_mo_sub > a:before,
	nav.i_menu_overflow ul.i_mo > li.i_mo_more > span:before {
		content: '';
		width: 12px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		background-repeat: no-repeat;
		background-position: center;
		transition: transform 0.2s;
	}

	nav.i_menu_overflow ul.i_mo > li.i_mo_sub > a,
	nav.i_menu_overflow ul.i_mo > li.i_mo_more > span {
		padding-right: 32px;
		position: relative;
	}

	nav.i_menu_overflow ul.i_mo li a,
	nav.i_menu_overflow ul.i_mo li span {
		display: flex;
		align-items: center;
		height: 50px;
		padding: 0 15px;
		color: black;
		text-decoration: none;
		cursor: pointer;
		transition: box-shadow 0.2s, background-color 0.2s linear;
		z-index: 1000;
	}

	nav.i_menu_overflow ul.i_mo > li.i_mo_sub > .i_mo_select:before,
	nav.i_menu_overflow ul.i_mo > li.i_mo_more > .i_mo_select:before {
		transform: rotate(180deg);
	}
	nav.i_menu_overflow ul.i_mo > li > .i_mo_selected,
	nav.i_menu_overflow ul.i_mo > li > .i_mo_select,
	nav.i_menu_overflow ul.i_mo > li > a:hover,
	nav.i_menu_overflow ul.i_mo > li > span:hover {
		background-color: white;

		color: red;
	}

	nav.i_menu_overflow ul.i_mo > li > a:hover:before,
	nav.i_menu_overflow ul.i_mo > li > span:hover:before,
	nav.i_menu_overflow ul.i_mo > li > .i_mo_select:before,
	nav.i_menu_overflow ul.i_mo > li > .i_mo_selected:before {
		background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/arrows/down_blue.svg) !important;
	}

	/* ---------------------------------------------------------------------------------------------------- more */
	nav.i_menu_overflow ul.i_mo > li.i_mo_more {
		display: none;
	}
	nav.i_menu_overflow ul.i_mo > li.i_mo_more > span {
		color: black;
	}

	nav.i_menu_overflow ul.i_mo > li.i_mo_more > span:hover,
	nav.i_menu_overflow ul.i_mo > li.i_mo_more > .i_mo_select,
	nav.i_menu_overflow ul.i_mo > li.i_mo_more > .i_mo_selected {
		color: #2788CB;
	}

	nav.i_menu_overflow ul.i_mo > li.i_mo_more li.i_mo_sub {
		position: relative;
	}
	nav.i_menu_overflow ul.i_mo > li.i_mo_more li.i_mo_sub ul.i_mo_inside {
		top: 0;
		left: 100%;
	}

	/* ---------------------------------------------------------------------------------------------------- inside */

	nav.i_menu_overflow ul.i_mo_inside {
		display: none;
		position: absolute;
		z-index: 501;
		background-color: white;
		box-shadow: 0 0 7px -3px;
	}
	nav.i_menu_overflow ul.i_mo_inside li {}
	nav.i_menu_overflow ul.i_mo_inside li a {
		white-space: nowrap;
		color: #333333;
	}
	nav.i_menu_overflow ul.i_mo_inside > li.i_mo_sub > a:before,
	nav.i_menu_overflow ul.i_mo_inside > li.i_mo_more > span:before {
		content: '';
		width: 12px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/arrows/down_blue.svg);
		background-repeat: no-repeat;
		background-position: center;
		transition: transform 0.2s;
		transform: rotate(-90deg);
	}

	nav.i_menu_overflow ul.i_mo_inside > li.i_mo_sub > a,
	nav.i_menu_overflow ul.i_mo_inside > li.i_mo_more > span {
		padding-left: 32px;
		position: relative;
	}
	nav.i_menu_overflow ul.i_mo > li.i_mo_more > ul.i_mo_inside > li > a {
		padding-left: 10px;
	}
	/*nav.i_menu_overflow ul.i_mo_inside > li.i_mo_sub > a,
	nav.i_menu_overflow ul.i_mo_inside > li.i_mo_more > span {
		background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_blue.svg);
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: 12px auto;
		padding-left: 32px;
	}*/
	nav.i_menu_overflow ul.i_mo_inside > li > .i_mo_selected,
	nav.i_menu_overflow ul.i_mo_inside > li > .i_mo_select,
	nav.i_menu_overflow ul.i_mo_inside > li > a:hover {
		background-color: #EEF1F4;
		color: #080808;
	}
}

/* ---------------------------------------------------------------------------------------------------- menu adaptive */
@media screen and (max-width: 1000px) {
	nav.i_menu_overflow {
		display: flex;
	}

	nav.i_menu_overflow .i_mo_ad {
		padding: 0 20px 0 0;
		cursor: pointer;
	}

	nav.i_menu_overflow ul {
		margin: 0;
		padding: 0;
		list-style: none
	}

	.i_tb_nav nav.i_menu_overflow ul.i_mo {
		box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.35);
	}
	nav.i_menu_overflow ul.i_mo {
		background-color: white;

		position: absolute;
		right: 0;
		left: 0;
		top: 50px;
		z-index: 501;

		display: none;
		transition: box-shadow 0.5s;
	}

	nav.i_menu_overflow ul.i_mo > li {}

	nav.i_menu_overflow ul.i_mo > li.i_mo_sub > a:before,
	nav.i_menu_overflow ul.i_mo > li.i_mo_more > span:before {
		content: '';
		width: 12px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_blue.svg);
		background-repeat: no-repeat;
		background-position: center;
		transition: transform 0.2s;
	}

	nav.i_menu_overflow ul.i_mo > li.i_mo_sub > a,
	nav.i_menu_overflow ul.i_mo > li.i_mo_more > span {
		padding-right: 32px;
		position: relative;
	}

	nav.i_menu_overflow ul.i_mo li a,
	nav.i_menu_overflow ul.i_mo li span {
		display: block;
		padding: 16px 20px;

		text-decoration: none;
		cursor: pointer;
		transition: box-shadow 0.2s, background-color 0.2s linear;
	}

	nav.i_menu_overflow ul.i_mo li:not(:first-child) a,
	nav.i_menu_overflow ul.i_mo li:not(:first-child) span{
		border-top: 1px solid #e4e4e4;
	}
	nav.i_menu_overflow ul.i_mo > li.i_mo_sub > .i_mo_select:before,
	nav.i_menu_overflow ul.i_mo > li.i_mo_more > .i_mo_select:before {
		transform: rotate(180deg);
	}
	nav.i_menu_overflow ul.i_mo > li > .i_mo_selected,
	nav.i_menu_overflow ul.i_mo > li > .i_mo_select,
	nav.i_menu_overflow ul.i_mo > li > a:hover,
	nav.i_menu_overflow ul.i_mo > li > span:hover {
		background-color: #EEF1F4;
		color: #080808;
	}

	/* ---------------------------------------------------------------------------------------------------- more */
	nav.i_menu_overflow ul.i_mo > li.i_mo_more {
		display: none!important;
	}
	nav.i_menu_overflow ul.i_mo > li.i_mo_more li.i_mo_sub {
		position: relative;
	}
	nav.i_menu_overflow ul.i_mo > li.i_mo_more li.i_mo_sub ul.i_mo_inside {
		top: 0;
		right: 100%;
	}

	/* ---------------------------------------------------------------------------------------------------- inside */

	nav.i_menu_overflow ul.i_mo_inside {
		display: none;

		background-color: white;
	}
	nav.i_menu_overflow ul.i_mo_inside li {
		position: relative;
	}
	nav.i_menu_overflow ul.i_mo_inside li:before {
		content: '';

		position: absolute;
		left: 35px;
		top: 50%;
		margin-top: -3px;

		background-color: #003b7f;
		width: 6px;
		height: 6px;
		border-radius: 50%;
	}
	nav.i_menu_overflow ul.i_mo_inside li a {
		white-space: nowrap;
		padding-left: 50px;
	}
	nav.i_menu_overflow ul.i_mo_inside > li > .i_mo_selected,
	nav.i_menu_overflow ul.i_mo_inside > li > .i_mo_select,
	nav.i_menu_overflow ul.i_mo_inside > li > a:hover {
		background-color: #EEF1F4;
		color: #080808;
	}
}

/* ---------------------------------------------------------------------------------------------------- animated icon nav */
.i_mo_ad_but {
	display: none;
	margin-left: 10px;
	font-size: 115%;
	font-weight: bold;
}
.i_mo_x {
	display: inline-block;
	position: relative;
	transition: 0.25s;
	user-select: none;
}

.i_mo_x .i_mo_icon {
	position: relative;
	background: black;
	transition: 0.25s;
}
.i_mo_x .i_mo_icon:before,
.i_mo_x .i_mo_icon:after {
	display: block;
	content: '';
	background: black;
	position: absolute;
	transition: 0.25s;
}
/* Open */
.i_mo_x_open .i_mo_icon:before,
.i_mo_x_open .i_mo_icon:after {
	transition: 0.5s;
	top: 0 !important;
}
.i_mo_x_open .i_mo_icon {
	background: transparent;
}
.i_mo_x_open .i_mo_icon:before {
	transform: rotate(-45deg);
}
.i_mo_x_open .i_mo_icon:after {
	transform: rotate(45deg);
}
@media screen and (min-width: 641px) {
	.i_mo_x {
		padding: 6px 0;
	}
	/* div icon */
	.i_mo_x .i_mo_icon,
	.i_mo_x .i_mo_icon:before,
	.i_mo_x .i_mo_icon:after {
		width: 15px;
		height: 3px;
	}
	.i_mo_x .i_mo_icon:before {
		top: 6px;
	}
	.i_mo_x .i_mo_icon:after {
		top: -6px;
	}
}
@media screen and (min-width: 481px) and (max-width: 640px) {
	.i_mo_x {
		padding: 8px 0;
	}
	.i_mo_x .i_mo_icon,
	.i_mo_x .i_mo_icon:before,
	.i_mo_x .i_mo_icon:after {
		width: 20px;
		height: 4px;
	}
	.i_mo_x .i_mo_icon:before {
		top: 8px;
	}
	.i_mo_x .i_mo_icon:after {
		top: -8px;
	}

}
@media (max-width: 640px) {
	.i_mo_ad_but {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.i_mo_x {
		padding: 10px 0;
	}
	.i_mo_x .i_mo_icon,
	.i_mo_x .i_mo_icon:before,
	.i_mo_x .i_mo_icon:after {
		width: 25px;
		height: 5px;
	}
	.i_mo_x .i_mo_icon:before {
		top: 10px;
	}
	.i_mo_x .i_mo_icon:after {
		top: -10px;
	}
}
/* End */


/* Start:/local/components/ilab/b_menu/templates/i_menu_footer/style.css?17369458612497*/
.i_fm{
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: bold;
}


.i_f_menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.i_f_menu > ul > li {
    position: relative;
    /*overflow: hidden;*/

}

.i_f_menu > ul > li > a {
    color: #333333;
    padding: 5px 0;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

@media screen and (min-width: 640px) {
    .i_f_menu > ul {
        columns: 3 177px;
    }
    .i_fm_ad {
        display: none;
    }
}
@media screen and (min-width: 801px) {
    .i_f_right {
        margin-left: 10%;
    }
}
@media screen and (max-width: 800px) {
    .i_f_top {
        flex-flow: column;
    }
    .i_f_right:before {
        content: '';
        background-color: white;
        position: absolute;
        height: 1px;
        left: -20px;
        right: -20px;
        top: 0;
    }
    .i_f_right {
        position: relative;
        margin-top: 20px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 639px) {
    .i_f_menu > ul {
        display: none;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .i_f_menu .i_fmenu_button {
        display: block;
        cursor: pointer;
    }
    /* -------------------------------------------------- animated icon nav */
    nav.i_f_menu .i_fm_ad_but {
        margin-left: 10px;
        font-size: 115%;
        text-transform: uppercase;
        z-index: 1;
    }
    nav.i_f_menu .i_fm_ad {
        color: #333333;
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin: -20px;*/
        padding-bottom: 20px;
        cursor: pointer;
    }

    .i_fm_x {
        padding: 10px 0;
    }
    .i_fm_x {
        display: inline-block;
        position: relative;
    }

    .i_fm_x .i_fm_icon,
    .i_fm_x .i_fm_icon:before,
    .i_fm_x .i_fm_icon:after {
        width: 26px;
        height: 31px;
    }

    .i_fm_x .i_fm_icon:before {
        top: 10px;
    }
    .i_fm_x .i_fm_icon:after {
        top: -10px;
    }

    /* Open */
    .i_fm_x_open .i_fm_icon:before,
    .i_fm_x_open .i_fm_icon:after {
        transition: 0.5s;
        top: 0 !important;
    }
    .i_fm_x_open .i_fm_icon:before {
        transform: rotate(-45deg);
    }
    .i_fm_x_open .i_fm_icon:after {
        transform: rotate(45deg);
    }
}
/* End */
/* /local/templates/corp-template/ilab/css/normalize.css?17369458629294 */
/* /local/templates/corp-template/ilab/css/main/style.css?173694586218515 */
/* /local/templates/corp-template/ilab/css/icon.css?17369458624063 */
/* /local/templates/corp-template/ilab/css/main/footer.css?173694586212449 */
/* /local/templates/corp-template/ilab/css/main/header.css?173694586214035 */
/* /local/templates/corp-template/ilab/css/main/yi_style.css?173694586212957 */
/* /local/templates/corp-template/ilab/css/plugin/ion.rangeSlider.css?17369458623501 */
/* /local/templates/corp-template/ilab/css/plugin/ion.rangeSlider.skinHTML5.css?17369458623000 */
/* /local/templates/corp-template/ilab/css/plugin/jquery.fancybox.css?173694586218311 */
/* /local/templates/corp-template/ilab/css/plugin/jquery.formstyler.css?17369458622284 */
/* /local/templates/corp-template/ilab/css/plugin/jquery.formstyler.theme.css?173694586211825 */
/* /local/templates/corp-template/ilab/css/plugin/jquery.scrollbar.css?173694586223085 */
/* /local/templates/corp-template/ilab/css/plugin/swiper.css?175283596621704 */
/* /local/templates/corp-template/ilab/css/pre.css?17369458621725 */
/* /local/templates/corp-template/ilab/css/snippets/snippets.css?17369458624759 */
/* /local/templates/corp-template/ilab/css/ui.css?17369458628510 */
/* /local/components/ilab/b_menu/templates/i_menu_more/style.css?17369458619874 */
/* /local/components/ilab/b_menu/templates/i_menu_footer/style.css?17369458612497 */
