/*
 * Date created: 2025-06-27 12:09:11
 */
/*
 * ATTENTION! This file is automatically created from several CSS files.
 * Find file path and name in the comments in the beginning of the each code block
 */


/*
 * FILE START: _mod_files/_css/common.css
 */

/* 
    -- COMMON.CSS strucrure: --
    1. Reset browser's defaults styles
    2. Common styles
    3. Modules
    4. E-Shop
    5. System
*/

/* 1. RESET BROWSER's DEFAULTS ****************************************************************************************************/

* {
    margin: 0px;
    padding: 0px;
    border: 0;
}

/* 2. COMMON STYLES ****************************************************************************************************/

h1, h2, h3, h4, h5, .alt_header1, .alt_header2, .alt_header3, .alt_header4, .alt_header5 {
    padding: 0px 0px 8px 0px;
}



table {
    border-collapse: separate;
    border-spacing: 0;
}

body {
    background-color:#ffffff;
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serifsans-serif;
    font-size: 13px;
}

body, table, tr, td, p, a, input, select, textarea {
    color: #848484;
    font-family: arial, tahoma, verdana;
    font-size: 14px;
}

td, th {vertical-align: baseline;}

a, .item_name_eshop a {
    color: #5c99c5;
}

a:hover {
    text-decoration: underline;
}

hr {
    height: 1px;
    border: 0px;
    color: #d9d9d9;
    background: #d9d9d9;
    margin: 18px 0;
}

blockquote {
    padding: 5px;
    margin: 5px;
}

input, select, textarea {
    border: 1px solid #ccc;
    padding: 6px 4px;
    margin: 2px 0;
    box-sizing: border-box;
}

textarea.inp-h {
    display: none;
}

.eshop-item-small__img {
    margin-bottom: 20px;
    max-width:160px;
    max-height:120px;
}

.eshop-item-small__forum {
    display:none;
}

button,
.btn,
.eshop-item-small__cart-text{
       background: #5c99c5 none repeat scroll 0 0;
    border: 1px solid #5c99c5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 13px 9px;
    white-space: nowrap;
height:auto;
width:auto;
position:relative;
display:inline-block;
}

button:hover,
.btn:hover,
.eshop-item-small__cart-text:hover{
  
}

small {
    font-size: 13px;
}

table.tbl {
    border: 1px #F3F7ED solid;
    empty-cells: hide;
}
table.tbl td {
    border: 0;
    font-size: .95em;
    padding: 5px;
}
table.tbl TH {
    background-color: #EFEFEF;
    border: 0;
    color: #717171;
    font-size: .95em;
    padding: 5px;
}
table.price {
    border: 1px #F3F7ED solid;
    empty-cells: hide;
}
table.price TH {
    background-color: #F3F7ED;
    border: 0;
    color: #717171;
    font-size: .95em;
    padding: 5px;
}
table.price td {
    border: 1px #F3F7ED solid;
    font-size: .95em;
    padding: 5px;
}

table.spec {
    border: 1px #417b98 solid;
}
table.spec TH {
    background-color: #417b98;
    padding: 5px;
}
table.spec td {
    border: 0;
}
table.right_block {
    border: 0;
}
table.right_block td {
    border: 0;
    padding: 10px;
}

table.bottom_menu {
    height: 29px;
    margin: 0 10px 0 0;
}
table.bottom_menu td {
    text-align: left;
}

tr.sel {
    background: #F0F0F0;
}

.wd1 {
    width: 70px !important;
}
.wd2 {
    width: 165px !important;
}
.wd3 {
    width: 150px !important;
}
.wd4 {
    width: 200px !important;
}
.wd5 {
    width: 250px !important;
}
.wd6 {
    width: 500px !important;
}
.wd7 {
    width: 100% !important;
}
.wd-full {
    width: 100%;
}
.sz1 {
    font-size: .5em !important;
}
.sz2 {
    font-size: .6em !important;
}
.sz3 {
    font-size: .7em !important;
}
.sz4 {
    font-size: .9em !important;
}
.sz5 {
    font-size: 1em !important;
}
.sz6 {
    font-size: 1.2em !important;
}
.sz7 {
    font-size: 1.3em !important;
}
.sz8 {
    font-size: 1.5em !important;
}
.sz9 {
    font-size: 2em !important;
}

@media screen and (max-width: 1000px) {
    #lay_body img,
    #lay_body .photo-easy-skin .photoalbum_item-detail__img-area,
    #lay_body .photo-easy-skin .photoalbum_item-row__img-area {
        max-width: 100%;
        height: auto !important;
    }
}

/* 3. MODULES ****************************************************************************************************/

/* MODULE: Start search page
 * @tpl search.tpl
 */

.search-page__help {
    background: #F0F0F0;
    padding: 15px;
    border-radius: 10px;
    font-size:11px;
}

.search-page__title {font-weight: bold;}
.search-page__info li {padding: 5px 0;}

/* MODULE: End search page
 * @tpl search.tpl
 */

/* MODULE: Start maps page
 * @tpl sm_imaged_tree.tpl
 */

.sm_imaged_tree td {
    padding-bottom: 4px;
}

.sm_imaged_item_normal_2 {
    padding-left: 16px;
}

.sm_imaged_item_normal_3 {
    padding-left: 32px;
}

.sm_imaged_item_normal_4 {
    padding-left: 48px;
}

/* MODULE: End maps page
 * @tpl sm_imaged_tree.tpl
 */

/* MODULE: Start hyper modules: news, articles, blog 
 * @tpl ami_multifeeds.tpl
 */

img[hspace] {
    padding: 10px;
}

.news_item-list__list, .news_item-small, 
.articles_item-list__list, .articles_item-small, .articles_item-cat-list,
.blog_item-list__list, .blog_item-small, .blog_item-cat-list {
    position: relative;
    width: 100%;
    font-size: 0;
}

.news_item-list__list div, .news_item-small div, 
.articles_item-small div, .articles_item-list__list div, .articles_item-cat-list div, 
.blog_item-small div, .blog_item-list__list div, .blog_item-cat-list div {
    font-size: 13px;
}

.news_item-list__cat-header h1, .news_item-detailed__header h1, 
.articles_item-list__cat-header h1, .articles_item-detailed__header h1,
.blog_item-list__cat-header h1, .blog_item-detailed__header h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.news_item-row, .news_item-small-row 
.articles_item-small-row, .articles_item-row, .articles_item-cat-row,
.blog_item-row, .blog_item-cat-row {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
}

span.news_item-small__fdate, 
span.articles_item-small__fdate,
span.blog_item-small__fdate {
    float: left;
    font-size: 13px;
    padding-right: 7px;
}

span.news_item-row__fdate,
span.articles_item-row__fdate,
span.blog_item-row__fdate {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 6px;
    font-size: 13px;
}

span.news_item-row__ftime, 
span.articles_item-row__ftime, 
span.blog_item-row__ftime {
    float: right;
    position: relative;
    top: 6px;
    font-size: 13px;
}

span.news_item-detailed__ftime,
span.blog_item-detailed__ftime,
span.articles_item-detailed__ftime {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 15px;
}

span.news_item-detailed__fdate,
span.blog_item-detailed__fdate,
span.articles_item-detailed__fdate {
    float: right;
    position: relative;
    top: 15px;
}

.news_item-detailed__header-name,
.blog_item-detailed__header-name,
.articles_item-detailed__header-name {
    float: left;
    width: 100%;
}

.news_item-detailed__description,
.blog_item-detailed__description,
.articles_item-detailed__description {
    clear: both;
}

span.articles_item-small-row__cat_header {margin-bottom: 3px;}

.articles_item-detailed__fdate-block .articles_item-detailed__fdate,
.articles_item-row__fdate-block .articles_item-row__fdate {
    float: none;
    top: 0;
    padding: 0;
    margin-right: 0;
}

.news_item-small-row__cat_header a, .news_item-small-row__header a,
.articles_item-small-row__cat_header a, .articles_item-small-row__header a,
.blog_item-small-row__cat_header a, .blog_item-small-row__header a {
    font-size: 15px;
    text-decoration: underline;
}

div.news_item-row__header, div.news_item-small-row__cat_header, div.news_item-small-row__header, 
div.articles_item-small-row__header, div.articles_item-row__header, div.articles_item-small-row__cat_header, 
div.blog_item-small-row__header, div.blog_item-row__header, div.blog_item-small-row__cat_header {
    margin-bottom: 15px;
    padding-right: 30px;  
}

a.news_item-row__header-name, 
a.articles_item-row__header-name, a.articles_item-list__cat-header,
a.blog_item-row__header-name, a.blog_item-list__cat-header {
    font-size: 20px;
    text-decoration: underline;
}

a.news_item-row__header-name:hover, .news_item-small-row__cat_header a:hover, .news_item-small-row__header a:hover,
a.articles_item-row__header-name:hover, a.articles_item-list__cat-header:hover, .articles_item-small-row__cat_header a:hover, .articles_item-small-row__header a:hover,
a.blog_item-row__header-name:hover, a.blog_item-list__cat-header:hover, .blog_item-small-row__cat_header a:hover, .blog_item-small-row__header a:hover {
    /*text-decoration: none;*/
}

.news_item-row__img_small-img, .news_item-small-row__img,
.articles_item-row__img_small-img, .articles_item-row__cat_img_small-img, .articles_item-small-row__img, 
.blog_item-row__img_small-img, .blog_item-row__cat_img_small-img, .blog_item-small-row__img {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 15px;
}

.news_item-row__announce, .news_item-small-row__announce, .articles_item-small-row__announce, .news_item-small-row__announce,
.articles_item-row__announce, .articles_item-cat-row__announce, .articles_item-small-row__announce,
.blog_item-row__announce, .blog_item-cat-row__announce, .blog_item-small-row__announce {
    margin-bottom: 10px;
    padding-right: 30px;
}

.news_item-detailed__item-details, 
.articles_item-detailed__item-details,
.blog_item-detailed__item-details {
    display: inline-block;
    width: 100%;
}

.news_item-detailed__fdate, .news_item-small-row__cat_header, 
.articles_item-small-row__cat_header, .articles_item-detailed__fdate,
.blog_item-small-row__cat_header, .blog_item-detailed__fdate {
    margin-bottom: 15px;
    margin-right: 6px;
    display: inline-block;
}

.news_item-detailed__img, 
.articles_item-detailed__img,
.blog_item-detailed__img {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.news_item-detailed__img img, 
.articles_item-detailed__img img,
.blog_item-detailed__img img {
    border: 1px solid #CCCCCC;
}

.news_item-detailed__body, 
.articles_item-detailed__body, div.articles_item-cat-row__header,
.blog_item-detailed__body, div.blog_item-cat-row__header {
    margin-bottom: 10px;   
}

.news_browse-item-row,
.articles_browse-item-row,
.blog_browse-item-row {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}

.news_browse-item-list,
.articles_browse-item-list,
.blog_browse-item-list {
    font-size: 0;
    padding-top: 20px;
}

.news_browse-item-list div,
.articles_browse-item-list div,
.blog_browse-item-list div {
    font-size: 13px;
}

.news_browse-item-list .news_item-row__header-name,
.articles_browse-item-list .articles_item-row__header-name,
.blog_browse-item-list .blog_item-row__header-name {
    font-size: 20px;
    font-weight: normal;
}

.news_browse-item-list .news_item-row__announce,
.articles_browse-item-list .articles_item-row__announce,
.blog_browse-item-list .blog_item-row__announce {
    margin-right: 30px;
    overflow: hidden;
    padding: 15px 0 0;
}

.news_browse-item-list__pager,
.articles_browse-item-list__pager,
.blog_browse-item-list__pager {
    padding: 15px 0;
}

.news_item-detailed__nav,
.articles_item-detailed__nav,
.blog_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.articles_item-list__item-list,
.blog_item-list__item-list {
    display: inline-block;
    width: 100%;
}

.articles_item-list__cat-img,
.blog_item-list__cat-img {
    float: left;
    margin-bottom: 20px;
}

.articles_item-row__source, .articles_item-row__author, .articles_item-detailed__source, .articles_item-detailed__author,
.blog_item-row__source, .blog_item-row__author, .blog_item-detailed__source, .blog_item-detailed__author {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 5px;
}

.articles_item-small-row__cat_header a, .articles_item-small-row__cat_header,
.blog_item-small-row__cat_header a, .blog_item-small-row__cat_header {
    color: #666;
}

.articles_item-small-row__cat_header span, .blog_item-small-row__cat_header span {
    display: inline-block;
    font-size: 22px;
    padding: 0 2px;
    position: relative;
    width: 20px;
}

div.articles_item-cat-row__header,
div.blog_item-cat-row__header {
    margin-bottom: 20px;
}

.news_item-detailed__img, 
.articles_item-list__cat-img, .articles_item-detailed__img,
.blog_item-list__cat-img, .blog_item-detailed__img {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_item-detailed__img .image_click_news, 
.articles_item-list__cat-img .image_click_articles, .articles_item-detailed__img .image_click_articles,
.blog_item-list__cat-img .image_click_articles, .blog_item-detailed__img .image_click_articles {
    border: none;
}

.photoalbum_control-panel__comments,
.news_control-panel__comments,
.articles_control-panel__comments,
.blog_control-panel__comments {
    width: 12px;
}

.photoalbum_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat;
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 20px;
    float: right;
    text-decoration: none;
    line-height: 1;
    padding-right: 3px;
}

.photoalbum_control-panel__comments-count {
    position: relative;
    top: 4px;
    font-size: 11px !important;
    text-decoration: none;
    color: #000;
}

.photoalbum_item-small-row__control-panel,
.articles_item-small-row__control-panel,
.news_item-small-row__control-panel,
.blog_item-small-row__control-panel {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.photoalbum_item-small img,
.photoalbum_item-small-row__block {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    height: 12px;
    font-size: 11px !important;
    padding-left: 23px;
    padding-top: 4px;
    width: 12px;
    float: none;
    cursor: pointer;
}

.photoalbum_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate {
    float: right;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion {
    background: url("_img/comments_black__small.png") no-repeat 3px 4px;
}

.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    background: url("_img/like_hand_black__small.png") no-repeat 3px 4px;
}

.articles_item-row__cat_img_small-img, .articles_item-row__cat_img_small-img,
.blog_item-row__cat_img_small-img, .blog_item-row__cat_img_small-img {
    margin-bottom: 20px;
}

.news_item-detailed__ext_discussion, .news_item-small-row__ext_rating,
.articles_item-detailed__ext_discussion, .articles_item-small-row__ext_rating,
.blog_item-detailed__ext_discussion, .blog_item-small-row__ext_rating {
    clear: both;
}

.news_item-small-row__img,
.articles_item-small-row__img,
.blog_item-small-row__img {
    margin-bottom: 10px;
}

.captcha-block {
    margin: 0 auto;
    padding-left: 30px;
    width: 350px;
}

.captcha-block__title, .captcha-block img, .captcha-block__input-txt {
    float: left;
    margin: 10px 0;
}

.captcha-block__title {
    padding-top: 11px;
    padding-right: 15px;
}

.captcha-block img {
    margin-right: 10px;
}

.captcha-block__input-txt input {
    width: 110px;
    margin-top: 9px;
}

.news_item-detailed__announce,
.articles_item-detailed__announce,
.blog_item-detailed__announce {
    padding-bottom: 15px;
    clear: both;
}

.ext_common-cf, .ext_rating, .ext_tags, .ext_discussion, .pager_showall {
    padding-bottom: 5px;
    float: right;
}

.ext_tags {
    float: left;
    padding: 0;
}

.ext_discussion.photoalbum_item-detailed__ext_discussion,
.blog_item-detailed__ext_discussion,
.articles_item-detailed__ext_discussion,
.news_item-detailed__ext_discussion {
    float: none;
}

.photoalbum_item-detailed__header-name,
.photoalbum_item-detailed__header-name {
    text-align: center;
}

.news_item-detailed__social-buttons,
.articles_item-detailed__social-buttons,
.blog_item-detailed__social-buttons {
     margin: 15px 0 5px -5px;
}

.articles_control-panel__comments,
.news_control-panel__comments,
.blog_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 23px;
    float: right;
    text-decoration: none;
    line-height: 1;
}
.rss_extension {opacity: 0.8;}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog_control-panel__comments:hover,
.rss_extension:hover  {
    opacity: 1;
    text-decoration: none !important;
}
.articles_control-panel__comments-count,
.news_control-panel__comments-count,
.blog_control-panel__comments-count  {
    position: relative; 
    top: 4px; 
    font-size: 11px !important; 
    text-decoration: none; 
    color: #000;
}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog _control-panel__comments:hover {
    text-decoration: none !important;
}
.articles_social-btn,
.news_social-btn,
.blog_social-btn  {
    font-size: 0;
    height: 20px;
    float: right;
    margin: 0;
    padding-top: 3px;
    width: 25px;
    overflow: hidden;
    padding-right: 9px;
}
.articles_item-list__empty,
.news_item-list__empty,
.blog_item-list__empty,
.photoalbum_item-list__empty {
    padding: 20px;
    text-align: center;
}
.articles_item-detailed__item-details .b-share__link,
.articles_item-detailed__item-details .b-share .b-share-form-button i,
.news_item-detailed__item-details .b-share__link,
.news_item-detailed__item-details .b-share .b-share-form-button i,
.blog_item-detailed__item-details .b-share__link,
.blog_item-detailed__item-details .b-share .b-share-form-button i  {
    display: none !important;
}
.articles_item-detailed__item-details .b-share, 
.articles_item-detailed__item-details .b-share__handle,
.articles .b-share-form-button,
.news_item-detailed__item-details .b-share,
.news_item-detailed__item-details .b-share__handle,
.news .b-share-form-button,
.blog_item-detailed__item-details .b-share,
.blog_item-detailed__item-details .b-share__handle,
.blog .b-share-form-button  {
    padding: 0 !important;
    margin: 0 !important;
}
.articles_item-detailed__item-details .b-share .b-share-form-button,
.news_item-detailed__item-details .b-share .b-share-form-button,
.blog_item-detailed__item-details .b-share .b-share-form-button  {
    cursor: pointer; 
    width: 20px; 
    background: url("_img/social_btn_black.png") no-repeat left !important;
    font-size: 0;
}

/*.articles_item-small a, .articles_item-small span, 
.news_item-small a, .news_item-small span, 
.blog_item-small a, .blog_item-small span, 
.photoalbum_item-small a, .photoalbum_item-small span {
    font-size: 12px;
}*/

.item-detailed__nav-previous-link,
.item-detailed__nav-next-link {
    white-space: nowrap;
}

/* MODULE: End hyper modules: news, articles, blog 
 * @tpl ami_multifeeds.tpl
 */

/* MODULE: Start Photoalbum 6.0 
 * @tpl ami_multifeeds_photoalbum.tpl
 */

.browse-item-list {position: relative;}

.amiphotoalbum .amiphoto-hide, 
.amiphotoalbum.photoalbum_item .browse-item-list__hide, .browse-item-list__hide-block {
    z-index: 3; 
    position: absolute; 
    background: url(_img/ami_jsapi/loader.gif) no-repeat center 20% #FFFFFF; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}

.amiphotoalbum .photoalbum_item-detail__block .amiphoto-hide {
    background: url(_img/ami_jsapi/loader-black.gif) no-repeat center 20% #000; 
}

.amiphoto-block {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.amiphotoalbum .amiphoto-block__row-item {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
} 
.amiphotoalbum .amiphoto-block__row-item__contant {
	display: block;
	overflow: hidden;
    border: 2px solid #fff;
}
.amiphotoalbum .amiphoto-block__row {
    width: 200%;
}
.amiphotoalbum .amiphoto-block__row-item__img {position: relative; cursor: pointer;}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__prev-link__area {
    display: block;
    height: 53px;
    padding: 0;
    width: 32px;
    opacity: 0.6;
    position: absolute;
    top: 45%;
    cursor: pointer;
    display: block;
    z-index: 1;
}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detail__fullscreen {width: 20px; background: url("_img/full_screen.png") no-repeat; position: absolute; width: 20px; height: 20px; cursor: pointer; right: 5px; top: 29px;}
.amiphotoalbum .photoalbum_item-detailed__next-link {display: block; left: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__prev-link {display: block; right: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__next-link__area {border-radius: 0 30px 30px 0; background: url("_img/slider-pad__arrow-left.jpg") no-repeat left 9px #FFFFFF;}
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {right: 0; border-radius: 30px 0 0 30px; background: url("_img/slider-pad__arrow-right.jpg") no-repeat right 9px #FFFFFF; }
.amiphotoalbum .photoalbum_item-list__list, 
.amiphotoalbum .photoalbum_item-cat-list, 
.amiphotoalbum .photoalbum_browse-item-list__list, 
.amiphotoalbum .photoalbum_item-detail__block {
	font-size: 0;
}
.amiphotoalbum .photoalbum_item-list__list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_item-cat-list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_browse-item-list__list .amiphoto-block__row div {
	font-size: 13px;
}
.amiphotoalbum .photoalbum_item-detail__block div {font-size: 13px; text-align: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_control-panel__comments-count {color: #FFF;position: relative;top: 5px;font-size: 13px;}
.amiphotoalbum .photoalbum_item-detail__header span {font-size: 13px; display: block;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating__stars-form {padding: 0 10px 0 0;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_social-btn {
    font-size: 0;
    height: 20px;
    float: left;
    padding: 0 0 0 3px;
    margin: 0;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__link,
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button i {
    display: none !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share, 
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__handle,
.amiphotoalbum .b-share-form-button {
    padding: 0 !important;
    margin: 0 !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button {cursor: pointer; width: 20px; background: url("_img/social_btn.png") no-repeat center !important;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link {font-weight: normal; font-size: 13px; padding: 5px;position: relative; display: block;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link a {font-weight: normal;}
.amiphotoalbum .photoalbum_item-row__item_cat_img-img, 
.amiphotoalbum .photoalbum_item-detail__item_cat_img-img {
	display: none;
}
.amiphotoalbum .photoalbum_item-list__cat-body {padding-bottom: 20px;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {    
    -webkit-transition:all 0s ease-in-out;
    -moz-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out;
}
.amiphotoalbum .photoalbum_item-detailed__item-details {position: relative; z-index: 4;}
.amiphotoalbum .photoalbum_item-row__announce-block, 
.amiphotoalbum .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__announce-block, 
.amiphotoalbum .photoalbum_item-detail__header,
.amiphotoalbum .photoalbum_item-detailed__next-link, 
.amiphotoalbum .photoalbum_item-detailed__prev-link,
.amiphotoalbum .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider {
	-webkit-transition:left 3s ease;
    -moz-transition:left 3s ease;
    -o-transition:left 3s ease;
    transition:left 3s ease;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider img {position: absolute; left: 50%; top: 0; opacity: 0; filter: alpha(opacity=0)}
.amiphotoalbum .cat-row__images-block__slider img.show {opacity: 1; filter: alpha(opacity=100)}
.amiphotoalbum .cat-row__images-block__slider {position: relative; width: 100%; height: 100%;background: #000; text-align: center;}
.amiphotoalbum .cat-row__images-block:hover .cat-row__images-block__slider {}
.amiphotoalbum .photoalbum_item-row__fdate {bottom: 0;position: absolute;right: 5px;top: 35px;}
.amiphotoalbum .photoalbum_item-detailed__fdate {
    padding: 2px 5px;
    position: absolute;
    right: 5px;
    top: 30px;
}
.amiphotoalbum .photoalbum_item-row__header-name-block {
    display: block;
    margin-right: 93px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.photoalbum_item-detailed__path a, 
.photoalbum_item-list__cat-header h1 a, 
.photoalbum_item-list__cat-header h1, 
.photoalbum_item-list__cat-list h1, 
.photoalbum_item-detailed__path {
    color: #000 !important; 
    font-size: 19px; 
    font-weight: normal !important;
}
.amiphotoalbum .photoalbum_item-detailed__path {padding-bottom: 25px;}
.amiphotoalbum .photoalbum_item-detail__img {position: relative;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header {height: 57px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header a {font-size: 15px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__announce-block {height: 25px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 55px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_control-panel, 
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_control-panel {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-detail__block {background: #000; text-align: center;}
.amiphotoalbum .photoalbum_item-row__block, 
.amiphotoalbum .photoalbum_item-detail__block {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__block {border: none;}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-detail__header {
    top: 0; position: absolute; left: 0; height: 21px; overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__header {height: 25px;}
.amiphotoalbum .photoalbum_item-row__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-detail__announce-block .photoalbum_control-panel {top: 5px;}
.amiphotoalbum .photoalbum_item-detail__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-row__announce {
    float: none;
    margin-right: 93px;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    width: auto;
}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__header {height: 57px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 60px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .photoalbum_item-detailed__next-link:hover .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link:hover .photoalbum_item-detailed__prev-link__area {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-row__num-items, 
.amiphotoalbum .photoalbum_item-detail__num-items {
    font-style: italic;
}
.amiphotoalbum .photoalbum_item-row__header span {font-size: 11px;display: block;}
.amiphotoalbum .photoalbum_item-row__header a, 
.amiphotoalbum .photoalbum_item-row__announce-block a {
    color: #fff; 
    font-size: 15px;
}
.amiphotoalbum .photoalbum_item-detail__header a {color: #fff; font-size: 13px;}
.amiphotoalbum .photoalbum_item-row, 
.amiphotoalbum .photoalbum_item-cat-row, 
.amiphotoalbum .photoalbum_item-detail {
    overflow: hidden; 
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
}
.amiphotoalbum .browse-item-list .photoalbum_item-row {
    min-width: 150px;
}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-row__announce-block,
.amiphotoalbum .photoalbum_item-detail__header, 
.amiphotoalbum .photoalbum_item-detail__announce-block {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
}
.amiphotoalbum .photoalbum_item-row__header__txt, 
.amiphotoalbum .photoalbum_item-row__announce-block__txt,
.amiphotoalbum .photoalbum_item-detail__header__txt, 
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
	padding: 5px 5px;     
}
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
    display: block;
    margin-right: 140px;
    overflow: hidden;
    position: relative;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100% !important;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum.photoalbum_item .browse-item-list {
    position: relative;
    overflow: hidden;
    width: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 2px;
}
.amiphotoalbum.photoalbum_item .browse-item-list__content {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum.photoalbum_item .browse-item-list__clipper {
    width: auto;
    position: relative;
    overflow: hidden;
    left: 0;
}
.amiphotoalbum.photoalbum_item .browse-item-list__container,
.browse-item-list__container {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    transition: left 0.5s ease-out,top 0.5s ease-out;
    -moz-transition: left 0.5s ease-out,top 0.5s ease-out;
    -webkit-transition: left 0.5s ease-out,top 0.5s ease-out;
    -o-transition: left 0.5s ease-out,top 0.5s ease-out;
}
.browse-item-list__container div,
.browse-item-list__container span {
    font-size: 13px;
}

.browse-block__row-item__img {padding: 4px;}
.browse-block__row-item__img-selected {padding: 0;border: 4px solid #6FCAF3;}
.amiphotoalbum .browse-block__row-item__img {cursor: pointer; }
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left:after, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right:after {
    background: none;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    width: 32px;
    height: 53px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right {
    background: #FFF url(_img/slider-pad__arrow-right.jpg) no-repeat 10px 8px;
    border-radius: 30px 0 0 30px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    background: #FFF url(_img/slider-pad__arrow-left.jpg) no-repeat left;
    border-radius: 0 30px 30px 0;
}

.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-block, 
.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-votes {
    width: 62px;
    height: 14px;
}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating__stars-form {padding: 0;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_control-panel__comments-count {position: relative; top: 5px; font-size: 11px; color: #fff;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_control-panel {
    bottom: -2px;
    opacity: 0.6;
    position: absolute;
    right: 5px;
    top: auto;
}
.amiphotoalbum .photoalbum_control-panel a {padding-bottom: 5px; text-decoration: none; display: block; margin-left: 5px; float: left; height: 20px; padding-left: 22px; cursor: pointer;}
.amiphotoalbum .photoalbum_control-panel a, 
.amiphotoalbum .photoalbum_item-detail__fullscreen {
    opacity: 0.8;
}
.amiphotoalbum .photoalbum_control-panel a:hover, 
.amiphotoalbum .photoalbum_item-detail__fullscreen:hover {text-decoration: none; opacity: 1;}
.amiphotoalbum .photoalbum_control-panel__rating {background: url(_img/photoalbum/rating.png) no-repeat;}
.amiphotoalbum .photoalbum_control-panel__comments {background: url(_img/comments.png) no-repeat; margin: 0 !important;}
.amiphotoalbum a.photoalbum_control-panel__fullscreen {padding-left: 0; width: 20px; background:  url(_img/full_screen.png) no-repeat;}
.amiphotoalbum .fullscreen-img__on a.photoalbum_control-panel__fullscreen {background:  url(_img/full_screen_in.png) no-repeat;}

.photoalbum_item #com_form_bot,
.articles_item #com_form_bot,
.news_item #com_form_bot,
.blog_item #com_form_bot {
    background: none; 
    border: none; 
    padding: 0;
}
.photoalbum_item textarea.amiroTEdCtrl,
.articles_item textarea.amiroTEdCtrl,
.news_item textarea.amiroTEdCtrl,
.blog_item textarea.amiroTEdCtrl,
.forum-extention__form textarea.amiroTEdCtrl,
.forum_forum_form textarea.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    height: 80px !important;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.photoalbum_item select.amiroTEdCtrl,
.articles_item select.amiroTEdCtrl,
.news_item select.amiroTEdCtrl,
.blog_item select.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    margin-top: 3px;
}
.photoalbum_item .amiroTEdDiv,
.articles_item .amiroTEdDiv,
.news_item .amiroTEdDiv,
.blog_item .amiroTEdDiv,
.forum_forum_form .amiroTEdDiv {
    width: 100% !important;
}
.photoalbum_item #com_form_bot #com_sub,
.articles_item #com_form_bot #com_sub,
.news_item #com_form_bot #com_sub,
.blog_item #com_form_bot #com_sub {
    margin: 0;
    position: relative;
    right: -2px;
    height: 25px;
}

.photoalbum_item #comment_forum p,
.articles_item #comment_forum p,
.news_item #comment_forum p,
.blog_item #comment_forum p {
    display: none;
}

.photoalbum_item .discussion_extension__list .alt_header2 h2,
.articles_item .discussion_extension__list .alt_header2 h2,
.news_item .discussion_extension__list .alt_header2 h2,
.blog_item .discussion_extension__list .alt_header2 h2 {
    background: #fff !important;
    display: inline-block;
    font-weight: normal;
    padding: 12px 15px !important;
    font-size: 13px !important;
}

.news_item .sort-type,
.photoalbum_item .sort-type {
    display: none;
}

.amiphotoalbum .photoalbum_item-list__subitem-list {display: none;}
.amiphotoalbum a {text-decoration: underline;}
.amiphotoalbum a:hover {text-decoration: none;}
.amiphotoalbum .rating__like-form {
    clear: both;
    float: right;
}
.amiphotoalbum .rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -8px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.amiphotoalbum .rating-like__form-block__like-count {
    padding-left: 5px;
    position: relative;
    top: 4px;
    font-size: 11px !important;
}
.amiphotoalbum .rating-like__form-block:hover {opacity: 1;}
.amiphotoalbum .rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left; font-family: arial, tahoma, verdana;}
.amiphotoalbum .rating-like__form-block__like {
    background: url("_img/rating/like/like_hand.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    padding-right: 20px;
}
.amiphotoalbum .rating-like__form-block-off {opacity: 0.8;}
.amiphotoalbum .rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.8;}
.amiphotoalbum .rating-like__form-block,
.amiphotoalbum .rating-like__form-block:hover,
.amiphotoalbum .rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #fff; 
    background: none;
}

.photo-easy-skin .photoalbum_item-row,
.photo-easy-skin .photoalbum_item-cat-row {
    display: inline-block;
    vertical-align: top;
}
.photo-easy-skin .photoalbum_item-list__list__easy,
.photo-easy-skin .photoalbum_item-cat-list__easy {
    font-size: 0;   
}
.photo-easy-skin .photoalbum_item-row div,
.photo-easy-skin .photoalbum_item-cat-row div,
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;   
}
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;   
}
.photo-easy-skin .photoalbum_item-row__img-area,
.photo-easy-skin .photoalbum_item-detail__img-area {
    display: block;
    margin: 0 auto;
}
.photo-easy-skin .photoalbum_item-row__announce {
    clear: both;
}
.photo-easy-skin .photoalbum_item-detail__image {
    clear: both;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    clear: both;
    text-align: left;
}
.photo-easy-skin .browse-item-list .photoalbum_item-row {
    min-width: 150px;
    overflow: hidden;
    text-align: center;
}
.photo-easy-skin .browse-item-list .browse-item-list__clipper,
.photo-easy-skin .browse-item-list .browse-item-list__content {
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.photo-easy-skin .photoalbum_item-list__cat-header,
.photo-easy-skin .photoalbum_item-row__header-name {
    font-size: 17px;
}
.photo-easy-skin .photoalbum_item-cat-row__block-header,
.photo-easy-skin .photoalbum_item-row__block-header {
    padding-bottom: 15px;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-cat-row__announce {
    padding: 20px 20px 0 0;
}
.photo-easy-skin .cat-row__images-block {
    display: block;
    text-align: center;
}
.photo-easy-skin .photoalbum_control-panel {
    display: block;
    padding: 10px 0;
}
.photo-easy-skin .photoalbum_item-list__cat-body,
.photo-easy-skin .photoalbum_item-row__block {
    padding: 0 15px 15px;
    display: block;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    padding-bottom: 25px;
}

.photo-easy-skin .photoalbum_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.photoalbum_item-small-row__img, .photoalbum_item-small-row__header {
    padding-bottom: 5px;
    text-align: center;
}

.amiphotoalbum .photoalbum_control-panel__comments,
.amiphotoalbum .rating__like-form {
    width: auto;
}

.blog_item-detailed__prev-next {
    text-align: center;
}

.photoalbum_item-detailed__nav a {
    padding: 0 3px;
}

/* MODULE: End Photoalbum 6.0 
 * @tpl ami_multifeeds_photoalbum.tpl
 */

/* 4. E-Shop ****************************************************************************************************/

/* E-Shop: Start Filter Form
 * @tpl filter_form.tpl
 * @tpl filter_box.tpl
 */

.form input {
    padding: 4px 8px;
    margin: 0;
    vertical-align: top;
}

.form .form__field-caption {
    padding-bottom: 6px;
}

input.form__submit {
    height: 26px;
}

.form__fieldset input {
    padding: 0;
    border: none;
}

body .form__submit{
	width:100px;
	height:28px;
	margin:0;
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	color:#848484;
	font-weight:700;
	cursor:pointer;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	box-shadow:none;
	vertical-align:middle;
}



.form__search-line{
    border-radius:2px;

    line-height: 18px;
}

.form__caption {display: none;}
    input.form__radio {
    float: left;
}

.form__field-list label {
    display: block;
}

span.form__field, span.form__field-sublist {
    padding: 10px 20px 10px 0;
    display: inline-block;
    vertical-align: top;
}

div.form__additional-flag {
    
    padding: 6px 0;
}

label.form__radio-label {
    white-space: nowrap;
}

span.form__radio-label-text,
span.form__checkbox-label-text {
    padding-left: 10px;
}

.form__field-details{
	color:#ccc;
	font-size:8px;
	vertical-align:top;
	margin-left:3px;
}
.form_type_search{
	float:left;
	margin:0;
	padding:0;
	border-radius:0;
}
.form_type_search .form{
	margin:0;
	border-radius:0;
background:none;
}

.form_type_search .form__caption{
	display:none;
}

.nav-menu__item{
    padding-right: 8px;
}

/* E-Shop: End Filter Form
 * @tpl filter_form.tpl
 * @tpl filter_box.tpl
 */

/* E-Shop: Start Eshop Order History
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* E-Shop: End Eshop Order History
 * @tpl eshop_order_history.tpl
 */

/* E-Shop: Start Eshop Purchase
 * @tpl eshop_purchase.tpl
 */

#eshop-order__payment_method_comment {
    padding-top: 10px;
}

.eshop-ordering__field {
    margin: 10px 0 10px 25px;
}

.eshop-ordering_type_cancelled div {
    font-size: 22px;
    padding: 10px 0;
}

.eshop-ordering_type_accepted .eshop-ordering__field div {
    font-size: 22px;
}

.eshop-ordering__shipping-description {
    left: 4px;
    position: relative;
    top: -2px;
}

.eshop-ordering_type_accepted {
    text-align: center;
}
.eshop-ordering__fieldset:after {
    clear: both;
    content: "";
    display: table;
}
.eshop-ordering__info {
    color: #848484;
    font-size: 13px;
    padding: 15px 25px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset {
    background: #F4F4F4;
    border-radius: 5px;
    font-size: 20px;
    margin: 30px auto;
    width: 300px;
}
.eshop-ordering_type_accepted .eshop-ordering__field {
    background: none repeat scroll 0 0 #FEE601;
    color: #000000;
    margin: 10px;
}
.eshop-ordering__field-name {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    font-size: 13px;
}
.eshop-ordering__field-value {
    display: inline-block;
    vertical-align: middle;
}

.eshop-ordering__item-list {
    background-color: #F4F4F4;
    border: medium none;
    border-radius: 5px;
    padding: 0;
    position: fixed;
    width: 398px;
}
.eshop-ordering__item-list-wrapper {
    float: right;
    min-height: 200px;
    position: relative;
    width: 400px;
    z-index: 1;
}

.eshop-ordering__textfield {}
.eshop-ordering__caption {
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0;
}

select.eshop-ordering__select {
    padding: 3px 4px;
    font-size: 14px;
    margin: 0 0 20px;
}

.eshop-ordering__shipping-name {
    font-weight: bold;
}

.eshop-ordering__radio-label .eshop-ordering__hint {
    display: block;
    min-width: 80%;
}

.eshop-order__shippings {
    width: 45%;
}
.eshop-ordering__price-total {
    font-size: 13px;
    margin: 20px 0;
}
.eshop-ordering__item-name {
    display: inline-block;
    max-width: 300px;
    min-width: 140px;
    vertical-align: middle;
    width: 60%;
}
.eshop-ordering__item-price, .eshop-ordering__item-list-footer .eshop-ordering__price-total-value {
    display: inline-block;
    font-style: italic;
    min-width: 90px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 38%;
}

.eshop-ordering__item{
	margin:8px 0;
	line-height:1em;
}

.eshop-ordering__radio {
    margin: 0;
    vertical-align: top;
}

.eshop-ordering__radio-label .eshop-ordering__shipping-description {
    display: inline-block;
    width: 90%;
}

.eshop-ordering__item-list-body_state_hidden{
	opacity:0.2;
}

.eshop-ordering__item-list-wrapper{
	padding-top:37px;
}

.eshop-ordering__item-list .eshop-ordering__caption{
	margin:0;
	padding:10px 20px;
	background:#ccc;
	color:#000;
	border-radius:5px 5px 0 0;
}
.eshop-ordering__item-list-title{
	display:inline-block;
	width:50%;
	font-size: 16px;
color:#fff;
}
.eshop-ordering__change-order{
	display:inline-block;
	width:50%;
	font-size:12px;
	font-weight:400;
	text-align:right;
	text-decoration:underline;
color:#fff;
}
.eshop-ordering__item-price{
	font-size:18px;
	color:#333;
}
.eshop-ordering__sku{
	margin-right:10px;
	font-size:10px;
}
.eshop-ordering__item-prop-info{
	display:inline-block;
	font-size:10px;
}
.eshop-ordering__item-sku{
	font-size:10px;
}

.eshop-ordering__submit:visited{
	color:#fff;
}
.eshop-ordering__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-ordering__submit_action_order{
	display:block;
	float:right;
	padding:10px 24px;
	font-size:18px;
}
.eshop-ordering__submit_action_order:active{
	padding:11px 24px 9px;
}
.eshop-ordering__login{
	position:relative;
	padding:5px 12px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
    margin-top: 20px;
}
.eshop-ordering__login:hover{
    background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	text-decoration:inherit;
}
.eshop-ordering__login:visited{
	color:#fff;
}
.eshop-ordering__login:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-ordering__field-sublist{
	-webkit-transition:max-height 1.0s;
	-moz-transition:max-height 1.0s;
	-o-transition:max-height 1.0s;
	transition:max-height 1.0s;
}
.eshop-ordering__field-sublist_state_hidden{
	max-height:0;
	visibility:hidden;
	opacity:0.0;
	-webkit-transition:max-height 0.2s;
	-moz-transition:max-height 0.2s;
	-o-transition:max-height 0.2s;
	transition:max-height 0.2s;
}
.eshop-ordering__item-list-body{
	position:relative;
	min-height:100px;
	padding:8px 20px 20px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
@-webkit-keyframes eshop-ordering__rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes eshop-ordering__rotate{
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-o-keyframes eshop-ordering__rotate{
	0%{
		-o-transform:rotate(0deg);
	}
	100%{
		-o-transform:rotate(360deg);
	}
}
@keyframes eshop-ordering__rotate{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.eshop-ordering__item-list-rotor{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	background:url(_img/eshop-ordering__loading.png) no-repeat;
	opacity:0.0;
}
.eshop-ordering__item-list-body_state_hidden+.eshop-ordering__item-list-rotor{
	opacity:1.0;
	visibility:visible;
	-webkit-animation:eshop-ordering__rotate 2s linear infinite;
	-moz-animation:eshop-ordering__rotate 2s linear infinite;
	-o-animation:eshop-ordering__rotate 2s linear infinite;
	animation:eshop-ordering__rotate 2s linear infinite;
}
.eshop-order__shippings .eshop-ordering__field{
	margin:0;
	padding:5px 0 5px 25px;
}
.eshop-ordering__number-cell{
	text-align:right;
}
.eshop-ordering__item-name{
	color:#333;
}
.eshop-ordering__item-name_total{
	font-size: 13px;
	vertical-align:top;
}
.eshop-ordering__price-total{
	border-top:2px solid #999;
	padding-top:20px;
}
.eshop-ordering__price-total-value{
	font-size:22px;
	vertical-align:top;
	color:#333;
}
.eshop-ordering__price-total .eshop-ordering__price-total-value{
	float:right;
}
.eshop-ordering__info{
	border:none;
}
.eshop-ordering__redirect-info{
	text-align:center;
	margin:80px;
}
.eshop-ordering__redirect-info>.eshop-ordering__fieldset{
	display:inline-block;
	width:300px;
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering__redirect-info .eshop-ordering__info{
	font-size: 13px;
}
.eshop-ordering__auth-link{
	text-decoration:none;
	border-bottom:1px dashed;
	cursor:pointer;
	font-size:12px;
	font-weight:400;
	margin-left:44px;
}
.eshop-ordering__auth-link:hover{
	text-decoration:none;
}
.eshop-ordering__login-window{
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.eshop-ordering__login-window .eshop-ordering__textfield {
    padding: 0;
    height: auto;
    margin: 0;
}
.eshop-ordering__login-window .eshop-ordering__field-name {
    width: 90px;
    font-size: 12px;
    line-height: 1;
}
.eshop-ordering__login-window .eshop-ordering__field{
	margin-left:0;
	clear: both;
}
.eshop-ordering__login-links {
    text-align: right;
    clear: both;
}
.eshop-ordering__login-window-header {
    height: 30px;
    overflow: hidden;
}
.eshop-ordering__login-form button {
    margin: 0;
}
.eshop-ordering__login-form table img {
	margin-right: 4px;
}
.eshop-ordering__close-login-window{
	float:right;
}
.eshop-ordering__login-form{
	margin:0 30px 20px 25px;
}
.eshop-ordering__reg{
	display:block;
}
.eshop-ordering__with-credit{
	margin-top:10px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset{
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering_type_accepted .eshop-ordering__field{
	background:#fee601;
	color:#000;
}
.eshop-ordering_type_cancelled .eshop-ordering__fieldset{
	border-radius:5px;
}
.eshop-ordering_type_confirm .eshop-ordering__fieldset{
	box-shadow:-10px 0 12px -4px rgba(100,100,100,0.2),10px 0 12px -4px rgba(100,100,100,0.2);
}

.eshop-ordering__login-window {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
}

.eshop-ordering__login-window_as_popup {
    display: inline-block;
    left: 50%;
    margin-left: -160px;
    position: fixed;
    top: 30%;
    width: 320px;
    z-index: 100000;
}

.eshop-ordering__login-window-header:after {
    clear: both;
    content: "";
    display: table;
}

.eshop-ordering__close-login-window {
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .eshop-ordering__item-list,
    .eshop-ordering__item-list-wrapper {
        position: relative;
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
    }
    
    .eshop-order__shippings {
        width: 100%;
    }
    
    .eshop-ordering__submit_action_order {
        float: none;
    }
}

/* E-Shop: End Eshop Purchase
 * @tpl eshop_purchase.tpl
 */

/* E-Shop: Start buy, credit and one click button
 * @tpl _eshop_item_list.tpl
 */

.eshop-cat-detailed__announce {
    padding: 20px 0;
}
 
.eshop-cat-detailed__description-image {
    float: left;
    padding-right: 16px;
    padding-bottom: 10px;
}

.eshop-cat-detailed__description {
    padding: 14px 0;
}

.eshop-cat-list__clipper,
.eshop-cat-list__container {
    font-size: 0;
}
.eshop-cat-small {
    display: inline-block;
    margin-bottom: 15px;
    min-width: 130px;
    text-align: center;
    vertical-align: top;
    word-spacing: 0;
    font-size: 13px;
}
.eshop-cat-detailed__splitter {
    background: none repeat scroll 0 0 #000000;
    display: inline;
    height: 2px;
    width: 2px;
}

.ref_small_splitter {
    display: none;
}

.ref_small_item {
    line-height: 1.6;
}

.eshop-cat-small__content {
    min-width: 150px;
    text-align: left;
}
.eshop-cat-small__category-data {
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
    width:100%;
}

.form_type_filter {
    background: none!important;
    padding: 0px!important;
    border-radius: 0px;
}

.form__field-caption {
    font-weight: bold;
}

.items_small_filter {
    overflow: hidden;
    position: relative;
}
.eshop-item-small {
    -moz-box-sizing: border-box;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
    margin: 10px 0 20px 0;
}

.eshop-item-detailed__subtitle-text {
    font-size: 18px;
    font-weight: 600;
}

.eshop-item-detailed__unavailable {
    box-sizing: border-box;
    color: #FF0000;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
}
.eshop-item-detailed__add-to-cart-link{
	width:71px;
	height:18px;
	border-radius:5px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
}
.eshop-item-detailed__price-tag{
	display:inline-block;
}

.eshop-item-small__actual-price{
	margin-top:7px;
	color:#000;
}

.eshop-item-small__spec-announce {
	display: none; 
}

.eshop-item-small__add-to-cart-link{
	padding:4px 12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	color:#000;
}

.eshop-item-small__one-click {
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin: 6px 6px 0 6px;
}
body .eshop-item-small__content .eshop-item-small__quantity {
    vertical-align: middle;
    width: 20px;
    margin: 0;
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	text-align:center;
}

.eshop-item-detailed__img{
	max-width:100%;
}
.eshop-item-detailed__subtitle{
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    margin-top:20px;
}

.eshop-item-detailed__addpics-container,
.eshop-item-detailed__addpics-clipper {
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.eshop-item-detailed__addpics-item {
    display: inline-block;
    padding: 0;
    text-align: center;
}

.eshop-item-detailed__addpics-img {
    border: 1px solid #DDDDDD;
    height: 50px;
    margin: 0 3px;
    width: 50px;
}

.eshop-item-detailed__visual {
    display: inline-block;
    margin: 0 3% 10px 0;
    vertical-align: top;
width:35%;
}

.eshop-item-detailed__addpics {
    margin: 20px auto 0 auto;
    overflow: hidden;
    position: relative;
    width: 220px;
}

.eshop-item-detailed__price-tag{
	
}
.eshop-item-detailed__actual-price{
	display:inline-block;
	color:black;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__origin-price{
	margin:0 0 -5px;
	text-decoration:line-through;
}
.eshop-item-detailed__box{
	display:inline-block;
	*float:left;
}
.eshop-item-detailed__text-box{
	
}
.eshop-item-detailed__choice-box {
    
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-tag{
	
}
.eshop-item-detailed__actual-price{
	font-size:30px;
	font-weight:400;
}
.eshop-item-detailed__cart-box_base{
	
}
.eshop-item-detailed__cart-box_base:hover{
  
}
.eshop-item-detailed__cart-box_base:visited{
	
}
.eshop-item-detailed__cart-box_base:active{
	
}

.eshop-item-detailed__base-price-caption{
	display:block;
}
.eshop-item-detailed__base-price-container{
	display:inline-block;
	text-align:left;
}
.eshop-item-detailed__add-to-cart-link{
	padding:0;
	font-size:13px;
}
.eshop-item-detailed__add-to-cart-link_base{
	border:none;
	color:#fff;
}
.eshop-item-detailed__cart-quantity{
	vertical-align:middle;
	width:23px;
	border-radius:3px;
}
.eshop-item-detailed__cart-text{
	font-weight:700;
	font-size:13px;
}
.eshop-item-detailed__other-prices .eshop-item-detailed__cart-text{
	font-size:11px;
	font-weight:400;
}
.eshop-item-detailed__popup-link{
	text-align:center;
}
.eshop-item-detailed__img-label:before{
	content:"";
	display:inline-block;
	width:14px;
	height:13px;
	margin-right:5px;
	background:url(_img/eshop-item-detailed__loupe.gif) no-repeat;
	vertical-align:middle;
}
.eshop-item-detailed__img-label{
	display: block;
	text-align: center;
}
.eshop-item-detailed__sku-name{
	font-weight:400;
}

.eshop-item-detailed__sku-value,
.eshop-item-detailed__custom-field-value,
.eshop-item-detailed__custom-field-name,
.eshop-item-detailed__sku-name {
    display: inline-block;
    vertical-align: top;
}
.eshop-item-detailed__custom-field-name{
	font-weight:400;
}
.eshop-item-detailed__sku-value{
	color:#999;
}
.eshop-item-detailed__custom-field-value{
	color:#999;
}
.eshop-item-detailed__replies{
	height:15px;
	margin-top:12px;
}
.eshop-item-detailed__replies-count{
	font-style:italic;
}
.eshop-item-detailed__price-wrapper{
    text-align: center;
	overflow:hidden;
	font-size:11px;
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 0;
}
.eshop-item-detailed__price-wrapper:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-detailed__price-wrapper:visited{
	color:#000;
}
.eshop-item-detailed__price-wrapper:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-detailed__price-wrapper:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__price-wrapper:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	background:transparent;
	min-height:0;
	min-width:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-caption{
	display:inline-block;
	margin:0;
	font-size:11px;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	padding:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-actual{
	margin:0;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-quantity{
	display:block;
	color:#848484;
}
.eshop-item-detailed__price-wrapper_forbidden{
	background:#fdfdfd;
	cursor:default;
	border:0;
}
.eshop-item-detailed__price-wrapper_forbidden:hover{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_forbidden:active{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_vkredit .eshop-item-detailed__cart-icon{
	width:26px;
	height:20px;
	background:url("_img/eshop-item-detailed__vkredit.png") no-repeat;
}
.eshop-item-detailed__one-click-order{
	
}
.eshop-item-detailed__one-click-order:hover{
	
}
.eshop-item-detailed__one-click-order:before{
	
}
.eshop-item-detailed__comparison{
	margin:10px 0;
}
.eshop-item-detailed__price-postfix{
	font-weight:700;
}
.eshop-item-detailed__addpics-container{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
* html .eshop-item-detailed__addpics-item{
	float:left;
}
*+html .eshop-item-detailed__addpics-item{
	float:left;
}
.eshop-item-list__content {
    overflow: hidden;
    position: relative;
}
.eshop-item-list__container:after {
    content: "";
    display: inline-block;
    height: 0;
    opacity: 0;
    width: 100%;
}
.eshop-item-list__container {
    display: block;
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: justify;
    transition: left 0.5s ease-out 0s, top 0.5s ease-out 0s;
    width: auto;
    word-spacing: -2px;
}
.eshop-item-list__clipper {
    overflow: hidden;
    position: relative;
    width: auto;
}
.eshop-item-list {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: auto;
}
.compare_small_body {
    padding: 10px 0;
}
.eshop-item-list__compare{
	margin:20px 0;
}
.eshop-item-list_type_catalog{
	overflow:visible;
}
.eshop-item-list_type_catalog .eshop-item-list__clipper{
	overflow:visible;
}

.eshop-item-properties{
	margin:2px 0;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#f8f8f8;
	color:#555;
}
.chosen-properties__property, .chosen-properties__value {
	width: 49%;
	display: inline-block;
}
.eshop-item-properties_notavail{
	background:#fff0f0;
	border:1px solid #fcc;
}
.eshop-item-properties_notavail .eshop-item-properties__header::after{
	content:attr(title);
	color:#999;
	font-size:11px;
	margin-left:6px;
	text-transform:lowercase;
}
.eshop-item-properties__header{
	padding:2px 10px;
}
.eshop-item-properties_disabled{
	color:#ccc;
}
.eshop-item-properties__radio{
	border:0;
}
.eshop-item-properties__label:hover{
	color:#4490b2;
}
.eshop-item-properties__label_visited{
	font-weight:700;
}
.eshop-item-properties__label_value_notset{
	font-style:italic;
}
.eshop-item-properties__order-num{
	color:green;
	font-weight:900;
}
.eshop-item-properties__reset{
	border:1px solid #eee;
	padding:3px;
	background:#fff;
}
.eshop-item-properties_type_chosen-properties{
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
	margin:0;
	transition:all 0.0s;
}
.eshop-item-properties_type_chosen-properties::after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header{
	padding:0;
	font-weight:700;
	margin-bottom:10px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header::after{
	display:none;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__property{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value_disabled{
	color:#ccc;
}

.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}

#ami-eshop-properties__wrapper {
    padding-bottom: 20px;
}

#ami-eshop-properties__wrapper label {
    display: inline-block;
    padding-left: 4px;
    margin: 0;
    position: relative;
    top: -1px;
}
.eshop-item-properties{
	color:#555;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
}
.eshop-item-properties_notavail{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border:1px solid #fcc;
}
.eshop-item-small:hover .eshop-item-small__additional-prices{
	visibility:visible;
	opacity:1;
}
.eshop-item-small__category,.eshop-item-small__category:visited{
	text-decoration:underline;
	font-weight:700;
	font-size:12px;
}
.eshop-item-small__title,.eshop-item-small__title:visited{
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__base-price{
	display:inline-block;
}
.eshop-item-small__base-price .eshop-item-small__cart-text {
	text-decoration: none;
    display:none;
}
.eshop-item-small__caption{
	display:block;
}

.eshop-item-small__price-tag{
	position:relative;
	display:inline-block;
	
	text-align:left;
	
}
.eshop-item-small__price-tag_additional{
	font-size:13px;
	font-weight:700;
	height:22px;
	padding-top:8px;
}
.eshop-item-small__price-tag_vkredit{
	display:inline-block;
}
.eshop-item-small__price-actual{
	display:block;
	margin-top:8px;
	font-size:14px;
	font-weight:bold;
}
.eshop-item-small__price-original{
	display:block;
	margin-bottom:-11px;
	margin-top:-2px;
    text-decoration: line-through;
    font-size: 13px;
}

.eshop-item-small__cart-form{
    display:inline-block;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 4px;
}

.eshop-item-small__cart-text:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-item-small__additional-prices{
	border-radius:0 0 5px 5px;
}
.eshop-item-small__additional-price_vkredit{
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	background-color:#ddd;
	display:inline-block;
	margin:6px 0;
	padding-left:4px;
	padding-right:4px;
}
.eshop-item-small__additional-price_vkredit:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-small__additional-price_vkredit:visited{
	color:#000;
}
.eshop-item-small__additional-price_vkredit:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-small__additional-price_vkredit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-small__additional-price_vkredit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__caption{
	display:inline-block;
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__cart-icon{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:20px;
	background:url("_img/eshop-item-small__vkredit.png") no-repeat;
}
.eshop-item-small__vkredit-price{
	font-weight:700;
}
.eshop-item-small__price-postfix{
	font-weight:700;
}
.eshop-item-small__additional-price_not_avail{
	background:#fff;
	cursor:default;
}
.eshop-item-small__additional-price_not_avail .eshop-item-small__cart-form{
	display:none;
}

.eshop-item-small__header {
    margin: 0 0 10px 0;
}
.property_data {
    padding:10px 0 0;
}
.property_data select[name=uz_prop_select] {width:100%;}
.property_data input[name=add_to_cart] {width:100%}
.property_data a.more {
    font-size: 13px;
    padding: 6px 0 0 0;
    display: inline-block;
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__custom-fields__wrapp {
    float: left;
    margin: 0 30px 0 0;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .property_data {
    float: left;
    margin: 0 40px 0 0;
    padding: 0;
}

.eshop-item-small_type_miniblock .eshop-item-small__additional-prices{
	position:static;
	visibility:visible;
	opacity:1;
}

.eshop-item-small__additional-price_vkredit div {
    display: inline-block !important;
}

#cart_items * {
    font-size: 100%;
}

.cart-small__order-btn,
#cartPopupWindow .cart-small__cont-btn {
	
}

.cart-small__title {
    display: block;
    font-weight: bold;
} 

.popupContent .cart-small {
    display: inline;
}

.popupContent .cart-small__order-btn {
    margin-right: 10px;
    display: inline-block;
text-decoration:none;
}

.cart-small__order-btn:hover,
#cartPopupWindow .cart-small__cont-btn:hover {
}

.eshop-ordering__redirect-info{
	display:none;
	visibility:hidden;
}

.recalc123 {
	text-decoration: none !important;   
}

@media screen and (max-width: 1000px) {
    #cart_items td:nth-child(3) {
    	display: none;
    }
    
    #cart_items td {
    	padding: 12px 2px 12px 2px;
    }
    
    #cart_items tr:first-child {
    	display: none;
    }
    
    #cart_items img {
        width: 60px;
        height: auto;
        display: none;
    }
    
    #cart_items input {
        padding: 4px 0;
        width: 22px !important;
        height: auto !important;
        font-size: 14px !important;
    }
}

/* E-Shop: End buy, credit and one click button
 * @tpl _eshop_item_list.tpl
 */

/* E-Shop: Start cart popup
 * @tpl eshop_cart.tpl
 */

div.amiPopup {
    height: auto !important;
}

.cart-small__info_not_empty, .amiPopup .cart-small__cont-btn {
    display: block;
    padding: 2px 0 8px 0;
}

.amiPopup .cart-small__info_not_empty,
.amiPopup .cart-small__cont-btn {
    display: inline;
    padding: 0;
}

.amiPopup .cart-small__success-message {
    display: block;
    padding: 10px 0;
    font-weight: bold;
}

.amiPopup #cart-small__info_not_empty {
    padding-bottom: 8px;
    display: block;
}


#cart-small__info_is_empty {
    padding: 2px 0 8px;
}

.cart-small__cont-btn,
.cart-small__success-message,
.cart-small_not_empty #cart-small__info_is_empty,
.cart-small_type_one-click .cart-small__order-btn,
.cart-small_type_one-click .cart-small__cont-btn,
.cart-small_empty #cart-small__info_not_empty,
.amiPopup .cart-small__info,
.cart-small__order-btn {
    display: none;
}

.cart-small_not_empty .cart-small__order-btn {
    display: inline-block;
}

#cartPopupWindow .cart-small_type_one-click div .cart-small__order-btn,
#cartPopupWindow .cart-small_type_one-click div .cart-small__cont-btn {
    display: none !important;
}

/* E-Shop: End cart popup
 * @tpl eshop_cart.tpl
 */

/* 5. SYSTEM ****************************************************************************************************/

/* SYSTEM: Start added items to cart
 * @tpl _eshop_item_list.tpl
 */

/*.eshop-item-detailed__price-wrapper,
.eshop-item-detailed__price-box {
    overflow: visible !important;
}*/

.eshop-item-small__added-items-prop {
    box-shadow: 0 0 10px -2px #000;
    border-radius: 5px;
    display: none;
    position: absolute;
    bottom: 110px;
    right: 0;
    width: 240px;
    background: #fff;
    padding: 10px 20px;
    z-index: 20;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    font-size: 13px;
}
.added-items-prop-list {
    text-align: left;
    height: auto;
    bottom: auto;
    right: auto;
    width: 205px;
}
.eshop-item-small__added-items-prop__title {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #333;
    font-size: 13px;
    border: 0;
}

#cart_items tr {
    -webkit-transition:background 1s ease-in-out;
    -moz-transition:background 1s ease-in-out;
    -o-transition:background 1s ease-in-out;
    transition:background 1s ease-in-out;
}

.cart_items__tr-select {
    background: #D4FDDA;
}

.cart_items__tr {
    background: #fff;
}

.eshop-item-detailed__box .eshop-item-tooltip {
    margin: 0;
    right: 0;
}

@-webkit-keyframes animate-shine { 
    0% {opacity: 0; width: 0%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 100%;}
}

@-moz-keyframes animate-shine {
    0% {opacity: 0; width: 0%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 100%;}
}
    
@-webkit-keyframes animate-shine-remove { 
    0% {opacity: 0; width: 100%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 0%;}
}

@-moz-keyframes animate-shine-remove {
    0% {opacity: 0; width: 100%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 0%;}
}

.eshop-add-to-cart__process-add:after,
.eshop-add-to-cart__process-remove:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    width: 0;
    -webkit-animation: animate-shine 0.7s linear infinite;
    -moz-animation: animate-shine 0.7s linear infinite;
    animation: animate-shine 0.7s linear infinite;
}
    
.eshop-add-to-cart__process-remove:after {
    -webkit-animation: animate-shine-remove 0.7s linear infinite;
    -moz-animation: animate-shine-remove 0.7s linear infinite;
    animation: animate-shine-remove 0.7s linear infinite;
}

.eshop-item-tooltip {
	position: absolute;
    display: none;
    font-size: 11px !important;
    font-weight: normal;
    background: #D4FDDA;
	color: #5c5c5c;
	padding: 1px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	text-align: center;
	font-size: 13px;
    z-index: 1;
    bottom: 30px;
    margin-left: -45px;
    left: 50%;
    cursor: default;
}

.eshop-item-tooltip-area {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
    max-height: 14px;
    width: 90px;
}

.eshop-item-tooltip-title {
    display: block;
    padding: 0 10px;
    text-align: left;
}

.eshop-item-tooltip:hover .eshop-item-tooltip-area  {
    max-height: 100px;
    height: auto;
}

.eshop-item-detailed__prices .eshop-item-tooltip {
    left: auto;
}

.eshop-item-tooltip-prop #properties-items-popup {
    text-align: left;
    display: block;
    padding: 10px;
}

.eshop-item-tooltip-prop .eshop-item-tooltip__btn-cart {
    width: 90px;
}

.eshop-item-tooltip-prop:hover .eshop-item-tooltip-area {
    max-height: 200px;
    height: auto;
    width: 207px;
}

.eshop-item-tooltip-prop #properties-items-popup {
    overflow: hidden;
    width: 200px;
}

.eshop-item-tooltip__btn-cart,
.eshop-item-tooltip__btn-delete {
    cursor: pointer;
    display: block;
    border: 1px solid #DFDFDF;
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
    margin: 4px 8px 2px 8px;
    border-radius: 3px;
}

.eshop-item-tooltip__btn-cart:hover,
.eshop-item-tooltip__btn-delete:hover {
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
}

.eshop-item-tooltip:before {
    content: '';
    border-top: 6px solid #DDD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 35px;
    bottom: -7px;
}
.eshop-item-tooltip:after {
    content: '';
    border-top: 5px solid #CFC;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 37px;
    bottom: -5px;
}
/* SYSTEM: End added items to cart
 * @tpl _eshop_item_list.tpl
 */

/* SYSTEM: Start module sort
 * @tpl _eshop_item_list.tpl
 * @tpl _sort.tpl
 */

.eshop-item-list__caption{
	    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
    min-height: 30px;
    padding-bottom: 8px;
    position: relative;
overflow:hidden;
}
.sorter {
  
    
    float: left;
    font-size: 12px;
    padding: 5px 0px;
    margin-top: 10px;
}

.sorter__link{
	font-size:12px;
color:#a5a3a3;
text-decoration:none;
}
.sorter__item{
	margin:0 4px;
	font-size:12px;
}
.sorter__item_type_asc{
	padding-left:12px;
	
color:#1c1e1f;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+py43QgFyypoqd3qYAADs=") no-repeat;
	background-position:left center;
}
.sorter__item_type_asc .sorter__link, .sorter__item_type_desc .sorter__link {
color:#1c1e1f;
}

.sorter__item_type_desc{
	padding-left:12px;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+pyx0AI0hyqtis2/wUADs=") no-repeat;
	background-position:left center;
	
}

div.sort {
    height: 40px;
}

div.sort_caption,
div.sort_field,
div.sort_field_caption,
div.sort_field_separator,
div.sort_dir {
    float: left;
}

div.sort_field_active {
}

div.sort_field_caption {
    padding-left: 6px;
}

div.sort_field_separator {
    padding-left: 6px;
    border-right: 1px dotted black;
}

div.sort_field_active div.sort_field_caption {
    font-weight: bold;
}

div.sort_dir {
    padding-left: 8px;
}

.eshop-item-list__search-result {
    padding: 14px 0 6px 0;
}

.eshop-item-list__sorting{
	display:inline-block;
	float:left;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px 5px 5px 5px;
}
.eshop-item-list__sort-over-text{
	font-weight:bold;
}
.eshop-item-list__switcher {
	margin-top: 10px;
}
.eshop-item-list__switcher label {display: inline-block;}
.eshop-item-list__switcher:nth-of-type(n){
	display:block;
	float: right;
	padding:5px 0px;
	
	font-size:12px;
	font-weight:400;
}
.eshop-item-list__switcher-radio-list{
	display:none;
}
.eshop-item-list__switcher-radio-table{
	display:none;
}
.eshop-item-list__switcher-label-list{
	margin:0 10px;
	color:#8E8C8C;
	cursor:pointer;
	text-decoration:none;
}
.eshop-item-list__switcher-label-table{
	margin:0 0 0 5px;
	color:#8E8C8C;
	cursor:pointer;
	text-decoration:none;
}
.eshop-item-list__switcher .fa{
     font-size:21px;}
.eshop-item-list__switcher-label-list:hover{
	text-decoration:none;
}
.eshop-item-list__switcher-label-table:hover{
	text-decoration:none;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-list{
	color:#383838;
	
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-table{
	color:#383838;
	
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small{
	display:block;
	width:auto;
	text-align:left;
	
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__header{
	text-align:left;
height:auto;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__header .eshop-item-small__title{
	font-weight:bold;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__price-tag{
	    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px;
    position: relative;
    text-align: left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__visual{
	width:auto;
	text-align:left;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__visual .eshop-item-small__img{
	margin-bottom:0px;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__comparison{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__line{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__spec-announce{
	display:block;
font-size:14px;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__content{
	text-align:left;
	max-width:1000px;
    overflow:hidden;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small{
	display:inline-block;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__spec-announce{
	display:none;
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__custom-fields{
    display:block;
}


.sort-type {
    display: block;
    height: 40px;
    line-height: 1.8;
    width: 100%;
}
.sort-type__area {
    float: right;   
}
.sort-type__field, .sort-type__caption, .sort-type__selectarea {
    float: left;
}
.sort-type__field-caption {
    padding: 0;
    margin: 0 8px;
}
.sort-type__field-selected {
    font-weight: bold;
}
.sort-type__selectarea {
    margin-left: 5px;
}

/* SYSTEM: End module sort
 * @tpl _eshop_item_list.tpl
 * @tpl _sort.tpl
 */

/* SYSTEM: Start rating like
 * @tpl rating_like.tpl
 * @tpl ext_rating_like.tpl
 */

.rating__like-form {
    clear: both;
    height: 20px;
    line-height: 1;
    position: relative;
}

.rating-like__form-popup {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #FFFFFF;
    color: #FFFFFF;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: -35px;
    width: 120px;
}

.rating-like__form-popup__txt {
    font-size: 11px !important;
}

.rating-like__form-popup .rating-like__form-popup__arrow {
    background: url(_img/icon-dec-sel.gif) no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    bottom: -7px;
    width: 11px;
}
    
.like__ajax-loader {
    background: url(_img/ami_jsapi/loader-mini__white.gif) #fff center no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
}
    
.amiphotoalbum .like__ajax-loader {
	background: url(_img/ami_jsapi/loader-mini__black.gif) center no-repeat;
}

.rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -3px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.rating-like__form-block__like-count {
    padding-left: 0;
    position: relative;
    top: 3px;
    font-size: 11px !important;
    min-width: 12px;
}
.rating-like__form-block:hover {opacity: 1;}
.rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left;}
.rating-like__form-block__like {
    background: url("_img/rating/like/like_hand_black.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    width: 20px;
}
.rating-like__form-block-off {opacity: 0.5;}
.rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.5;}
.rating-like__form-block,
.rating-like__form-block:hover,
.rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #000; 
    background: none;
}

/* SYSTEM: End rating like
 * @tpl rating_like.tpl
 * @tpl ext_rating_like.tpl
 */

/* SYSTEM: Start rating stars oneblock
 * @tpl rating_stars_oneblock.tpl
 * @tpl ext_rating_stars_oneblock.tpl
 */

.rating-stars__form {
    line-height: 1;   
}
body .rating-stars__form-block, .rating-stars__form-votes { 
    width: 100px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.rating-stars__rate-off {
    color: #ff0000;   
}
.rating-stars__rate-on {
    color: #21C268;   
}
.rating-stars__rate-block {
    font-size: 13px;   
    text-align: left;
    padding-top: 5px;
}
.rating__stars-form {
    padding: 10px 0;   
}
.rating-stars__rate-on {
    color: #21C268;
}

/* SYSTEM: End rating stars oneblock
 * @tpl rating_stars_oneblock.tpl
 * @tpl ext_rating_stars_oneblock.tpl
 */

/* SYSTEM: Start slider pad */

.slider-pad{
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}
.slider-pad__arrow-left,.slider-pad__arrow-right,.slider-pad__arrow-up,.slider-pad__arrow-down{
	position:absolute;
	display:block;
	visibility:hidden;
	font-size:76px;
	cursor:pointer;
	opacity:0.7;
	transition:opacity 0.3s,background 0.3s;
	-moz-transition:opacity 0.3s,background 0.3s;
	-webkit-transition:opacity 0.3s,background 0.3s;
	-o-transition:opacity 0.3s,background 0.3s;
	z-index:2;
}
.slider-pad__arrow-left{
	width:15px;
	height:60px;
	left:0;
	top:0;
	background:url(_img/slider-pad__arrow-left.png) no-repeat;
	background-position:left,center;
}
.slider-pad__arrow-right{
	width:15px;
	height:60px;
	right:0;
	top:0;
	background:url(_img/slider-pad__arrow-right.png) no-repeat;
	background-position:right,center;
}
.slider-pad__arrow-up{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-up.png) no-repeat;
	background-position:center,top;
}
.slider-pad__arrow-down{
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-down.png) no-repeat;
	background-position:center,bottom;
}
.slider-pad__arrow-left:hover,.slider-pad__arrow-right:hover,.slider-pad__arrow-up:hover,.slider-pad__arrow-down:hover{
	opacity:1.0;
}
.slider-pad__arrow-left{
	left:0;
}
.slider-pad__arrow-right{
	right:0;
}
.slider-pad__arrow-up{
	top:0;
}
.slider-pad__arrow-down{
	bottom:0;
}
.slider-pad__arrow_disabled,.slider-pad__arrow_disabled:hover{
	opacity:0.2;
}

/* SYSTEM: End slider pad */

/* SYSTEM: Start main menu
 * @tpl menu.tpl
 */

.main-menu {
    padding: 0;
    font-size: 0;
    /*float:right;*/
}

.main-menu__item {
    display: inline-block;
    list-style-type: none;
    position: relative;
    font-size: 13px;
}

.main-menu__item:hover,
.main-menu__item:hover .main-menu {
    background: #FFF;
    z-index: 1;
    text-align:left;
}

.main-menu__item_level_0 a {
    padding: 4px 6px;
    display: block;
}
.main-menu__item_level_0 .main-menu {
    position: absolute;
    white-space: nowrap;
    display: none;
}
.main-menu__item_level_0 a:hover {
    background:#5c99c5;
    color:#fff;
    text-decoration:none;
}
.main-menu__item:hover .main-menu {
    display: block;
}

.main-menu__item_level_0 .main-menu .main-menu__item {
    display: block;
}


/* SYSTEM: End main menu
 * @tpl menu.tpl
 */

/* SYSTEM: Start gadget slide images
 * @tpl imagetape*.tpl
 */

.image-tape{
	position:relative;
	overflow:hidden;
}
.image-tape__clipper{
	position:relative;
	overflow:hidden;
}
.image-tape__container{
	transition:0.5s ease-out;
	-moz-transition:0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	-o-transition:0.5s ease-out;
	text-align:justify;
}
.image-tape__item{
	display:inline-block;
	padding:0;
	text-align:center;
}
.image-tape__img{
	margin:10px;
}
.image-tape__radio{
	display:none;
}
.image-tape__number{
	display:none;
}
.image-tape_type_slideshow{
	position:relative;
	display:inline-block;
	z-index:0;
}
.image-tape_type_slideshow .image-tape__img{
	margin:0;
}
.image-tape_type_slideshow .image-tape__radio{
	display:none;
}
.image-tape_type_slideshow .image-tape__number{
	position:relative;
	display:inline-block;
	z-index:2;
	margin:0 3px;
	padding:4px 8px;
	background:#fff;
	cursor:pointer;
	font-size:12px;
	line-height:1em;
}
.image-tape_type_slideshow .image-tape__number:hover{
	background:#e6e6e6;
}
.image-tape_type_slideshow .image-tape__number-list{
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:11;
}
.image-tape_type_slideshow .image-tape__item{
	opacity:1;
	position:relative;
}
.image-tape_type_slideshow .image-tape__item~.image-tape__item{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__number-list .image-tape__number:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__number-list .image-tape__number:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__number-list .image-tape__number:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__number-list .image-tape__number:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__number-list .image-tape__number:nth-of-type(5){
	background:#333;
	color:#fff;
}
.image-tape_type_slideshow .image-tape__radio:checked~.image-tape__item{
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__item:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__item:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__item:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__item:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__item:nth-of-type(5){
	opacity:1.0;
	z-index:6;
}
.image-tape_type_slideshow .image-tape__number-after{
	position:absolute;
	display:block;
	left:0;
	top:0;
	position:absolute;
	margin:0;
	padding:4px 8px;
	opacity:0;
	color:#fff;
	background:#333;
}
.image-tape:hover .image-tape__item,.image-tape:hover .image-tape__number-after{
	-moz-animation-play-state:paused;
	-o-animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-play-state:paused;
}
.image-tape_type_slideshow .image-tape__item{
	visibility:hidden \9;
}
.image-tape_type_slideshow .image-tape__item.image-tape__item_state_checked{
	visibility:visible \9;
	opacity:1.0 \9;
}
.image-tape_type_slideshow .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__number_state_checked .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__item_state_checked{
	z-index:5;
}
.image-tape_type_slideshow .image-tape__number_state_checked{
	background:#333;
	color:#fff;
}
*+html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
*+html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
*+html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}
* html .image-tape_type_slideshow{
	height:210px;
}
* html .image-tape_type_slideshow .image-tape__item{
	position:absolute;
}
* html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
* html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
* html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}

/* SYSTEM: End gadget slide images
 * @tpl imagetape*.tpl
 */

/* SYSTEM: Start global cols */

.global_cols_{
	width:auto;
}
.global_cols_0{
	width:auto;
}
.global_cols_1{
	width:100%;
}
.global_cols_2{
	width:50%;
}
.global_cols_3{
	width:33.33%;
}
.global_cols_4{
	width:25%;
}
.global_cols_5{
	width:20%;
}
.global_cols_6{
	width:16.666%;
}
.global_cols_7{
	width:14.285%;
}
.global_cols_8{
	width:12.5%;
}
.global_cols_9{
	width:11.111%;
}
.global_cols_10{
	width:10%;
}
.global_cols_11{
	width:9.09%;
}
.global_cols_12{
	width:8.333%;
}
.global_cols_13{
	width:7.692%;
}
.global_cols_14{
	width:7.142%;
}
.global_cols_15{
	width:6.666%;
}
.global_cols_16{
	width:6.25%;
}
.global_cols_17{
	width:5.882%;
}
.global_cols_18{
	width:5.555%;
}
.global_cols_19{
	width:5.263%;
}
.global_cols_20{
	width:5%;
}
*+html .global_cols_0{
	width:auto;
}
*+html .global_cols_1{
	width:100%;
}
*+html .global_cols_2{
	width:47%;
}
*+html .global_cols_3{
	width:30%;
}
*+html .global_cols_4{
	width:23%;
}
*+html .global_cols_5{
	width:18%;
}
*+html .global_cols_6{
	width:15%;
}
*+html .global_cols_7{
	width:13%;
}
*+html .global_cols_8{.eshop-item
	width:11%;
}
*+html .global_cols_9{
	width:10%;
}
*+html .global_cols_10{
	width:9%;
}
*+html .global_cols_11{
	width:8%;
}
* html .global_cols_0{
	width:auto;
}
* html .global_cols_1{
	width:100%;
}
* html .global_cols_2{
	width:47%;
}
* html .global_cols_3{
	width:30%;
}
* html .global_cols_4{
	width:23%;
}
* html .global_cols_5{
	width:18%;
}
* html .global_cols_6{
	width:15%;
}
* html .global_cols_7{
	width:13%;
}
* html .global_cols_8{
	width:11%;
}
* html .global_cols_9{
	width:10%;
}
* html .global_cols_10{
	width:9%;
}
* html .global_cols_11{
	width:8%;
}

/* System: End Start global cols */

/* System: Start small login form
 * @tpl members.tpl
 */

.small_login_form {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 15px #777;
	left: 50%;
	margin-left: -155px;
	margin-top: -110px;
	padding: 20px 30px;
	position: fixed;
	width: 250px;
	z-index: 11;
	transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-moz-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	opacity: 0;
	top: -50%;
}
.small_login_form .btn {
    padding: 6px 10px;
}
.small_login_form_on {
	transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-moz-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-webkit-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-o-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	opacity: 1;
	top: 50%;
}

/* System: End small login form
 * @tpl members.tpl
 */

/* System: Start popup */

div.popupWindowShadow{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #fff;
    background: #000000;
    -moz-opacity: 0.3;
    filter:alpha(opacity=30);
    opacity: 0.3;
    z-index:10;
}

div.amiPopup {
    display: none;
    position: fixed;
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 15px 3px #000;
    height: auto !important;
    border-radius: 5px;
}

div.amiPopup .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 1px;
    width: 39px;
    height: 39px;
    background: url("_img/ami_jsapi/glass-frame-close.png");
    cursor: pointer;
}

div.amiPopup .popupHeader{
    cursor:move;
    position: relative;
    display: block;
    height: 0;
}

div.amiPopup .popupHeaderText{
    margin: 3px 0px 0px 14px;
    font-weight: bold;
}

.popupContent {
    padding: 5px 10px 10px 14px;
}

/* System: End popup */

/* System: Start user rating
 * @tpl user_rating.tpl
 */

.amiUserRatingControls {
    float: right;
    padding-left: 10px;
    padding-top: 1px;
}

.amiUserRatingControls .amiUserRatingDec, .amiUserRatingControls .amiUserRatingInc {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_minus {
    color: red;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_null {
    color: #ccc;
}

.amiUserRatingControls .amiUserRatingDec {
    background: url(_img/rating/hands.png) no-repeat -18px 1px;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingDec:hover {
    opacity: 1;
}

.amiUserRatingControls .amiUserRatingInc {
    background: url(_img/rating/hands.png) no-repeat 0 0;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingInc:hover {
    opacity: 1;
}

.amiUserRatingControls .amiItemRatingValue {
    color: green;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}

.amiUserRatingControls .user_rating_count {
    color: #ccc;
    padding: 0 3px;
}

.amiUserRatingMemberBg{
    margin-top: 8px;
    width: 102px;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft, .amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    width: 59px;
    background: url(_img/rating/stars/users_stars_gray.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight .amiUserRatingMemberPositive {
    background: url(_img/rating/stars/users_stars_green.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingControls .thanks_user, .amiUserRatingControls .thanks_user:hover {
    margin-top: -3px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 15px;
    width: auto;
    color: #000000;
    background: #efeaea;
    /* Old browsers */
	background: -moz-linear-gradient(top, #efeaea 0%, #eaeaea 50%, #cecece 100%);
    /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efeaea), color-stop(50%,#eaeaea), color-stop(100%,#cecece));
    /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* IE10+ */
	background: linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
	opacity: 0.7;
}

.amiUserRatingControls .thanks_user:hover {
    opacity: 1;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft {
    border-right: 1px solid black;
    display: none;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    border-left: 1px solid white;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft .amiUserRatingMemberNegative{
    background-color: red;
    float: right;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberTitle{
    font-size: 10px;
}

.amiUserRatingControls div {
    line-height: 1.2 !important;
    font-size: 13px !important;
}

/* System: End user rating
 * @tpl user_rating.tpl
 */

/* System: Start alert window */

.AlertWindow, #status_message {
    position:fixed;
    top:200px;
    left:200px;
    padding:20px;
    font-size: 13px;
    visibility:hidden;
    border:2px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px 3px #ccc;
    -webkit-box-shadow: 0px 0px 10px 3px #ccc;
    box-shadow: 0px 0px 10px 3px #ccc;
    z-index:10000;
}

div.AlertWindow {
    overflow: hidden;
    cursor: move;
}

div.AlertWindow .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 3px;
    width: 39px;
    height: 39px;
    background: url("_img/ami_jsapi/glass-frame-close.png");
    cursor: pointer;
}

div.AlertWindow .popupHeader{
    display: block;
    width:100%;
    height: 0px;
}

div.AlertWindow .popupHeaderText {
    display: none;
}

div.AlertWindow .popupContent {
    padding: 0px;
}

.status_error, .error {
    background:#ffef8f;
    color: #F00000;
}

.status_normal {
    background:#b0efff;
}

.status_notice {
    background:#ffef8f;
}

.local_status_error {
    color:#800000;
}

.local_status_notice {
    color:#008000;
}

.local_status_normal {
    color:#008000;
}

/* System: End alert window */

/* System: Start discussion
 * @tpl discussion.tpl
 */

.user_source_app_buttons__block-btn td {
    padding-left: 4px;
}

.discussion_item_row {
    float: left;
    padding-right: 5px;
}

.discussion_bb_preview {
    display: none;
    text-align: center;
    width: 600px;
}

.discussion_amiroTEdDivPreview,
.quest_preview,
.forum_preview {
    border: 1px solid #A5A5A5;
    display: none;
    padding: 4px;
    background: #F0F0F0;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 6px;
}

.form[action='forum'] {
    padding-bottom: 20px;
}

.member_forum_watch_menu {
    float: left;
}

.discuss_Vsplitter {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 16px;
}
.discussion_span_answer_for {
    display: none;
    padding-bottom: 10px;
}

.discussion_extension__list hr {
    margin-bottom: 16px;
}

.message_text {
    padding-bottom: 16px;
    margin-top: 6px;
}

.front_edit_msg, .quest_subject_item_row, .quest_answer_for, .forum_topic,
.forum_front_edit, .forum_tr_create_topic, .discussion_front_edit,
.discussion_span_answer_for {
    display: none;
}

.quest_split {
    clear: both;
}

.quest_bb_preview,
.forum_bb_preview {
    text-align:center;display:none;
}

th.forum_itemd_row {
    text-align: left;
}

table th.forum_itemd_row table,
table th.forum_itemd_row td {
    border: 0;
    padding: 0;
}

.discussion_extension__list br, .discussion_extension__list hr,
.forum-extention__list br, .forum-extention__list hr,
.discussion_extension__form br,
.forum-extention__form br,
.discussion_extension__form .alt_header2,
.forum-extention__form .alt_header2 {
    display: none;
}

.discussion_extension__list,
.forum-extention__list {
    padding: 40px 0 20px 0;
    clear: both;
}

.discussion_extension__list .alt_header2,
.forum-extention__list .alt_header2 {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding: 0;
}

.discussion_extension__list .alt_header2 span,
.forum-extention__list .alt_header2 span {
    position: relative;
    top: -10px;
    background: #fff;
    padding: 0 10px;
}

.forum_forum_form br,
.forum_forum_form #bbFormTitle {
    display: none;
}

.forum_forum_form table img {
    padding-left: 4px;
}

@media screen and (max-width: 1000px) {
    .discussion_bb_preview {
        width: 100%;
    }

    #forum-page tr td:nth-child(3),
    #forum-page tr td:nth-child(4),
    #forum-page tr th:nth-child(3),
    #forum-page tr th:nth-child(4) {
        display: none;
    }
    
    #forum-page nobr {
    	white-space: normal;   
    }
    
    #forum-page .forum_forum_form tr td:nth-child(3) {
    	display: table-cell;
    }
    #forum-page img {
        display: none;
    }
    
    #forum-page .member_user_menu img,
    #forum-page span,
    #forum-page .forum_forum_form img {
        display: inline-block;
    }
    
    #forum-page th {
        font-size: 14px;
    }
}

/* System: End discussion
 * @tpl discussion.tpl
 */

/* System: Start mediaBox control */

.MediaBox_shadow{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
}

* html .MediaBox_shadow{
    position: absolute;
}

.MediaBox{
    position: fixed;
    display: none;
    background: #fff;
    z-index: 100001;
}

* html .MediaBox{
    position: absolute;
}

.MediaBox_shadowL, .MediaBox_shadowR, .MediaBox_shadowT, .MediaBox_shadowB, .MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    position: absolute;
    overflow: hidden;
}

.MediaBox_shadowL, .MediaBox_shadowR{
    width: 15px;
    height: 100%;
    background: url(_img/ami_jsapi/shade-v.png) repeat-y;
}

.MediaBox_shadowL{
    left: -15px;
    top: 0px;
}

.MediaBox_shadowR{
    right: -15px;
    top: 0px;
    background-position: -15px 0px;
}

.MediaBox_shadowT, .MediaBox_shadowB{
    width: 100%;
    height: 15px;
    background: url(_img/ami_jsapi/shade-h.png) repeat-x;
}

.MediaBox_shadowT{
    left: 0px;
    top: -15px;
}

.MediaBox_shadowB{
    left: 0px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    width: 15px;
    height: 15px;
    background: url(_img/ami_jsapi/shade-c.png) no-repeat;
}

.MediaBox_shadowLT{
    left: -15px;
    top: -15px;
}

.MediaBox_shadowRT{
    right: -15px;
    top: -15px;
    background-position: -15px 0px;
}

.MediaBox_shadowLB{
    left: -15px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowRB{
    right: -15px;
    bottom: -15px;
    background-position: -15px -15px;
}

.MediaBox_speckLT{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_speckRB{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_close{
    position: absolute;
    width: 39px;
    height: 39px;
    right: -20px;
    top: -20px;
    background: url(_img/ami_jsapi/close.png);
    cursor: pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
}

.MediaBox_container{
    margin: 10px 10px;
}

/* Black version */

.MediaBoxBlack{
    background: #000;
}

.MediaBoxBlack .MediaBox_shadowL, .MediaBoxBlack .MediaBox_shadowR{
    background-image: url(_img/ami_jsapi/glass-frame-v.png);
}

.MediaBoxBlack .MediaBox_shadowT, .MediaBoxBlack .MediaBox_shadowB{
    background-image: url(_img/ami_jsapi/glass-frame-h.png);
}

.MediaBoxBlack .MediaBox_shadowLT, .MediaBoxBlack .MediaBox_shadowRT, .MediaBoxBlack .MediaBox_shadowLB, .MediaBoxBlack .MediaBox_shadowRB{
    background-image: url(_img/ami_jsapi/glass-frame-c.png);
}

.MediaBoxBlack .MediaBox_speckLT{
    background-image: url(_img/ami_jsapi/glass-frame-c2lt.png);
}

.MediaBoxBlack .MediaBox_speckRB{
    background-image: url(_img/ami_jsapi/glass-frame-c2rb.png);
}

.MediaBoxBlack .MediaBox_close{
    right: -25px;
    top: -25px;
    background-image: url(_img/ami_jsapi/glass-frame-close.png);
}

.MediaBoxBlack .MediaBox_loader{
    background-image: url(_img/ami_jsapi/loader-black.gif);
}

.MediaBoxBlack .MediaBox_container{
    margin: 0px 0px;
}

img[data-ami-mbpopup],
.mb-image {
    cursor: url(_img/ami_jsapi/pointer_plus.png), pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
    z-index: 100002;
}

.MediaBox_group{
    margin: 10px;
    margin-bottom: 0px;
    font-style: italic;
}

.MediaBox_header{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.MediaBox_url{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.MediaBox_description{
    padding: 10px;
    padding-bottom: 0px;
}

.MediaBox_imageArea{
    position: relative;
}

.MediaBox_previous{
    position: absolute;
    left: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-prev.png);
    cursor: pointer;
}

.MediaBox_next{
    position: absolute;
    right: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-next.png);
    cursor: pointer;
}

.MediaBox_container{
    position: relative;
    margin: 10px 10px 0px 10px;
    text-align: center;
}

.MediaBox_zoom{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

.MediaBox_zoom a{
    font-style: italic;
}

#MediaBox_sliderPrevious{
    float: left;
    width: 10px;
    height: 20px;
    margin: 40px 0px 0px 10px;
    background: #00f;
    cursor: pointer;
}

#MediaBox_sliderNext{
    float: right;
    width: 10px;
    height: 20px;
    margin: 40px 10px 0px 0px;
    background: #00f;
    cursor: pointer;
}

.MediaBox .disabled{
    background: #ccf !important;
    cursor: default !important;
}

.MediaBox_slider{
    position: relative;
    overflow: hidden;
    height: 80px;
    margin: 10px 30px 0px 30px;
    white-space: nowrap;
}

.MediaBox_sliderImage{
    max-height: 80px;
    cursor: pointer;
}

.MediaBox_sliderDelimeter{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 10px;
}

.MediaBox_counter{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

/* SYSTEM: End mediaBox control */

/* SYSTEM: Start multiselectbox */

div.mselectFrame{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #848484;
    overflow: auto;
}

div.mselectOption, div.mselectOptionselected{
    padding: 0px 2px;
    white-space: nowrap;
    cursor: default;
}

div.mselectOptionselected{
    background: #5fabfe;
    color: #fff;
}

/* System: End multiselectbox */


/* System: Start Catalog menu
 * @tpl eshop_tree_links.tpl
 */

.eshop-cat-tree__small-picture {
    float: left;
    padding-right: 12px;
}

.eshop-cat-tree.eshop-cat-tree_type_dropdown {

    width: 100%;
    margin: 30px 0;
    background: #F5F5F5;
    clear: both;
}

.eshop-cat-tree__item {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
}

.eshop-cat-tree__item-link {
    display: block;
    padding-right: 8px;
    line-height: 1.6;
}
.eshop-cat-tree_level_2 .eshop-cat-tree__item-link {line-height: 1;}

.eshop-cat-tree__item-link_type_selected .eshop-cat-tree__small-picture {
    display: none;
}

.eshop-cat-tree_level_3 {
    padding-top: 10px;
}

.eshop-cat-tree_level_3 .eshop-cat-tree__item {
    padding: 2px;
    display: block;
    float: none;
}

.eshop-cat-tree_level_1 {
    position: relative;
}



/* System: End catalog menu
 * @tpl eshop_tree_links.tpl
 */

/* System: Start path
 * @tpl eshop_catalog.tpl
 */

.category-path__link {
    padding-right: 6px;
padding-left:6px;
}
.category-path__current {
    padding-left: 6px;
}

.category-path__link:after {
    content: "\2192";
    padding-left: 6px;
}
.category-path__link:last-child:after {
    content: '';
}

/* System: End path
 * @tpl eshop_catalog.tpl
 */

/* System: Start pager
 * @tpl pager.tpl
 */

.pager{
	clear:both;
	margin:20px 0;
text-align:center;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
.pager::after{
	content:"";
	display:table;
	clear:both;
}
.pager__content{
	
}
.pager__button,.pager__button:visited{
	display:block;
	float:left;
	padding:2px 10px;
	
	margin-left:-1px;
	*zoom:1;
	text-decoration:none;
	font-size:13px;
}
.pager__button:focus{
	outline:none;
}
.pager__button_type_prev{
	
}
.pager__button_type_next{
	
}
.pager__button:hover{
	
}
.pager__button_state_active,.pager__button_state_active:hover{
	
	cursor:default;
}

/* System: End pager
 * @tpl pager.tpl
 */

/* System: Start sm_menu
 * @tpl sm_tree.tpl
 */

a.eshop_sm_level_1_a {
    font-size: 18px;
}

.sm_tree .sm_level_1 a:link, .sm_tree .sm_level_1 a:visited, .sm_tree .sm_level_1 a:active, .sm_tree .sm_level_1 a:hover {
    font-size: 1.1em;
}
.sm_level_1 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_level_2 {
    margin-left: 15px;
}
.sm_tree .sm_level_2 a:link, .sm_tree .sm_level_2 a:visited, .sm_tree .sm_level_2 a:active, .sm_tree .sm_level_2 a:hover {
    font-size: 1.1em;
}
.sm_level_2 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_level_3 {
    margin-left: 25px;
}
.sm_tree .sm_level_3 a:link, .sm_tree .sm_level_3 a:visited, .sm_tree .sm_level_3 a:active, .sm_tree .sm_level_3 a:hover {
    font-size: 1.1em;
}
.sm_level_3 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_tree_item_selected {
    font-weight: 700;
}
.sm_imaged_tree .sm_imaged_item_normal_1, .sm_imaged_tree .sm_imaged_item_active_1, .sm_imaged_tree .sm_imaged_item_normal_2, .sm_imaged_tree .sm_imaged_item_active_2, .sm_imaged_tree .sm_imaged_item_normal_3, .sm_imaged_tree .sm_imaged_item_active_3 {
    line-height: 19px;
    padding-left: 7px;
}

table .eshop_sm_level_1_a {
    margin-top: 24px;
    display: block;
    margin-bottom: -24px;
}

/* System: End sm_menu
 * @tpl sm_tree.tpl
 */

/* System: Start sticker
 * @tpl stickers.tpl
 */

.stickers td {
    text-align: left;
    vertical-align: top;
}
.stickers .small_row {
    border: 0;
}
.stickers .small_row_dashed {
    border: dashed #ccc 1px;
}
.stickers .small_header {
    line-height: 16px;
}
.stickers .small_header a {
    border-bottom: dashed 1px;
    text-decoration: none;
}
.stickers .small_announce {
    padding: 3px;
}
.stickers .small_Hsplitter img {
    height: 1px;
    width: 20px;
}
.stickers .small_Vsplitter img {
    height: 20px;
    width: 1px;
}

/* System: End sticker
 * @tpl stickers.tpl
 */

/* System: Start user menu */

.user_menu_index {
    display: inline;
}

.user_profile {
    font-weight: bold;
    cursor: pointer;
}

.user_menu li {
    color: #ccc;
    cursor: default;
}

.user_menu_img {
    cursor: pointer;
    padding-left: 5px;
}

ul.user_menu {
    list-style-type: none;
    border: 1px solid #000000;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

ul.user_menu li {
    padding: 0px;
    margin: 10px;
}

.member_user_menu {
    position: relative;
}

.user_profile_on {
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.user_menu {
    z-index: 1000;
    padding-top: 10px;
    box-shadow: 0px 1px 5px #ccc;
    border: 1px solid #000000;
    top:-21px;
    left: -11px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

.user_menu_discussion {
    top: -21px;
}

.user_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.user_menu ul li {
    padding: 0px;
    margin: 10px;
}

.top_user_block {
    padding:3px;
    float: left;
}

/* System: End user menu */

/* System: Start print link
 * @tpl pages.tpl
 */

.pages_print_version img {
    padding-right: 6px;
}

/* System: End print link
 * @tpl pages.tpl
 */
 
/* System: Start Amiro copywrite link */


/* System: End Amiro copywrite link */
/* Start order history
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-list__view {
        width: 54px;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* End order history
 * @tpl eshop_order_history.tpl
 */

/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */
.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}
/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */
/*
 * FILE END: _mod_files/_css/common.css
 */

/*
 * FILE START: _mod_files/_css/ami_custom.css
 */

/* Start general */

body, #lay_f3 h2, input {
    color:#1c1e1f;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size:13px;
}

hr {
    background: #D9D9D9;
    border: 0 none;
    color: #D9D9D9;
    height: 3px;
    margin: 18px 0;
}

table.tbl TH, table.price th {
    background-color: #4490B2;
    border-bottom: 1px solid #D9D9D9;
    color: #FFFFFF;
    padding: 10px;
}

table.tbl td, table.price td {
    border-bottom: 1px solid #D9D9D9;
    padding: 5px;
}

input.btn, .but, .text_button {
    -webkit-appearance: none;
    background: #5c99c5 none repeat scroll 0 0;
    border: 1px solid #5c99c5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 13px 9px;
}

input.btn:hover, .but:hover, .text_button:hover {
background: #5c99c5 none repeat scroll 0 0;
}

.hidden {display:none;}

.index_banner {margin-left: 20px; width: 656px;}

.body{
	width:980px;
	padding:0 10px;
}
.body__header{
	margin:0;
	padding-top:20px;
}
.body__logo{
	display:inline-block;
	width:120px;
	height:120px;
	background:url("./_img/logos/0010.png") no-repeat top left;
	vertical-align:top;
}

.body__middle{
	padding-bottom:30px;
}
.body__aside{
	width:257px;
}
.body__content{
	padding-left:20px;
}
.body__footer{
	margin:0;
	background:#e5e5dd repeat-x center;
	background-image:url("_img/body__footer.jpg");
	text-align:center;
	line-height:90px;
}
.body__footer:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	height:90px;
	background:#e5e5dd repeat-x center;
	background-image:url("_img/body__footer.jpg");
	z-index:-1;
}
.body__nav{
	height:36px \9;
}
*+html .body__middle{
	position:relative;
}
*+html .body__content{
	margin:0 0 0 260px;
}
*+html .body__aside{
	position:absolute;
	left:0;
	top:0;
}
*+html .body__logo{
	zoom:1;
	display:inline;
}
* html .body__middle{
	position:relative;
}
* html .body__content{
	margin:0 0 0 260px;
}
* html .body__aside{
	position:absolute;
	left:0;
	top:0;
}
* html .body__logo{
	zoom:1;
	display:inline;
}

#logo_head, #head_contact_block, #head_user_menu, #head_eshop_cart {
   
    float: left;
}

#logo_head {
    margin: 15px 0px 0 0;
    width:25%;
}
#logo_head a {
    text-decoration: none;
}
#logo_head span {
  display: inline-block;
  font-family: Garamond, serif;
  line-height: 1em;
  color: #e8fff8;
  font-weight:bold;
  font-size: 23px;
  text-shadow:0px 0px 0 rgb(180,180,180),1px 1px 0 rgb(151,151,151),2px 2px 0 rgb(122,122,122), 3px 3px 0 rgb(93,93,93),4px 4px 3px rgba(0,0,0,0.6),4px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);
}
#logo_head img {
  display: block;
}
#head_contact_block {
    width:25%;
    margin-top: 18px;
}
#head_contact_block span a {
    font-size: 22px;
    font-weight:600;
}
#head_contact_block a {
    font-size: 14px;
    font-weight:600;
}
#head_contact_block a.zz_href {
    display:block;
    margin:6px 0 0 0;
}

#head_user_menu {
    float: right;
    margin-left: 20px;
    position: relative;
}

#head_user_menu__btn:before {
    content: "\f007";
    font-family: fontawesome;
    font-size: 35px;
    
}
#head_user_menu__btn {
    display: block;
    float: right;
    position: relative;
    top:-2px;
}

#head_user_menu .alt_header3 a {
    color: #616161 !important;
}
#top-menu-block {
    display: block;
    float: left;
    width: 45%;
    padding-top:22px;
}
#head_user_menu .member_small_menu_info_logged_body, #head_user_menu .member_small_menu_info_not_logged_body {
    display: none;
}
.mobile-head-informer {
    background: #e3e3e3 none repeat scroll 0 0;
    border-radius: 10px;
    font-size: 8px;
    height: 10px;
    line-height: 10px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -8px;
    width: 11px;
}
#head_eshop_favorite {
    float: right;
    position: relative;
    
}
#top-menu-block i {
    font-size: 25px;
    color:#000;
}
.fixed-desktop-menu #top-menu-block i {
    color:#fff;
}
.fixed-desktop-menu #head_user_menu__btn:before {
    color:#fff;
}
#head_eshop_cart .mobile-head-btn__item {
    display: none;
}
#head_user_menu .alt_header3 span:hover {
    border-bottom: medium none !important;
}
#top-menu-block #head_user_menu .mobile-head-btn__item {
    width: auto;
    min-width: 140px;
}
#forum_type td {
    border-left: 0 none;
}

td.forum_itemd_row__num-message a {
    color: #fff;
}

#forum_type {
    padding-bottom: 30px;
}

#forum_type table td {
    padding: 8px 0;
}

#forum_type table {
    border-right: 0 none;
}

.page_header {
    color: #616161;
}

.pages_print_version img {
    padding-right: 7px;
}

.hl_text {
    background: #FF0;
}

.pages_print_version {
    margin-top: 50px;
    display: block;
}

.nav-menu__item{
    padding:0 10px;
}

.small_login_form, .small_call_form {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 15px #777;
	left: 50%;
	margin-left: -125px;
	margin-top: -110px;
	padding: 8px 15px 10px;
	position: fixed;
	width: 250px;
	z-index: 11;
	transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-moz-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	opacity: 0;
	top: -50%;
}
.small_login_form_on, .small_call_form_on {
	transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-moz-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-webkit-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-o-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	opacity: 1;
	top: 50%;
}
.small_login_form_close, .small_call_form_close {
	cursor: pointer;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	right: 1px;
	top: 2px;
	width: 39px;
        z-index:11;
}
.small_login_form_close img, .small_call_form_close img {width:100%;}
.small_login_form_close:hover, .small_call_form_close:hover {opacity:1;}

.user_source_app_buttons__block-name {
    padding-top: 4px;
    vertical-align: top;
}

#left_block_user_menu .small_login_form a {
    background: none;
    padding: 0;
}

#dsn_note {
    position: relative;
    width: 399px;
    height: 85px;
}

* html #dsn_note {
    width: 401px;
}

#dsn_note_top {
    width: 399px;
    height: auto;
    min-height: 74px;
    background: #ffab00 url('_mod_files/ce_images/note_area_fon.gif') top left repeat-x;
    border-left: solid #d9d9d9 1px;
    border-right: solid #d9d9d9 1px;
}

* html #dsn_note_top {
    width: 401px;
}

#dsn_note_i {
    margin-top: 8px;
    width: 50px;
    height: 66px;
    float: left;
}

#dsn_note_text, #dsn_note_text a, #dsn_note_text a:hover, #dsn_note_text a:visited {
    padding-top: 8px;
    font-size: 0.95em;
    color: #fff;
}

#dsn_note_bott {
    width: 401px;
    height: 11px;
}

.dsn_left_orange_block_1 {
    margin-bottom: 10px;
    padding-top: 6px;
    width: 200px;
    height: 76px;
    background: url('_mod_files/ce_images/basket_fon.png') top right no-repeat;
}

.dsn_left_block_1 {
    position: relative;
    width: 200px;
    border: solid #d9d9d9 1px;
    margin-bottom: 10px;
}

.dsn_left_block_1_head {
    margin: 10px 15px 10px 10px;
    padding-bottom: 3px;
    border-bottom: solid #d9d9d9 1px;
    line-height: 25px;
    font: bold 1.1em tahoma, arial, verdana;
    color: #0066FF !important;
    text-decoration: none;
}

.dsn_left_block_1_head a {
    font: bold 1.1em tahoma, arial, verdana;
    color: #0066FF !important;
    text-decoration: none;
}

.dsn_left_block_1_content {
    width: auto;
    padding: 0 15px 15px 10px;
    overflow: hidden;
    zoom: 1;
}

.dsn_left_block_2_content {
    width: auto;
    padding: 13px 15px 15px 10px;
    overflow: hidden;
    zoom: 1;
}

* html .dsn_left_block_1_content {
    width: 100%;
}

* html .dsn_left_block_2_content {
    width: 100%;
}

.dsn_right_block_1 {
    position: relative;
    width: 200px;
    border: solid #d9d9d9 1px;
    margin-bottom: 10px;
}

.dsn_right_block_1_head {
    margin: 0px 15px 10px 15px;
    padding-bottom: 3px;
    border-bottom: solid #d9d9d9 1px;
    line-height: 25px;
    font: bold 1.1em tahoma, arial, verdana;
    color: #ff6600 !important;
    text-decoration: none;
}

.dsn_right_block_1_head a {
    font: bold 1.1em tahoma, arial, verdana;
    color: #ff6600 !important;
    text-decoration: none;
}

.dsn_right_block_1_content {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

* html .dsn_right_block_1_content {
    width: 100%;
}

.dsn_footer_contacts {
    padding-left: 90px;
    padding-top: 15px;
    background: url('_mod_files/ce_images/i_write.jpg') 10px 10px no-repeat;
    font: normal 0.95em arial, tahoma, verdana;
    float: left;
    color: #666;
    height: 68px;
    overflow: hidden;
    zoom: 1;
}

a.dsn_footer_a:link, a.dsn_footer_a:visited, a.dsn_footer_a:active, a.dsn_footer_a:hover {
    font: normal 0.95em arial, tahoma, verdana;
}

.dsn_block_tl {
    position: relative;
    top: -1px;
    left: -1px;
    width: 10px;
    height: 10px;
}

.dsn_block_tr {
    position: relative;
    float: right;
    top: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
}

.dsn_block_bl {
    position: relative;
    bottom: -1px;
    left: -1px;
    width: 10px;
    height: 10px;
}

.dsn_block_br {
    position: relative;
    float: right;
    bottom: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
}

.dsn_center_block1 {
    width: 100%;
    border: solid #d9d9d9 1px;
}

.dsn_center_block1 .dsn_center_block1_content {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

* HTML .dsn_center_block1 .dsn_center_block1_content {
    width: 100%;
}

.dsn_center_block1_head {
    margin: 0px 15px 10px 0px;
    padding-bottom: 3px;
    border-bottom: solid #d9d9d9 1px;
    line-height: 25px;
    font: bold 1.2em tahoma, arial, verdana;
    color: #0066ff !important;
    text-decoration: none;
}

.kid{
    float:right;
}

.logo{
    float:left;
}

.eshop_tree{
    padding-bottom:7px;
}

#template {
	min-width: 290px; 
    position: relative;
}

#lay_body .cat_path h2 {
    background: none;
    color: #84837E;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#lay_body .cat_path h2 a {
    color: #898883 !important;
    font-weight: normal;
}

#lay_body .cat_path {
    margin-left: -20px;
    margin-bottom: 15px;
}

.item_catname_catalog {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-left: -20px;
    padding-bottom: 20px;
}

#lay_body h1, #lay_body h1 a, .alt_header2, #lay_body h2 {
    color: #000 !important;
    font-size: 19px;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 15px;
    font-weight: normal;
}

.alt_header2 {
    padding-bottom: 10px;
}

#lay_f1 {
	 min-height:146px;
}

#lay_f2 {
    clear: both;
}
#lay_body h1 {
    padding-top: 25px;
    font-weight: bold;
}

#h2_span_body {
    font-size: 10px;
    font-weight: normal;
}

#index_html h2, #eshop_page h2 {
    background: url(_mod_files/ce_images/template_images/line_new.jpg) repeat-x 0 30px;
}

#top_line {
    height: 8px;
    background: url(_mod_files/ce_images/template_images/line_top.gif) repeat-x top center;
}

#bottom_line {
    height: 90px;
    background: url(_mod_files/ce_images/template_images/bottom_img.gif) repeat-x bottom center;
}

#head_template, .container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0px 10px;
    position: relative;
}





.div_splitter {
    clear: both;
}

.eshop_cat_splitter {
    background: url(_mod_files/ce_images/template_images/splitter_next.jpg) no-repeat !important;
    display: inline-block;
    height: 6px;
    width: 7px;
    *height: 9px;
}

#logo_bottom {
    height: 29px;
    position: absolute;
    right: 0;
    margin-top: 50px;
    width: 154px;
}

.form{
	background:#f5f5f5;
    margin: 5px 0;
}

span.form__radio-label-text, span.form__checkbox-label-text {
    padding-left: 0;
}

#lay_body .form {
	padding: 10px;   
}

#sub_right_block h2 {
    border: none;
}

.bg_opcaity {
    background: url("_mod_files/ce_images/template_images/bg_opacity2.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 45px;
    margin: 0 5px;
    position: absolute;
    width: 245px;
}
.items_small_filter {
    padding-bottom: 20px;
}

.left_block_user_menu {
    padding-bottom: 10px;
}

.a_sp {
    border-bottom: 1px solid #E2E2E2 !important;
    margin: 0 15px;
    padding: 4px 0;
}
#sub_flt_two .a_sp {
    width: 227px;
}

#sub_flt_two .a_sp {
    width: 227px;
}

.letters{
	background:#fff;
	color:#000;
}
.main-menu_type_dropdown .main-menu_level_1{
	transition:all 0.2s 0.1s;
	-moz-transition:all 0.2s 0.1s;
	-webkit-transition:all 0.2s 0.1s;
	-o-transition:all 0.2s 0.1s;
    background:#fff;
    box-shadow: 1px 1px 2px #333;
}
.main-menu_type_dropdown .main-menu_level_1 .main-menu__item-link {
    background: #5c99c5;
    color: #fff;
    border-top: 1px solid #ccc;
    padding: 6px 10px;
    text-decoration: none;
}
.main-menu_type_dropdown .main-menu_level_1 .main-menu__item-link:hover {
    background:#277BB6;
}
.main-menu_type_dropdown .main-menu_level_1 li:first-child .main-menu__item-link {
    border:none;
}
.nav-menu_position_bottom {margin:4px 0 0 0;}
.nav-menu_position_bottom .nav-menu__item {
    vertical-align: middle;
    padding: 0 10px 0 6px;
    font-size: 12px;
    border-right: 1px solid;
}
.nav-menu_position_bottom .nav-menu__item:last-child {
    border:none;
}


/* End general */

/* Start footer */

#footer {
    height: 106px;
    position: relative;
}

.footer {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
    margin:20px 0 0 0;
}
.footer-body{
max-width:1150px;
margin:0 auto;}

.footer__link{
	vertical-align:middle;
	display:inline-block;
	margin-left:50px;
	line-height:inherit;
}
.footer__logo{
	vertical-align:middle;
}
.footer__content{
	margin:0 auto;
       padding: 35px 0 0;
	max-width:1150px;
}
*+html .footer__content{
	zoom:1;
	display:inline;
}
* html .footer__content{
	zoom:1;
	display:inline;
}

.bottom_menu {
    background: none;
    position: relative;
    top: 54px;
    padding-left: 20px;
}

.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active {
    color: #4490b2;
    text-decoration: underline !important;
}

.bottom_menu a:hover {
    color: #4490b2;
    text-decoration: none !important;
}

.bot_sp {
    color: #B7B7B5;
}

.fblockl {
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 68%;
}
.footer-top .fblockl img {
    float: left;
    font-size: 38px;
    margin: 0 24px 0 0;
}
.footer-top .fblockl > div .fa {
    float: left;
    font-size: 39px;
    line-height: 49px;
    margin: 0 10px 0 0;
}
.footer .wrap_more_text {
    font-size: 13px;
    padding: 8px 0 0;
}
.footer-top {
    padding: 35px 0 0;
}

.fblockl > div {
    display: inline-block;
    vertical-align: top;
    width: 36%;
}
.fblockl > div + div {
    padding: 10px 0 0 2%;
    width: 61%;
}

.subscr-inp {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 13px 7px;
    width: 100%;
}
.subscrl {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
.subcrr {
    display: inline-block;
    vertical-align: top;
    width:30%;
}

.fblockr {
    display: inline-block;
    padding: 4px 0 0 6%;
    vertical-align: top;
    width: 23%;
}
.footer_contact_block a {
    font-size: 22px;
    font-weight: 600;
}
.footer_contact_block a.zz_href {
    font-size:12px;
    display:block;
    margin:6px 0 0 0;
}
.footer-bot {
    padding: 44px 0 20px;
}

.copyright {
    font-size: 12px;
    font-family: arial, tahoma, verdana;
    padding: 0 0 9px 14px;
    color: #666;
}
.footer-bot .menu_block {
    padding-top: 0;
}
.footer-bot .social_block .social {

}
.footer-bot .social_block .social a {
    display: inline-block;
    margin: 0 10px 0 0;
    transition: opacity 0.5s ease 0s;
}
.footer-bot .social_block .social a:hover {
    opacity: 0.8;
}
.footer-bot .social_block .social a:last-child {
    margin-right: 0;
}

.copy_block i {
    width: 22px;
}
.copy_block > div {
    margin-bottom: 8px;
}

/* End footer */

/* Start specblock ajax-responder */

div.ami_resp_outer_block {
    border: 1px solid #0375A7 !important;
    background: #0375A7;
    border-radius: 5px;
    margin: 0px !important;
    padding: 0px !important;
}

div.ami_resp_outer_blog {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.name_resp_block {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: -25px;
}

div.ami_resp_row_announce_blog {
    display: none;
}

.ami_resp_row_fdate_blog {
    display: block !important;
    font-size: 11px;
    font-weight: normal !important;
    padding-top: 5px;
}

.ami_resp_reload {
    display: none !important;
}

.ami_resp_next {
    background: url("_mod_files/ce_images/template_images/next_but.gif") no-repeat scroll 0 0 transparent !important;
    float: right;
    height: 18px !important;
    position: relative;
    right: -5px;
    top: -43px;
}

.ami_resp_prev {
    background: url("_mod_files/ce_images/template_images/prev_but.jpg") no-repeat scroll 0 0 transparent !important;
    float: right;
    height: 18px !important;
    position: relative;
    right: 30px;
    top: -43px;
}

#blog_id {
    position: absolute;
    color: #fff;
    top: 12px;
    font-weight: bold;
    left: 20px;
}

.ami_resp_navi_block {
    background: #0375A7;
    height: 28px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
}

.ami_contents_block {
    background: #fff;
    border-radius: 5px 5px 4px 4px;
    padding: 20px;
}

div.ami_resp_row_blog {
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 5px;
    background: url(_mod_files/ce_images/template_images/theme_blog.gif) no-repeat 16px 7px;
}

/* End specblock ajax-responder */

/* Start search
 * @tpl eshop_filter_form_small.tpl
 * @tpl eshop_filter_box_small.tpl
*/

#search_left {
    float: left;
    width: 5px;
    height: 74px;
    background: url(_mod_files/ce_images/template_images/search_left.gif) no-repeat;
}

#search_center {
    float: left;
    width: 684px;
    height: 74px;
    background: url(_mod_files/ce_images/template_images/search_center.gif) repeat-x;
}

#search_value {
    float: left;
    padding-top: 20px;
    padding-left: 13px;
    padding-right: 14px;
}

#search_head {
    float: left;
    padding-top: 11px;
    padding-bottom: 5px;
}

#search_head .wd2 {
    width: 504px !important;
}

#search_head_filter {float: left;}
#search_head span {display: none;}
#search_head input {height: 14px; padding: 7px 5px; width: 504px;}
#search_head table input {
    background: url("_mod_files/ce_images/template_images/search_button.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 31px;
    left: 8px;
    position: relative;
    top: 1px;
    width: 78px;
}

#search_post_bot {
    color: #A9A79B;
    font-size: 12px;
    padding-left: 71px;
    float: left;
}

#search_full_top {
    float: right;
    padding-right: 96px;
}

#search_right {
    float: left;
    width: 5px;
    height: 74px;
    background: url(_mod_files/ce_images/template_images/search_right.gif) no-repeat;
}

#search_button {
    background: url(_mod_files/ce_images/template_images/search_button.gif) no-repeat;
    width: 78px;
    height: 31px;
    border: 0;
    cursor: pointer;
    left: 8px;
    position: relative;
    top: 1px;
}

.advanced_search{
    background:#f2f0e6 url(_mod_files/ce_images/template_images/adv_search_bgr.gif) repeat-x 0 0;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    padding: 13px 20px;
}

.advanced_search .header{
    text-transform:uppercase;
    color:#000;
    font-weight:bold;
    padding:0 0 6px 0;
}

.advanced_search input.btn{
    background:url(_mod_files/ce_images/template_images/adv_search_btn.png) no-repeat 0 0;
    border:0;
    padding:0 0 0 8px;
    font-size:12px;
    width:121px;
    height:28px;
    margin-top: 8px;
    color: #fff;
}

.items_small_filter, .left_block_user_menu, #filter_two_block, .sm_tree {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 257px;
    overflow: hidden;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

#small_filter_catalog a, #left_block_user_menu a, .sm_tree a, .sm_tree span, #small_referance_catalog a {
    background: url("_mod_files/ce_images/template_images/punkt.gif") no-repeat scroll 0 3px transparent;
    padding-left: 20px;
}

.sm_tree {
    padding: 10px 0 20px;
    width: 100%;
}

#small_filter_catalog h2, #left_block_user_menu h2, .sm_tree h2, #small_referance_catalog h2 {
    color: #0A0A0A;
    font-weight: bold;
    margin-left: 5px;
    padding: 10px;
    text-transform: uppercase;
}

body .form__submit{
	background: #5c99c5 none repeat scroll 0 0;
    border: 1px solid #5c99c5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    line-height: 16px;
    padding: 8px 13px 9px;
    height:auto;
    width:8%;
    position:relative;
}
body .form__submit:hover{
	
}
body .form__submit:visited{
	color:#fff;
}
body .form__submit:active{
	
}
body .form__submit:before{
	
}
body .form__submit:after{
	
}

.form__field-caption {
    font-size: 12px;
    font-weight: 700;
    margin: 3px 0;
    padding: 0;
}
.form__search-line{
	
    padding: 6px;
}
.form__search-line:hover{
	border:1px solid #999;
}
.form__field-sublist{
	vertical-align:top;
}
.form__field-list>.form__field-sublist{
	display:block;
}
.form__field-list>.form__field-sublist:after{
	content:"";
	display:inline-block;
	width:100%;
	height:0;
}
.form__field{
	vertical-align:top;
}
.form__fieldset{
	margin-top:10px;
	min-width:140px;
    position: relative;
}
.form__select-wrapper{
	position:relative;
	overflow:hidden;
	width:140px;
	height:25px;
	margin:10px 0;
	padding:0;
	border:1px solid #c0c4cc;
	border-radius:5px;
	background:#fff;
	background-position:120px 0,0 0;
}
.form__select-wrapper:hover{
	border:1px solid #999;
}
.form__select-wrapper:before{
	content:"\25bc";
	position:absolute;
	display:block;
	right:5px;
	top:0;
	color:#ccc;
	font-size:16px;
	transform:scale(1,0.5);
	-moz-transform:scale(1,0.5);
	-webkit-transform:scale(1,0.5);
	-o-transform:scale(1,0.5);
	-ms-transform:scale(1,0.5);
}
.form__select-wrapper:hover:before{
	color:#bbb;
}
.form__select{
	position:absolute;
	left:0;
	top:0;
	width:160px;
	height:24px;
	padding:0 0;
	border:0;
	border-radius:5px;
	background:transparent;
	background-color:rgba(0,0,0,0);
	-webkit-appearance:none;
    margin: 0;
}
.form__select:hover{
	border:0;
}
.eshop-cat-list__clipper {
    font-size: 0;
}

.form.form_type_list form {
    background: none;
    font-family: arial;
}
.form__multiselect{
	width:140px;
	border:0;
}
.form__option{
	height:20px;
}
.form__option:hover{
	background:#eef;
}
.form__multiselect-wrapper{
	width:auto;
	height:auto;
	margin-top:10px;
	background:#fff;
	border:0;
	border-radius:0;
}
.form__checkbox:nth-of-type(n){
	position:absolute;
	left:-9999px;
}
.form__checkbox-label{
	display:block;
	height:20px;
	margin-bottom:5px;
	padding:0;
	line-height:20px;
    position: relative;
}
.form__checkbox-label-text{
	display:inline-block;
	vertical-align:baseline;
	cursor:default;
    font-size: 13px;
}
.form__checkbox:nth-of-type(n)+.form__checkbox-label:before,.form__checkbox:nth-of-type(n)+.form__checkbox-label-text:before{
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	margin:0 5px 4px 0;
	border:2px solid #ccc;
	background:#f2f0e6;
	vertical-align:middle;
	z-index:5;
}
.form__checkbox:nth-of-type(n)+.form__checkbox-label:hover:before,.form__checkbox:nth-of-type(n)+.form__checkbox-label-text:hover:before{
	border:2px solid #999;
}
.form__checkbox-label:nth-of-type(n):after,.form__checkbox-label-text:nth-of-type(n):after{
	content:"\2713";
	position:absolute;
	top:-3px;
	left:1px;
	display:none;
	width:20px;
	height:20px;
	background-position:0 0;
	background-color:transparent;
	color:#1c1e1f ;
	font-size:23px;
	font-smooth:always;
	text-align:center;
	transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-webkit-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
}
.form__checkbox:checked+.form__checkbox-label:after,.form__checkbox:checked+.form__checkbox-label-text:after{
	display:block;
}
.form__label-img{
	vertical-align:top;
}
.form__radio{
	float:left;
	clear:both;
}
.form__radio-label{
	float:left;
}
.form__radio:nth-of-type(n){
	float:none;
}
.form__radio-label:nth-of-type(n){
	position:relative;
	display:block;
	float:none;
	height:20px;
	margin-bottom:5px;
	padding:0 0 0 25px;
	line-height:20px;
	color:#848484;
}
.form__radio-label:hover{
	color:#000;
}
.form__radio-label:nth-of-type(n):before{
	content:"";
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:16px;
	height:16px;
	border:2px solid #ccc;
	border-radius:10px;
	z-index:1;
}
.form__radio-label:nth-of-type(n):hover:before{
	border:2px solid #999;
}
.form__radio-label-text{
	vertical-align:baseline;
	cursor:default;
    font-size: 13px;
}
.form__radio-label-text:nth-of-type(n):after,.form__radio-label:nth-of-type(n):after{
	content:"";
	position:absolute;
	display:block;
	left:4px;
	top:4px;
	width:12px;
	height:12px;
	border-radius:6px;
	background:#1c1e1f none repeat scroll 0 0;
	box-shadow:0 1px 2px rgba(0,0,0,0.3),0 -1px 6px rgba(0,0,0,0.5) inset;
	opacity:0;
}
.form__radio:checked+.form__radio-label:after,.form__radio:checked~.form__radio-label-text:after{
	opacity:1.0;
}
.form__radio:nth-of-type(n){
	position:absolute;
	left:-9999px;
}
.form__textfield:hover{
	border:1px solid #999;
}
.form__textarea{
	border:1px solid #ccc;
}
.form__textarea:hover{
	border:1px solid #999;
}
.form_type_filter{
	color:#333;
}
.form_type_filter .form__field-list{
	
}
.form_type_filter .form__search-line {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 13px 7px;
    vertical-align: top;
    width: 92%;
    float:left;
}
.form_type_list{
	background:transparent;
	border:1px lightgray solid;
	padding:15px;
	border-radius:5px;
	background:#fff;
	color:#000;
}
.form_type_list .form__radio:checked+.form__radio-label:after{
	opacity:0;
}
.form_type_list .form__radio-dot{
	display:block;
	position:absolute;
	left:-20px;
	top:-20px;
	width:20px;
	height:20px;
	transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-in;
	z-index:0;
}
.form_type_list .form__radio-dot:before{
	content:"";
	position:absolute;
	display:block;
	left:4px;
	top:4px;
	width:12px;
	height:12px;
	border-radius:6px;
	background:none repeat scroll 0 0 #3ce636;
	box-shadow:0 1px 2px rgba(0,0,0,0.3),0 -1px 6px rgba(0,0,0,0.5) inset;
}
.form_type_list .form__radio-dot:after{
	content:"";
	position:absolute;
	display:block;
	left:8px;
	top:8px;
	width:2px;
	height:2px;
	background:#9f9;
}
.form_type_list .form__radio:nth-of-type(1):checked~.form__radio-dot{
	top:0;
	left:0;
}
.form_type_list .form__radio:nth-of-type(2):checked~.form__radio-dot{
	top:25px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(3):checked~.form__radio-dot{
	top:50px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(4):checked~.form__radio-dot{
	top:75px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(5):checked~.form__radio-dot{
	top:100px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(6):checked~.form__radio-dot{
	top:125px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(7):checked~.form__radio-dot{
	top:150px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(8):checked~.form__radio-dot{
	top:175px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(9):checked~.form__radio-dot{
	top:200px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(10):checked~.form__radio-dot{
	top:225px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(11):checked~.form__radio-dot{
	top:250px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(12):checked~.form__radio-dot{
	top:275px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(13):checked~.form__radio-dot{
	top:300px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(14):checked~.form__radio-dot{
	top:325px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(15):checked~.form__radio-dot{
	top:350px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(16):checked~.form__radio-dot{
	top:375px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(17):checked~.form__radio-dot{
	top:400px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(18):checked~.form__radio-dot{
	top:425px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(19):checked~.form__radio-dot{
	top:450px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(20):checked~.form__radio-dot{
	top:475px;
	left:0;
}
.form_type_search{
	    position: absolute;
    right: 0px;
    top: 4px;
    width: 400px;
    background:none;
    margin:0;
    color:#000;
}
.fixed-desktop-menu .form.form_type_search {
    right: 226px;
    top: 10px;
    width:307px;
}
.fixed-desktop-menu .form_type_search .form__search-line {
    width: 226px;
}
.form_type_search .form__title{
	display:none;
}
.form_type_search .form__caption{
	display:none;
}
.form_type_search .form__search-line {
   border-radius:0;
    padding: 4px 90px 3px 4px ;
    vertical-align: top;
    margin: 0 6px;
    width:266px;
    
}
.form_type_search .form__submit{
	width:71px;
	height:28px;
	border:0;
	background:url("_img/form__submit.png") no-repeat;
	color:transparent;
	font-size:0;
	cursor:pointer;
	vertical-align:top;
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.form_type_search .form__submit:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.form_type_search .form__submit:visited{
	color:#fff;
}
.form_type_search .form__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.form_type_search .form__submit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.form_type_search .form__submit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.form_type_search .form__under-search-line{
	display:block;
	width:584px;
	height:30px;
}
.form_type_search .form__hint{
	display:block;
	float:left;
	margin:3px 0 0 7px;
	color:#999;
	font-size:13px;
	text-shadow:1px 1px white;
}
.form_type_search .form__more{
	display:block;
	float:right;
	margin:3px 0 0 0;
}

/* End search
 * @tpl eshop_filter_form_small.tpl
 * @tpl eshop_filter_box_small.tpl
*/

/* Start member menu 
 * @tpl members.tpl
 */

.member_menu {
    overflow:hidden;
}

.member_small_block_body {
    
	zoom: 1;
}

.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active, .bottom_menu a:hover {
    font: normal 1em arial, tahoma, verdana;
    text-decoration: none !important;
}

.bottom_menu a:hover {
    text-decoration: underline !important;
}

.member_small_menu_info_logged_body div, .member_small_menu_info_not_logged_body div {
    margin: 0px;
}

.member_menu a {
    display: inline-flex;
    box-sizing: border-box;
    font-family: arial, tahoma, verdana;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    background: #5c99c5;
    width: 100%;
    line-height: 1.4;
    border-top: 1px solid #ccc;
    padding: 6px 10px;
}
.member_menu a:hover {background:#277BB6;}
.member_menu .member_menu_row:first-child a {border:none;}

.member_menu {
    position: absolute;
    right: 0px;
}

.head-elements-row .member_small_menu_info_logged_body, .head-elements-row .member_small_menu_info_not_logged_body {
	display:none;
}

.member_small_menu_info_logged_body, .member_small_menu_info_not_logged_body{
padding-left: 60px;}

.member_small_menu_info_logged_body .alt_header3,
.member_small_menu_info_not_logged_body .alt_header3 {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
}

.member_menu .small_menu_registration,
.member_menu .small_menu_login,
.member_menu .small_menu_logout, .member_menu .member_menu_row.wish-list-link {
	display: block;
}
.member_menu .small_menu_login,
.member_menu .small_menu_logout, .member_menu .member_menu_row.wish-list-link {

}
.member_menu .small_menu_registration {
	
}
.member_menu_row.small_menu_login a,
.member_menu .small_menu_registration a,
.member_menu .small_menu_logout {
	
}

#head_user_menu .member_menu {
        position: relative;
        right: 0px;
        top: 0;
        height: auto;
    }

.member_balance {
	float: left;
    padding-top: 19px;
}

#left_block_user_menu .member_menu a, .sm_tree a, .sm_tree span {
    font-weight: normal !important;
    font-size: 12px !important;
}

#left_block_user_menu .member_menu {
    position: relative;
    padding-top: 0px;
}

#left_block_user_menu .member_menu div, .sm_level_1, .sm_level_2 {
    padding: 5px 0;
    border-bottom: 1px solid #E2E2E2 !important;
    margin: 0 15px;
}

#left_block_user_menu .member_small_block_body {
    margin: 0px;
}

#left_block_user_menu .member_small_block_body div {
    display: none;
}

#left_block_user_menu .member_menu, #left_block_user_menu .member_menu div {
    display: block !important;
}

#left_block_user_menu .member_menu_row {
    float: none;
    background: none;
}

/* End member menu 
 * @tpl members.tpl
 */

/* Start RSS
 * ext_rss.tpl
 * ami_ext_rss.tpl
 * ext_rss.tpl
*/

#rss_value {
    font-weight: bold;
    padding-bottom: 15px;
}

#rss_demo {
    padding-top: 10px;
}

#rss_demo a {
    color: #000;
    font-size: 11px;
}

#rss_left input.wd2 {
    margin: 0;
	padding: 3px 5px 3px 28px;
	width: 126px !important;
	background: #FFF url("_mod_files/ce_images/template_images/email.jpg") no-repeat 5px;
}

#rss_left input.btn {
    background: url("_mod_files/ce_images/template_images/rss_but.png") no-repeat;
    border: 0 none;
    height: 37px;
    left: -6px;
    position: relative;
    filter: none;
    font-size: 0;
    width: 50px;
    top: 2px;
}

#email_rss {
    background: url("_mod_files/ce_images/template_images/email.jpg") no-repeat;
    width: 16px;
    height: 13px;
    position: absolute;
    margin-left: 7px;
    margin-top: 7px;
}

#rss_left {
    margin-top: 20px;
    padding-left: 17px;
    padding-top: 18px;
    width: 240px;
    height: 106px;
    color: #000;
    background: url(_mod_files/ce_images/template_images/rss.gif) no-repeat;
}

/* End RSS
 * ext_rss.tpl
 * ami_ext_rss.tpl
 * ext_rss.tpl
*/

.block__form_type_search,
.block__eshop-item-small,.block__eshop-item-detailed{
	background:transparent;
	color:#000;
}
.block__eshop-item-small{
	color:#000;
}
.block__eshop-cat-tree_type_list,.block__form_type_filter{
	color:#000;
}
.block__form_type_list,.block__letters{
	background:#fff;
	color:#000;
}
.block__category-path,.block__pager{
	border-width:0;
}
.block__eshop-item-properties,.block__rating{
	background:#fff;
	color:#000;
}
.element__button{
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.element__button:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.element__button:visited{
	color:#fff;
}
.element__button:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.element__button:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.element__button:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}

#cart-small__info_is_empty {
    padding: 6px 0 8px;
}

/* Start eshop cart
 * @tpl eshop_cart.tpl
 */ 
 
.recalc123 {
	text-decoration: none;   
}
 
#head_eshop_cart {
    float: right;
    left: 0;
    position: relative;
    margin-left:40px;
    
}

#my_cart, #my_cart a {
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

.cart-small{
	min-height:47px;
	margin-top:15px;
}
.cart-small__visual{
	display:block;
	float:left;
	width:42px;
	height:47px;
	margin-right:15px;
	background:transparent url("_img/cart-small.png") no-repeat;
}
.cart-small__title {
    color: #6D6D6D;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap !important;
}
.cart-small__title:visited{
	color:inherit;
}
.cart-small__text{
	width:160px;
    float: left;
}
.cart-small__order-btn, .cart-small__order-btn {
	
}
.cart-small__order-btn:hover {
	
}
.cart-small__order-btn:visited{
	
}
.cart-small__order-btn:active{
	
}
.cart-small__order-btn:before{
	
}
.cart-small__order-btn:after{
	
}
#cart-small__info_not_empty {
display: block;
padding: 4px 0 6px 0;
}
.cart-small__cont-btn{
	background:transparent;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-left:30px;
	padding:5px 12px;
	font-size:12px;
	line-height:1.2em;
}
.cart-small__cont-btn:hover{
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 12px;
	font-size:12px;
	line-height:1.2em;
}
.cart-small__cont-btn:hover:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.cart-small__cont-btn:hover:visited{
	color:#fff;
}
.cart-small__cont-btn:hover:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.cart-small__cont-btn:hover:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.cart-small__cont-btn:hover:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.cart-small__form-line{
	margin:5px 0;
}
.cart-small_not_empty .cart-small__visual{
	background:transparent url("_img/cart-small_not_empty.jpg") no-repeat;
}
.cart-small_type_one-click{
	margin-top:5px;
}
.cart-small_type_one-click .cart-small__info_not_empty{
	display:block;
	margin:10px 0;
}
.cart-small_type_one-click .cart-small__success-message{
	display:block;
	font-weight:700;
	margin:10px 0;
}
.cart-small_type_one-click .cart-small__title{
	font-size:18px;
}
.cart-small_type_success{
	margin-top:5px;
}
.cart-small_type_success .cart-small__title{
	font-size:18px;
}

/* End eshop cart
 * @tpl eshop_cart.tpl
 */ 
 
/* Start eshop catalog
* @tpl eshop_catalog.tpl
*/

.category-path{
	border-width:0;
	
	font-size:12px;
	color:#b6b5b5;
}
.category-path__link,.category-path__link:visited{
	
	color:#b6b5b5;
	font-size:12px;
}
.category-path__link:last-child{
	background:none;
}
.category-path__link::after{
	display:none;
}

.eshop-cat-detailed__description {
    padding: 20px 0;
}
.eshop-cat-detailed__announce{
	margin-bottom:10px;
}

.eshop-item-list_type_catalog{
	overflow:visible;
}
.eshop-item-list_type_catalog .eshop-item-list__clipper{
	overflow:visible;
}
.eshop-item-properties{
	color:#555;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:25px;
    background: #3faef31f  /*фон в карточке товара */
}
.eshop-item-properties_notavail{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border:1px solid #fcc;
}
.eshop-item-small:hover .eshop-item-small__additional-prices{
	visibility:visible;
	opacity:1;
}

.eshop-item-small__category,.eshop-item-small__category:visited{
	text-decoration:underline;
	font-weight:700;
	font-size:12px;
    font-style: italic;
}
.eshop-item-small__title, .eshop-item-small__title:visited {
    text-decoration: none;
    text-transform: none;
    font-size: 12px;
    color: #08096c;
    font-weight: bold;
}
.eshop-item-small__title:hover, .eshop-item-small__category:hover {
	text-decoration:none;
}

.eshop_home-item-small__prices,
.eshop-item-small__prices {
    display: block;
    position: absolute;
    background: #f9f9f900;
    padding: 0px 0px;
    z-index: 1;
    top: 0;
    right: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.33);
    text-shadow: -1px 1px 0 #E7E5E5;
    color: rgb(145, 1, 1);
}
.eshop-item-small__base-price{
	display:inline-block;
}
.eshop-item-small__price-original {
	/*display:inline;
	margin-bottom:-11px;
	margin-top:1px;*/
    display: block;
    font-size: 12px;
    margin: 0 0 -4px 0;
}
.eshop-item-small__price-actual{
	display:inline;
	margin-top:8px;
	font-size:13px;
	font-weight:bold;
}
.eshop-item-small__caption{
	display:block;
}
.eshop-item-small__price-tag{
	position:relative;
	display:block;
	text-align:center;
}
.eshop-item-small__price-tag_additional{
	font-size:13px;
	font-weight:700;
	height:22px;
	padding-top:8px;
}
.eshop-item-small__price-tag_vkredit{
	display:inline-block;
}
.eshop-item-small__cart-form{
	display:inline-block;
	margin-bottom: 10px;
}
.eshop-item-small__quantity{
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	text-align:center;
}
.eshop-item-small__cart-text{
	
}
.eshop-item-small__cart-text:hover{
	
}
.eshop-item-small__cart-text:visited{
	
}
.eshop-item-small__cart-text:active{
	
}

.eshop-item-small__additional-prices{
	border-radius:0 0 5px 5px;
}
.eshop-item-small__additional-price_vkredit{
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	background-color:#ddd;
	display:inline-block;
	margin:6px 0;
	padding-left:4px;
	padding-right:4px;
}
.eshop-item-small__additional-price_vkredit:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-small__additional-price_vkredit:visited{
	color:#000;
}
.eshop-item-small__additional-price_vkredit:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-small__additional-price_vkredit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-small__additional-price_vkredit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__caption{
	display:inline-block;
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__cart-icon{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:20px;
	background:url("_img/eshop-item-small__vkredit.png") no-repeat;
}
.eshop-item-small__vkredit-price{
	font-weight:700;
}
.eshop-item-small__price-postfix{
	font-weight:700;
}
.eshop-item-small__additional-price_not_avail{
	background:#fff;
	cursor:default;
}
.eshop-item-small__additional-price_not_avail .eshop-item-small__cart-form{
	display:none;
}
.eshop-item-small__one-click{
	color:#08c;
	margin: 0px 6px 0 6px;
    font-size:14px;
}
.eshop-item-small_type_linked .eshop-item-small__header{
	max-width:195px;
}
.eshop-item-small_type_miniblock .eshop-item-small__header{
	max-width:195px;
    line-height:1;
}
.eshop-item-small__sku {
    font-size: 12px;
    background: #3faef30f;
    line-height: 1;
    padding: 3px 0;
    margin: 0 0 3px 0;
}
.eshop-item-small_type_miniblock .eshop-item-small__additional-prices{
	position:static;
	visibility:visible;
	opacity:1;
}
.eshop-ordering{}

.eshop-ordering__textfield{
    padding:6px 4px;
    width:30%;
}
.eshop-order__shippings .eshop-ordering__textfield{
    padding: 6px 4px;
    width: 78%;
    display: inline-block;
    vertical-align: middle;
}
.eshop-order__shippings .eshop-ordering__textarea {
    width: 78%;
    display: inline-block;
    vertical-align: middle;
}
.eshop-ordering__item{
	margin:8px 0;
	line-height:1em;
}
.eshop-ordering__item-list-wrapper{
	padding-top:37px;
}
.eshop-ordering__item-list{
	padding:0;
	background-color:#f4f4f4;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:398px;
}
.eshop-ordering__item-list .eshop-ordering__caption{
	margin:0;
	padding:10px 20px;
	background:#5c99c5;
	color:#000;
	border-radius:5px 5px 0 0;
}
.eshop-ordering__change-order{
	display:inline-block;
	width:50%;
	font-size:12px;
	font-weight:400;
	text-align:right;
	text-decoration:underline;
    color:#fff !important;
}
.eshop-ordering__item-price{
	font-size:18px;
	color:#333;
}

.eshop-ordering__item-prop-info{
	display:inline-block;
	font-size:10px;
}
.eshop-ordering__item-sku{
	font-size:10px;
}
.eshop-ordering__submit{
	position:relative;
	padding:5px 12px;
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:linear-gradient(top,#9cd125 45%,#65a61d 75%);
	border:1px solid #65a61d;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.eshop-ordering__submit:hover{
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:linear-gradient(top,#9cd125 45%,#72bb21 75%);
	border:1px solid #65a61d;
	color:#fff;
	text-decoration:inherit;
}
.eshop-ordering__submit:visited{
	color:#fff;
}
.eshop-ordering__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.eshop-ordering__submit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-ordering__submit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.eshop-ordering__submit_action_order{
	display:block;
	float:right;
	padding:10px 24px;
	font-size:18px;
}
.eshop-ordering__submit_action_order:active{
	padding:11px 24px 9px;
}
.eshop-ordering__login{
	position:relative;
	padding:5px 12px;
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:linear-gradient(top,#9cd125 45%,#65a61d 75%);
	border:1px solid #65a61d;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.eshop-ordering__login:hover{
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:linear-gradient(top,#9cd125 45%,#72bb21 75%);
	border:1px solid #65a61d;
	color:#fff;
	text-decoration:inherit;
}
.eshop-ordering__login:visited{
	color:#fff;
}
.eshop-ordering__login:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.eshop-ordering__login:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-ordering__login:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.eshop-ordering__field-sublist{
	-webkit-transition:max-height 1.0s;
	-moz-transition:max-height 1.0s;
	-o-transition:max-height 1.0s;
	transition:max-height 1.0s;
}
.eshop-ordering__field-sublist_state_hidden{
	max-height:0;
	visibility:hidden;
	opacity:0.0;
	-webkit-transition:max-height 0.2s;
	-moz-transition:max-height 0.2s;
	-o-transition:max-height 0.2s;
	transition:max-height 0.2s;
}
.eshop-ordering__item-list-body{
	position:relative;
	min-height:100px;
	padding:8px 20px 20px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
@-webkit-keyframes eshop-ordering__rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes eshop-ordering__rotate{
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-o-keyframes eshop-ordering__rotate{
	0%{
		-o-transform:rotate(0deg);
	}
	100%{
		-o-transform:rotate(360deg);
	}
}
@keyframes eshop-ordering__rotate{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.eshop-ordering__item-list-rotor{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	background:url(_img/eshop-ordering__loading.png) no-repeat;
	opacity:0.0;
}
.eshop-ordering__item-list-body_state_hidden+.eshop-ordering__item-list-rotor{
	opacity:1.0;
	visibility:visible;
	-webkit-animation:eshop-ordering__rotate 2s linear infinite;
	-moz-animation:eshop-ordering__rotate 2s linear infinite;
	-o-animation:eshop-ordering__rotate 2s linear infinite;
	animation:eshop-ordering__rotate 2s linear infinite;
}
#custom_shipping_04 select {
	margin-left: 16px;
}
.eshop-order__shippings .eshop-ordering__field{
	margin:0;
	padding:5px 0 5px 25px;
}
.eshop-ordering__number-cell{
	text-align:right;
}
.eshop-ordering__item-name{
	color:#333;
}
.eshop-ordering__item-name_total{
	font-size:16px;
	vertical-align:top;
}
.eshop-ordering__price-total{
	border-top:2px solid #999;
	padding-top:20px;
}
.eshop-ordering__price-total-value{
	font-size:22px;
	vertical-align:top;
	color:#333;
}
.eshop-ordering__price-total .eshop-ordering__price-total-value{
	float:right;
}
.eshop-ordering__info{
	border:none;
}
.eshop-ordering__redirect-info{
	text-align:center;
	margin:80px;
}
.eshop-ordering__redirect-info>.eshop-ordering__fieldset{
	display:inline-block;
	width:300px;
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering__redirect-info .eshop-ordering__info{
	font-size:16px;
}
.eshop-ordering__auth-link{
	text-decoration:none;
	border-bottom:1px dashed;
	cursor:pointer;
	font-size:12px;
	font-weight:400;
	margin-left:44px;
}
.eshop-ordering__auth-link:hover{
	text-decoration:none;
}
.eshop-ordering__login-window{
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.eshop-ordering__login-window .eshop-ordering__textfield{
	float:right;
    width:170px;
    padding: 2px 4px;
}

.eshop-ordering__login-window .eshop-ordering__field{
	margin-left:0;
}
.eshop-ordering__close-login-window{
	float:right;
}
.eshop-ordering__login-form{
	margin:0 30px 20px 25px;
}
.eshop-ordering__reg{
	display:block;
}
.eshop-ordering__with-credit{
	margin-top:10px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset{
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering_type_accepted .eshop-ordering__field{
	background:#fee601;
	color:#000;
}
.eshop-ordering_type_cancelled .eshop-ordering__fieldset{
	border-radius:5px;
}
.eshop-ordering_type_confirm .eshop-ordering__fieldset{
	box-shadow:-10px 0 12px -4px rgba(100,100,100,0.2),10px 0 12px -4px rgba(100,100,100,0.2);
}

/* End eshop catalog
* @tpl eshop_catalog.tpl
*/

/* Start eshop menu
* @tpl eshop_tree_links.tpl
*/

.eshop-cat-tree_level_1 .eshop-cat-tree__item-name {
    font-size:14px;
}
.eshop-cat-tree_level_2 .eshop-cat-tree__item-name {
    font-size:13px;
}

.eshop-cat-tree__item-link:before{
	
}
.eshop-cat-tree__item-link_type_selected,.eshop-cat-tree__item-link_type_selected:visited{
	text-shadow:none;
    font-weight:bold;
}
.eshop-cat-tree__item-link:before{
	
}
.eshop-cat-tree__small-picture {
    display: none;
}
.eshop-cat-tree_type_dropdown{
	margin:10px 0;
	border:0;
	box-shadow:none;
	border-radius:0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-name {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color:#fff;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name{
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
    text-shadow: none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name:hover{
	text-decoration:underline;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item {
    display: inline-block;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    vertical-align: middle;
    line-height: 22px;
    padding: 1px 0;
    z-index: 7;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover {
    background:#2e9215;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:first-of-type{
	margin-left:0px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:last-of-type{
	border-right:0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover{
	
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	height:34px;
	line-height:33px;
    padding: 0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1>.eshop-cat-tree__item:hover .eshop-cat-tree__item-name{
	border-bottom:1px solid rgba(0,0,0,0);
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	padding:2px 18px 6px 18px;
	background:none;
    text-decoration: none;
}

.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover:after{
	opacity:1.0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover{
	text-decoration:none;
}
.eshop-cat-tree__item {
    display: block;
    line-height: 18px;
    min-width: 70px;
    position: relative;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	position:absolute;
	left:0;
	z-index:1000;
	visibility:hidden;
	opacity:0.0;
	min-width:390px;
	top:31px;
	padding:5px 0 12px 0;
	border:1px solid #f5f5f5;
    border-top:none;
	background:#5c99c5;
	
	transition:opacity 0.3s ease-out 0s;
	-moz-transition:opacity 0.3s ease-out 0s;
	-webkit-transition:opacity 0.3s ease-out 0s;
	-o-transition:opacity 0.3s ease-out 0s;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item{
	display:inline-block;
	margin:0;
	padding:0;
	line-height:14px;
	background:none;
	box-shadow:none;
	border:0;
	vertical-align:top;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover .eshop-cat-tree_level_2 {
    opacity: 1;
    visibility: visible;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link{
    background: #5c99c5;
    color: #fff;
    padding: 6px 18px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link:after{
	display:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link:hover{
	background:none;
}

.eshop-cat-tree_level_3{
	margin: 0 0 0 12px;
	padding: 0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item{
	display:block;
	line-height:9px;
	margin-left:10px;

}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-name{
	font-size:13px;
	line-height:16px;
	font-weight:400;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-link{
	padding:3px 10px;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	background:#fee601;
}



.body__nav{
	background:#fde300;
	background:-moz-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5db00),color-stop(55%,#fde300),color-stop(100%,#ffe400));
	background:-webkit-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-o-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-ms-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:linear-gradient(to bottom,#f5db00 0%,#fde300 55%,#ffe400 100%);
	position:relative;
	min-height:30px;
	margin-bottom:18px;
	padding:0 20px;
	font-size:1px;
	line-height:0;
	text-align:justify;
}
.body__nav:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:1px;
	width:100%;
	height:1px;
	background:#ffe933;
}

.eshop-cat-tree.eshop-cat-tree_type_dropdown {
	margin: 14px 0 0 0;
    height: 34px;
background: none;
    position:relative;
}

.fixed-desktop-menu .header {
    position: fixed;
    left:0;
    top: -1px;
    margin: 0;
    z-index: 9999;
    min-height:46px!important;
    width:100%;
    border-bottom:1px solid #ccc;
    background:rgba(38, 145, 10, 1);
}
.header-wr {
    margin: 0 auto;
    max-width: 1250px;
    position: relative;
}

.eshop-cat-tree_type_dropdown.is-fixed-menu {
    position: fixed;
    top: -4px;
    margin: 0;
    padding: 0;
    z-index: 5;
    width: 955px;
}

.fixed-desktop-menu #logo_head, .fixed-desktop-menu #head_contact_block {
    display: none;
}
.fixed-desktop-menu .eshop-cat-tree.eshop-cat-tree_type_dropdown {
    margin: 0;
}

.fixed-desktop-menu .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 {
    padding: 4px 0;
}
.body__nav .eshop-cat-tree_type_dropdown{
	display:inline-block;
	margin:0;
	background:transparent;
	vertical-align:middle;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	background:transparent;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 .eshop-cat-tree__item-name{
	border-bottom-color:#000;
	color:#000;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	background:#ffe400;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover{
	background:#ffe400;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	text-decoration:none;
	color:#000;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after,.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover:after{
	display:none;
}
.body__nav .form_type_search{
	display:inline-block;
	float:none;
	width:auto;
	height:auto;
	padding:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	vertical-align:middle;
	background:transparent;
}
.body__nav .form_type_search .form__search-line{
	width:auto;
}
.body__nav .form_type_search .form__under-search-line{
	display:none;
}
.body__nav:after{
	content:"";
	width:100%;
	height:0;
	display:inline-block;
	opacity:0;
}

/* End eshop menu
* @tpl eshop_tree_links.tpl
*/

/* Start eshop item detail
* @tpl _eshop_item_list.tpl
*/

.eshop-item-detailed__actual-price{
	display:inline-block;
	color:black;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
    background: #fff8b2bd;
    border-radius: 15px;
}
.eshop-item-detailed__origin-price{
	margin:0 0 -5px;
	text-decoration:line-through;
}
.eshop-item-detailed__box{
	display:inline-block;
	*float:left;
	width:61%;
    margin:0 0 20px 0;
}
.eshop-item-detailed__choice-box{
    margin:20px 0 0 0;
    overflow:hidden;
}
.eshop-item-detailed__prices {
    margin: 10px 0;
    position:relative;
    text-align:left;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__actual-price{
	font-size:40px;
	font-weight:700;
}
.eshop-item-detailed__cart-box_base{
	display:inline-block;
    vertical-align:top;
    float:right;
    margin-top:6px;
}
.eshop-item-detailed__cart-box_base:hover{
	
}
.eshop-item-detailed__cart-box_base:visited{
	
}
.eshop-item-detailed__cart-box_base:active{
	
}
.eshop-item-detailed__cart-box_base:before{
	
}
.eshop-item-detailed__cart-box_base:after{
	
}
.eshop-item-detailed__base-price {
    overflow: hidden;
}
.eshop-item-detailed__base-price-caption{
	display:block;
}
.eshop-item-detailed__base-price-container{
	display:inline-block;
	text-align:left;
}
.eshop-item-detailed__add-to-cart-link{
	padding:0;
	font-size:13px;
}
.eshop-item-detailed__add-to-cart-link_base{
	border:none;
	color:#fff;
}
.eshop-item-detailed__cart-quantity{
	    border-radius: 0;
    height:34px;
    margin: 0px 30px;
    text-align: center;
    vertical-align: top;
    width: 50px;
    background:#f7f7f7 none repeat scroll 0 0;
}
.eshop-item-detailed__cart-text{
    font-weight: 700;
	font-size:13px;
}
.eshop-item-detailed__other-prices .eshop-item-detailed__cart-text{
	font-size:11px;
	font-weight:400;
}
.eshop-item-detailed__popup-link{
	text-align:center;
}

.eshop-item-detailed__sku-name,
.eshop-item-detailed__custom-field-name{
    font-weight: normal;
    font-size: 13px;
    color: #666;
}
.eshop-item-detailed__sku-value,
.eshop-item-detailed__custom-field-value{
    color: #333;
    font-weight: bold;
    font-size: 13px;
}
.eshop-item-detailed__replies{
	height:15px;
	margin-top:12px;
}
.eshop-item-detailed__replies-count{
	font-style:italic;
}
.eshop-item-detailed__price-wrapper{
	overflow:hidden;
	font-size:11px;
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 0;
}
.eshop-item-detailed__price-wrapper:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-detailed__price-wrapper:visited{
	color:#000;
}
.eshop-item-detailed__price-wrapper:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-detailed__price-wrapper:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__price-wrapper:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	background:transparent;
	min-height:0;
	min-width:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-caption{
	display:inline-block;
	margin:0;
	font-size:11px;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	padding:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-actual{
	margin:0;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-quantity{
	display:block;
	color:#848484;
}
.eshop-item-detailed__price-wrapper_forbidden{
	background:#fdfdfd;
	cursor:default;
	border:0;
}
.eshop-item-detailed__price-wrapper_forbidden:hover{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_forbidden:active{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_vkredit .eshop-item-detailed__cart-icon{
	width:26px;
	height:20px;
	background:url("_img/eshop-item-detailed__vkredit.png") no-repeat;
}
.eshop-item-detailed__one-click-order{
    border: 1px solid #5c99c5;
    border-radius: 2px;
    color: #5c99c5;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 9px 20px;
    text-align: center;
    text-transform: uppercase;
}



.eshop-item-detailed__text-box {
    background: #63f70630;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 25px;
    position:relative;
}

.eshop-item-detailed__choice-box {
    display: block;
    
}
.eshop-item-detailed__one-click-order:hover{
	color:#fff;
    background:#5c99c5;
    
}
.eshop-item-detailed__one-click-order:before{
	
}
.eshop-item-detailed__comparison{
	margin:10px 0;
}
.eshop-item-detailed__price-postfix{
	font-weight:700;
}
.eshop-item-detailed__addpics-container{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
* html .eshop-item-detailed__addpics-item{
	float:left;
}
*+html .eshop-item-detailed__addpics-item{
	float:left;
}

/* End eshop item detail
* @tpl _eshop_item_list.tpl
*/

/* Start compare items
* @tpl eshop_compare.tpl
*/

.compare_script_bottom {
    padding: 35px 0px 15px 0px;
}

.compare__selected_items_row {
	display: none;   
}

.compare__selected_items_row-list a {
    margin-bottom: 4px;
    display: block;
}

.compare_small_link {
    float: left;
   
    padding-left: 10px;
}

.compare_small_clear_link {
	background: url(_mod_files/ce_images/template_images/compare_clear.png) no-repeat 0px 3px;
	margin-left: 104px;
	padding-left: 15px;
}

.compare_small_both {
    clear: both;
}

.compare_script_bottom a, .compare_script_bottom a:visited {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 15px 0 0;
    text-decoration: underline;
}

#compare_block_top {
    float: right;
    margin-left: 20px;
    margin-right: 16px;
    padding-bottom: 17px;
    padding-left: 20px;
    position: relative;
}

.compare__selected_items_row-list {
    padding-bottom: 10px;
}

.compare_small_body {
    
    margin: 4px 0 0 0;
    
}

.addtocomparsion {
    float: left;
    padding-left: 8px;
}

.compare_small_link {
    padding-left: 25px;
    background: url(_mod_files/ce_images/template_images/compare_refresh.png) no-repeat;
}

.compare_count {
    padding: 3px 0px;
}

.compare .sel_a {
    background: #F0F0F0;
}

.compare_script_bottom {
    padding: 0px 0 15px;
}

a.comp_del, a.comp_del:visited {
    background: url("_mod_files/ce_images/template_images/out_stock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 14px;
    width: 14px;
}

#compare_type_page {
    padding-bottom: 30px;
}

.eshop-item-list__compare{
	margin:20px 0;
}

.compare_block_top__title {
    font-weight: bold;
}
.compare_small_list_tbl .fa {
    font-size: 20px!important;
    margin-right: 5px;
}
#lay_f1 .compare__selected_items_row {
    font-size: 12px;
}
/* End compare items
* @tpl eshop_compare.tpl
*/

/* Start pager
 * @tpl pager.tpl
 */

.pager__content{
	border-width:0;
    display:inline-block;
}
.pager__button,.pager__button:visited{
	padding:4px 10px 4px;
	
	line-height:18px;
	
}
.pager__button:hover{
	
}
.pager__button_type_prev{
	
}
.pager__button_type_next{
	
}
.pager__button_state_active{
	font-weight:bold;
}
.pager__button:focus{
	
}
.pager__button:active{
	padding:5px 10px 3px;
	
	
}
.pager__button_state_inactive,.pager__button_state_inactive:hover,.pager__button_state_inactive:focus,.pager__button_state_inactive:visited,.pager__button_state_inactive:active{
	padding:4px 10px;
	
	cursor:default;
	text-shadow:none;
	
}

/* End pager
 * @tpl pager.tpl
 */

/* Start imagetape fullinfo
 * @tpl imagetape_fullinfo.tpl
 */
 
.left_imagetape_fullinfo {
    display: none;
}

.right_imagetape_fullinfo, .block_imagetape_fullinfo {
    float: none;
}

.block_imagetape_fullinfo {
    width: 675px;
    padding-bottom: 0px;
    margin-left: -20px;
    height: 205px;
}

.bottom_imagetape_fullinfo {
    float: none;
    position: relative;
    right: 10px;
    top: -32px;
}

.right_imagetape_fullinfo img {
    border-radius: 5px;
}

.image-tape_type_slideshow .image-tape__item{
	-moz-transition:opacity 0.0s linear 0.2s;
	-webkit-transition:opacity 0.0s linear 0.2s;
	-o-transition:opacity 0.0s linear 0.2s;
}
.image-tape_type_slideshow .image-tape__number{
	width:26px;
	height:25px;
	padding:2px 0 0;
	font:14px/27px arial,tahoma,verdana;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
	background:transparent url(_img/image-tape__number.png) no-repeat;
	text-align:center;
	vertical-align:baseline;
}
.image-tape_type_slideshow .image-tape__number:hover{
	background:transparent url(_img/image-tape__number.png) no-repeat;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__item:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__item:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__item:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__item:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__item:nth-of-type(5){
	opacity:1.0;
	-moz-transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
	z-index:6;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__number-list .image-tape__number:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__number-list .image-tape__number:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__number-list .image-tape__number:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__number-list .image-tape__number:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__number-list .image-tape__number:nth-of-type(5){
	background:transparent url(_img/image-tape__number_sel.png);
	-moz-transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
}
.image-tape_type_slideshow .image-tape__number_state_checked,.image-tape_type_slideshow .image-tape__number_state_checked:hover,.image-tape_type_slideshow .image-tape__number-after{
	top:0;
	width:26px;
	height:25px;
	padding:2px 0 0;
	background:transparent url(_img/image-tape__number_sel.png) no-repeat;
	text-align:center;
	vertical-align:bottom;
}

/* End imagetape fullinfo
 * @tpl imagetape_fullinfo.tpl
 */
 
/* Start image slider */

.slider-pad__arrow-left{
	background:url(_img/slider-pad__arrow-left.jpg) no-repeat;
    width: 20px;
    height: 38px;
}

.slider-pad__arrow-right{
	background:url(_img/slider-pad__arrow-right.jpg) no-repeat;
    width: 20px;
    height: 38px;
}

/* End image slider */

/* Start rating
 * @tpl rating_stars.tpl
 */

.rating__form{
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.rating_type_item-small{
}
.rating_type_item-detailed {
    border-radius: 5px;
    line-height: 2;
    margin-top: 15px;
    padding: 12px 5px 12px 10px;
    width: 193px;
    background: #F7F4E9;
}

/* End rating
 * @tpl rating_stars.tpl
 */

/* Start desktop top menu icons  */

.fixed-desktop-menu #top-menu-block {
        padding-top: 13px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 6 !important;
}

#top-head-bg {
	display: none;   
}

.fixed-desktop-menu #lay_f1 #top-menu-block #compare_block_top {
	
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_user_menu {
	
}

.fixed-desktop-menu #lay_f1 #top-menu-block .head-elements-row {

}

.fixed-desktop-menu #lay_f1 #top-menu-block .mobile-head-btn {
	
}

.fixed-desktop-menu #lay_f1 #top-menu-block #compare_block_top__btn,
.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart__btn,
.fixed-desktop-menu #lay_f1 #top-menu-block #head_user_menu__btn,
.fixed-desktop-menu #lay_f1 #top-menu-block #spec_eshop_filter__btn {

}


.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart__btn {
	
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart .mobile-head-informer {
	
}

.fixed-desktop-menu .form.form_type_search.head-elements-row .form__submit,
.fixed-desktop-menu #top-menu-block #spec_eshop_filter__btn,
.fixed-desktop-menu #top-menu-block .form__under-search-line,
.fixed-desktop-menu #lay_f1 .cart-small__visual {
	
}

.fixed-desktop-menu #lay_f1 .cart-small {
	
}

.fixed-desktop-menu .member_small_menu_info_logged_body,
.fixed-desktop-menu .member_small_menu_info_not_logged_body {
	
}

.fixed-desktop-menu .form.form_type_search.head-elements-row .form {
	background: none;
}

.fixed-desktop-menu .form_type_search .form__search-line {
	
}

#lay_f1 #top-menu-block .form_type_search {
	background: none;
	border-radius: 0;
	right: 110px;
	white-space: nowrap;
	text-align: right;
	top: 4px;
	height: 32px;
         left: initial;
    margin: 0;
    padding: 0;
    position: absolute;
    width:auto;
}
#compare_block_top .mobile-head-btn__item{
display:none;}
.fixed-desktop-menu .mobile-head-informer {
	
   
}

.fixed-desktop-menu #top-menu-block .cart-small__title,
.fixed-desktop-menu #top-menu-block .member_small_block_body a {
	
}


.fixed-desktop-menu #top-menu-block #compare_block_top .mobile-head-btn__item {
	
}

.fixed-desktop-menu .compare_small_body {
	
}

.fixed-desktop-menu #top-menu-block .mobile-head-btn__item {
	
}

.fixed-desktop-menu .mobile-head-informer__show {
	
}

.top-menu-block__desktop {
	top: -50px;   
}

/* End desktop top menu icons  */

/* System: Start Amiro copywrite link */
 
#sign {
    width: 100%;
    text-align: right;
    padding: 0;
    margin-top: -23px;
    background: none !important;
    padding-right: 14px;
}
#sign a {
    font-weight:normal;
}

/* System: End Amiro copywrite link */
.tab_slider_wrapp {}
ul.tabs, ul.tabs li {
    display: inline-block;
}
ul.slider_navigation, ul.tabs, ul.tabs_content {
    list-style: outside none none;
}
ul.tabs_content{
min-height:100px;}
.specials_slider_wrapp ul.tabs > li, .tab_slider_wrapp ul.tabs > li {
    border-radius: 0;
    height: auto;
    margin: 10px 14px 0 0;
}
ul.tabs li.cur span {
    border-bottom: 0 none;
}
ul.tabs, ul.tabs li {
    display: inline-block;
}
ul.slider_navigation, ul.tabs, ul.tabs_content {
    list-style: outside none none;
}
.specials_slider_wrapp ul.tabs {
    padding-right: 80px;
}
.specials_slider_wrapp ul.slider_navigation {
    position: absolute;
    right: 3px;
    top: 0;
}
ul.tabs_content > li {
    min-width: 100%;
}
.specials_slider_navigation, .tabs_slider_navigation, ul.tabs_content > li {
    display: none;
}
.specials_slider_navigation.cur, .tabs_slider_navigation.cur, ul.tabs li span, ul.tabs_content > li.cur, ul.tabs_content > li.current {
    display: inline-block;
}
ul.tabs_content li.tab {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
ul.tabs li {
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 0 0;
    padding: 0 12px;
    text-align: center;
}
ul.tabs li.cur, ul.tabs-head li.current {
    cursor: default;
}
ul.tabs li span {
    box-sizing: border-box;
    font-size: 13px;
    line-height: 13px;
    padding-top: 9px;
}
ul.tabs li span span {
    border: 0 none;
    padding: 0;
}


.specials_slider_wrapp ul.tabs > li span, .tab_slider_wrapp ul.tabs > li span {
    color: #5c99c5 ;
    border-bottom-width: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 0 5px;
    text-transform: none;
}
.specials_slider_wrapp ul.tabs li.cur span, .tab_slider_wrapp ul.tabs li.cur span {
    border-bottom: 2px solid #ddd;
    color: #000;
}
ul.slider_navigation {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.tab_slider_wrapp .flex-direction-nav li, .tab_slider_wrapp .flex-direction-nav li a, .tab_slider_wrapp .flex-direction-nav li span,
.item_slider_navigation .flex-direction-nav li, .item_slider_navigation .flex-direction-nav li a, .item_slider_navigation .flex-direction-nav li span {
    border-radius: 15px;
    display: inline-block;
    height: 29px;
    width: 29px;
}

.tab_slider_wrapp .flex-direction-nav li a, .tab_slider_wrapp .flex-direction-nav li span,
.item_slider_navigation .flex-direction-nav li a, .item_slider_navigation .flex-direction-nav li span {
    background: rgba(0, 0, 0, 0) url("/_img/arrows.png") no-repeat scroll 0 0;
}
.tab_slider_wrapp .flex-direction-nav li .flex-prev, .item_slider_navigation .flex-direction-nav li .flex-prev {
    background-position: 10px -50px;
}
.tab_slider_wrapp .flex-direction-nav li .flex-next, .item_slider_navigation .flex-direction-nav li .flex-next {
    background-position: -27px -50px;
}
.top_blocks {
    position: relative;
    margin-bottom:30px;
}

.tab_slider_wrapp .flex-direction-nav .flex-prev, .tab_slider_wrapp .flex-direction-nav .flex-next, 
.item_slider_navigation .flex-direction-nav .flex-prev, .item_slider_navigation .flex-direction-nav .flex-next {
    font-size: 0;
    left: 0;
    right:0;
    margin: 0;
    opacity: 1;
    position: relative;
    top: 0;
}
.tab_slider_wrapp .flex-direction-nav .flex-prev::before, .tab_slider_wrapp .flex-direction-nav .flex-next::before, 
.item_slider_navigation .flex-direction-nav .flex-prev::before, .item_slider_navigation .flex-direction-nav .flex-next::before {
    content: "";
}

.brands_slider_wrapp {
    padding: 55px 30px 47px;
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
}
.brands_slider_wrapp ul.brands_slider li a {
    margin: 0 10px;
}
.brands_slider_wrapp .flex-viewport {
    height: 48px;
    overflow: hidden;
}
.brands_slider > li {
    float: left;
    line-height: 48px;
    text-align: center;
}
.brands_slider_navigation ul.flex-direction-nav {
    height: 0;
    position: relative;
}
.brands_slider > li a {
    text-decoration: none;
}
.brands_slider_wrapp li img {
   
    max-width: 120px;
   
}
.brands_slider_wrapp li img:hover {
    
}
.brands_slider_wrapp {
    padding: 55px 30px 47px;
}
.brands_slider_wrapp .flex-direction-nav li, .brands_slider_wrapp .flex-direction-nav li a, .brands_slider .flex-direction-nav li span {
    border-radius: 15px;
    display: inline-block;
    height: 29px;
    width: 29px;
}
.brands_slider_wrapp .flex-direction-nav li a, .tab_slider_wrapp .flex-direction-nav li span {
    background: rgba(0, 0, 0, 0) url("/_img/arrows.png") no-repeat scroll 0 0;
}
.brands_slider_wrapp .flex-direction-nav li .flex-prev {
    background-position: 10px -50px;
}
.brands_slider_wrapp .flex-direction-nav li .flex-next {
    background-position: -27px -50px;
}
.brands_slider_wrapp .flex-direction-nav .flex-prev, .brands_slider_wrapp .flex-direction-nav .flex-next {
    font-size: 0;
    left: 0;
    right:0;
    margin: 0;
    opacity: 1;
    position: relative;
    top: 0;
}
.brands_slider_wrapp .flex-direction-nav .flex-prev::before, .brands_slider_wrapp .flex-direction-nav .flex-next::before {
    content: "";
}
.absolute .flex-direction-nav > li {
    position: absolute;
    top: 1px;
}
.absolute .flex-direction-nav li.flex-nav-prev {
    left: -30px;
}
.absolute .flex-direction-nav li.flex-nav-next {
    right: -30px;
}
.search__submit {
    background: none/*rgba(0, 0, 0, 0) url("/_img/search.png") no-repeat scroll 0 50%*/;
    position: relative;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 28px;
    width: 25px;
}
.eshop-item-small__compare-link {
   
}
.eshop-item-small__content {
    border: 1px solid #fff;
    padding: 10px;
    position:relative;
    background:#fff;
}
.eshop-item-small__content:hover {
    border: 1px solid #ccc;
    border-radius: 5px;
   
}

.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small:hover {
    position:relative;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small:hover .eshop-item-small__content {
    z-index: 999;
    position:absolute;
    top:0;
    left:0;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small:hover .eshop-item-small__wrapp {
    box-shadow: 0 0 5px #c3c1c1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small:hover .eshop-item-small__custom-fields {
    display:block;
}


.tabs_slider .eshop-item-small:hover {
    position:relative;
}
.tabs_slider .eshop-item-small:hover .eshop-item-small__content {
    z-index: 999;
    position:absolute;
    top:0;
    left:0;
    width:calc(100% - 22px);
}
.tabs_slider .eshop-item-small:hover .eshop-item-small__wrapp {
    box-shadow: 0 0 5px #c3c1c1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.tabs_slider .eshop-item-small .eshop-item-small__custom-fields {
    display:block;
}
/*.tabs_slider .eshop-item-small:hover .eshop-item-small__custom-fields {
    display:block;
}*/


.eshop-item-small__comparison input {
    display: none;
}

.item-links {
    color: #8f8d8d;
    font-size: 16px;
    position: absolute;
    right: 10px;
    z-index:4;
    display:none;
}
.catalog_item .eshop-item-small__cart-form, .catalog_item .eshop-item-small__one-click, .catalog_item .property_data {
    visibility:hidden;
}
.eshop-item-list_type_catalog .eshop-item-small__cart-form, .eshop-item-list_type_catalog .eshop-item-small__one-click, .wish-link, .eshop-item-list_type_catalog .property_data {
    visibility:hidden;
}






.eshop-item-list__switcher-radio-list:checked ~ .eshop-item-list__clipper > .eshop-item-list__container .eshop-item-small__cart-form,
.eshop-item-list__switcher-radio-list:checked ~ .eshop-item-list__clipper > .eshop-item-list__container .eshop-item-small__one-click,
.eshop-item-list__switcher-radio-list:checked ~ .eshop-item-list__clipper > .eshop-item-list__container .property_data {
  visibility:visible;}  


.eshop-item-small__content:hover .item-links,
.catalog_item .eshop-item-small__content:hover .eshop-item-small__cart-form,
.catalog_item .eshop-item-small__content:hover .eshop-item-small__one-click,
.eshop-item-list_type_catalog .eshop-item-small__content:hover .eshop-item-small__cart-form,
.eshop-item-list_type_catalog .eshop-item-small__content:hover .eshop-item-small__one-click,
.eshop-item-small__content:hover .wish-link,
.catalog_item .eshop-item-small__content:hover .property_data,
.eshop-item-list_type_catalog .eshop-item-small__content:hover .property_data
{display:inline-block; visibility:visible;}



.eshop-item-list_type_catalog .eshop-item-small__content:hover .eshop-item-small__cart-form,
.eshop-item-list_type_catalog .eshop-item-small__content:hover .eshop-item-small__one-click,
.eshop-item-list_type_catalog .eshop-item-small__content:hover .property_data
{visibility:visible;}

.item-links .eshop-item-small__comparison {
    cursor: pointer;
    margin-bottom: 10px;
    margin-top:30px;
}
.item-links .fa {
    cursor: pointer;
}
.content-wr {
    padding: 20px 0 0;
}
h1.pagetitle {
    border-bottom: 1px solid #e5e5e5;
    font-size: 28px !important;
    font-weight: 600 !important;
    padding: 5px 0 29px !important;
    line-height:1;
}
.eshop-cat-small__visual {
    float: left;
    margin: 0 10px 0 0;
}
.eshop-cat-small__name { 
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.cat_announce {
    margin-top: 9px;
}
.cat_announce img {
    width: 100% !important;
    height: auto !important;
}
.eshop-cat-small__count-items {
    font-size: 16px;
    font-weight: bold;
    display:none;
}
.cat-info {
    margin: 0 0 0 155px;
}

.item-links-det .add-to-comparison__el {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 5px 8px;
    display:block;
    cursor:pointer;
}
.item-links-det .eshop-item-small__compare-link {
    color: #6d6d6d;
    display: inline;
    font-size: 11px;
    margin: 0 0 0 5px;
}
.item-links-det input {
    display: none;
}
.item-links-det .eshop-item-detailed__comparison {
    display: inline-block;
    margin: 0 10px 0 0;
}
.item-links-det .item-like {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    display: inline-block;
    padding: 7px 8px;
        font-size: 11px;
    color: #6d6d6d;
    cursor:pointer;
    vertical-align:top;
}
.item-links-det .item-like i{
    margin: 0 10px 0 0;
    font-size:14px;
}
.item-like a, .item-like a:hover, .item-like a:visited{
        font-size: 11px;
    color: #6d6d6d;
text-decoration:none;}
.tabs-head li::before, .tabs_section .tabs-head li::before, .view_sale_block .values .item:nth-child(3)::after, .view_sale_block .values .item:nth-child(3)::before {
    display: none;
}
.tabs-head {
    font-size: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tabs-head li, .tabs-head li span {
    display: inline-block;
    font-weight: 600;
}
.tabs_section .tabs-head {
    margin: 0;
}
.tabs-head li, .tabs_section .tabs-head li {
    margin: 0 10px -1px 0;
}
.tabs-head li {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    opacity: 1;
    padding: 11px 18px 14px;
    vertical-align: top;
}
.tabs-body, .tabs_section .tabs-body {
    margin-top: -1px;
}
.tabs_section .tabs-body > li {
    padding: 34px 0 20px;
    width: 100%;
}
.tabs-head li.current {
    background: #fff none repeat scroll 0 0;
    z-index: 1;
}
.tabs-head li span {
    color: #6d6d6d;
    line-height: 18px;
}
.tabs-body {
    border-top: 1px solid #e5e5e5;
}
.tabs-body > li.current > div:last-of-type {
    margin-bottom: 0;
}
.tabs_section {
    margin: 40px 0 0;
}
#amiroTEdPureDiv {
    display: none;
}
.amiroTEdDiv {
    width: 100%!important;
}

.similar_slider_wrapp {
    position: relative;
}
.item_slider_navigation {
    position: absolute;
    right: 0;
    top: -36px;
}
.similar-block {
    min-height: 370px;
}
.recom_slider_wrapp, .recom_slider_wrapp1 {
    position: relative;
}
.eshop-item-detailed__box .eshop-item-tooltip {
    display: none !important;
}

.pages-path .category-path__link {
    padding-left: 6px;
}
.pages-path .category-path__link:first-child{
padding-left:0px;}
.pages-path {
    margin: 20px 0 0;
}
.page_name {
    font-size: 19px;
    margin: 20px 0;
    line-height:1;
}
#top-menu-block #compare_block_top .mobile-head-btn__item{
 }
#top-menu-block #compare_block_top:hover .mobile-head-btn__item{
}
#lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item div {
    
    padding: 0;
    height: auto;
}
#lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item div {
   
    padding: 0;
}
#lay_f1 #top-menu-block #compare_block_top .compare__selected_items_row {
    display: block;
    padding: 6px 0 !important;
}
#lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item a {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
}
#lay_f1 #top-menu-block #compare_block_top .compare_small_link a, #lay_f1 #top-menu-block #compare_block_top .compare_small_clear_link a {
    display: block;
    margin: 0;
    text-align: center;
    text-decoration: none;
}
#lay_f1 #top-menu-block #compare_block_top .compare_small_clear_link {
   float:left;
    margin-right:10px;
    margin-left:0!important;
}

#lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item .compare_small_link {
    float: left;
}
#lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item .compare_small_clear_link .btn {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    color: #1c1e1f;
}
#lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item .compare_small_list_tbl {
    margin-bottom: 0px;
}
#lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item .compare_small_list_tbl__row {
    padding: 0 0 5px;
}
.mobile-head-btn {
    cursor: pointer;
}

.column-l .eshop-cat-tree_level_2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    position: relative;
    margin:4px 0 0 0;
}
.column-l .eshop-cat-tree__item {
    width: 100%;
}
.column-l .eshop-cat-tree_level_2 .eshop-cat-tree__item-link {
    font-size: 13px;
}
.column-l .eshop-cat-tree_level_2 .eshop-cat-tree__item {
    margin: 0 0 0 12px;
}
.column-l .eshop-cat-tree_level_3 .eshop-cat-tree__item-link {
    font-size: 11px;
}
.column-l .eshop-cat-tree.eshop-cat-tree_level_3 {
    margin: 0 0 7px 0;
}
.uz_cnt_arrows_wrap_box_outside .plus {
    border: 1px solid #ccc;
    border-left:none;
    padding: 0px;
    position: absolute;
    text-align: center;
    top: 0;
    right:0px;
    cursor:pointer;
    width: 29px;
}
.uz_cnt_arrows_wrap_box_outside .mine {
    border: 1px solid #ccc;
    border-right:none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 29px;
    left:0px;
    cursor:pointer;
}
.eshop-item-detailed__prices .eshop-item-small__cart-text {
    font-weight: bold;
    margin-left: 15px;
    text-transform: uppercase;
    vertical-align:top;
}
.nav-menu.nav-menu_position_top {
    position: absolute;
    right: 0;
    text-align: right;
    top: 61px;
}
.nav-menu_position_top .nav-menu__item {
    font-size: 13px;
}
#cart-detailed__make-order-btn {
    text-transform: uppercase;
}
.uz_es_filter_vals_box {
    padding: 10px 0;
    font-size:14px;
}
.uz_es_filter_vals_box select {
    font-size: 14px;
    padding: 2px;
}
.uz_filter_form_reset {
    font-size: 14px;
}
.uz_filter_form_submit {
    background: #5c99c5 none repeat scroll 0 0;
    border: 1px solid #5c99c5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 13px 9px !important;
}
.uz_matched_cnt_box {
    display: inline-block;
    font-size: 10px;
    line-height: 35px;
}
.eshop-cat-detailed {
    overflow: hidden;
}
.uz_view_similar_items {
    position: relative;
}

.uz_viewed_products_item_to_cart_btn {
    visibility: hidden;
}
.uz_viewed_products_item:hover .uz_viewed_products_item_to_cart_btn {
    visibility: visible;
}
.uz_viewed_products_item_to_cart_btn a {text-decoration:none;}

.fixed-desktop-menu .nav-menu.nav-menu_position_top {
    display: none;
}
.uz_viewed_products_list_items_box {
    text-align: center;
    position:relative;
}
.uz_select_place_button_head {
    clear: both;
    display: block;
}
.fixed-desktop-menu .uz_select_place_button_head {
    display: none;
}
.grey-block {
    background: #fefefe none repeat scroll 0 0;
    padding: 20px 0;
}
.btn.subscr-btn {
    padding: 9px 13px 10px;
    border-radius:0 3px 3px 0;
}
.menu-block-top {
    background: #f5f5f5 none repeat scroll 0 0;
    clear: both;
}
.show-delivery, .show-delivery:hover, .show-delivery:visited {
    border: 1px solid #e5e5e5;
    color: #6d6d6d;
    font-size: 11px;
    margin: 15px 0 0;
    padding: 5px 8px;
    text-decoration: none;

}
.show-delivery {
    display:none;
}
/* Панели в мобильной */

.mob_panel {
    display:none;
    background: #168e07ed none repeat scroll 0 0;
    position: fixed;
    top: 0;
    width: 80%;
    height: 100%;
    z-index: 9999;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    
}
#mob_panel_menu {left: -100%;}
#mob_panel_search {right: -100%;}
#mob_panel_filter {left: -100%;}
.mob_panel .close {
    float:right;
    width:44px;
    height:42px;
    background:#060b05 url("/_mod_files/_img/sprite.png") no-repeat scroll -272px -192px;
    cursor:pointer;
}
#mob_panel_filter .close {display:none;}
.mob_left_menu {margin:8px 0 0 0;}
.mob_left_menu a {
    border-left: 10px solid #6c6a6a;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    padding: 0 0 0 15px;
    text-decoration: none;
}
.mob_left_menu a:last-child {
    border-bottom: none;
}
.mob_left_menu a span {
    display: inline-block;
    color: #333;
    white-space: nowrap;
}
.mob_left_menu a:hover,
.mob_left_menu a.sel {
    border-left: 10px solid #ff9800;
}
.mob_left_menu a:hover span,
.mob_left_menu a.sel span {
    color:#ff9800;
}

#head_search_to .search__submit {
    margin-top: 55px;
    visibility: visible;
}
#head_search_to .uz_es_search_autocomplete_wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 55px 0 0 31px;
    width: 78%;
    position:relative;
}
.uz_es_search_autocomplete_wrapper:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 21px;
    color: #fff;
    position: absolute;
    margin: 3px 0 0 0;
}
#head_search_to .form__search-line {width: 91%;}
.mob_panel #head_search_to .form__search-line {width:100%;}
.mob_panel .uz_es_search_autocomplete_wrapper:after {color:#666; margin-left:4px;}
#head_search_to {clear: both;}

#filter_left {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.uz_es_filter_caption_box_clickable {
    background: #3faef31f none repeat scroll 0 0!important;     /* фон заголовков в фильтре */      
    border-radius: 0!important;
    color: #080808;    
    cursor: pointer;
    margin: 0;
    padding: 8px 20px 8px 8px;
    position:relative;
}
.uz_es_filter_caption_box_clickable:after { /* значок свернуть список в фильтре */
font-family:FontAwesome;
    content:'\f106';
    font-size: 21px;
    position: absolute;
    right: 16px;
    top: 9px;
    background: #3faef338;
    border-radius: 15px;
}
.uz_es_filter_caption_box_clickable.act:after {
font-family:FontAwesome;
    content:'\f107';

}

.uz_es_filter_field_box {
    border-bottom: 1px solid #e5e5e5!important;
    padding: 4px 10px!important;
}
.uz_filter_form_reset, .uz_filter_form_reset:hover, .uz_filter_form_reset:visited  {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #5c99c5;
    color: #5c99c5;
    font-size: 14px;
    margin: 10px 0 0 0;
    text-decoration: none;
}
.uz_filter_form_submit {
    margin: 10px 0 0 0;
    padding: 9px 13px 9px;
    line-height:17px;
}
.uz_filter_btn {
    display: inline-block;
    vertical-align: top;
}
.uz_flt_btns {
    background: #f7f7f7 none repeat scroll 0 0;
}
.uz_es_filter_vals_box {
    padding: 10px 4px!important;
}
.mob_panel .uz_filter {
    margin-top: 55px;
}
.head_filter_icon_in_fix{display:none;}

/* end Панели в мобильной */

.eshop-item-small__custom-fields {
    font-size: 12px;
    display:none;
}
.eshop-item-small__custom-fields .eshop-item-small__custom-field-name {
    display: inline;
    font-weight: bold;
}
.eshop-item-small__custom-fields .eshop-item-small__custom-field-value {
    display: inline;
}
.wish-link {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}
.wish-link .btn, .wish-link .btn:hover, .wish-link .btn:visited{
text-decoration:none;}
.wish-link-det {
    display: inline-block;
    float: right;
    margin-top: 6px;
    vertical-align: top;
}
.wish-link-det .btn, .wish-link-det .btn:hover, .wish-link-det .btn:visited {
    text-decoration: none;
}
.eshop-item-small .uz_suspended_items_action > span {
    display: none;
}
.uz_cart_cell .buy_form > a {
    display: block;
}
#mob_panel_filter .small_call_form_close, #mob_panel_menu .small_call_form_close {
    display: none;
}

.compare__add-to-cart {
    margin: 10px 0;
}
.compare__add-to-cart .eshop-item-small__price-tag_base {
    margin: 10px 0;
}

.compare td {
    border: 1px solid #ccc;
    padding: 10px;
    width:160px;
}
.compare tr:first-child td {
    border: medium none;
}
.compare {
    border-collapse: collapse;
}
.compare {
    border-collapse: collapse;
    display: block;

}
.compare-block {
    overflow-y: auto;
    margin-bottom:20px;
}

.compare-clear-links > a:first-child {
    float: left;
}
.compare-clear-links > a:first-child + a {
    float: right;
}
#new_cart {
    min-width: 160px;
}
#inst_uz_cart_new_body .uz_cart_qty_box {
    /*padding: 20px 0 0;
    float:none;*/
}
#inst_uz_cart_new_body .uz_acc_d_row {
    /*padding-top: 0;*/
}
#inst_uz_cart_new_body .uz_aac_d_totals {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0;
    text-align: left;
}
#top-menu-block .mobile-head-btn__item {
        display: none;
        position: absolute;
        background: #f5f5f5;
        z-index: 9999;
        right: 0px;
        top:31px;
        border:1px solid #ccc;
        width:300px;
        /*padding: 10px;
        margin-top: 6px;*/
    }
#inst_uz_cart_new_body .uz_cart_name {
    font-size: 12px;
}
#toTop {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 100%;
    bottom: 40px;
    color: #333;
    cursor: pointer;
    display: none;
    font-family: verdana;
    font-size: 40px;
    height: 49px;
    line-height: 48px;
    padding: 5px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 49px;
}
.add-to-comparison__el-selected .fa {
    color: #5c99c5;
}
.uz_essa_s_cnt_box {
    display: block!important;
    position: absolute!important;
    right: 0!important;
    top: 5px!important;
}
.is-fixed-block .uz_essa_s_cnt_box {
    
}
.uz_aatc_d_item_row_del_btn {
    height: 14px!important;
    width: 14px;
}
.catalog_item .comp-w {
    display: none;
}

.item-links-det .eshop-item-small__compare-link.uz_aatc_item_box.uz_aatc_item_box_,
.item-links-det .itemD_det_compare_span {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    display: block;
    line-height: 19px;
    padding: 5px 8px;
    min-width:150px;
}
.item-links-det .fa.fa-bar-chart {
    font-size: 14px;
    margin: 0 10px 0 0;
}
#yandex_fast_order {
    display: none!important;
}
.uz_history_slider .comp-w {
    display: none;
}
.fixed-desktop-menu .form_type_search .form__search-line {
    width: 266px!important;
}
.eshop-item-small_type_catalog .comp-w {
    display: none;
}

.agree {margin: 0 0 10px;}
.agree input {
    cursor: pointer;
    margin: 0 4px 0 0;
    position: relative;
    top: 1px;
}
.agree label {cursor: pointer;}
.submit_fake {
    opacity:0.7;
    cursor:default;
    display:none;
}
.oneclickpopup {
    top:50px !important;
}
.oneclickpopup .agree {
    line-height:1;
}
.oneclickpopup .agree label {
    font-size:12px;
}
.popup_title {font-weight: bold;}
.popup_tbl {margin:10px 0 7px;}


.ind_an {
    border: 1px solid #E9E9E9;
    padding: 3px;
    margin-bottom: 20px;
}
#index_html h2 {
    font: 800 20px/28px Tahoma;
    font-style: italic;
    color: rgba(45, 45, 45, 0.96);
    text-shadow: #fff 0px 1px 0px;
    background: #E9E9E9;
    padding: 10px;
}

.ellowline { 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4b357+0,75890c+87 */
    background: rgb(57, 177, 28);
    background: -moz-linear-gradient(top, rgba(57, 177, 28, 1) 0%, rgba(38, 145, 10, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(57, 177, 28, 1)), color-stop(100%, rgba(38, 145, 10, 1)));
    background: -webkit-linear-gradient(top, rgba(57, 177, 28, 1) 0%, rgba(38, 145, 10, 1) 100%);
    background: -o-linear-gradient(top, rgba(57, 177, 28, 1) 0%, rgba(38, 145, 10, 1) 100%);
    background: -ms-linear-gradient(top, rgba(57, 177, 28, 1) 0%, rgba(38, 145, 10, 1) 100%);
    background: linear-gradient(to bottom, rgba(57, 177, 28, 1) 0%, #333333fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39b11c', endColorstr='#26910a', GradientType=0);
    color: #fff;
    /*text-shadow: -1px 0px 0 #333;*/
}

.main-menu_type_dropdown {
    margin:10px 0 0 0;
    z-index:11;
    position: relative;
}
.fixed-desktop-menu .main-menu_type_dropdown {/*display:none;*/}

.eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block {
    background: rgb(57, 177, 28);
    background: -moz-linear-gradient(top, rgba(57, 177, 28, 1) 0%, rgba(38, 145, 10, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(57, 177, 28, 1)), color-stop(100%, rgba(38, 145, 10, 1)));
    background: -webkit-linear-gradient(top, rgba(57, 177, 28, 1) 0%, rgba(38, 145, 10, 1) 100%);
    background: -o-linear-gradient(top, rgba(57, 177, 28, 1) 0%, rgba(38, 145, 10, 1) 100%);
    background: -ms-linear-gradient(top, rgba(57, 177, 28, 1) 0%, rgba(38, 145, 10, 1) 100%);
    background: linear-gradient(to bottom, rgba(57, 177, 28, 1) 0%, rgba(38, 145, 10, 1) 100%);
}

.slogan {
    font-family: Tahoma;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.87) 0px 1px 1px;
    text-align: center;
    margin: 0 0 20px;
}

.tab.STOCK_wrapp .note {
    position: absolute;
    top: 46px;
    font-size: 13px;
    margin:0 0 0 10px;
    color:#aaa;
}

.block_in_main {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0px 10px;
}

.punkts { overflow: hidden;}
.punkt_row {
    width:210px;
    float:left;
    text-align:center;
    margin: 20px 20px 0 20px;
}
.punkt_row .into {font-size:13px;}
.punkt_row .city {
    font-size: 16px;
    font-weight: bold;
}
.punkt_row .addr {font-size:14px; color:#848484;}
.punkt_row .link a {font-size:14px;}

.footer_text {
    text-align: center;
    margin: 20px 0 0 0;
    color: #878787;
    font-size: 13px;
}
h123 {
    display: inline-block;
    padding: 13px 15px;
    background: #1C371B;
    border-radius: 10px;
    margin: 70px 0;
}
h123 span {
    font: bold 20px center;
    text-shadow: 0 0 10px #fff, 0 0 20px #00d2ff, 0 0 30px #00d2ff, 0 0 40px #00d2ff, 0 0 50px #00d2ff, 0 0 60px #00d2ff, 0 0 70px #00d2ff;
}
h123 span.red {color:#ff0000;}
h123 span.white {color:#fff;}

.fred {color:red;}
.fgrey {color:#5b5b5b;}
.fblack {color:#050505;}
.contact_row {margin:0 0 10px 0;}
.contact_row img {float:left; margin:10px;}
.fbold {font-weight:bold;}
.fsize13 {font-size:13px;}
.fsize14 {font-size:14px;}
.fsize16, .fsize16 a {font-size:16px;}
.contact50per {display:inline-block; vertical-align:top; width:49%; margin:20px 0 0 0;}

.usl_rab_tbl td img {
    width:100%;
    max-width:30px !important;
}
.regions-list {
    text-align: center;
}
.raschet_bgr {
    background: url("_mod_files/ce_images/eshop/d9caa6e02c990b0a.jpg") no-repeat center;
}
.raschet_title {
    font-weight:bold;
    font-size: 20px;
    color:#fff;
    white-space:nowrap;
}
#calc1 {
    width:100%;
    max-width:640px;
    margin: 20px auto 0;
}
#calc1 td {
    color: #000;
    vertical-align: middle;
}
#calc1 td input {margin:0 5px;}
.raschet_sbmt {
    cursor: pointer;
    background: #005847;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
}
.raschet_bottom {font-size:13px; color:#848484;}
.raschet_bottom h3 {padding:0; font-size: 13px;}

.main_block_news {
    overflow: hidden;
}
.blog_item-small-row {
    width: 25%;
    float: left;
    display: block;
    height: 52px;
}
.uz_aac_d_btns_new span {color:#fff;}
.discuss_form_tbl input.txt {width:100%;}
.discuss_form_tbl .discuss_name {
    display: inline-block;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.discuss_form_tbl .discuss_ttl {display:inline-block;}


.uz_view_similar_img, .uz_viewed_products_item_img {max-height: 190px;}
.eshop-item-small__custom-field-row {}
.uz_es_filter_vals_box_bottom {display:none;}
.uef_more {text-align:center;}
.uef_more span {
    color: #f51106;
    font-size: 14px;
    
    border-bottom: 1px dotted;
    cursor: pointer;
}
.uef_more span:hover {border:none;}


.prop_left_div {width:100%;}
.prop_right_div {
    width:100%;
    margin: 0 0 20px 0;
}
.chosen-properties__header {
    text-transform: uppercase;
    margin: 4px 0;
}
.eshop-item-detailed__current-chosen-params-list {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}
.chosen-properties__property {font-size:11px;}
.delivery_det {}
.delivery_det_title {    text-transform: uppercase;}


.head_icon_filter {display:none !important;}

label.uz_es_filter_value {
    position:relative;
    top:-2px;
}

.ref_name {
    padding: 0 0 10px 0;
}
.ref_desc {}
.padding0 {padding:0;}

#inst_uz_fast_filters_body_box {overflow: hidden;}
#inst_uz_fast_filters_body_box div {
    float: left;
    margin: 0 10px 10px 0;
    border-right: 1px solid #bbb;
    padding: 0 10px 0 0;
    line-height: 1;
}
#inst_uz_fast_filters_body_box div:last-child {
    border:none;
}
#inst_uz_fast_filters_body_box div a {font-size:14px;}



.bottom_pager_eshop {display:none;}
#uz_ajax_pages_load_form {text-align:center; margin:0 0 20px 0;}
.uz_ajax_pages_load_pager {overflow:hidden;}
a.uz_pager__button, a.uz_pager__button:hover, a.uz_pager__button:visited {
    color: #fff;
    text-decoration: none;
}
.uz_next_page_btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 9px;
    border-radius: 3px;
    font-weight: bold;
}
.uz_next_page_btn:hover {
}
.uz_ajax_pages_load_loader_content {
    text-align: center;
}
.uz_cart_prop {
    font-size: 12px;
    color: #9C9C9C;
}
.order_top_info {}
.order_bottom_info {
    overflow: hidden;
    clear: both;
    margin: 60px 0 30px;
}
.magnifier {
    background: #fff;
    z-index: 10 !important;
}
a.btn_frost {
text-align: center;
background: #ECF2B6;
padding: 10px;
color: #333;
font-weight: bold;
text-shadow: #fff 0px 1px 0px;
box-shadow: 0 0 0 1px rgb(194, 192, 184) inset, 0 5px 0 -4px rgb(255, 255, 255), 0 5px 0 -3px rgb(194, 192, 184), 0 11px 0 -8px rgb(255, 255, 255), 0 11px 0 -7px rgb(194, 192, 184), 0 17px 0 -12px rgb(255, 255, 255), 0 17px 0 -11px rgb(194, 192, 184);
    margin: 0 0 2px 0;
    display: inline-block;
}
div#bgrnd {
position: fixed;
background: rgba(0, 0, 0, 0.49);
top: 0;
bottom: 0;
left: 0;
right: 0;
    display: none;
      z-index: 300;
}

.custom_field_des {
display: none;
position: fixed;
background: #fff;
padding: 20px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
z-index: 350;
overflow: auto;
top:50px;
bottom:50px;
}

#natural, #juridical_pm {display:none;}

.eshop-cat-list_type_catalog {margin:10px 0 0 0;}
.uz_cart_body {
    vertical-align: top;
    margin: auto;
    list-style: none;
    margin: 0;
    padding: 0; 
}
.uz_cart_row {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.uz_cart_cell {
    vertical-align: middle;
    background: #fafafa;
}
.uz_cart_prop_cell {
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
    border-bottom: 1px solid #eee !important;
}
.uz_custom_login_btn{
    cursor: pointer;
}
.uz_suspended_items_action{
    cursor: pointer;
}
.uz_cart_cell_img img {
    width:100%;
    max-width:150px;
    border: 1px solid #eee;
}
.uz_cart_cell_offer {position:relative;}
.uz_cart_cell_offer input.txt {
    width: 100%;
    max-width: 50px;
}
.uz_cart_cell_header {
    position:relative;
    background: #f3f3f3;
    cursor: pointer;
    border-bottom: 1px solid #eee !important;
    padding: 5px 10px !important;
    text-align:left;
}
.uz_cart_cell_header .uz_cart_name {font-weight: bold;}
.uz_cart_cell_header .uz_cart_name a {font-weight: bold;}
.uz_cart_cell_arrows {
    position: absolute;
    right: 8px;
    top: 10px;
}
.uz_cart_del {
    position: absolute;
    right: 11px;
    top: 10px;
}
.uz_cart_del a {
    color: red;
    text-decoration: none;
    font-weight: bold;
    font-family: cursive;
}


.ui-dialog {z-index:9999 !important;}
.uz_comp_boxGreySubpage {position:relative !important;}









/* //////////////////////////////////// */
/* ///////////// MEDIA //////////////// */
/* //////////////////////////////////// */

@media screen and (max-width: 1200px) {
    .footer{padding:0 10px;}
    .flex-direction-nav .flex-next{right:0px!important;}
    .flex-direction-nav .flex-prev{left:0px!important;}
    .fixed-desktop-menu .form_type_search .form__search-line {width: 264px!important;}
    .fixed-desktop-menu .form.form_type_search {
    top: 9px;
    width: 306px!important;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link {
    padding: 2px 12px 6px;
    }
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1000px) {

    input[type=button], input[type=submit] {
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    }

    /*#mob_panel_filter .small_call_form_close, #mob_panel_menu .small_call_form_close {
    display:block;
    }*/
    
    .head_icon_filter {
    display: block !important;
    width: 20px;
    height: 22px;
    position: absolute;
    left: 50px;
    top: 9px;
    font-size: 21px !important;
    cursor: pointer;
    }

    .uz_essa_s_cnt_box {top: 7px!important;}
    .uz_filter{display:none;}
    .mob_panel .uz_filter{display:block;}
    .uz_select_place_button_head {height: 21px;}
    .is-fixed-block .uz_essa_s_box.uz_essa_d_box {right: 49px!important;}
    .is-fixed-block .uz_essa_s_cnt_box {top: 5px!important;}
    .is-fixed-block .uz_essa_s_cnt_box {
    left: 173px!important;
    top: 5px!important;}
    .head_filter_icon_in_fix.is-fixed-block {
    left: 50px;
    top: 9px;
    }
    .is-fixed-block.menu-hide {
    display: none!important;}
    .is-fixed-block, #top-menu-block.is-fixed-block {width:200px;}
    .mob_panel .eshop-cat-tree.eshop-cat-tree_level_1.eshop-cat-tree_cols_0 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
    #lay_f3 .mob_panel.desc_panel .small_call_form_close{display:block;}
    .eshop-cat-show #mob_panel_filter .small_call_form_close, .eshop-cat-show #mob_panel_menu .small_call_form_close {
    display: block;}
    .head_filter_icon_in_fix {
    left: 56px;
    position: absolute;
    top: -31px;
        display:block;}
    .head_filter_icon_in_fix .fa {
    color: #fff;
    font-size: 21px;
    cursor:pointer;
    }
    .form_type_search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 4px;
    width: 416px;
    }
    * {
        white-space: normal;
    }
    .subscrl {
    display: inline-block;
    vertical-align: top;
    width: 69%;
    }
    #top-menu-block i {
    font-size: 20px;
    color:#fff;
    }
    #head_user_menu__btn:before {
    color:#fff;
    }
    #compare_block_top {
    margin-left: 22px;
        padding-left:0;
    }
    #head_eshop_cart {
    margin-left: 22px;
    }
    #head_template, .container {
        width: auto;
        padding: 0 12px;
    }
    #head_contact_block {
        width: 196px;
        height: 70px;
        margin: 0;
        padding-top: 10px;
        float: right;
    }
    #head_eshop_cart {
        position: relative;
        right: 0;
        
        height: auto;
        padding-top: 0px;
    }
    #cartPopupWindow div a {
        display: block;
        margin: 10px 0;
        text-align: center;
	}
    #head_user_menu {
        margin-right: 30px;
        min-width: 10px;
        width: auto;
        background: none;
    }
    #top-menu-block .cart-small__title {
        color: #08C !important;
        font-weight: bold;
    }
    .member_menu .member_menu_row {
    display: block;
    float: none;
    margin: 0;
    text-align: left !important;
    }
    .member_menu .member_menu_row a {
        white-space: nowrap;
    }
    .member_menu_row.small_menu_logout a {
    }
    .member_menu_row.small_menu_logout {
    }
    #head_user_menu .member_balance,
    #head_user_menu .member_menu {
    }
    #head_contact_block span a {
        font-size: 22px;
    }
    .cart-small__text {
        width: auto;
    }
    #cartPopupWindow div .cart-small_type_one-click .cart-small__order-btn,
    #cartPopupWindow div .cart-small_type_one-click .cart-small__cont-btn,
    .cart-small__visual {
        display: none;
    }
    .member_small_menu_info_logged_body, .member_small_menu_info_not_logged_body {
        min-width: 10px;
        padding: 0;
        background: none;
        height: auto;
        float: none;
    }
    .member_menu_row.small_menu_login {
    }
    #lay_f1 #compare_block_top div {
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
    }
    #lay_f1 {
        min-height: 128px;
        position: relative;
        z-index: 9999;
    }
    #lay_f1 .form_type_search {
    right: 177px;
    top: 6px;
    z-index: 9;
    }
    #lay_f1 .form_type_search .form {
        background: none;
        padding: 0;
        overflow: hidden;
    }
    #lay_f1 .form__hint {
        margin: 0;
        padding: 8px 0 10px 10px;
        float: none;
    }
    #lay_f2, #lay_body {
        width: 100% !important;
    }
    #lay_f1 .form__under-search-line {
        width: 100% !important;
        height: auto;
        clear: both;
    }
    #lay_body .form_type_filter {
        padding: 10px 0;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    #lay_body .form_type_filter .form {
        padding: 0 10px;
    }
    .eshop-item-list {
        width: 100% !important;
        clear: both;
    }
    .eshop-item-list__container {
        text-align: center;
    }
    .eshop-item-list__clipper {
        width: auto !important;
    }
    .eshop-item-small__content {
        margin: 0 auto;
    }
    .image-tape_type_slideshow .image-tape__img,
    .eshop-cat-detailed__announce img {
        width: 100%;
    }
    .body__footer {
        background: #EEEEE8 url("_img/body__footer.jpg") top no-repeat;
    }
    .footer__content {
        max-width: 90%;
        padding: 20px 0 0;
        line-height: 1;
    }
    .nav-menu__item {
        line-height: 2;
    }
    .item-detailed__nav-previous-link,
    .item-detailed__nav-previous-link *,
    .item-detailed__nav-next-link,
    .item-detailed__nav-next-link * {
        white-space: nowrap !important;
    }
    .footer__link {
        margin: 0;
        padding-bottom: 20px;
    }
    .mobile-head-informer__show {
    	display: block;   
    }
    #sign {
        text-align: center;
        padding: 0;
    }
    .copyright {
        text-align: center;
        padding-bottom: 30px;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 {
        height: 23px;
        background-image: none;
        background: #f5f5f5; /* Old browsers */
    }
    .eshop-cat-detailed__announce {
        padding: 0;
    }
    #head_user_menu .member_menu {
        position: relative;
        right: 0px;
        top: 0;
        height: auto;
    }
    #lay_body .eshop-item-list__switcher {
        margin-bottom: 10px;
        padding: 4px 0;
        float: right;
    }
    #top-menu-block {
    border-radius: 0;
    height: 28px;
    min-width: 148px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 109px;
    z-index: 10 !important;
        width:auto;
    }
    .main-menu_type_dropdown {
    /*position: absolute;
    right: 0;
    top: 68px;
    margin: 0;*/
    }
    #top-menu-block .form__submit,
    #top-menu-block .form__under-search-line {
        display: none;
    }
    #top-menu-block .mobile-head-btn__item-selected {
    }
    #top-menu-block .member_small_block_body,
    #top-menu-block .cart-small {
        margin: 0;
    }
    .form_type_search .form_type_search__form,
    .form_type_search .mobile-head-btn {
    	display: inline-block;
    }
    #top-menu-block .form_type_search {
        padding: 0;
        margin: 0;
    }
    #lay_f1 #top-menu-block .head-elements-row {}
    #lay_f1 #top-menu-block .form_type_search {
        background: none;
        border-radius: 0;
        right: 114px;
        white-space: nowrap;
        text-align: right;
        padding-left: 30px;
    }
    #lay_f1 #top-menu-block #head_eshop_cart .mobile-head-informer {
    	right: -10px;
    }
    #lay_f1 #top-menu-block #head_user_menu {
            float: right;
    margin-left: 10px;
    margin-right: 0;
    margin-top: -2px;
    }
    #lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item div {
        padding: 0;
        float: none;
    }
    #lay_f1 #top-menu-block #compare_block_top .compare_small_link a,
    #lay_f1 #top-menu-block #compare_block_top .compare_small_clear_link a {
    	padding-left: 24px;   
        margin: 0 !important;
    }
    #lay_f1 #top-menu-block #compare_block_top .compare_small_clear_link {
        margin: 0;
        margin-top: 6px !important;
        clear: both;
    }
    #lay_f1 #top-menu-block #compare_block_top .compare_small_link {
    	margin-top: 12px;
    }
    #lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item a {
        margin-bottom: 6px;
        display: block;
        font-size:12px;
    }
    #lay_f1 #top-menu-block #compare_block_top .compare__selected_items_row {
        padding: 6px 0 !important;
        display: block;
    }
    #lay_f1 #top-menu-block .mobile-head-btn {
        display: block;
        width: 26px;
        
        padding: 12px 0;
        cursor: pointer;
    }
    #lay_f1 #head_eshop_favorite{padding: 12px 0;}
    .mobile-head-informer {
    top: 3px;
    }
    #lay_f1 #top-menu-block .form_type_search__form {
        width: 0;
        overflow: hidden;
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }
    #lay_f1 #top-menu-block .form__search-line {
        margin: 0;
        width: 110px;
        height: auto;
        padding: 0 4px;
        border-radius: 0;
    }
    #lay_body .sorter {
        width: 100%;
        padding: 4px 0;
    }
    .eshop-item-detailed__visual {}
    .eshop-item-detailed__addpics {
        margin: 20px auto 0 auto;
    }
    .blog_item-row img, .blog_item-cat-row img img,
    .articles_item-row img, .articles_item-cat-row img img,
    .news_item-row img, .news_item-cat-row img img,
    .photoalbum_item-row img, .photoalbum_item-cat-row img,
    .photoalbum_item-detail__img,
    .eshop-cat-detailed img,
	#contant-map-image {
        width: 100% !important;
        height: auto !important;
    }
    .photoalbum_item-row__block-header {
    	min-height: 60px;
    }
    .photo-easy-skin .photoalbum_item-row__img-area, .photo-easy-skin .photoalbum_item-detail__img-area {
        width: 100% !important;
    }
    .browse-item-list__content .photoalbum_item-row__block img,
    .browse-item-list__content .blog_item-row__block img,
    .browse-item-list__content .news_item-row__block img,
    .browse-item-list__content .articles_item-row__block img {
        width: 100px !important;
        height: auto !important;
    }
    .blog_item-row__announce,
    .articles_item-row__announce,
    .news_item-row__announce,
    .photoalbum_item-row__announce {
        padding: 0;
    }
    .blog_item-detailed img,
    .news_item-detailed img,
    .articles_item-detailed img,
    .blog_browse-item-row img,
    .news_browse-item-row img,
    .articles_browse-item-row img {
        max-width: 100% !important;
        height: auto !important;
    }
    .news_browse-item-list .news_item-row__announce,
    .articles_browse-item-list .articles_item-row__announce,
    .blog_browse-item-list .blog_item-row__announce {
    	margin: 0;  
    }
    .photo-easy-skin .photoalbum_item-row,
    .photo-easy-skin .photoalbum_item-cat-row {
        min-width: 220px;
    }
    .photo-easy-skin .browse-item-list .photoalbum_item-row {
        padding-top: 10px;
    }
    .eshop-cat-tree.eshop-cat-tree_type_dropdown {
        float: none;
        border-radius: 0px;
        margin: 0;
        left: 0;
        height: 40px;
        position: relative;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 {
        border-radius: 0;
        line-height: 1;
        padding: 0px 16px;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item,
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item {
        padding: 0;
        margin: 0 !important;
        vertical-align: top;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 {
        display: none;
        position: relative;
        top: 0;
        background: none;
        padding: 0;
        min-width: 100px;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover,
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover .eshop-cat-tree_level_2 {
        box-shadow: none;
    }
    .eshop-cat-tree_level_1 li:hover .eshop-cat-tree_level_2 {
    	display: none;   
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover {
        background: none;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after {
        display: none;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover {
        color: #000;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-name {
        color: #fffff;
        font-size: 20px;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-name:hover {
    	color: #3C3C3C;
    }
    .eshop-item-small__cart-form {
        white-space: nowrap !important;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link {
        padding: 0;
        width: auto;
        display: inline-block;
        margin-left: 0;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link {
    	margin-left: 24px;
    }
    .eshop-cat-tree li.eshop-cat-tree__item.global_cols_0 {
        padding: 2px 0;
        display: none;
    }
    .eshop-cat-show .eshop-cat-tree li.eshop-cat-tree__item.global_cols_0 {
    	display: block;   
    }
    ul.eshop-cat-tree.eshop-cat-tree_level_2.eshop-cat-tree_cols_2 span {
    	font-size: 16px;
        line-height: 2;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-link {
        padding: 0px 0 2px 16px;
        line-height: 1;
    }
    .eshop-cat-tree.eshop-cat-tree_type_dropdown.eshop-cat-show,
    .eshop-cat-tree_type_dropdown.eshop-cat-show .eshop-cat-tree_level_1 {
        height: auto;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name:hover{
        text-decoration:none;
    }
    .eshop-cat-show ul.eshop-cat-tree.eshop-cat-tree_level_2.eshop-cat-tree_cols_2 {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .eshop-cat-show a.eshop-cat-tree__item-link {
        padding: 0;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item {
        /*width: 130px;*/
        width: auto;
        display: block;
    }
    #forum-page img {
        display: none;
    }
    #forum-page .member_user_menu img,
    #forum-page span,
    #forum-page .forum_forum_form img {
        display: inline-block;
    }
    .discussion_bb_preview, .discussion_amiroTEdDivPreview {
        width: 90%;
    }
    .forum_forum_form .txt {
        width: 100px;
    }
    .eshop-item-detailed__box {}
    #logotype-payment td {
        display: inline-block;
        padding: 10px;
    }
    #contact-form-page .ta {
        width: 272px !important;
    }
    .alt_header3 {
    	white-space: nowrap !important;
    }
    .eshop-ordering__item-list,
    .eshop-ordering__item-list-wrapper {
        position: relative;
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .eshop-order__shippings {
        width: 100%;
    }
    #forum-page tr td:nth-child(3),
    #forum-page tr td:nth-child(4),
    #forum-page tr th:nth-child(3),
    #forum-page tr th:nth-child(4) {
        display: none;
    }
    #forum-page .forum_forum_form tr td:nth-child(3) {
    	display: table-cell;
    }                                   
    .is-fixed-block,
    #top-menu-block.is-fixed-block {
    	position: fixed;
        top: 0;
        z-index: 5;
        border-radius: 0 !important;
    }
    #lay_f1 #top-menu-block #compare_block_top__btn,
    #lay_f1 #top-menu-block #head_eshop_cart__btn,
    #lay_f1 #top-menu-block #head_user_menu__btn,
    #lay_f1 #top-menu-block #spec_eshop_filter__btn {
        font: normal normal normal 14px/1 FontAwesome;
        background: none;
        font-size: 22px;
        color: #000;
    }
    #lay_f1 .eshop-cat-tree.is-fixed-block {
        position: fixed;
        top: 0;
        width: 100%;
        
    }
    #lay_f1 .eshop-cat-tree.is-fixed-block #top-head-bg {}
    #lay_f1 .eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block.eshop-cat-show {
        box-shadow: none;
    }
    #lay_f1 #top-menu-block #spec_eshop_filter__btn {
    	width: 22px;
    }
    #lay_f1 #top-menu-block #head_eshop_cart__btn {width: 24px;}
    #lay_f1 #top-menu-block #compare_block_top .mobile-head-btn {width: 20px;}
    #lay_f1 #top-menu-block #spec_eshop_filter__btn:before {content: '\f002'; font-size: 20px; position: relative; top: -2px;}
    #lay_f1 #top-menu-block #compare_block_top__btn:before {content: "\f05d"; }
  /*  #lay_f1 #top-menu-block #head_eshop_cart__btn:before { content: "\f07a"; }*/
    #lay_f1 #top-menu-block #head_user_menu__btn:before { content: "\f007"; }
    .eshop-cat-tree, #top-head-bg {font: normal normal normal 14px/1 FontAwesome;}
    #top-head-bg:before { 
        content: "\f0c9";
        color: #fff;
        font-size: 33px;
        position: absolute;
        left: 11px;
        top: 9px;
        z-index: 1;
        cursor: pointer;
    }
    .fa-sliders:before { /* фильтр товаров мобилка */ 
    content: "\f1de";
    font-size: 33px;
    position: absolute;
    left: 7px;
    }
    .eshop-cat-tree.eshop-cat-tree_type_dropdown {
        min-height: 60px;
        min-width: 200px;
    }
    ul.eshop-cat-tree.eshop-cat-tree_level_1.eshop-cat-tree_cols_0 {
        position: absolute;
        z-index: 999;
    }
    .eshop-cat-tree.eshop-cat-tree_type_dropdown.eshop-cat-show {
        overflow: visible;
    }
    .eshop-cat-tree.eshop-cat-tree_type_dropdown.eshop-cat-show #top-head-bg {
        border-radius: 6px 6px 6px 0;
    }
    .eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block.eshop-cat-show #top-head-bg,
    .eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block #top-head-bg {
        border-radius: 0;
    }
    /*#top-head-bg:after {
        content: 'Каталог';
        display: block;
        font-size: 16px;
        position: absolute;
        left: 40px;
        top: 12px;
        color: #fff;
        font-weight: bold;
        font-family:"Open Sans"
    }*/
    #cart-small__info_not_empty {
    	white-space: nowrap !important;   
    }
    #cart_items td:nth-child(3) {
    	display: none;
    }
    #cart_items td {
    	padding: 12px 2px 12px 2px;
    }
    #cart_items tr:first-child {
    	display: none;
    }
    #cart_items img {
        width: 60px;
        height: auto;
        display: none;
    }
    #cart_items input {
        padding: 4px 0;
        width: 22px !important;
        height: auto !important;
        font-size: 14px !important;
    }
    .eshop-cat-list__clipper,
    .eshop-cat-small__content {
        
    }
    .eshop_cat_small,
    .eshop-cat-small {
        min-width: 220px;
    }
    .mobile-head-informer {}
    .AlertWindow {
        left: 0 !important;
        width: 90% !important;
        padding: 0 !important;
        height: auto !important;
        margin: 0 5%;
    }
    .AlertWindow .popupContent {
        padding: 10px 40px 10px 10px !important;
    }
    .AlertWindow .popupClose {
        top: 2px !important;
    }
    form#one-click-popup-form input {
        width: 92% !important;
        padding: 10px 4% !important;
        margin: 2px 0;
    }
    .eshop-ordering__login-window {
        border: 1px solid #ccc;
    }
    select.eshop-ordering__select {
    	max-width: 240px;
    }
    ul.eshop-cat-tree.eshop-cat-tree_level_1.eshop-cat-tree_cols_0 {
    	overflow-y: auto;
    	border-radius: 0;
    	float: left;
    	min-width: 200px;
    	margin-top: 40px;
    }
    #top-head-bg {
        position: absolute;
        height: 40px;
        width: 40px;
        border-radius: 0px;
        display: block;
    }
    .catalog-l {display: none;}
    #lay_body {
    padding-left: 0!important;
    }
    .nav-menu.nav-menu_position_top {
    position: absolute;
    right: 0;
    text-align: right;
    top: 55px;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{height:0;}
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{height:0;}
    .uz_gsc_list_box .uz_gsc_list_struct_box {width: 100%!important;}
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
    margin-left: 5%;
    width: 90%!important;
    }  
    #head_search_to .uz_essa_s_cnt_box {
    left: auto!important;
    right: 30px!important;
    top: 2px!important;
    }
    .uz_comp_body{
    width:100%!important;}
    .uz_comp_comp_asade {
    border: 1px solid #e7e7e7;
    float: none!important;
    margin: 0 10px 20px!important;
    padding: 20px 2%!important;
    width: 96%!important;
    }
    .uz_comp_compForFixed {
    float: left;
    margin-left: 20%!important;
    overflow: hidden;
    width: 80%!important;
    }
    .uz_comp_boxGreySubpage {
    width: 100%!important;
    }
    .uz_comp_compare_body td.first {
    text-align: left;
    width: 20%!important;
    }
    .uz_comp_contSubpage.uz_comp_contSubpage_cat {
    position: relative;
    }
    .uz_comp_boxGreySubpage.fix {
    background: #fff none repeat scroll 0 0;
    width: 80%!important;
    z-index: 9;
    }
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link {background:none;}
}

@media screen and (max-width: 867px) {

    .uz_gsc_search_form_col_1 {width: 40%!important;}
    .uz_gsc_search_form_col_2 {width: 60%!important;}
    .uz_gsc_list_regions_box {
    vertical-align: top;
    width: 40%!important;
    }
    .uz_gsc_list_city_box {
    vertical-align: top;
        width:60%!important;
    }
    .fblockl {
    width: 50%;
    }
    .fblockr {
    width: 40%;
    }
    .fblockl > div {
    display: block;
    padding-left: 4px;
    width: 100%;
    }
    .fblockl > div + div {
    padding: 10px 0 0;
    width: 100%;
    }
    .subscr-inp {}
    .footer-bot {
    padding: 20px 0;
    }
    .fblockl.menu_block {
    padding: 0;
    width: 100%;
    }
    .fblockl .copy_block {
    width: 50%;
    }
    .copy_block > div {}
    .footer-bot .social_block .social {
    position: absolute;
    right: 19%;
    top: 95px;
    }
    .footer-body {
    position: relative;
    }
    .footer-top {
    padding: 10px 0 0;
    }
    .subscrl {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    }
    .form_type_filter .form__search-line {width: 88%;}
    body .form__submit {width: 12%;}
}

@media screen and (max-width: 760px) {
    .eshop-ordering__textfield {
    padding: 6px 4px;
    width: 78%;
    }
    .uz_essa_s_cnt_box, .is-fixed-block .uz_essa_s_cnt_box {
    left: 165px!important;
    top: 7px!important;
    }
    .form_type_search {
    width: 327px;
    }
    .form_type_search .form__search-line {}
}

@media screen and (max-width: 670px) {

}

@media screen and (max-width: 650px) {
    #head_search_block {
    display: none;
    }
    #head_search_to #head_search_block {
    display: block;
    }
    #lay_body .eshop-item-detailed__text-box {
    clear: both;
    }
    .forum-extention__form .txt {
    width: 96%!important;
    }
    .uz_essa_s_box.uz_essa_d_box {
    left: 0;
    right: auto!important;
    }
    /*WTF??? .uz_essa_d_box{width:220px!important;}*/
    .eshop-item-detailed__visual {
    margin: 0 0 80px;
    text-align: center;
    width: 100%;
    }
    .eshop-item-detailed__box {
    width: 100%;
    }
    .eshop-item-detailed__cart-box_base {
    }
    .fblockl {
    width: 100%;
        padding:0;
    }
    .fblockr {
    padding: 16px 0 0 5px;
    width: 100%;
    }
    .footer-bot .social_block .social {
    right: 9px;
    top: 111px;
    }
    .subscrl {
    width: 76%;
    }
    .subcrr {
    width: 24%;
    }
    .subcrr .btn.subscr-btn {
    width: 91%;
        font-size:12px;
    }
    .eshop-cat-small.eshop-cat-small_type_catalog.global_cols_2 {
    width: 100%;
    }
    .show-delivery {
    display: inline-block;
    }
    #uz_geo_targeting_shippings_block{/*display:none; для чего это скрытие? на странице "варианты доставки" блок должен выводиться */}
    .form_type_search {
    width: 205px;
    }
    .form_type_search .form__search-line {
    width: 61px;
    }
    #spec_eshop_filter__btn {
    background: none/*rgba(0, 0, 0, 0) url("/_img/search.png") no-repeat scroll 0 50%*/;
    display: block;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    }
    #spec_eshop_filter__btn:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 35px;
    color: #fff;
    margin: 4px 0 0 0;
    position: absolute;
    left: -15px;    
    }
    .mob_panel {display:block;}
    .raschet_bgr {background-size:100%;}
    .raschet_title {font-size:11px;}
}

@media screen and (max-width: 540px) {
    .item-links {display: block;}

    .eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__wrapp {
    box-shadow: 0 0 5px #c3c1c1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    }
    .eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small .eshop-item-small__custom-fields {
    display:block;
    }
   .eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small:hover {
    }
    .eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>#uz_eshop_page_content_box>.div_tr>.eshop-item-small:hover .eshop-item-small__content {
    position:inherit;
    }

    .uz_viewed_products_item_to_cart_btn {    visibility: visible;}

    .eshop-item-list_type_catalog .eshop-item-small__cart-form, .eshop-item-list_type_catalog .eshop-item-small__one-click, .wish-link {
    visibility: visible;
    }
    .catalog_item .eshop-item-small__cart-form, .catalog_item .eshop-item-small__one-click, .catalog_item .property_data {
    visibility: visible;
    }
    .head_filter_icon_in_fix {}
    .uz_essa_s_cnt_box{
    display:none!important;}
    .tabs-head li {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #333;
    cursor: pointer;
    font-size: 11px;
    opacity: 1;
    padding: 11px 9px 14px;
    vertical-align: top;
    }
    .form_type_filter .form__search-line {width: 80%;}
    body .form__submit {
    width: 20%;
    }
    #top-head-bg::after {
    content: "";
    }
    .specials_slider_wrapp ul.tabs > li span, .tab_slider_wrapp ul.tabs > li span {
    font-size: 14px;
    }
    .specials_slider_wrapp ul.tabs > li, .tab_slider_wrapp ul.tabs > li {
    margin: 0;
    padding: 0 5px;
    }
    .top_blocks {
    margin-bottom: 20px;
    }
    .tab.STOCK_wrapp .note {top:35px;}
    .subscrl {
    width: 60%;
    }
    .subcrr {
    width: 40%;
    }
    .social img {
    width: 82%;
    }
    .footer-bot .social_block .social a {
    margin: 0;
    }
    .footer-bot .social_block .social {}
    .footer_contact_block span a {
    font-size: 18px;
    }
    #logo_head img {
    max-width: 100%;
    height: auto; 
    }
    .main-menu_type_dropdown {
    /*display:none;*/
    }
    #logo_head {
    width: 40%;
        margin:10px 0 0 0;
    }
    #head_contact_block {
    height: 59px;
    width: 54%;
        text-align:right;
        padding-top:5px;
    }
    .nav-menu.nav-menu_position_top {
    position: absolute;
    right: 0;
    text-align: right;
    top: 43px;
    }
    #head_contact_block span a {
    font-size: 18px;
    }
    #top-menu-block {
    top: 101px;
    }
    #lay_f1 {
    min-height: 128px;
    }
    #lay_f2 {
    display: none;
    }
    .footer-top .fblockl > div .fa {
    float: left;
    font-size: 31px;
    line-height: 49px;
    margin: 0 10px 0 0;
    }
    .form_type_search {
    width: 136px;
    }
    .form_type_search .form__search-line {
    font-size: 12px;
    width: 94px;
    }
    .eshop-item-list__switcher-radio-list:checked ~ .eshop-item-list__clipper > .eshop-item-list__container > .eshop-item-small .eshop-item-small__content {
    max-width: 1000px;
    overflow: hidden;
    padding-right: 30px;
    text-align: left;
    }
    .uz_sticker_picture .eshop-item-small__img {
    max-width: 137px!important;
    }
    .uz_gsc_current_item {
    display: block!important;
    float: none!important;
    }
    .uz_gsc_autodetect_item {
    display: block!important;
    float: none!important;
    }
    .uz_gsc_current_item_box {
    display: block!important;
    height: auto!important;
    }
    .uz_gsc_search_form_col_1 {
    display: block!important;
    float: none!important;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    width: 100%!important;
    }
    .uz_gsc_search_form_col_2 {
    display: block!important;
    vertical-align: top;
    width: 100%!important;
    }
    #uz_gsc_dlg_city {
    width: 90%!important;
    }
    .uz_gsc_region_item {
    cursor: pointer;
    font-size: 12px;
    }
    .uz_gsc_city_item {
    cursor: pointer;
    font-size: 12px;
    }
    .uz_gsc_list_header {
    color: #606060;
    font-size: 12px!important;
    font-weight: bold;
    margin-bottom: 10px;
    }        
    #top-menu-block #compare_block_top .mobile-head-btn__item {
        width: 213px;
        white-space: normal;
    }
    .uz_aatc_d_list_item_name_box {
        width: 112px!important;
    }
     #top-menu-block .mobile-head-btn__item {
    right: -110px;
    width: 273px;
    }
    #top-menu-block #compare_block_top .mobile-head-btn__item {
    right: 0;
    }
    #top-menu-block #head_user_menu .mobile-head-btn__item {
    right: 0;
    }
    .mem-table .txt {
    width: 100%;
    }
    .contact50per {width:100%;}
    .usl_rab_tbl td {font-size:10px;  line-height:1;}
    #calc1 {max-width:320px;}
    .blog_item-small-row {width:50%;}
}

@media screen and (max-width: 480px) {
    .footer-bot .social_block .social {
    top: 140px;
    }
    .head_contact_block_phone {display:none;}
    .uz_cart_cell_arrows {display:none;}
    .uz_cart_del {top:-27px;}
    .uz_cart_del a {font-family: inherit; font-size: 15px;}
}

@media screen and (max-width: 420px) {
    .main-menu_type_dropdown {margin-top:10px; white-space: nowrap;}
}

@media screen and (max-width: 370px) {
    #top-menu-block {
    top: 99px;
    }
}

@media screen and (max-width: 321px) {
    .uz_aatc_d_list_item_name_box {
    width: 61px!important;
    }
    #top-menu-block #compare_block_top .mobile-head-btn__item {
        width: 160px;
        white-space: normal;
    }
    .uz_gsc_city_col {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 150px!important;
    }
    .uz_gsc_city_item {width: 130px!important;}
    #ami-eshop-properties__price-box > div {
    text-align: center;
    }
    .wish-link-det {
    display: block;
    float: none;
    }
    .item-links-det {
    text-align: center;
    }
    .item-links-det .eshop-item-detailed__comparison {
    margin: 0 10px 10px;
    }
    #head_contact_block span a {
    font-size: 14px;
    }
    #logo_head span {font-size:19px;}
    .footer-bot .social_block .social {
    top: 111px;
    }
    .blog_item-small-row {width:100%;}
}


.uz_comp_compare .eshop-item-small__header {
    overflow: hidden;
    height: 30px;
    min-height:auto;
}

.uz_viewed_products_item_to_cart_btn_form_box{
    width: 100%;
}
.uz_viewed_products_item_props_list{
    width: 100%;
}
.uz_viewed_products_prop_select{
    width: 100%;
}
.uz_viewed_products_cart_add_btn{
    width: 159px;
}



.not_logged_block_proposal {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    box-sizing: border-box;
    max-width: 500px;
}
.not_logged_block_proposal span {
    text-align: center;
    display: block;
}
.not_logged_block_proposal a {
    text-decoration: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 8px 0 0 0;
}
.not_logged_block_proposal_popup {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
.mem-table {
    margin: 50px 0;
    width: 100%;
    max-width: 100%;
}
.mem-table td {vertical-align:middle;}
.mem-table table tr td:nth-child(2) {padding-left: 6px;}
.mem-table input.txt, .mem-table .field, .mem-table select, .mem-table textarea {
    width:100%;
    margin:2px 0;
}
.mem-table .remember_tbl {margin:4px 0 0 0;}
.mem-table .remember_tbl td {vertical-align:middle; padding:0 0 0 4px;}
.captcha_tbl {margin: 10px 0;}
.captcha_tbl td {
    vertical-align: middle;
    padding: 0 30px 0 0;
}
.captcha_tbl input[name='captcha'] {
    width:60px;
}

 .show-on-mobile { display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px;)
and (max-device-width : 480px;)
img {
    height: auto;
}

<style type="text/css">
.show-on-mobile { display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .show-on-mobile { display: inline; }}
</style>
}

/* Main categories tiles Изменения взято с амиро */
.main_cat_tiles_row {
    display: table;
}

.main_cat_tiles_cell {
    display: table-cell;
    vertical-align: top;
    font-size: 0px;
}

.main_cat_tiles img {
    width: 100%;
}

.main_cat_tiles > .main_cat_tiles_cell:nth-of-type(1) {
    padding-right: 30px;
}

.main_cat_tiles .main_cat_tiles_row:nth-of-type(1) {
    padding-bottom: 30px;
}

.main_cat_tiles .main_cat_tiles_row .main_cat_tiles_cell:nth-of-type(1)  {
    padding-right: 30px;
}

.main_cat_tiles span {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-shadow: #16608f 1px 1px 0, #16608f -1px -1px 0, #16608f -1px 1px 0, #16608f 1px -1px 0;
}

.main_cat_tiles a {
    position: relative;
    display: inline-block;
    font-size: 0px;
}

.main_cat_tiles a:before {
    background: rgba(255, 255, 255, 0.1);
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main_cat_tiles a:hover:before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Main categories tiles */

/* Main eshop specblock */

.main_eshop_special {
    position: relative;
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.main_eshop_special .tabs__caption {
    display: inline-block;
    position: static;
    background: #fff;
    height: 49px;
    padding: 0 15px;
    border: none;
}

.main_eshop_special .tabs__caption li {
    display: inline-block;
}

.main_eshop_special .tabs__caption:before {
    background: #e5e5e5;
    content: "";
    height: 4px;
    position: absolute;
    top: 22px;
    width: 100%;
    left: 0;
    z-index: -1;
}

.main_eshop_special .tabs__caption li {
    background: #f0f0f0 none repeat scroll 0 0;
    border-left: medium none;
    color: #2b2b2b;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding: 0 21px;
    position: relative;
    text-transform: uppercase;
    border: none;
}

.main_eshop_special .tabs__caption li:hover,
.main_eshop_special .tabs__caption .active {
    background: #f9c831;
}

.main_eshop_special .tabs__content {
    padding: 30px 0px 0px 0px;
    border: none;
}

.main_eshop_special:hover .slider-pad__arrow-left,
.main_eshop_special:hover .slider-pad__arrow-right {
    opacity: 1;
}

.main_eshop_special .slider-pad__arrow-left,
.main_eshop_special .slider-pad__arrow-right {
    background: #cacaca;
    color: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 30px;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main_eshop_special .slider-pad__arrow-left:hover,
.main_eshop_special .slider-pad__arrow-right:hover {
    background: #3b3d3d;
}

.eshop-item-small__content {
    border: 1px solid #ffffff;
}

.eshop-item-small__visual {
    position: relative;
    overflow: hidden;
}

.main_eshop_special .eshop-item-small__img {
    position: relative;
    width: 100%;
    height: auto;
}

.main_eshop_special .eshop-item-small__header {
    min-height: 65px;
}

.main_eshop_special .eshop-item-small__title {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.eshop-item-small__price-tag {
    display: block;
    background: none;
    text-align: center;
    margin-bottom: 15px;
}

.eshop-item-small__price-original {
    display: inline-block;
    color: #f50325;
    font-weight: 700;
    font-size: 18px;
}

.eshop-item-small__price-actual {
    display: inline-block;
    color: #fff700;
    font-size: 18px;
    font-weight: 500;
    background: #1a1a1991;
}

.eshop-item-small__cart-text {
    padding: 13px 15px;    
    border: none;
    border-radius: 0%;
    background: #33a716;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-transform: capitalize;
}

.eshop-item-small__cart-text:hover {
    background: #f9c831;
}

body .eshop-item-small__content .eshop-item-small__quantity {
    width: 30px;
    line-height: 40px;
}

.eshop-item-small__btn {
    position: absolute;
    display: table;
    width: 100%;
    background: #3b3d3d;
    bottom: -15px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.eshop-item-small__content:hover .eshop-item-small__btn {
    bottom: 0px;
    opacity: 1;
}

.eshop-item-small__btn > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 10px 0px;
    border: 1px solid #4f5151;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.eshop-item-small__btn > div div {
    display: inline-block;
}

.eshop-item-small__btn a,
.eshop-item-small__btn span {
    font-size: 12px;
    color: #fff;
}

.eshop-item-small__btn > div:hover {
    background: #0091d5;
    border-color: #0091d5;
}

/* Main eshop specblock */

/* Main info block */

.main_info_block {
    display: table;
    width: 100%;
    margin-top: 60px;
}

.main_info_block > div {
    display: table-cell;
    width: 33%;
}

.main_info_block > div:nth-of-type(2) {
    padding: 0px 30px;
}

.main_info_block hr {
    background: #ccc;
    padding: 0px;
    margin: 25px 0px 25px 0px;
}

.main_info_block_title {
    color: #444444;
    font-size: 20px;
    margin: 0 0 30px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}

.main_info_block_title:before {
    background: #e5e5e5;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.main_info_block_title span {
    position: relative;
    z-index: 10;
    padding-right: 15px;
    background: #fff;
}

.main_info_service div {
    position: relative;
    padding-left: 85px;
}

.main_info_service i {
    border-right: 1px solid #ccc;
    bottom: 0;
    color: #aaaaaa;
    display: block;
    font-size: 40px;
    height: 45px;
    width: 60px;
    left: 0;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0px;
}

.main_info_service div span {
    display: inline-block;
    margin: 0px 0px 15px 0px;
    color: #444444;
    font-size: 15px;
    font-weight: 600;
}

.main_info_service div p {
    padding: 0px;
    font-size: 12px;
    color: #aaaaaa;
}

.main_info_block .news_item-small-row__header a {
    color: #444444;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.main_info_block .news_item-small-row__header {
    margin-bottom: 5px;
}

.main_info_block .news_item-small-row__header a:hover {
    color: #0091d5;
}

.main_info_block .news_item-small__fdate {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
}

.main_info_block .news_item-small-row__announce {
    color: #999;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 25px;
}

/* Main info block */

.main_logo_brand {
    padding: 30px 0px 30px 0px;
}

.main_logo_brand img {
    border: 1px solid #e5e5e5;
}

/* Blog special block slider */

.blog-item-list__content {
    overflow: hidden;
    position: relative;
}
.blog-item-list__container:after {
    content: "";
    display: inline-block;
    height: 0;
    opacity: 0;
    width: 100%;
}
.blog-item-list__container {
    display: block;
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: justify;
    transition: left 0.5s ease-out 0s, top 0.5s ease-out 0s;
    width: auto;
    word-spacing: -2px;
}
.blog-item-list__clipper {
    overflow: hidden;
    position: relative;
    width: auto;
}
.blog-item-list {
    position: relative;
    text-align: center;
    width: auto;
}

.blog-item-small {
    -moz-box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 250px;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
}


.blog-item-small-img {
    display: block;
    position: relative;
}

.blog-item-slider .img_small {
    display: block;
    max-width: 250px;
    width: 100%;
    height: auto;
}

.blog-item-slider .blog-item-small-header {
    display: block;
    margin: 10px 0px 5px 0px;
    font-size: 16px;
    text-align: left;
    line-height: 1;
    font-weight: bold;
    color: #1b1b1b;
    text-decoration: none;
}

.blog-item-slider .blog-item-small-header:hover {
    color: #0f93d2;
}

.blog-item-slider .blog_item-small__fdate {
    display: block;
    float: none;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

.main_info_block .blog-item-small-hr {
    margin: 10px 0px;
}

.blog-item-slider .blog_item-small-row__announce {
    display: block;
    margin: 0px 10px 40px 0px;
    text-align: left;
    padding: 0px;
}

.blog-item-slider .blog_item-small-row__announce,
.blog-item-slider .blog_item-small-row__announce *{
    color: #999; 
    font-size: 13px;
    line-height: 1.5;
    word-spacing: 0.15em;
    font-style: italic;
}

.blog-item-slider .blog-item-small-readmore {
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.blog-item-slider .blog-item-small-readmore:hover {
    text-decoration: none;
}


}

.blog-item-slider .slider-pad__arrow-left {
    width: 40px;
    height: 40px;
    margin: 0px !important;
    background: none;
}

.blog-item-slider .slider-pad__arrow-left:before {
    position: absolute;
    top: 5px;
    left: 15px;
    content: "\f104";
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.blog-item-slider .slider-pad__arrow-right {
    width: 40px;
    height: 40px;
    margin: 0px !important;
    background: none;
}

.blog-item-slider .slider-pad__arrow-right:before {
    position: absolute;
    top: 5px;
    left: 15px;
    content: "\f105";
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* Blog special block slider */

@media screen and (max-width: 1000px) {
    
    /* Main categories tiles */
    
    .main_cat_tiles_cell {
        display: inline-block;
        padding: 0px 0px 15px 0px !important;
        width: 100%;
    }
    
    .main_cat_tiles_row {
        display: inline-block;
        padding: 0px !important;
    }
    
    .main_cat_tiles a {
        width: 100%;
    }
    
    /* Main categories tiles */
    
    /* Main eshop specblock */
    
    .main_eshop_special .slider-pad__arrow-left, 
    .main_eshop_special .slider-pad__arrow-right {
        opacity: 1;
    }
    
    .eshop-item-small__content .eshop-item-small__btn {
        bottom: 0px;
        opacity: 1;
    }
    
    /* Main eshop specblock */
    
    /* Main info block */
    
    .main_info_block > div {
        display: inline-block;
        width: 100%;
        padding: 0px 0px 40px 0px !important;
    }
}

    /* 123 мои коды*/          
 
@media screen and (max-width: 600px){
 .eshop-item-list__container {
    width: auto;
    word-spacing: -2px;
    margin-bottom: 40%; /*оступ кнопки показать еще */    
 }      
   .eshop-item-list {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: auto;
}                  
   .eshop-item-small {
    display: inline-block;
    min-width: 160px;   /* сужаем до двух стобцов товары */
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
    margin-bottom: -30%;  /*поднимаем товары вверх сужаем промежуток */
}
    .eshop-item-small__custom-fields {
    font-size: 8px;

}         
  .property_data select[name=uz_prop_select] {
    width: 100%;
   margin-bottom: 60%;
}  
        
    .eshop-item-list__switcher:nth-of-type(n) {
     display: none;  /*убираем показать списком каталог товаров в мобилке  */
}        
        
   .form__search-line {     /*увеличивает ширину для поиска в мобилке  */
    line-height: 45px;
    border-radius: 14px;  
 } 
            
}            
    
.main_info_block {
	margin-top: 0;
}
.grey-block{
	padding-bottom: 0;
}
@media screen and (max-width: 600px){  /*скрытие на мобилке кнопки наверх  */
#toTop {
    visibility: hidden;
    display: none;
  }


/*
 * FILE END: _mod_files/_css/ami_custom.css
 */
