/* screen.css */
* {
    margin: 0;
    padding: 0;
}

* .nav > li > a:hover {
    background-color: transparent;
}

* .navbar {
    border-style: none;
    margin-bottom: 0;
    min-height: 0;
    position: relative;
}

* .navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-style: none;
}

* .sl-left {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    left: 87%;
    top: -82px;
}

* .sl-left,.sl-right {
    background-color: #fd8800;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    cursor: pointer;
    font-size: 32px;
    height: 20px;
    line-height: 30px;
    margin-top: 80px;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 0;
    position: absolute;
    z-index: 99;
}

* .sl-left:hover,.sl-right:hover {
    background-color: #999999;
}

* .sl-right {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    right: 7%;
    top: -82px;
}

* .slider {
    clear: both;
    margin: auto;
    padding: 20px;
    position: relative;
    width: 100%;
}

* .slider-wrapper {
    overflow: hidden;
    position: relative;
}

* .wu-slider-block {
    margin: 0;
}

*.ig_dashes {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

*.ig_fitting_form span {
    color: #ffffff;
    font-size: 40px;
    left: 70px;
    position: absolute;
    top: 145px;
}

*.ig_green {
    color: #009f4d;
}

tr.green {
    background-color: #3dd58e;
}

.ig_table td.green {
    background-color: #3dd58e;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    color: #ffffff;
    font-size: 110%;
    padding: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
}

*.ig_header {
    background-color: #ffffff;
    clear: both;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

*.ig_left {
    float: left;
    margin-right: 10px;
}

*.ig_mb-10 {
    margin-bottom: 10px;
}

*.ig_mb-15 {
    margin-bottom: 15px;
}

*.ig_mb-20 {
    margin-bottom: 20px;
}

*.ig_mb-25 {
    margin-bottom: 25px;
}

*.ig_mb-30 {
    margin-bottom: 30px;
}

*.ig_mb-5 {
    margin-bottom: 5px;
}

*_item_shopcart_add {
    background-color: #fd8800;
    border-style: none;
    color: #ffffff;
    position: relative;
    text-align: center;
}

*_item_shopcart_delete {
    background-color: #cccccc;
    border-style: none;
}

*_item_shopcart_add {
    background-color: #fd8800;
    border-style: none;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

*_item_shopcart_delete {
    background-color: #dddddd;
    border-style: none;
}

*_checkbox input[type="checkbox"] {
    display: none;
}

*_checkbox input[type="checkbox"] + label span {
    background-image: url("/images/chek.png");
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 15px;
    margin-right: 10px;
    margin-top: 4px;
    width: 15px;
}

*_checkbox input[type="checkbox"]:checked + label span {
    background-image: url("/images/chek1.png");
}

a {
    color: #1892b8;
}

a:hover {
    border-style: none;
    text-decoration: none;
}

a#menu_aux_item_15391 {
    padding-right: 0;
}

a.ig_navbar-brand-logo {
    display: none;
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

a.ig_popup_close {
    background-image: url("/images/ig_close.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
}

a.ig_newstape_all {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    display: inline-block;
    font-weight: bold;
    margin: auto;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-top: 0;
    padding-top: 2%;
    position: relative;
    text-align: center;
    width: auto;
}

a.ig_newstape_hot {
    color: #db0429;
}

a.ig_gallery_nextimg {
    background-image: url("/images/nextgall.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    opacity: 0.50;
    filter: alpha(Opacity=50);
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    width: 20%;
}

a.ig_gallery_nextimg:hover {
    background-color: rgba(0,0,0,0.20);
    opacity: 0.99;
    filter: alpha(Opacity=99);
}

a.ig_gallery_previmg {
    background-image: url("/images/prevgall.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.50;
    filter: alpha(Opacity=50);
    position: absolute;
    top: 0;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    width: 20%;
}

a.ig_gallery_previmg:hover {
    background-color: rgba(0,0,0,0.20);
    opacity: 0.99;
    filter: alpha(Opacity=99);
}

a.ig_slider_block4_nextslide {
    background-image: url("/images/nextslide.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    font-size: 0;
    height: 23px;
    line-height: 16px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 25px;
}

a.ig_slider_block4_prevslide {
    background-image: url("/images/prevslide.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    font-size: 0;
    height: 23px;
    left: 0;
    line-height: 16px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 25px;
}

a.ig_slider_content_carousel_link {
    border-bottom-color: #0085ad;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color: #0085ad;
    display: block;
}

a.ig_slider_content_nextslide {
    background-image: url("/images/nextslide.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    font-size: 0;
    height: 23px;
    line-height: 16px;
    margin-top: -20px;
    opacity: 0.40;
    filter: alpha(Opacity=40);
    position: absolute;
    right: 47%;
    text-align: center;
    text-decoration: none;
    top: 20px;
    width: 25px;
}

a.ig_slider_content_prevslide {
    background-image: url("/images/prevslide.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    font-size: 0;
    height: 23px;
    left: 47%;
    line-height: 16px;
    margin-top: -20px;
    opacity: 0.40;
    filter: alpha(Opacity=40);
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 20px;
    width: 25px;
}

a.ig_slider_header_link {
    background-color: rgba(225,225,225,0.01);
    color: rgba(225,225,225,0.01);
    display: block;
    font-size: 0;
    height: 300px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
    width: 500px;
    z-index: 15;
}

a.ig_slider_header_nextslide {
    background-image: url("/images/nextslide_header.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 16px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 20px;
}

a.ig_slider_header_prevslide {
    background-image: url("/images/prevslide_header.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    font-size: 0;
    height: 20px;
    left: 0;
    line-height: 16px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 20px;
}

a.ig_slider_news_rotator_link {
    display: none;
}

a.ig_slider_news_rotator_nextslide {
    background-image: url("/images/nextslide.png");
    background-position: center;
    background-repeat: no-repeat;
    border-color: #ffffff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    display: block;
    font-size: 0;
    height: 23px;
    line-height: 16px;
    margin-right: 4%;
    margin-top: 20%;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 23px;
}

a.ig_slider_news_rotator_prevslide {
    background-image: url("/images/prevslide.png");
    background-position: center;
    background-repeat: no-repeat;
    border-color: #ffffff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    display: block;
    font-size: 0;
    height: 23px;
    left: 0;
    line-height: 16px;
    margin-left: 3%;
    margin-top: 20%;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 23px;
}

body {
    background-color: #ffffff;
    background-image: url("//cdn.devkdt.info/files/sites/1675927989795682/files/images/body.png");
    background-position: center;
    background-repeat: repeat;
    color: #646464;
    font-size: 14px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

div .ishow {
    position: absolute;
}

div .wu-slider-block .ig_shopwindow_item {
    background-color: #ffffff;
}

div .wu-slider-block:nth-child(5n) div.ig_shopwindow_item {
    margin-right: 0;
}

div#inNewsItem img.ig_center {
    -webkit-box-shadow: 0 1px 5px #999999;
    -moz-box-shadow: 0 1px 5px #999999;
    box-shadow: 0 1px 5px #999999;
    display: block;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

div#lean_overlay {
    background-color: #333333;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

div#viewport {
    padding-bottom: 35px;
}

div#writeus .btn-success {
    background-color: #40c77f;
    -webkit-box-shadow: 0 1px 5px #cccccc;
    -moz-box-shadow: 0 1px 5px #cccccc;
    box-shadow: 0 1px 5px #cccccc;
    color: #ffffff;
}

div#writeus .container {
    width: 50%;
}

div#writeus .input-group-addon {
    background-color: #40c77f;
    color: #ffffff;
    min-width: 40px;
}

div#writeus legend {
    font-size: 100%;
}

div.ig_address {
    left: 200px;
    position: absolute;
    top: 200px;
}

div.ig_address p {
    color: #0064af;
    font-weight: bold;
    position: relative;
}

div.ig_adress {
    display: inline;
    float: left;
    margin-right: 0;
    margin-top: 20px;
    width: 326px;
}

div.ig_adress div {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 20px;
}

div.ig_adress img.ig_left {
    border-style: none;
    float: left;
    margin-bottom: 42px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0;
}

div.ig_adress p {
    display: inline;
    float: left;
    font-size: 12px;
    text-align: left;
}

div.ig_adress p span {
    font-size: 14px;
    text-align: left;
}

div.ig_akt {
    -webkit-box-shadow: 0 1px 5px #dde0ea;
    -moz-box-shadow: 0 1px 5px #dde0ea;
    box-shadow: 0 1px 5px #dde0ea;
    display: inline-block;
    margin: 1%;
    padding: 0;
}

div.ig_akt img {
    width: 97%;
}

div.ig_assync_error {
    background-image: url("/images/ajax-error.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

div.ig_assync_loaded {
    background-image: url("/images/ajax-ok.png");
    background-position: center center;
    background-repeat: no-repeat;
}

div.ig_assync_onload {
    background-image: url("/images/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

div.ig_assync_popup {
    background-color: #fafafa;
    border-color: #777777;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 2px 2px 10px #aaaaaa;
    -moz-box-shadow: 2px 2px 10px #aaaaaa;
    box-shadow: 2px 2px 10px #aaaaaa;
    display: none;
    height: 32px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 32px;
    z-index: 20;
}

div.ig_block_1 {
    display: block;
    float: left;
    margin-top: 15px;
    min-height: 250px;
    width: 19%;
}

div.ig_block_2 {
    display: block;
    float: left;
    margin-top: 0;
    padding-left: 10px;
    padding-top: 0;
    position: relative;
    width: 80%;
}

div.ig_block_white {
    clear: both;
    display: block;
    float: left;
    padding-bottom: 0;
}

div.ig_block_white_2 {
    background-color: #ffffff;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    display: inline;
    float: right;
    left: 0;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    width: 23%;
}

div.ig_block_white_2 img {
    display: inline;
    float: left;
    margin-bottom: 0;
}

div.ig_block_white_2 p {
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 80px;
    text-align: left;
}

div.ig_blue {
    color: #ffffff;
    display: block;
    float: right;
    height: 440px;
    background: -moz-linear-gradient(90deg, #0050aa 20%, rgba(0,8,170,0.5) 80%);
    background: -webkit-linear-gradient(90deg, #0050aa 20%, rgba(0,8,170,0.5) 80%);
    background: -o-linear-gradient(90deg, #0050aa 20%, rgba(0,8,170,0.5) 80%);
    background: linear-gradient(90deg, #0050aa 20%, rgba(0,8,170,0.5) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0050aa', endColorstr='rgba(0,8,170,0.5)', GradientType=1);
    margin-left: 800px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    width: 350px;
}

div.ig_blue p {
    -webkit-box-shadow: none rgba(255,255,255,0.2);
    -moz-box-shadow: none rgba(255,255,255,0.2);
    box-shadow: none rgba(255,255,255,0.2);
    font-size: 20px;
    margin-top: 80px;
    padding: 5px;
    text-shadow: none 1px 1px 1px #e31e25;
    -ms-transform: rotate(-260px 150px);
    -webkit-transform: rotate(-260px 150px);
    transform: rotate(-260px 150px);
    -moz-transition-property: font-size;
    -o-transition-property: font-size;
    -webkit-transition-property: font-size;
    transition-property: font-size;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

div.ig_blue span {
    clear: both;
    display: block;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 50px;
    text-transform: uppercase;
}

div.ig_categories {
    display: inline;
    float: left;
    height: 130px;
    margin-left: 1%;
    position: relative;
    vertical-align: middle;
    width: 10%;
}

div.ig_categories p {
    color: #0064af;
    text-align: center;
}

div.ig_clear {
    clear: both;
    font-size: 0;
    height: 0;
}

div.ig_columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    width: 100%;
}

div.ig_consultation_icons {
    margin-top: 30px;
}

div.ig_consultation_icons div {
    display: inline;
    float: left;
    text-align: center;
    width: 27%;
}

div.ig_consultation_icons div a {
    color: #333333;
    text-align: center;
}

div.ig_consultation_icons div p {
    text-align: center;
}

div.ig_consultation_icons div.ig_consultation_arrow {
    display: inline;
    float: left;
    font-size: 86px;
    width: 80px;
}

div.ig_contacts {
    float: left;
    margin-right: 50px;
    margin-top: -15px;
}

div.ig_contents {
    clear: both;
    font-size: 120%;
    overflow: hidden;
    padding-bottom: 50px;
    width: 100%;
}

div.ig_contents_block_1 {
    clear: both;
    display: block;
    margin-left: 0;
    padding-bottom: 20px;
    padding-top: 10px;
}

div.ig_contents_block_2 {
    background-color: #ffffff;
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}

div.ig_contents_block_2 .ig_right p {
    margin-top: 0;
}

div.ig_contents_block_2 h2 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

div.ig_contents_block_2 p {
    color: #363636;
}

div.ig_contents_block_2_1 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

div.ig_contents_block_2_1 div {
    display: table-cell;
    padding-left: 40px;
}

div.ig_contents_block_2_1 div:first-child {
    padding-left: 10px;
}

div.ig_contents_block_2_1 h3 {
    text-align: left;
}

div.ig_contents_block_2_2 h3 {
    clear: both;
    display: block;
    float: left;
    margin-left: 20px;
    width: 100%;
}

div.ig_contents_block_3 {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
}

div.ig_contents_block_3 h3 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

div.ig_contents_block_3_icons {
    margin-top: 30px;
}

div.ig_contents_block_3_icons a {
    color: #ffffff;
}

div.ig_contents_block_3_icons a:hover {
    text-decoration: none;
}

div.ig_contents_block_3_icons div {
    display: inline;
    float: left;
    width: 33%;
}

div.ig_contents_block_3_icons div p {
    color: #ffffff;
    display: block;
    text-align: center;
}

div.ig_contents_block_3_icons img {
    width: 121px;
}

div.ig_contents_block_4 {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

div.ig_contents_block_4 div.ig_left {
    display: inline;
    float: left;
    margin-left: 5%;
    position: relative;
    top: 20px;
    width: 100%;
}

div.ig_contents_block_4 div.ig_left p {
    font-size: 15px;
    margin-left: 136px;
    margin-top: 25px;
    text-align: left;
}

div.ig_contents_block_4 h2 {
    display: none;
}

div.ig_contents_block_4 h3 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    clear: both;
    color: #ffffff;
    display: block;
    font-size: 22px;
    line-height: 50px;
    background: -moz-linear-gradient(100deg, #0186ad 20%, #3dd58e 80%);
    background: -webkit-linear-gradient(100deg, #0186ad 20%, #3dd58e 80%);
    background: -o-linear-gradient(100deg, #0186ad 20%, #3dd58e 80%);
    background: linear-gradient(100deg, #0186ad 20%, #3dd58e 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0186ad', endColorstr='#3dd58e', GradientType=0);
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 160px;
    min-width: 360px;
    text-align: center;
    text-transform: uppercase;
}

div.ig_contents_block_4 img.ig_foto {
    display: block;
    float: left;
    text-align: left;
    width: 120px;
}

div.ig_contents_block_4 span.ig_foto {
    color: #0050aa;
}

div.ig_contents_block_4_screen {
    background-color: #ffffff;
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

div.ig_contents_block_4_screen div.ig_feedback_block {
    margin-top: 20px;
    min-height: 480px;
}

div.ig_contents_block_4_screen div.ig_feedback_block div.ig_director_info {
    display: none;
    margin-left: 0;
}

div.ig_contents_block_4_screen div.ig_feedback_block h2 {
    display: none;
}

div.ig_contents_block_4_screen div.ig_feedback_block img.ig_foto {
    display: none;
}

div.ig_contents_block_4_screen div.ig_feedback_form {
    background-color: #ffffff;
    top: -50px;
}

div.ig_contents_block_4_screen div.ig_left {
    width: 52%;
}

div.ig_contents_block_4_screen div.ig_left img.ig_foto {
    border-color: #0050aa;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
}

div.ig_contents_block_4_screen div.ig_left p {
    margin-top: 20px;
    text-align: center;
}

div.ig_contents_block_4_screen form#feedback_form {
    margin-left: -800px;
}

div.ig_contents_block_4_screen h3 {
    clear: both;
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
    width: 40%;
}

div.ig_contents_block_5 {
    clear: both;
    display: none;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

div.ig_contents_block_5 h3 {
    color: #009f4d;
    font-size: 120%;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

div.ig_contents_block_5 img.ig_family {
    bottom: 30px;
    display: none;
    position: absolute;
    right: 0;
}

div.ig_contents_block_6 {
    background-color: #ffffff;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

div.ig_contents_block_6_1 {
    float: right;
    margin-bottom: 32px;
    margin-right: 5px;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 590px;
}

div.ig_contents_block_6_1 a {
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

div.ig_contents_block_7 {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 0;
    text-align: center;
    width: 100%;
}

div.ig_contents_block_7 a.ig_partners {
    position: absolute;
    right: 0;
    top: 5px;
}

div.ig_contents_block_7 h2 {
    margin-top: 3%;
}

div.ig_contents_block_7 h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

div.ig_contents_separator {
    float: left;
    width: 4%;
}

div.ig_countdown {
    clear: both;
    display: block;
    float: left;
    height: 55px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    width: 268px;
}

div.ig_countdown .kkcountdown-box div {
    background-color: #004fae;
    background-image: url("/images/ timebg.png");
    background-repeat: no-repeat;
    color: #ffffff;
    display: block;
    float: left;
    font-family: "Open Sans", "Microsoft Sans Serif", "Arial Unicode MS";
    font-size: 36px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    width: 55px;
}

div.ig_countdown .kkcountdown-box span {
    float: left;
    font-family: "Open Sans", "Microsoft Sans Serif", "Arial Unicode MS";
    font-size: 36px;
    height: 55px;
    text-align: center;
    width: 15px;
}

div.ig_countdown_text {
    clear: both;
    float: left;
    font-family: "Open Sans", "Microsoft Sans Serif", "Arial Unicode MS";
    font-size: 14px;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    text-transform: lowercase;
    width: 265px;
}

div.ig_countdown_text span {
    display: block;
    float: left;
    margin-left: 15px;
    text-align: center;
    width: 55px;
}

div.ig_fitting {
    background-color: rgba(12,12,12,0.5);
    background-image: url("/images/ footer.jpg");
    background-position: center;
    background-repeat: repeat;
    border-color: #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-style: ridge;
    display: none;
    left: 50%;
    margin: auto;
    margin-left: -350px;
    padding: 50px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: fixed;
    top: 7%;
    width: 600px;
}

div.ig_fitting img.ig_fitting_random_image {
    display: inline;
    float: left;
    font-size: 20px;
    height: 45px;
    margin: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 0;
    padding-left: 5px;
    width: 90px;
}

div.ig_fitting input {
    border-color: #666666;
    border-style: solid;
    border-width: 2px;
    clear: both;
    display: block;
    font-size: 20px;
    height: 40px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 5px;
    width: 500px;
}

div.ig_fitting input.ig_fitting_code {
    display: inline;
    float: left;
    font-size: 20px;
    height: 38px;
    margin: auto;
    margin-bottom: 10px;
    margin-left: 43px;
    margin-top: 0;
    padding-left: 5px;
    width: 80px;
}

div.ig_fitting input.submit {
    background-color: #394e9a;
    border-color: #394e9a;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    display: inline;
    height: 45px;
    margin-left: 20px;
    padding-left: 5px;
    width: 285px;
}

div.ig_fitting textarea.ig_fitting_message {
    clear: both;
    display: block;
    font-size: 20px;
    height: 150px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 0;
    max-height: 150px;
    max-width: 600px;
    min-height: 150px;
    padding-left: 5px;
    width: 500px;
}

div.ig_footer {
    bottom: 0;
    font-size: 120%;
    left: 0;
    margin-top: 20px;
    padding-top: 1%;
    position: relative;
    width: 100%;
}

div.ig_footer a {
    color: #ffffff;
}

div.ig_footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

div.ig_footer p {
    color: #ffffff;
}

div.ig_footer_block_1 {
    margin-top: 20px;
}

div.ig_footer_block_1 p {
    color: #ffffff;
    font-size: 89%;
    padding-top: 10px;
    text-align: left;
}

div.ig_footer_block_1 p.ig_footer_title {
    font-size: 89%;
}

div.ig_footer_block_2 {
    margin-top: 20px;
}

div.ig_footer_block_2 img {
    display: none;
}

div.ig_footer_block_2 p {
    clear: both;
    color: #ffffff;
    margin-bottom: 5px;
    text-align: left;
}

div.ig_footer_block_2 p:first-child a {
    display: block;
    text-decoration: none;
}

div.ig_footer_block_3 {
    margin-top: 20px;
}

div.ig_footer_block_3 p {
    color: #ffffff;
    margin-bottom: 8px;
    text-align: left;
}

div.ig_footer_block_4 {
    margin-top: 20px;
}

div.ig_footer_block_4 p {
    color: #ffffff;
    margin-bottom: 8px;
    text-align: left;
}

div.ig_footer_block_title {
    display: inline;
    float: left;
    margin-top: 20px;
    text-align: center;
}

div.ig_footer_block_title p {
    color: #ffffff;
    font-size: 120%;
    margin-bottom: 0;
    text-align: center;
}

div.ig_footer_social {
    margin-top: 10%;
    position: relative;
}

div.ig_footer_social a {
    display: inline-block;
    margin-left: 1%;
    margin-right: 3%;
}

div.ig_form {
    background-color: #d1d1d1;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
}

div.ig_gray {
    background-color: #f3f3f3;
    clear: both;
    display: block;
    margin-top: 50px;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 100%;
}

div.ig_gray div.ig_shopwindow_item {
    background-color: #ffffff;
}

div.ig_haracteristic {
    margin-right: 10px;
}

div.ig_header {
    background-color: #ffffff;
    clear: both;
    height: 150px;
    left: 0;
    position: relative;
    top: 0;
}

div.ig_header img.ig_line_under {
    background-repeat: repeat;
    display: none;
    height: 40px;
    position: absolute;
    text-align: center;
    top: 47px;
    width: 100%;
    z-index: 1;
}

div.ig_header_block_0 {
    float: left;
    background: -moz-linear-gradient(180deg 10% 70%);
    background: -webkit-linear-gradient(180deg 10% 70%);
    background: -o-linear-gradient(180deg 10% 70%);
    background: linear-gradient(180deg 10% 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='', GradientType=0);
    margin-left: 0;
    position: relative;
    top: 30px;
}

div.ig_header_block_1 {
    background-image: url("/images/address.png");
    background-position: center left;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    padding-left: 32px;
    position: relative;
}

div.ig_header_block_1 a {
    border-bottom-color: #1892b8;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    font-size: 100%;
}

div.ig_header_block_1 a:hover {
    border-style: none;
}

div.ig_header_block_1 p {
    color: #acacac;
    margin-bottom: 0;
    text-align: left;
}

div.ig_header_block_1 p a {
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
}

div.ig_header_block_1 p img {
    position: relative;
    top: 10px;
}

div.ig_header_block_2 {
    display: block;
    float: left;
    margin-top: 20px;
    max-width: 40%;
}

div.ig_header_block_2 a {
    font-size: 100%;
}

div.ig_header_block_2 img {
    width: 30px;
}

div.ig_header_block_2 p {
    font-size: 100%;
    margin-bottom: 0;
}

div.ig_header_block_2 p span {
    clear: both;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 18px;
}

div.ig_header_block_3 {
    margin-top: 20px;
    max-width: 170px;
}

div.ig_header_block_3 a {
    font-size: 95%;
}

div.ig_header_img {
    background: -moz-linear-gradient(180deg, #ffffff 20%, #f2f2f2 80%);
    background: -webkit-linear-gradient(180deg, #ffffff 20%, #f2f2f2 80%);
    background: -o-linear-gradient(180deg, #ffffff 20%, #f2f2f2 80%);
    background: linear-gradient(180deg, #ffffff 20%, #f2f2f2 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    position: relative;
    width: 100%;
    z-index: 10;
}

div.ig_header_info_blocks {
    margin-top: 4px;
}

div.ig_header_social {
    margin-top: 10%;
    position: relative;
}

div.ig_header_social a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 9px;
}

div.ig_header_social a:first-child {
    margin-left: 0;
}

div.ig_home h2 {
    text-transform: uppercase;
}

div.ig_icons {
    height: 110px;
    position: relative;
    width: 100%;
}

div.ig_icons p {
    height: 30px;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}

div.ig_inner {
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    width: 1200px;
}

div.ig_kontakt {
    float: left;
    height: 330px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
    width: 220px;
}

div.ig_kontakt img {
    border-color: #333344;
    border-style: solid;
    border-width: 1px;
    clear: both;
    height: 200px;
    text-align: center;
    width: 150px;
}

div.ig_kontakt p {
    text-align: center;
}

div.ig_left {
    display: block;
    float: left;
    margin-right: 2%;
    width: 65%;
}

div.ig_log {
    clear: both;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-top: 0;
}

div.ig_logo_block {
    line-height: 20px;
    max-width: 420px;
    padding-left: 0;
}

div.ig_logo_block p.ig_header_block_title {
    color: #606060;
    display: none;
    font-weight: bold;
    line-height: 24px;
    margin-top: 23px;
    text-transform: uppercase;
}

div.ig_menu_icons {
    left: 2%;
    position: absolute;
    top: 35px;
    z-index: 20;
}

div.ig_menucatalogs {
    background-color: #ececec;
}

div.ig_menulanguages_item {
    background-image: none;
}

div.ig_menumain {
    background-color: #666666;
    clear: both;
    display: block;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

div.ig_menushopcategories {
    clear: both;
    display: block;
}

div.ig_navwr {
    overflow: hidden;
    position: relative;
    text-align: center;
}

div.ig_navwr_search_block {
    width: 100%;
}

div.ig_newg {
    background-color: #f3f3f3;
    margin-top: 30px;
    padding-bottom: 40px;
}

div.ig_newsarchive_to_label {
    display: inline;
    float: left;
}

div.ig_partners {
    margin-left: 0%;
    margin-right: 0%;
    min-height: 300px;
}

div.ig_partners a {
    border-bottom-color: #1892b8;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    clear: both;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2%;
    padding-left: 1%;
    padding-right: 1%;
    position: relative;
    width: 95%;
}

div.ig_partners img {
    -webkit-box-shadow: 1px 1px 8px #cccccc;
    -moz-box-shadow: 1px 1px 8px #cccccc;
    box-shadow: 1px 1px 8px #cccccc;
    clear: both;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 1px;
    padding-left: 1px;
    position: relative;
    text-align: center;
}

div.ig_people p:first-child {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 15px;
}

div.ig_polovina a {
    border-bottom-color: #1892b8;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    font-weight: bold;
    padding-left: 2%;
    padding-right: 2%;
}

div.ig_polovina img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    text-align: center;
}

div.ig_polovina p {
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    width: 62%;
}

div.ig_polovina_close {
    display: none;
    float: left;
    width: 50%;
}

div.ig_popsup {
    background-color: rgba(100,100,100,0.9);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: none;
    padding: 20px;
}

div.ig_popups_links a {
    color: #fd8800;
    text-align: right;
}

div.ig_popups_links a + a {
    border-left-color: #000000;
    border-left-style: solid;
    border-left-width: 1px;
    margin-left: 10px;
    padding-left: 10px;
}

div.ig_question_form .ig_question_code_info_label {
    left: 130px;
    position: relative;
    top: 189px;
    width: 350px;
}

div.ig_question_form .ig_question_code_label {
    display: block;
    float: left;
    height: 20px;
    margin-top: 0;
    position: relative;
    text-align: left;
    width: 50px;
}

div.ig_question_form .ig_question_code_label_copy {
    display: block;
    float: left;
    height: 20px;
    margin-top: 5px;
    position: relative;
    text-align: left;
    width: 50px;
}

div.ig_question_form div {
    height: 20px;
    text-align: center;
}

div.ig_question_form div.ig_question_asterisk_info_label {
    font-size: 10px;
    height: 20px;
    text-align: left;
    width: 950px;
}

div.ig_question_form img.ig_question_random_image {
    height: 20px;
    left: 88px;
    position: relative;
    top: 210px;
    width: 72px;
}

div.ig_question_form input {
    height: 20px;
    width: 877px;
}

div.ig_question_form input.ig_question_code {
    height: 15px;
    width: 30px;
}

div.ig_question_form input.ig_question_send {
    background-color: #ff252a;
    border-style: none;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    text-transform: uppercase;
}

div.ig_question_form select.ig_question_category {
    height: 30px;
    width: 883px;
}

div.ig_question_form textarea.ig_question_question {
    width: 877px;
}

div.ig_red {
    background-color: #fc1922;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    left: 0;
    background: -moz-linear-gradient(90deg 20% 80%);
    background: -webkit-linear-gradient(90deg 20% 80%);
    background: -o-linear-gradient(90deg 20% 80%);
    background: linear-gradient(90deg 20% 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='', GradientType=1);
    padding: 10px;
    padding-bottom: 25px;
    padding-top: 25px;
    position: absolute;
    text-align: center;
    text-shadow: none rgba(221,30,37,0.7);
    width: 300px;
    z-index: 21;
}

div.ig_red p {
    margin-bottom: 0;
    text-align: center;
}

div.ig_rekv {
    float: left;
    height: 260px;
    margin-right: 30px;
    text-align: left;
    width: 367px;
}

div.ig_rekv img {
    display: none;
    float: left;
    height: 80px;
    margin-right: 20px;
    margin-top: 5px;
    width: 80px;
}

div.ig_rekv p {
    float: right;
    text-align: left;
    width: 350px;
}

div.ig_rekv_home {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 37px;
    text-align: left;
    width: 31%;
}

div.ig_rekv_home a {
    border-bottom-color: #0085ad;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

div.ig_rekv_home img {
    display: none;
}

div.ig_rekv_home p {
    clear: both;
    text-align: left;
}

div.ig_rekv_home_2 {
    float: left;
    margin-bottom: 10px;
    min-height: 290px;
    padding-left: 1%;
    padding-right: 1%;
    text-align: left;
}

div.ig_rekv_home_2 p {
    clear: both;
    text-align: left;
}

div.ig_rekv_home_2_own h3 {
    color: #009f4d;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 2%;
    text-align: left;
}

div.ig_rekv_home_2_own_2 div.ig_rekv_home_2 {
    min-height: 252px;
}

div.ig_rekv_home_2_own_2 h3 {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 2%;
    text-align: center;
}

div.ig_rekv_home:nth-child(3n) {
    display: block;
    margin-right: 10px;
    width: 26%;
}

div.ig_right {
    display: block;
    float: left;
    position: relative;
    width: 200px;
}

div.ig_right:first-child {
    clear: right;
}

div.ig_right p {
    margin-top: 20px;
}

div.ig_ruk {
    height: 300px;
    margin-bottom: 2%;
}

div.ig_ruk img {
    -webkit-box-shadow: 0 1px 5px #cccccc;
    -moz-box-shadow: 0 1px 5px #cccccc;
    box-shadow: 0 1px 5px #cccccc;
}

div.ig_ruk p {
    text-align: center;
}

div.ig_shopcategory_items {
    clear: both;
    display: table;
    width: 100%;
}

div.ig_statistic div.ig_woman {
    display: block;
    float: left;
    text-align: center;
    width: 125px;
}

div.ig_statistic h2 {
    clear: both;
    color: #009f4d;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 3%;
    margin-top: 4%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

div.ig_statistic img {
    color: #ffffff;
    display: block;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    position: relative;
    text-align: center;
}

div.ig_statistic p.ig_all span {
    font-size: 157%;
}

div.ig_statistic p.ig_big {
    font-size: 230%;
}

div.ig_statistic p.ig_big span {
    font-size: 250%;
}

div.ig_statistic span.man {
    background-image: url("/images/ man.png");
    background-position: top;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    float: left;
    font-size: 30px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

div.ig_statistic span.woman {
    background-image: url("/images/ woman.png");
    background-position: top;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    float: left;
    font-size: 30px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

div.ig_statistic_left {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    float: left;
    background: -moz-linear-gradient(90deg, #2ed988 20%, #19b0d0 80%);
    background: -webkit-linear-gradient(90deg, #2ed988 20%, #19b0d0 80%);
    background: -o-linear-gradient(90deg, #2ed988 20%, #19b0d0 80%);
    background: linear-gradient(90deg, #2ed988 20%, #19b0d0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ed988', endColorstr='#19b0d0', GradientType=1);
    margin-bottom: 2%;
    margin-top: 0;
    padding: 5%;
    padding-bottom: 2%;
    padding-top: 0;
    position: relative;
}

div.ig_statistic_left div.ig_man {
    display: block;
    float: left;
    text-align: center;
    width: 200px;
}

div.ig_statistic_left div.ig_people p {
    font-size: 140%;
    text-align: center;
}

div.ig_statistic_left div.ig_people p.ig_big {
    font-size: 205%;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 15px;
}

div.ig_statistic_left h2:first-child {
    color: #ffffff;
    font-size: 150%;
    line-height: 30px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 40px;
    text-align: center;
    width: 90%6;
}

div.ig_statistic_left div.ig_people {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10%;
    margin-top: 3%;
    padding: 0;
    position: relative;
}

div.ig_statistic_left p.ig_all {
    border-color: #ffffff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-style: dashed;
    border-width: 1px;
    display: inline-block;
    float: left;
    font-size: 230%;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 6%;
    padding: 5%;
    position: relative;
    text-align: center;
}

div.ig_statistic_right p {
    color: #7d7d7d;
    font-size: 120%;
    margin-left: 8%;
    margin-top: 10%;
}

div.ig_tel {
    color: #acacac;
    display: inline-block;
    float: left;
    min-width: 300px;
}

div.ig_tel a {
    color: #acacac;
}

div.ig_tel p {
    background-image: url("/images/phone.png");
    background-position: center left;
    background-repeat: no-repeat;
    color: #acacac;
    padding-left: 35px;
}

div.ig_visually_impaired_block {
    display: table;
    float: left;
    height: 50px;
    margin-top: 0;
    padding-left: 37px;
    position: relative;
}

div.ig_visually_impaired_block p {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
}

div.ig_visually_impaired_block img.ig_black_white_img {
    display: table-cell;
    padding-top: 5px;
    position: relative;
    top: 10px;
    width: 40px;
}

div.ig_visually_impaired_block img.ig_black_white_img:hover {
    cursor: pointer;
}

div.ig_visually_impaired_block_header {
    margin-top: 15px;
}

div.ig_visually_impaired_block_wrapper {
    background-color: #000000;
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #ffffff;
    display: none;
    height: 50px;
    position: relative;
}

div.ig_what div.ig_newstape_contents a {
    color: #ffffff;
    display: block;
    font-size: 200%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -105px;
}

div.ig_what a.ig_newstape_all {
    display: none;
}

div.ig_what div.ig_newstape_contents p {
    margin-top: 10%;
}

div.ig_what div.ig_newstape_header {
    display: none;
}

div.ig_what div.ig_newstape_item {
    height: auto;
}

div.ig_what div.ig_newstape_item .ig_newstape_thumb {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px #98e1d8;
    -moz-box-shadow: 1px 1px 5px #98e1d8;
    box-shadow: 1px 1px 5px #98e1d8;
    clear: both;
    display: block;
    float: left;
    background: -moz-linear-gradient(60deg, #19b0d0 20%, #2ed988 80%);
    background: -webkit-linear-gradient(60deg, #19b0d0 20%, #2ed988 80%);
    background: -o-linear-gradient(60deg, #19b0d0 20%, #2ed988 80%);
    background: linear-gradient(60deg, #19b0d0 20%, #2ed988 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b0d0', endColorstr='#2ed988', GradientType=0);
    width: 100%;
}

div.ig_what div.ig_newstape_item_desc {
    margin-left: 0;
    width: auto;
}

div.ig_what div.ig_what_1 {
    height: auto;
    margin-bottom: 2%;
    min-height: 420px;
}

div.ig_what div.ig_what_1 img {
    left: 0;
    position: absolute;
    top: 8%;
}

div.ig_what h2 {
    display: none;
}

div.ig_what h3 {
    font-size: 170%;
    line-height: 160px;
}

div.ig_white_right {
    background-color: #ffffff;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-size: 93%;
    margin: 15px;
    margin-bottom: 50px;
    margin-top: 50px;
    min-height: 188px;
    padding: 10px;
    position: relative;
    vertical-align: middle;
    width: 179px;
    z-index: 20;
}

div.ig_white_right:first-child {
    margin-left: 10px;
    vertical-align: middle;
}

div.ig_white_right img {
    clear: both;
    display: block;
    margin: auto;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    width: 75px;
}

div.ig_white_right p {
    clear: both;
    display: block;
    float: left;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
}

div.ig_white_right:nth-child(4n) {
    width: 203px;
}

div.ig_white_right:nth-child(5n) {
    margin-right: 0;
    width: 205px;
}

div.ig_write {
    color: #acacac;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    min-width: 130px;
    position: relative;
    top: 0;
}

div.ig_write a {
    border-bottom-color: #1892b8;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

div.ig_write a:hover {
    border-style: none;
}

div.ig_write span {
    background-image: url("/images/mail.png");
    background-position: center left;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 35px;
    margin-top: -14px;
}

div.ig_youtube {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 3%;
    position: relative;
    width: 100%;
}

div.ig_youtube iframe:first-child {
    margin-bottom: 30px;
}

div.ig_youtube_block {
    background-image: url("/images/youtube_video.png");
    background-position: bottom;
    background-repeat: no-repeat;
}

div.ig_news {
    clear: both;
    margin-bottom: 5px;
}

div.ig_news_item {
    overflow: hidden;
}

div.ig_news_tape_thumbnail {
    display: none;
}

div.ig_news h2 {
    margin-top: 0;
}

div.ig_newstape {
    text-align: left;
}

div.ig_newstape_bar {
    clear: both;
    float: left;
    margin-top: 20px;
    position: relative;
}

div.ig_newstape_contents a {
    font-weight: bold;
}

div.ig_newstape_contents p {
    margin-top: 10px;
    text-align: left;
}

div.ig_newstape_header {
    margin-bottom: 3px;
}

div.ig_newstape_header img:hover {
    display: block;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

div.ig_newstape_header_img {
    height: 165px;
    overflow: hidden;
    width: 100%;
}

div.ig_newstape_header_img img {
    width: 100%;
}

div.ig_newstape_item {
    display: inline-block;
    float: left;
    margin-top: 30px;
    min-height: 240px;
    overflow: hidden;
}

div.ig_newstape_item .ig_newstape_thumb {
    -webkit-box-shadow: 1px 1px 8px #cccccc;
    -moz-box-shadow: 1px 1px 8px #cccccc;
    box-shadow: 1px 1px 8px #cccccc;
    display: block;
    float: left;
    margin-right: 2%;
    margin-top: 2px;
    position: relative;
    width: 28%;
}

div.ig_newstape_item_desc {
    display: block;
    float: left;
    margin-left: 10px;
    position: relative;
    width: 67%;
}

div.ig_newstape_item:nth-child(6n) {
    margin-right: 0;
}

div.ig_newstape_title {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    left: 0;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    width: 100%;
}

div.ig_newstape_uznat {
    clear: both;
}

div.ig_newstape h2 {
    color: #009f4d;
    font-size: 180%;
    margin-bottom: 3%;
    margin-top: 5%;
    text-align: center;
}

div.ig_search {
    text-align: left;
}

div.ig_search_form {
    border-bottom-color: #e1e1e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: none;
    height: 30px;
    padding: 2px;
    position: relative;
    text-align: left;
    width: 96%;
}

div.ig_search_form p {
    margin-bottom: 5px;
}

div.ig_search_form_search_div {
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 20;
}

div.ig_search_form_search_div a {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
}

div.ig_search p {
    margin-top: 5px;
    text-indent: 0;
}

div.ig_search span {
    background-color: #666680;
    color: #ffffff;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0;
}

div_form a {
    color: #ffffff;
}

div.ig_feedback_asterisk_info_label {
    color: #ffffff;
    font-size: 12px;
    left: 0;
    margin-bottom: 15px;
    margin-left: 20px;
    position: relative;
    text-align: left;
    top: 5px;
}

div.ig_feedback_block {
    clear: both;
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
}

div.ig_feedback_block div.ig_director_info {
    display: block;
    font-weight: bold;
    margin-left: 250px;
    margin-right: 1%;
    position: relative;
}

div.ig_feedback_block h3 {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    top: 40px;
    width: 50%;
}

div.ig_feedback_block img.ig_foto {
    background-image: url("/images/director_foto.png");
    background-position: bottom;
    background-repeat: no-repeat;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    float: left;
    margin-right: 2%;
    padding-bottom: 5%;
    position: relative;
}

div.ig_feedback_block p {
    font-weight: normal;
}

div.ig_feedback_block p:first-child {
    font-weight: bold;
    text-align: left;
}

div.ig_feedback_block select {
    color: #b4b4b4;
    font-style: italic;
    text-align: center;
}

div.ig_feedback_code_info_label {
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 493px;
}

div.ig_feedback_code_label {
    left: 10px;
    position: absolute;
    top: 287px;
}

div.ig_feedback_email_label {
    left: 10px;
    position: absolute;
    top: 72px;
}

div.ig_feedback_form {
    background-color: rgba(225,225,225,0.01);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-style: none;
    -webkit-box-shadow: none 5px 20px 5px rgba(0,0,255,0.4);
    -moz-box-shadow: none 5px 20px 5px rgba(0,0,255,0.4);
    box-shadow: none 5px 20px 5px rgba(0,0,255,0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 345px;
    background: -moz-linear-gradient(90deg 0% 100%);
    background: -webkit-linear-gradient(90deg 0% 100%);
    background: -o-linear-gradient(90deg 0% 100%);
    background: linear-gradient(90deg 0% 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='', GradientType=1);
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    top: -35px;
    width: 360px;
    z-index: 20;
}

div.ig_feedback_form input {
    border-style: none;
    border-bottom-color: #b4b4b4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    clear: both;
    color: #b4b4b4;
    display: block;
    float: left;
    font-size: 90%;
    font-style: italic;
    height: 30px;
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
    text-align: center;
    width: 360px;
}

div.ig_feedback_form input.ig_feedback_code {
    height: 19px;
    left: 0;
    position: absolute;
    top: 460px;
    width: 80px;
}

div.ig_feedback_form input.ig_feedback_send {
    background-color: rgba(55,98,52,0.00);
    border-bottom-color: #0085ad;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color: #0085ad;
    font-size: 15px;
    font-style: normal;
    height: 27px;
    padding-left: 1%;
    padding-right: 1%;
    position: absolute;
    right: 0;
    top: 450px;
    width: 83px;
}

div.ig_feedback_message_label {
    left: 10px;
    position: absolute;
    top: 97px;
}

div.ig_feedback_name_label {
    left: 10px;
    position: absolute;
    top: 22px;
}

div.ig_feedback_phone_1_label {
    left: 10px;
    position: absolute;
    top: 47px;
}

div.ig_feedback_phone_2_label {
    left: 185px;
    position: absolute;
    top: 47px;
}

div.ig_poll {
    clear: both;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}

div.ig_poll_answer_neverniy {
    color: #ff7f50;
}

div.ig_poll_answer_title {
    float: left;
    text-align: left;
    width: 150px;
}

div.ig_poll_answer_value {
    float: left;
    text-align: right;
    width: 30px;
}

div.ig_poll_answer_verniy {
    color: #008000;
}

div.ig_poll_question {
    font-weight: bold;
    text-align: left;
}

div.ig_poll_vopros {
    margin-bottom: 5px;
    margin-top: 10px;
}

div.ig_poll_votes_quality {
    background-color: #2f7ed6;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1px;
    color: #ffffff;
    display: block;
    float: left;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    width: 100px;
}

div.ig_poll_votes_quality_green {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #ffffff;
    display: block;
    float: left;
    background: -moz-linear-gradient(90deg, #ffffff 0%, #159f5c 10%);
    background: -webkit-linear-gradient(90deg, #ffffff 0%, #159f5c 10%);
    background: -o-linear-gradient(90deg, #ffffff 0%, #159f5c 10%);
    background: linear-gradient(90deg, #ffffff 0%, #159f5c 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#159f5c', GradientType=1);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    width: 20px;
}

div.ig_poll_votes_quality_red {
    color: #ffffff;
    display: block;
    float: left;
    background: -moz-linear-gradient(90deg, #ffffff 0%, #ff252a 10%);
    background: -webkit-linear-gradient(90deg, #ffffff 0%, #ff252a 10%);
    background: -o-linear-gradient(90deg, #ffffff 0%, #ff252a 10%);
    background: linear-gradient(90deg, #ffffff 0%, #ff252a 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ff252a', GradientType=1);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    width: 20px;
}

div.ig_poll_votes_total {
    background-color: #2f7ed6;
    color: #ffffff;
    display: inline-block;
    float: left;
    margin-bottom: 1px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    white-space: nowrap;
    width: 270px;
}

div.ig_poll_votes_total_value {
    float: left;
    text-align: right;
    width: 30px;
}

div.ig_poll_wrong_itogo {
    font-weight: bold;
}

div.ig_menulanguages {
    min-height: 20px;
    position: relative;
}

div.ig_menulanguages_item {
    float: left;
    margin-right: 5px;
    width: 30px;
}

div.ig_menulanguages_item a {
    color: #7dc8e4;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
}

div.ig_menulanguages_item a:hover {
    color: #7dc8e4;
    font-weight: normal;
    text-decoration: none;
}

div.ig_menulanguages_item_active {
    float: left;
    margin-right: 15px;
    width: 30px;
}

div.ig_menulanguages_item_active span {
    color: #dddddd;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    top: 0;
}

div.ig_menulanguages a {
    display: inline-block;
    margin-right: 10px;
}

div.ig_question_asterisk_info_label {
    font-size: 9px;
    left: 10px;
    position: absolute;
    top: 5px;
}

div.ig_question_category_label {
    left: 10px;
    position: absolute;
    top: 97px;
}

div.ig_question_code_info_label {
    font-size: 9px;
    left: 190px;
    position: absolute;
    top: 215px;
}

div.ig_question_code_label {
    left: 10px;
    position: absolute;
    top: 212px;
}

div.ig_question_email_label {
    left: 10px;
    position: absolute;
    top: 72px;
}

div.ig_question_form {
    clear: both;
    float: left;
    height: 270px;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    width: 350px;
}

div.ig_question_name_label {
    left: 10px;
    position: absolute;
    top: 22px;
}

div.ig_question_phone_1_label {
    left: 10px;
    position: absolute;
    top: 47px;
}

div.ig_question_phone_2_label {
    display: none;
    left: 185px;
    position: absolute;
    top: 47px;
}

div.ig_question_question_label {
    left: 10px;
    position: absolute;
    top: 122px;
}

div.ig_user_address_label {
    left: 10px;
    position: absolute;
    top: 67px;
}

div.ig_user_asterisk_info_label {
    font-size: 9px;
    left: 10px;
    position: absolute;
    top: 5px;
}

div.ig_user_authorization_fieldset {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    clear: both;
    height: 95px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
    width: 460px;
}

div.ig_user_city_label {
    left: 10px;
    position: absolute;
    top: 42px;
}

div.ig_user_city_phone_code_label {
    left: 10px;
    position: absolute;
    top: 92px;
}

div.ig_user_code_info_label {
    float: left;
    font-size: 9px;
    margin-left: 5px;
    margin-top: 13px;
    position: relative;
    width: 165px;
}

div.ig_user_code_label {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 12px;
    position: relative;
    width: 115px;
}

div.ig_user_company_bin_label {
    left: 10px;
    position: absolute;
    top: 94px;
}

div.ig_user_company_fio_label {
    left: 10px;
    position: absolute;
    top: 42px;
}

div.ig_user_company_label {
    left: 10px;
    position: absolute;
    top: 17px;
}

div.ig_user_company_mobile_label {
    left: 10px;
    position: absolute;
    top: 67px;
}

div.ig_user_confirm_label {
    left: 10px;
    position: absolute;
    top: 67px;
}

div.ig_user_contacts_fieldset {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    clear: both;
    height: 145px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
    width: 460px;
}

div.ig_user_country_label {
    left: 10px;
    position: absolute;
    top: 17px;
}

div.ig_user_dob_date_label {
    left: 10px;
    position: absolute;
    top: 67px;
}

div.ig_user_email_label {
    left: 10px;
    position: absolute;
    top: 17px;
}

div.ig_user_fieldset_caption {
    background-color: #d1d1d1;
    left: 7px;
    padding-left: 3px;
    padding-right: 3px;
    position: absolute;
    top: -8px;
}

div.ig_user_first_name_label {
    left: 10px;
    position: absolute;
    top: 42px;
}

div.ig_user_form {
    clear: both;
    display: inline;
    float: left;
    position: relative;
    text-align: left;
    width: 480px;
}

div.ig_user_form #user_form {
    display: block;
    margin-bottom: 40px;
    position: relative;
}

div.ig_user_form input {
    margin-left: 50px;
    width: 250px;
}

div.ig_user_form input.ig_user_code {
    margin-left: 50px;
    margin-right: 10px;
    width: 50px;
}

div.ig_user_form input.ig_user_save {
    background-color: #fd8800;
    border-style: none;
    clear: both;
    color: #ffffff;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    top: 10px;
    width: 97%;
}

div.ig_user_gender_label {
    left: 10px;
    position: absolute;
    top: 92px;
}

div.ig_user_group {
    font-weight: bold;
    left: 115px;
    position: absolute;
    top: 117px;
}

div.ig_user_group_label {
    left: 10px;
    position: absolute;
    top: 117px;
}

div.ig_user_last_name_label {
    left: 10px;
    position: absolute;
    top: 17px;
}

div.ig_user_legal_entity_fieldset {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    clear: both;
    height: 95px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 460px;
}

div.ig_user_password_info_label {
    font-size: 9px;
    left: 255px;
    position: absolute;
    top: 44px;
}

div.ig_user_password_label {
    left: 10px;
    position: absolute;
    top: 42px;
}

div.ig_user_personal_fieldset {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    clear: both;
    height: 145px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 460px;
}

div.ig_user_phone_label {
    left: 155px;
    position: absolute;
    top: 92px;
}

div.ig_user_phone_mobile_label {
    left: 10px;
    position: absolute;
    top: 115px;
}

div.ig_user_position_label {
    left: 10px;
    position: absolute;
    top: 67px;
}

div.ig_user_registration_label {
    clear: both;
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 22px;
    position: relative;
    width: 110px;
}

div.ig_passwordrecover_asterisk_info_label {
    font-size: 9px;
    left: 10px;
    position: absolute;
    top: 5px;
}

div.ig_passwordrecover_email_label {
    left: 10px;
    position: absolute;
    top: 22px;
}

div.ig_passwordrecover_form {
    clear: both;
    float: left;
    height: 75px;
    margin-bottom: 10px;
    position: relative;
    width: 280px;
}

div_form .radio-inline {
    margin-left: 10px;
}

div_icon span a {
    color: #ffffff;
    text-decoration: none;
}

div_own {
    display: block;
    overflow: hidden;
    position: relative;
}

div_own .ig_shopwindow_items .ig_shopwindow_item:hover {
    background-color: #e1e1e1;
    display: block;
}

div_smotrely {
    margin-bottom: 0;
}

div_smotrely .slider {
    margin: 0;
    padding: 0;
}

div_block_right {
    position: relative;
}

div_category a {
    display: block;
    height: 185px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

div_haract {
    position: relative;
}

div_item_country {
    clear: both;
    display: block;
    float: left;
}

div_item_description_haract {
    height: 70px;
    overflow: hidden;
}

div_item_thumbnail_shot {
    height: 165px;
    overflow: hidden;
}

div_item_thumbnail_shot a img:hover {
    background-color: #000000;
    opacity: 0.80;
    filter: alpha(Opacity=80);
}

div_item_title a {
    color: #000000;
    display: block;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    width: 90%;
}

div_item:hover span.ig_shopwindow_item_title a {
    color: #fd8800;
}

div_item:nth-child(5) {
    margin-right: 0;
}

div_items_shopitem {
    width: 100%;
}

div_shopitem_smotreli {
    background-color: #f3f3f3;
    clear: both;
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

div_viborka-item {
    padding: 15px;
}

div_zagolovok_viborky {
    clear: both;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

div_analogues {
    background-color: #f3f3f3;
    clear: both;
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 40px;
}

div_item {
    display: block;
}

div_item_country {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-top: 0;
    text-decoration: underline;
}

div_item_img {
    height: 300px;
    min-width: 100%;
    overflow: hidden;
}

div_item_img .glavnaya {
    display: block;
    margin-bottom: 10px;
}

div_item_img_niz {
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

div_item_img_scroll {
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}

div_item_img_scroll li {
    height: 95px;
    margin-right: 15px;
    width: 145px;
}

div_item_img_scroll ul {
    height: 80px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-left: 0;
}

div_item_img_scroll ul li {
    border-color: #b1b1b1;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 80px;
    margin: 1%;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: top;
    width: 100px;
}

div_item_img_scroll ul li img {
    height: 80px;
    width: 100px;
}

div_item_img_scroll_backward {
    background-color: #fd8800;
    color: #ffffff;
    display: inline;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    position: relative;
    text-align: center;
    width: 30px;
}

div_item_img_scroll_forward {
    background-color: #fd8800;
    color: #ffffff;
    display: inline;
    font-size: 20px;
    line-height: 30px;
    margin-right: 15px;
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    position: relative;
    text-align: center;
    width: 30px;
}

div_item_prop_block ul {
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 0;
}

div_item_prop_block ul li {
    font-weight: bold;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

div_item_prop_block ul li span {
    font-weight: normal;
}

div_item_short_description {
    clear: both;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
}

div_smotreli {
    background-color: #f3f3f3;
    clear: both;
    display: block;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 0;
}

div_icon_label a {
    color: #333344;
    text-decoration: none;
}

div_icon_label span a {
    color: #ffffff;
    text-decoration: none;
}

div_checkbox {
    float: left;
}

div_checkbox_zona {
    clear: both;
    height: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 5px;
    width: 100%;
}

div_form form {
    background-color: #f3f3f3;
    overflow: hidden;
}

div_form_panel {
    overflow: hidden;
    position: relative;
}

div_form_panel div.ig_shopquery_polosa_price {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: -10px;
}

div_form_panel div.ig_shopquery_price_from_submit input {
    background-color: #fd8800;
    border-style: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    line-height: 25px;
    text-transform: uppercase;
    vertical-align: middle;
}

div_form_panel div.ig_shopquery_property {
    color: #fd8800;
    margin-right: 5px;
    text-transform: uppercase;
}

div_form_panel div.ig_shopquery_to {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 5px;
    position: relative;
}

div_form_panel select.ig_shopquery_price_type {
    border-style: none;
    color: #a2a2a2;
    float: left;
    font-size: 14px;
    margin-top: 7px;
    padding-right: 0;
}

div_form_panel.active {
    display: block;
}

div_form.active {
    display: block;
}

div_ot {
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
}

div_pokazivat_tovarov {
    float: right;
    padding-top: 5px;
}

div_pokazivat_tovarov .active {
    background-color: #fd8800;
    color: #ffffff;
    cursor: pointer;
}

div_pokazivat_tovarov span {
    background-color: #ffffff;
    border-color: #b1b1b1;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-left: 5px;
    padding: 0;
    text-align: center;
    width: 22px;
}

div_pokazivat_tovarov_label {
    display: block;
    float: right;
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
    padding-top: 5px;
    text-align: right;
    width: 80px;
}

div_polosa_price {
    float: left;
}

div_property {
    float: left;
}

div_to {
    display: block;
    float: left;
    position: relative;
}

div_valuta_label {
    float: left;
}

div.ig_curtain {
    background-color: #cccccc;
    display: none;
    left: 0;
    opacity: 0.70;
    filter: alpha(Opacity=70);
    position: absolute;
    top: 0;
    z-index: 20;
}

div.ig_gallery_panel {
    background-color: #0050aa;
    border-color: #0050aa;
    border-style: solid;
    border-width: 1px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 30;
}

div.ig_gallery_title_bar {
    background-color: #0050aa;
    height: 19px;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
}

div.ig_gallery_title_bar span {
    color: #ffffff;
    font-weight: bold;
    margin-left: 5px;
}

div.ig_navigation {
    clear: both;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    width: 100%;
}

div.ig_navigation a {
    background-color: #ebebeb;
    border-color: #ffffff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-style: solid;
    border-width: 2px;
    -webkit-box-shadow: 0 0 3px #999999;
    -moz-box-shadow: 0 0 3px #999999;
    box-shadow: 0 0 3px #999999;
    display: block;
    float: left;
    font-size: 0;
    height: 15px;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 3px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 15px;
}

div.ig_navigation a:hover {
    background-color: #7ec8e4;
    border-color: #ffffff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-style: solid;
    border-width: 2px;
    -webkit-box-shadow: 0 0 3px #0185ad;
    -moz-box-shadow: 0 0 3px #0185ad;
    box-shadow: 0 0 3px #0185ad;
    cursor: default;
    display: block;
    float: left;
    font-size: 0;
    height: 15px;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 3px;
    text-align: center;
    width: 15px;
}

div.ig_navigation a.active {
    background-color: #7ec8e4;
    border-color: #ffffff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-style: solid;
    border-width: 2px;
    -webkit-box-shadow: 0 0 3px #0185ad;
    -moz-box-shadow: 0 0 3px #0185ad;
    box-shadow: 0 0 3px #0185ad;
    cursor: default;
    display: block;
    float: left;
    font-size: 0;
    height: 15px;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 3px;
    text-align: center;
    width: 15px;
}

div.ig_navigation span {
    background-color: #0050aa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 12px;
    height: 16px;
    line-height: 12px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
}

div.ig_slider_block4_carousel_content {
    background-color: rgba(225,225,225,0.8);
    display: block;
    float: left;
    height: 68px;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    top: -108px;
    z-index: 99;
}

div.ig_slider_block4_carousel_content a {
    color: #333333;
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none;
}

div.ig_slider_block4_carousel_content a.ig_slider_link_add {
    color: #0050aa;
    text-decoration: underline;
}

div.ig_slider_block4_carousel_content a.ig_slider_link_add:hover {
    color: #db0429;
    text-decoration: none;
}

div.ig_slider_block4_carousel_content p {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.ig_slider_block4_items ul {
    margin: 0;
    margin-top: 0;
    padding: 0;
    padding-bottom: 0;
}

div.ig_slider_block4_wrap {
    display: block;
    height: 330px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
    padding-top: 50px;
    position: relative;
}

div.ig_slider_block4_wrapper {
    height: 330px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
}

div.ig_slider_container div {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

div.ig_slider_container div.ig_slider_info {
    background-color: rgba(55,98,52,0.00);
    bottom: 0;
    color: #ffffff;
    display: table;
    height: 100%;
    left: 0;
    background: -moz-linear-gradient, rgba(55,98,52,0.6), rgba(55,98,52,0.2));
    background: -webkit-linear-gradient, rgba(55,98,52,0.6), rgba(55,98,52,0.2));
    background: -o-linear-gradient, rgba(55,98,52,0.6), rgba(55,98,52,0.2));
    background: linear-gradient, rgba(55,98,52,0.6), rgba(55,98,52,0.2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(55,98,52,0.6)', endColorstr='rgba(55,98,52,0.2)', GradientType=0);
    padding: 18%;
    padding-bottom: 2%;
    padding-top: 2%;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    vertical-align: middle;
    width: 100%;
}

div.ig_slider_container div.ig_slider_info p {
    display: inline-block;
    font-size: 50px;
    width: 100%;
}

div.ig_slider_container div.ig_slider_info p:first-child {
    font-weight: bold;
    margin-top: 10%;
}

div.ig_slider_container img {
    display: block;
    height: auto;
}

div.ig_slider_container span.ig_slider_news_rotator_content {
    display: block;
    position: absolute;
    top: 0;
    width: 572px;
}

div.ig_slider_content img {
    height: auto;
}

div.ig_slider_content_wrap {
    height: 230px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}

div.ig_slider_content_wrap h2 {
    margin-top: 0;
}

div.ig_slider_content_wrapper {
    height: 155px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
}

div.ig_slider_header .ig_navigation {
    display: block;
    left: 47%;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: auto;
}

div.ig_slider_header div.ig_slider_container {
    display: block;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: center;
}

div.ig_slider_header div.ig_slider_container span.ig_slider_header_img {
    -webkit-box-shadow: 0 2px 30px #f5f5f5;
    -moz-box-shadow: 0 2px 30px #f5f5f5;
    box-shadow: 0 2px 30px #f5f5f5;
}

div.ig_slider_header img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

div.ig_slider_header_items ul {
    margin: 0;
    margin-top: 0;
    padding: 0;
    padding-bottom: 0;
}

div.ig_slider_header_nav_manipulation {
    bottom: 20px;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: auto;
}

div.ig_slider_header_nav_manipulation div.ig_navigation a {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 0;
    height: 20px;
    margin-bottom: 0;
    width: 20px;
}

div.ig_slider_header_pagination {
    bottom: 20px;
    left: 50%;
    position: absolute;
    -ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

div.ig_slider_header_pagination a {
    color: #d5d5d5;
    text-decoration: none;
}

div.ig_slider_header_pagination a.active {
    color: #990000;
}

div.ig_slider_header_wrap {
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
}

div.ig_slider_header_wrapper {
    height: 540px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
}

div.ig_slider_news_rotator_items ul {
    margin: 0;
    margin-top: 0;
    padding: 0;
    padding-bottom: 0;
}

div.ig_slider_news_rotator_nav_manipulation {
    display: none;
}

div.ig_slider_news_rotator_wrap {
    height: 330px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    width: 590px;
}

div.ig_slider_news_rotator_wrapper {
    height: 330px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    top: 0;
    width: 100%;
}

div.ig_slider_slider_navigation {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 80;
}

div.ig_slider_top {
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

div.ig_qa {
    clear: both;
    display: block;
    float: left;
}

div.ig_qa_form {
    background-color: rgba(55,98,52,0.8);
    color: #ffffff;
    display: none;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 40px;
}

div.ig_qa a {
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

div.ig_qa input.ig_callback_send {
    background-color: #00ff00;
    border-style: none;
    clear: both;
    display: block;
    font-size: 16px;
    height: 30px;
    margin-top: 20px;
    width: 260px;
}

div.ig_maps_form_left {
    float: left;
    width: 250px;
}

div.ig_maps_form_left select {
    clear: both;
    font-size: 16px;
    height: 30px;
    margin-bottom: 10px;
    width: 200px;
}

div.ig_maps_form_right {
    float: left;
    height: 500px;
    margin-bottom: 60px;
    position: relative;
    width: 800px;
}

div.ig_maps_title {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

form {
    margin: 0;
    padding: 0;
}

form#search_form {
    height: 26px;
}

form.ig_news_from_newsarchive {
    margin-bottom: 10px;
}

h1 {
    clear: both;
    color: #009f4d;
    font-size: 160%;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 3%;
    margin-top: 3%;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    text-shadow: none 1px 3px 5px rgba(255,0,0,0.4);
    width: 100%;
}

h1.ig_slogan {
    display: block;
    float: left;
    font-size: 18px;
    margin-left: 100px;
    margin-top: -40px;
    position: relative;
    text-align: left;
    width: 215px;
}

h1.ig_slogan span.ig_slogan {
    clear: both;
    display: block;
    font-size: 16px;
    text-align: left;
}

h2 {
    clear: both;
    color: #009f4d;
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 3%;
    margin-top: 4%;
    text-align: center;
    width: 100%;
}

h2.ig_blue {
    color: #1f497d;
    display: block;
    font-size: 140%;
    margin: auto;
    margin-bottom: 2%;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 70%;
}

h2.ig_paid {
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 2%;
    margin-top: 2%;
    text-align: left;
}

h3 {
    clear: both;
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

h4 {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -10px;
    text-align: left;
}

h5 {
    text-align: left;
}

h6 {
    text-align: left;
}

html {
    height: 100%;
    width: 100%;
}

img {
    border-style: none;
}

img.ig_categories {
    height: 69px;
    position: relative;
    width: 79px;
    z-index: 10;
}

img.ig_center {
    -webkit-box-shadow: 0 1px 5px #999999;
    -moz-box-shadow: 0 1px 5px #999999;
    box-shadow: 0 1px 5px #999999;
    display: block;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

img.ig_class {
    display: block;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 600px;
}

img.ig_footer {
    background-repeat: repeat;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

img.ig_footer_left {
    bottom: 0;
    height: 172px;
    left: 0;
    position: absolute;
    width: 145px;
}

img.ig_footer_right {
    bottom: 0;
    height: 172px;
    position: absolute;
    right: 0;
    width: 377px;
}

img.ig_header_right {
    display: inline;
    float: right;
    height: 298px;
    width: 400px;
}

img.ig_icon {
    display: inline;
    margin-right: 10px;
}

img.ig_left_border {
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0;
}

img.ig_log {
    margin-top: 5px;
}

img.ig_logo {
    display: block;
    float: left;
    margin-bottom: 3%;
    margin-top: 15px;
    padding-bottom: 1%;
    padding-top: 3px;
    position: relative;
    width: 100%;
}

img.ig_logo_brand {
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 50px;
}

img.ig_logo_footer {
    display: none;
    float: left;
    margin-right: 5%;
}

img.ig_logo2 {
    display: inline;
    float: left;
    left: -17px;
    position: relative;
    top: 15px;
    z-index: 10;
}

img.ig_menu_left {
    height: 48px;
    left: 2%;
    position: absolute;
    top: 20px;
    width: 15px;
    z-index: 10;
}

img.ig_menu_right {
    height: 35px;
    left: 88%;
    position: absolute;
    top: 0;
    width: 6px;
}

img.ig_partner {
    height: 45px;
    margin-right: 15px;
    position: relative;
    width: 102px;
    z-index: 10;
}

img.ig_partners {
    margin-bottom: 5%;
}

img.ig_quastion {
    left: 0;
    position: absolute;
    top: 42px;
}

img.ig_right {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 10px;
    padding: 0;
}

img.ig_news_tape {
    border-color: #333344;
    border-style: solid;
    border-width: 1px;
    display: none;
    float: left;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 3px;
    width: 250px;
}

img.ig_newstape {
    border-color: #333344;
    border-style: solid;
    border-width: 1px;
    clear: both;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

img.ig_feedback_random_image {
    height: 25px;
    left: 88px;
    position: absolute;
    top: 455px;
    width: 85px;
}

img.ig_question_random_image {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    height: 18px;
    left: 140px;
    position: absolute;
    top: 500px;
    width: 40px;
}

img.ig_user_random_image {
    float: left;
    height: 18px;
    margin-left: 5px;
    margin-top: 10px;
    position: relative;
    width: 40px;
}

img_img {
    width: 50px;
}

img.ig_gallery_close {
    position: absolute;
    z-index: 50;
}

img.ig_gallery_photo {
    clear: both;
    margin: 10px;
    margin-top: 30px;
}

img.ig_feedback1_random_image {
    height: 30px;
    margin-top: -6px;
    width: 85px;
}

input {
    font-family: 'Microsoft Sans Serif', 'Arial Unicode MS', Verdana;
    font-size: 11px;
    padding: 2px;
}

input#delivery_recipient_user {
    margin-top: 5px;
}

input.ig_news_form_year {
    width: 30px;
}

input.ig_search_form_search {
    background-color: rgba(55,98,52,0.00);
    background-image: url("/images/lupa.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-style: none;
    height: 35px;
    margin-left: -34px;
    position: relative;
    top: -4px;
    width: 35px;
}

input.ig_search_form_text {
    border-style: none;
    display: block;
    float: left;
    font-size: 14px;
    height: 26px;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    width: 427px;
}

input.ig_feedback_code {
    left: 100px;
    position: absolute;
    top: 285px;
    width: 30px;
}

input.ig_poll_sbros {
    background-color: #ff252a;
    border-style: none;
    color: #ffffff;
    font-size: 90%;
    margin-top: 10px;
    padding: 5px;
}

input.ig_poll_vote {
    background-color: #0050aa;
    border-style: none;
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 10px;
    text-transform: uppercase;
}

input.ig_question_code {
    left: 100px;
    position: absolute;
    top: 210px;
    width: 30px;
}

input.ig_question_email {
    left: 100px;
    position: absolute;
    top: 70px;
    width: 230px;
}

input.ig_question_name {
    left: 100px;
    position: absolute;
    top: 20px;
    width: 230px;
}

input.ig_question_phone_1 {
    left: 100px;
    position: absolute;
    top: 45px;
    width: 70px;
}

input.ig_question_phone_2 {
    display: none;
    left: 260px;
    position: absolute;
    top: 45px;
    width: 70px;
}

input.ig_question_send {
    left: 100px;
    position: absolute;
    top: 240px;
    width: 80px;
}

input.ig_user_address {
    left: 115px;
    position: absolute;
    top: 65px;
    width: 190px;
}

input.ig_user_city {
    left: 115px;
    position: absolute;
    top: 40px;
    width: 130px;
}

input.ig_user_city_phone_code {
    left: 115px;
    position: absolute;
    top: 90px;
    width: 30px;
}

input.ig_user_code {
    float: left;
    margin-top: 10px;
    position: relative;
    width: 30px;
}

input.ig_user_company {
    left: 175px;
    position: absolute;
    top: 15px;
    width: 130px;
}

input.ig_user_company_bin {
    left: 115px;
    position: absolute;
    top: 92px;
    width: 130px;
}

input.ig_user_company_fio {
    left: 115px;
    position: absolute;
    top: 40px;
    width: 130px;
}

input.ig_user_company_mobile {
    left: 115px;
    position: absolute;
    top: 65px;
    width: 130px;
}

input.ig_user_confirm {
    left: 115px;
    position: absolute;
    top: 65px;
    width: 130px;
}

input.ig_user_email {
    left: 115px;
    position: absolute;
    top: 15px;
    width: 130px;
}

input.ig_user_first_name {
    left: 115px;
    position: absolute;
    top: 40px;
    width: 130px;
}

input.ig_user_last_name {
    left: 115px;
    position: absolute;
    top: 15px;
    width: 130px;
}

input.ig_user_password {
    left: 115px;
    position: absolute;
    top: 40px;
    width: 130px;
}

input.ig_user_phone {
    left: 220px;
    position: absolute;
    top: 90px;
    width: 80px;
}

input.ig_user_phone_mobile {
    left: 115px;
    position: absolute;
    top: 115px;
    width: 130px;
}

input.ig_user_position {
    left: 115px;
    position: absolute;
    top: 65px;
    width: 190px;
}

input.ig_user_save {
    float: left;
    height: 23px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 5px;
    position: relative;
    width: 84px;
}

input.ig_passwordrecover_email {
    left: 100px;
    position: absolute;
    top: 20px;
    width: 140px;
}

input.ig_passwordrecover_send {
    height: 23px;
    left: 100px;
    position: absolute;
    top: 45px;
    width: 73px;
}

input_comercial {
    background-color: #fd8800;
    border-style: none;
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 15px;
    padding: 10px;
    text-transform: uppercase;
}

label.ig_poll_answer_label {
    margin-left: 10px;
    margin-right: 40px;
}

li {
    list-style-position: inside;
    margin-bottom: 5px;
}

ol {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

option {
    padding-left: 3px;
    padding-right: 5px;
}

p {
    margin-bottom: 12px;
    text-align: justify;
}

p.ig_center {
    text-align: center;
}

p.ig_clear {
    clear: both;
    text-align: justify;
}

p.ig_developed_by a {
    display: inline-block;
    text-decoration: underline;
}

p.ig_kontakt text {
    text-align: center;
    width: 220px;
}

p.ig_politec a {
    text-decoration: underline;
}

p.ig_reg {
    font-size: 100%;
    margin-top: 20px;
    width: 70%;
}

select {
    font-family: 'Microsoft Sans Serif', 'Arial Unicode MS', Verdana;
    font-size: 11px;
    padding: 1px;
}

select#gomonth {
    width: 100px;
}

select#goyear {
    width: 100px;
}

select.ig_feedback_section {
    border-style: none;
    border-bottom-color: #b4b4b4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #b4b4b4;
    display: block;
    font-size: 14px;
    height: 25px;
    left: 0;
    padding-left: 5px;
    position: absolute;
    text-align: center;
    top: 135px;
    width: 360px;
}

select.ig_question_category {
    left: 100px;
    position: absolute;
    top: 95px;
    width: 235px;
}

select.ig_user_country {
    left: 115px;
    position: absolute;
    top: 15px;
    width: 195px;
}

select.ig_user_dob_day {
    left: 115px;
    position: absolute;
    top: 65px;
    width: 40px;
}

select.ig_user_dob_month {
    left: 160px;
    position: absolute;
    top: 65px;
    width: 90px;
}

select.ig_user_dob_year {
    left: 255px;
    position: absolute;
    top: 65px;
    width: 55px;
}

select.ig_user_gender {
    left: 115px;
    position: absolute;
    top: 90px;
    width: 75px;
}

select.ig_user_legal_form {
    left: 115px;
    position: absolute;
    top: 15px;
    width: 55px;
}

select.ig_user_registration {
    float: left;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-top: 20px;
    position: relative;
    width: 130px;
}

span.ig_bold {
    font-weight: bold;
}

span.ig_haracteristic_name {
    margin-right: 5px;
}

span.ig_red {
    background-color: #ff0000;
    color: #ffffff;
}

span.ig_text_red {
    color: #e31e25;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

span.ig_news_date {
    color: #666666;
    font-size: 70%;
    letter-spacing: 2px;
}

span.ig_newstape_date {
    color: #666666;
    font-size: 12px;
    letter-spacing: 2px;
}

span.ig_newstape_date_hot {
    color: #ff0000;
    font-size: 9px;
    letter-spacing: 2px;
}

span_item_shopcart {
    clear: both;
    height: 80px;
}

span.ig_slider_block4_img {
    border-color: #d5d5d5;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    height: 330px;
    width: 1500px;
}

span.ig_slider_content_img {
    border-color: #d5d5d5;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    height: 155px;
    width: 204px;
}

span.ig_slider_header_content {
    left: 0;
    position: absolute;
    right: 0;
}

span.ig_slider_header_content a.ig_slider_button {
    background-color: #8fb13d;
    border-style: none;
    -webkit-box-shadow: 0 2px 3px #78817c;
    -moz-box-shadow: 0 2px 3px #78817c;
    box-shadow: 0 2px 3px #78817c;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
    padding: 3%;
    padding-bottom: 1%;
    padding-top: 1%;
    position: relative;
    text-transform: uppercase;
    top: 400px;
}

span.ig_slider_header_content button.ig_slider_button {
    background-color: #8fb13d;
    border-style: none;
    -webkit-box-shadow: 0 2px 3px #78817c;
    -moz-box-shadow: 0 2px 3px #78817c;
    box-shadow: 0 2px 3px #78817c;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
    padding: 3%;
    padding-bottom: 1%;
    padding-top: 1%;
    position: relative;
    text-transform: uppercase;
    top: 400px;
}

span.ig_slider_header_content div.first {
    background-color: #e31e25;
    color: #ffffff;
    height: 70px;
    left: 50px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    top: 120px;
    width: 205px;
}

span.ig_slider_header_content div.first span {
    display: inline;
    font-size: 32px;
    text-transform: uppercase;
}

span.ig_slider_header_content div.second {
    background-color: #363636;
    color: #ffffff;
    height: 85px;
    left: 30px;
    padding-top: 10px;
    position: absolute;
    top: 212px;
    width: 370px;
}

span.ig_slider_header_content div.second span {
    clear: both;
    display: block;
    font-size: 25px;
    margin-top: 5px;
}

span.ig_slider_header_content p {
    font-size: 23px;
    text-align: center;
}

span.ig_slider_header_img {
    display: block;
    overflow: hidden;
    width: auto;
}

span.ig_slider_news_rotator_content {
    background-color: rgba(225,225,225,0.8);
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    top: 0;
}

span.ig_slider_news_rotator_img {
    border-color: #d5d5d5;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    height: 330px;
    width: 590px;
}

table {
    border-collapse: collapse;
    border-width: 0;
    font-size: 87,5%;
    margin: auto;
}

table td.ig_noborder {
    border-right-style: none;
}

table.ig_category {
    clear: both;
    margin: auto;
    width: 100%;
}

table.ig_category td {
    padding: 5px;
    text-align: center;
}

table.ig_organization {
    margin: auto;
    width: 100%;
}

table.ig_organization td {
    padding: 5px;
    padding-bottom: 30px;
    vertical-align: top;
}

table.ig_slide_table {
    border-left-color: #999999;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    font-size: 110%;
    margin: auto;
    width: 80%;
}

table.ig_slide_table td {
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 1px;
    padding: 5px;
    vertical-align: middle;
}

table.ig_slide_table thead {
    background: -moz-linear-gradient(100deg, #0186ad 20%, #3dd58e 80%);
    background: -webkit-linear-gradient(100deg, #0186ad 20%, #3dd58e 80%);
    background: -o-linear-gradient(100deg, #0186ad 20%, #3dd58e 80%);
    background: linear-gradient(100deg, #0186ad 20%, #3dd58e 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0186ad', endColorstr='#3dd58e', GradientType=0);
}

table.ig_slide_table thead td {
    border-color: #ffffff;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
}

table.ig_slide_table thead td:first-child {
    font-size: 120%;
    padding-bottom: 10px;
    padding-top: 10px;
}

table.ig_statistic {
    table-layout: fixed;
    width: 100%;
}

table.ig_statistic div.ig_0 {
    height: 1px;
    position: relative;
}

table.ig_statistic div.ig_1 {
    height: 2px;
    position: relative;
}

table.ig_statistic div.ig_11 {
    height: 11px;
    position: relative;
}

table.ig_statistic div.ig_23 {
    height: 23px;
    position: relative;
}

table.ig_statistic div.ig_3 {
    height: 3px;
    position: relative;
}

table.ig_statistic div.ig_30 {
    height: 30px;
    position: relative;
}

table.ig_statistic div.ig_4 {
    height: 4px;
    position: relative;
}

table.ig_statistic div.ig_60 {
    height: 60px;
    position: relative;
}

table.ig_statistic div.ig_62 {
    height: 62px;
    position: relative;
}

table.ig_statistic div.ig_azure {
    background-color: #01e2f2;
    bottom: 0;
    margin-left: 8%;
    position: absolute;
    width: 88%;
}

table.ig_statistic td {
    position: relative;
}

table.ig_statistic tr:first-child td {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #0050aa;
    border-left-style: solid;
    border-left-width: 10px;
    border-right-color: #0050aa;
    border-right-style: solid;
    border-right-width: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 15%;
}

table.ig_statistic tr:nth-child(3n) td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
    word-wrap: break-word;
}

table.ig_table {
    border-left-color: #999999;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    margin: auto;
    width: 100%;
}

table.ig_table td {
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 1px;
    padding: 5px;
    vertical-align: top;
}

table.ig_table thead td {
    background-color: #3dd58e;
    border-bottom-color: #0186ad;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #0186ad;
    border-right-style: solid;
    border-right-width: 1px;
    color: #ffffff;
    font-size: 110%;
    padding: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
}

table.ig_table tr:nth-child(2n) {
    background-color: #e6e6e6;
}

table.ig_slider_table tr:nth-child(2n) {
    background-color: #e6eed5;
}

td {
    padding: 0;
    text-align: left;
}

td.ig_shoporders_sum_total_label {
    font-weight: bold;
}

textarea {
    font-family: 'Microsoft Sans Serif', 'Arial Unicode MS', Verdana;
    font-size: 11px;
    padding: 2px;
}

textarea.ig_feedback_message {
    border-color: #c7c7c7;
    border-style: solid;
    border-width: 1px;
    font-size: 100%;
    font-style: italic;
    height: 225px;
    left: 0;
    padding-left: 10px;
    padding-top: 4px;
    position: absolute;
    resize: vertical;
    text-align: center;
    top: 190px;
    width: 360px;
}

textarea.ig_question_question {
    height: 80px;
    left: 100px;
    position: absolute;
    top: 120px;
    width: 230px;
}

ul {
    margin-bottom: 15px;
    margin-top: 5px;
    padding-left: 20px;
}

ul.ig_menu_aux_1_
l {
    display: table;
    height: 40px;
    line-height: 40px;
    background: -moz-linear-gradient(180deg, #ffffff 20%, #f2f2f2 80%);
    background: -webkit-linear-gradient(180deg, #ffffff 20%, #f2f2f2 80%);
    background: -o-linear-gradient(180deg, #ffffff 20%, #f2f2f2 80%);
    background: linear-gradient(180deg, #ffffff 20%, #f2f2f2 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    margin: auto;
    margin-bottom: 1%;
    margin-top: 1%;
    padding-left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

ul.ig_menu_aux_1_level li {
    background-image: url("/images/slesh.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: table-cell;
    list-style-type: none;
    margin-bottom: 0;
    text-align: center;
    width: auto;
}

ul.ig_menu_aux_1_level li:first-child {
    list-style-type: none;
    margin-bottom: 0;
}

ul.ig_menu_aux_1_level li a {
    color: #009f4d;
    display: block;
    font-size: 110%;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

ul.ig_menu_aux_1_level li a:hover {
    text-decoration: underline;
}

ul.ig_menu_aux_1_level li a.active {
    color: #cccccc;
    cursor: default;
    text-decoration: none;
    text-shadow: none 1px 1px 1px #ffffff;
}

ul.ig_menu_aux_2_level {
    background-color: #999999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    clear: both;
    display: block;
    float: left;
    left: 0;
    margin: 0;
    margin-top: 0;
    min-width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    visibility: hidden;
    width: auto;
    z-index: 10;
}

ul.ig_menu_aux_2_level li {
    background-image: none;
    display: block;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

ul.ig_menu_aux_2_level li a {
    background-image: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 35px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    text-align: center;
    text-decoration: none;
}

ul.ig_menu_aux_2_level li a:hover {
    color: #ffffff;
    background: -moz-linear-gradient(180deg, #a7cfdd 20%, #0889b1 80%);
    background: -webkit-linear-gradient(180deg, #a7cfdd 20%, #0889b1 80%);
    background: -o-linear-gradient(180deg, #a7cfdd 20%, #0889b1 80%);
    background: linear-gradient(180deg, #a7cfdd 20%, #0889b1 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7cfdd', endColorstr='#0889b1', GradientType=0);
    text-decoration: none;
}

ul.ig_menu_aux_2_level2 {
    clear: both;
    display: none;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

ul.ig_menu_aux_3_level {
    background-color: #999999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-left-color: #ffffff;
    border-left-style: dotted;
    border-left-width: 1px;
    clear: both;
    display: block;
    float: left;
    margin: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
    width: auto;
    z-index: 10;
}

ul.ig_menu_aux_3_level li {
    background-image: none;
    clear: both;
    display: block;
    height: auto;
    list-style-type: none;
    margin-bottom: 0;
    width: auto;
}

ul.ig_menu_aux_3_level li a {
    background-image: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

ul.ig_menu_aux_3_level2 {
    clear: both;
    display: block;
    float: left;
    margin: 0;
    width: 100%;
}

ul.ig_menu_footer_1_level {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    position: relative;
}

ul.ig_menu_footer_1_level li {
    border-left-color: #333333;
    border-left-style: solid;
    border-left-width: 1px;
    display: block;
    float: left;
    list-style-type: none;
    margin-bottom: 0;
}

ul.ig_menu_footer_1_level li:first-child {
    border-left-style: none;
}

ul.ig_menu_footer_1_level li a {
    display: block;
    font-size: 9px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

ul.ig_menu_footer_1_level li a:hover {
    color: #ff0000;
}

ul.ig_menu_footer_1_level li a.active {
    color: #333333;
    cursor: default;
    font-weight: bold;
}

ul.ig_menu_main_1_level {
    display: table;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    padding-left: 0;
    width: 100%;
}

ul.ig_menu_main_1_level li {
    display: table-cell;
    list-style-type: none;
    margin-bottom: 0;
    width: auto;
}

ul.ig_menu_main_1_level li:hover {
    text-decoration: underline;
}

ul.ig_menu_main_1_level li a {
    background-color: rgba(55,98,52,0.00);
    color: #8fb13d;
    display: block;
    font-size: 120%;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    text-decoration: none;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

ul.ig_menu_main_1_level li.active {
    background-color: rgba(55,98,52,0.00);
    color: #8fb13d;
    cursor: default;
}

ul.ig_menu_main_2_level {
    background-color: #8f8f8f;
    display: none;
    float: left;
    left: 0;
    margin: 0;
    min-width: 100%;
    padding-left: 0;
    position: absolute;
    top: 50px;
    z-index: 10;
}

ul li a.touch-menu::hover {
    background: black;
}

ul.ig_menu_main_2_level li {
    display: inline-block;
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

ul.ig_menu_main_2_level li a {
    background-color: rgba(55,98,52,0.00);
    color: #ffffff;
    display: block;
    font-size: 120%;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2%;
    padding-top: 2%;
    text-align: left;
    text-decoration: none;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    white-space: nowrap;
}

ul.ig_menu_main_2_level li a:hover {
    background-color: #dddddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}

ul.ig_menu_main_2_level li a.active {
    background-color: #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

ul.ig_menu_main_3_level {
    background-color: #8f8f8f;
    float: left;
    left: 100%;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 10;
}

ul.ig_menu_main_3_level li {
    clear: both;
    display: block;
    float: left;
    list-style-type: none;
    margin-bottom: 0;
}

ul.ig_menu_main_3_level li a {
    background-color: rgba(55,98,52,0.00);
    color: #ffffff;
    display: block;
    font-size: 120%;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    white-space: nowrap;
}

ul.ig_menu_main_3_level li a:hover {
    background-color: #00ff00;
    color: #ffffff;
}

ul.ig_menu_main_3_level li a.active {
    background-color: #00ff00;
    color: #ffffff;
}

ul.ig_menu_main_4_level {
    background-color: #cccccc;
    border-color: #ff00ff;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    padding-left: 0;
    position: absolute;
    visibility: hidden;
    z-index: 10;
}

ul.ig_menu_main_4_level li {
    clear: both;
    display: block;
    float: left;
    list-style-type: none;
    margin-bottom: 0;
}

ul.ig_menu_main_4_level li a:hover {
    background-color: #00ff00;
    color: #ffffff;
}

ul.ig_menu_main_4_level li a.active {
    background-color: #00ff00;
    color: #ffffff;
}

ul.ig_menu_shop_categories_1_level {
    background-color: #ccccff;
    border-color: #000066;
    border-style: solid;
    border-width: 1px;
    clear: both;
    float: left;
    margin: 0;
    margin-top: 20px;
    overflow: hidden;
    padding-left: 0;
    position: relative;
    width: 100%;
}

ul.ig_menu_shop_categories_1_level li {
    clear: both;
    display: block;
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    width: 100%;
}

ul.ig_menu_shop_categories_1_level li a {
    display: block;
    float: left;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

ul.ig_menu_shop_categories_1_level li a:hover {
    color: #990000;
}

ul.ig_menu_shop_categories_1_level li a.active {
    color: #333333;
    cursor: default;
    font-weight: bold;
}

ul.ig_menu_shop_categories_2_level {
    clear: both;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

ul.ig_menu_shop_categories_2_level li {
    background-color: #333333;
    display: block;
    min-width: 100%;
}

ul.ig_menu_shop_categories_2_level li>a {
    color: #ffffff;
}

ul.ig_menu_shop_categories_3_level {
    clear: both;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

ul.ig_slider_block4 li {
    display: block;
    height: 330px;
    margin: 0;
    padding: 0;
}

ul.ig_slider_block4 li img {
    display: block;
    height: 330px;
    margin: 0;
    padding: 0;
}

ul.ig_slider_content li {
    display: block;
    height: 200px;
    margin: 0;
    margin-right: 45px;
    margin-top: 20px;
    padding: 0;
    width: 204px;
}

ul.ig_slider_content li img {
    display: block;
    height: 120px;
    margin: 0;
    padding: 0;
    width: 204px;
}

ul.ig_slider_header li {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
}

ul.ig_slider_news_rotator li {
    display: block;
    height: 330px;
    margin: 0;
    padding: 0;
    width: 590px;
}

ul.ig_slider_news_rotator li img {
    display: block;
    height: 330px;
    margin: 0;
    padding: 0;
    width: 590px;
}

.buttonup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 65px;
    right: 55px;
    z-index: 9999;
}

#menu_aux_block_15388 {
    width: 400px;
    margin-left: -330px;
}
