/*
 * Date created: 2025-07-29 10:29:08
 */
/*
 * 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;
}

a, .eshop-item-small__one-click {
    color:#08C;
    text-decoration: underline;
}

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 {
    margin: 0;
    border: 1px solid #ccc;
    padding: 2px 4px;
    margin: 2px 4px;
}

textarea.inp-h {
    display: none;
}

.eshop-item-small__img {
    margin-bottom: 0px;
}

.eshop-item-small__forum {
    padding-top: 4px;
}





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;
    padding-top: 1px;
}

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 {

}

.form .form__field-caption {
    padding-bottom: 6px;
}

input.form__submit {
    
}

.form__fieldset input {
    padding: 0;
    border: none;
}




.form__search-line{
  border-radius: 5px;
line-height: 18px;
border: 1px solid #a7a7a7;
width: 100%;
height: 30px;
padding: 0 30px 0 10px;
}

.form__caption {display: none;}
    input.form__radio {
    float: left;
}

.form__field-list label {
    display: block;
}

span.form__field, span.form__field-sublist {
    padding: 0px 20px 10px 0;
    display: inline-block;
    vertical-align: top;
}

div.form__additional-flag {
    clear: both;
    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;
}

.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 0px;
}

.eshop-ordering_type_cancelled div {
    font-size: 22px;
    padding: 10px 0;
}

.eshop-ordering_type_accepted .eshop-ordering__field div {
   font-size: 14px;
display: inline;
}

.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;
}
.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__field-name {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.eshop-ordering__textfield {
    max-width: 300px;
    width: 100%;
    border-radius: 3px;
    font-size: 18px;
    height: 38px;
    padding: 6px 10px;
    line-height: 24px;
}
.eshop-ordering__caption {
    
    font-weight: bold;
    margin: 0 0 20px 0;
}

select.eshop-ordering__select {
    padding: 0 4px;
}

.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{
	
}
.eshop-ordering__field-name{
	vertical-align:top;
}
.eshop-ordering__textfield{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-webkit-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-moz-box-shadow:0 1px 1px #ddd inset;
	-webkit-box-shadow:0 1px 1px #ddd inset;
	box-shadow:0 1px 1px #ddd inset;
	color:#848484;
}
.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;
}
.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_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;
}
.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 {
    
}
 
.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;
}

.form_type_filter {
    background: #F9F6EB;
    padding: 16px;
    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;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
}

.eshop-item-detailed__subtitle-text {
    font-size: 18px;
    font-weight: normal;
}

.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{

}

.eshop-item-small__actual-price{
	margin-top:7px;
	color:#000;
}

.eshop-item-small__spec-announce {
	display: none; 
	padding-top: 10px;
}

.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{
	
}
.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 {
   
}

.eshop-item-detailed__addpics {
    margin-top: 20px;
    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{
	
}
.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:30px;
	border-radius:0px;
}
.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__availability-box{
	margin-bottom:8px;
}
.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{
	padding:8px 0;
	background-color:#2a79b6;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-ms-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-webkit-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-o-linear-gradient(top,#2a79b6,#1a5996);
	background-image:linear-gradient(top,#2a79b6,#1a5996);
	color:#fff;
	font-size: 13px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}
.eshop-item-detailed__one-click-order:hover{
	background:#2a79b6;
}
.eshop-item-detailed__one-click-order:before{
	content:"";
	display:inline-block;
	vertical-align:bottom;
	width:20px;
	height:20px;
	margin-right:7px;
	background:url("_img/eshop-item-detailed__one-click.png");
}
.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;
	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-right: 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__content{
	
	padding: 6px;
}
.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{

	font-weight:500;

}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__prices{
	margin-top:8px;
text-align:center;
}
.eshop-item-small__base-price{
	display:inline-block;
}
.eshop-item-small__base-price .eshop-item-small__cart-text {
	text-decoration: 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:13px;
	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: 10px;
}


.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 {
    height: 46px;
    text-align: center;
    overflow: hidden;
}

.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__title {
    display: block;
    font-weight: bold;
} 

.popupContent .cart-small {
    display: inline;
}

.popupContent .cart-small__order-btn {
    margin-right: 10px;
    display: inline-block;
}


.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 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;
    
}

.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::after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.eshop-item-list__caption{
	position:relative;
	margin-top:10px;
	min-height:30px;
}
.sorter {
 
    float: left;


    margin-top: 10px;
}

.sorter__link{
	font-size:12px;
}
.sorter__item{
	margin:0 4px;
	font-size:12px;
}
.sorter__item_type_asc{
	padding-left:12px;
	font-weight:700;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+py43QgFyypoqd3qYAADs=") no-repeat;
	background-position:left center;
}
.sorter__item_type_desc{
	padding-left:12px;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+pyx0AI0hyqtis2/wUADs=") no-repeat;
	background-position:left center;
	font-weight:700;
}

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 15px;
	border:1px solid #ccc;
	border-radius:5px;
	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;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAFwAAAMBAAAAAAAAAAAAAAAAAAIDBAcBAQAAAAAAAAAAAAAAAAAAAAAQAAICAgEEAgMAAAAAAAAAAAECAwQRBQYAIRITMVEiMgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANv1ew1a2OWO/M5PCG2gsSSeqJdY3sZfUj2lkhIZgY8+OO2P3ySDdfveOvsK0cf9DW9K8qLHSNjTn3MzALHiKukh8j2wpz9dAembmUF3ksrcd1tYtbQ6mWOYQG9FkhprUsa2GDqmCMx5zlcYHmQvrbHnzW4Us6LWw1GcCxNHtJpJEQn8mWM0UDED4BcZ+x0H/9k=") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAGwAAQEBAAAAAAAAAAAAAAAAAAQDBwEAAgMAAAAAAAAAAAAAAAAAAQQDBQYQAAMAAgAFBQEAAAAAAAAAAAECAxEEACExcRJBYZEyBTQRAAEEAgICAwAAAAAAAAAAAAIAAREDUQRhcUESIbHR/9oADAMBAAIRAxEAPwDZ/P8AQ2NqktV5zSevOgLQm+SYTYksZOfs56t8etmA1BUJEMu/L5flZ+yzYPYMAP1YY8NhuFVdf9aNaPs2k8EWwKDXmhyNdnXDCEyD5c+o7Y58QHbSQwIwXb57TVFOyJyZ+w9NjpE0aCNnteVlZ9eUmQ6myWV0kiNkjXccmQ4w3bgHez1CPlv1GrVIdg7H+WKPpkrZ3pPG4lG5o6VE1GpsAktJkVf50xlvcDheU7D4X//Z") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-list:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-list{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-table{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:block;
	width:auto;
	text-align:left;
	clear: both;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__header{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.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>.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>.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>.eshop-item-small .eshop-item-small__spec-announce{
	display:block;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__content{
	text-align:left;
	max-width:1000px;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:inline-block;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:none;
}

.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;
}

.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;
}

.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: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%;
}
.small_login_form_close {
	cursor: pointer;
	height: 25px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}
.small_login_form_close img {
	margin-left: -9px;
	margin-top: -5px;
}

/* 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__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;
}

.eshop-cat-tree_level_2 {
    display: none;
    position: absolute;
    z-index: 10;
    background: #F5F5F5;
    padding: 0;
    margin: 0;
}

.eshop-cat-tree_level_1 li:hover .eshop-cat-tree_level_2 {
    display: block;
}

/* System: End catalog menu
 * @tpl eshop_tree_links.tpl
 */

/* System: Start path
 * @tpl eshop_catalog.tpl
 */

.category-path__link {
    padding-right: 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;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
.pager::after{
	content:"";
	display:table;
	clear:both;
}
.pager__content{
	float:left;
}
.pager__button,.pager__button:visited{
	display:block;
	float:left;
	padding:2px 10px;
	border:1px solid #ccc;
	margin-left:-1px;
	*zoom:1;
	text-decoration:none;
	font-size:13px;
}
.pager__button:focus{
	outline:none;
}
.pager__button_type_prev{
	border-radius:4px 0 0 4px;
}
.pager__button_type_next{
	border-radius:0 4px 4px 0;
}
.pager__button:hover{
	background:#e6e6e6;
	color:#333;
}
.pager__button_state_active,.pager__button_state_active:hover{
	background:#6e6e6e;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.75);
	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 {
  
}
.sm_level_1 .sm_tree_item_selected {
   
}
.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 {
   
}
.sm_level_2 .sm_tree_item_selected {
   
}
.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 {
   
}
.sm_level_3 .sm_tree_item_selected {
  
}
.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 */
 
#sign {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    text-align: right;
}

/* 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
 */

/* CUSTOM GLOBAL STYLES */

/* Start general */

body, #lay_f3 h2, input {
    color:#848484;
    font-family: arial, tahoma, verdana;
    font-size:13px;
}

hr {
    background: #D9D9D9;
    border: 0 none;
    color: #D9D9D9;
    height: 1px;
    margin: 18px 0;
}

table.tbl TH, table.price th {
    background-color: #73AB26;
    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 {
    
}

input.btn:hover, .but:hover, .text_button:hover {

}


.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 {
    height:105px;
    float: left;
}

#logo_head {
    width:192px;
}

#head_contact_block {
    width:230px;
    margin-top: 12px;
}

#head_contact_block span {
    font-size: 16px;
}

#head_contact_block p {
    padding: 4px 0px;
    color: #000;
    font-weight: bold;
    margin: 0px;
}

#head_contact_block a {
    padding-right: 15px;
    font-size: 12px;
}

#head_user_menu {
    width: 274px;
    margin-top: 10px;
    position: relative;
    background: url(_mod_files/ce_images/template_images/user.gif) 0 10px no-repeat;
}

#head_user_menu .alt_header3 a {
    color: #616161 !important;
}

.mobile-head-btn,
.mobile-head-informer {
    display: none;
}

#head_user_menu .alt_header3 span:hover {
    border-bottom: medium none !important;
}

#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: #a7a7a7;
    font-size: 13px;
    text-decoration: underline;
}
.page_header:hover,  .page_header:visited{
    color: #a7a7a7;
    font-size: 13px;
    text-decoration: none;
}
.pages_path {
     color: #a7a7a7;
    font-size: 13px;
}
.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 {
	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_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 {
	cursor: pointer;
	height: 25px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}
.small_login_form_close img {
	margin-left: -9px;
	margin-top: -5px;
}

.user_source_app_buttons__block-name {
    padding-top: 4px;
    vertical-align: top;
    display:inline;
}

#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 {
    width: 120px;
    height: auto;
}

.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;
}



.alt_header2 {
    padding-bottom: 10px;
}



#lay_body h1 {
    padding-top: 10px;
    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;
}

#lay_body h2 span, #lay_body h2 a {
    background: #fff;
    padding-right: 10px;
    color: #000 !important;
}

#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 {
    width: 955px;
    margin: 0 auto;
    padding: 0px 25px;
    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{
	position:relative;
}

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;
}
.nav-menu_position_bottom .nav-menu__item{
	vertical-align:middle;
}

/* End general */

/* Start footer */

#footer {
    height: 106px;
    position: relative;
}

.footer {
    margin-top: 50px;
    text-align: center;
    padding: 20px 0;
}
.footer__link{
	vertical-align:middle;
	display:inline-block;
	margin-left:50px;
	line-height:inherit;
}
.footer__logo{
	vertical-align:middle;
}
.footer__content{
	display:inline-block;
	vertical-align:middle;
	line-height:1.2em;
	max-width:80%;
}
*+html .footer__content{
	zoom:1;
	display:inline;
}
* html .footer__content{
	zoom:1;
	display:inline;
}

.bottom_menu {
    background: none;
    position: relative;
}

.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active {

}

.bottom_menu a:hover {

}

.bot_sp {
    color: #B7B7B5;
}

/* 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  {
    border: 1px solid #E6E6E6;
    border-radius: 0px;
    margin-bottom: 20px;
   
    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, #small_referance_catalog a {
    background: url("_mod_files/ce_images/template_images/punkt.gif") no-repeat scroll 0 3px transparent;
    padding-left: 20px;
}



#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;
}

.form__field-caption {
    font-size: 12px;
    font-weight: 700;
    margin: 3px 0;
    padding: 0;
}
.form__search-line{

}
.form__search-line:hover{
	
}
.form__field-sublist{
	vertical-align:top;
}
.form__field-list>.form__field-sublist{
	display:block;
    text-align:left;
}

.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:20px;
	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:20px;
	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:12px;
	height:12px;
	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:#0b0;
	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: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;
	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{
	width:78%;
}
.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{
	overflow:hidden;
	float:left;
	width:677px;
	height:56px;
	margin:0;
	padding:10px;
	border-radius:5px;
}
.form_type_search .form__title{
	display:none;
}
.form_type_search .form__caption{
	display:none;
}
.form_type_search .form__search-line {
    width: 574px;
    padding: 5px;
    vertical-align: top;
    margin: 0 6px;
}
.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 {
    
}

.member_menu a {
  
}

.member_small_block_body {
    margin: 0;
	zoom: 1;
    text-align:right;
    
}

.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active, .bottom_menu a:hover {
    font-size: 14px;
    color:#000;
    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 {
 
}

.member_small_menu_info_logged_body, .member_small_menu_info_not_logged_body {
	display:none;
}

.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 .member_menu_row {
	display: none;
}
.member_menu .small_menu_registration,
.member_menu .small_menu_login,
.member_menu .small_menu_logout {
	display: block;
}
.member_menu .small_menu_login,
.member_menu .small_menu_logout {
	background: url("_mod_files/ce_images/template_images/exit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: right;
	margin-left: 15px;
}
.member_menu .small_menu_registration {
	background: url("_mod_files/ce_images/template_images/details_menu.png") no-repeat 0px 0px;
	float: right;
}
.member_menu_row.small_menu_login a,
.member_menu .small_menu_registration a,
.member_menu .small_menu_logout {
	color:#000;
    font-size:13px;
}

#head_user_menu .member_menu {
    position: static;
    top: 0;
    float: right;
    padding-top: 20px;
}

.member_balance {
	float: left;
    padding-top: 19px;
}

#left_block_user_menu .member_menu a {
    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 {
    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: 0;
font-size: 13px;
color: #a7a7a7;
}

/* Start eshop cart
 * @tpl eshop_cart.tpl
 */ 
 
.recalc123 {
	text-decoration: none;   
}
 
#head_eshop_cart {
    float: right;
    left: 0;
    position: relative;
    width: 220px;
}

#my_cart, #my_cart a {
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

.cart-small{

}
.cart-small__visual{
	display:block;
	float:left;
	width:19px;
	height:19px;
	margin-right:15px;
	background:transparent url("_img/cart.svg") 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{
	
}

#cart-small__info_not_empty {
display: block;

}

.cart-small__form-line{
	margin:5px 0;
}

.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;
	margin-bottom:20px;
	font-weight:700;
	color:#000;
}
.category-path__link,.category-path__link:visited{
	margin-right:5px;
	padding-right:15px;
	background:url(_img/category-path__arrow.jpg) no-repeat;
	background-position:100% 60%;
	color:#898883;
	font-weight:400;
}
.category-path__link:last-child{
	background:none;
}
.category-path__link::after{
	display:none;
}

.eshop-cat-detailed__description {
    padding: 20px 0;
}
.eshop-cat-detailed__announce{
	
}

.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: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__content{
border: 1px solid #dedede;
    padding:15px;
}
.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{
	color:#000;
	font-weight:500;
	font-size:17px;
    line-height:17px;
}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__prices{
	margin-top:8px;
}
.eshop-item-small__base-price{
	display:inline-block;
}
.eshop-item-small__caption{
	display:block;
}
.eshop-item-small__price-tag{
	position:relative;
	display:inline-block;
	margin-right:10px;
	text-align:left;
    vertical-align:top;

}
.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:0px;
	font-size:20px;
	font-weight:bold;
}
.eshop-item-small__price-original{
	display:block;
	margin-bottom:-11px;
	margin-top:1px;
}
.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__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;
}
.eshop-item-small_type_linked .eshop-item-small__header{
	max-width:195px;
}
.eshop-item-small_type_miniblock .eshop-item-small__header{
	max-width:195px;
}
.eshop-item-small_type_miniblock .eshop-item-small__additional-prices{
	position:static;
	visibility:visible;
	opacity:1;
}
.eshop-ordering{
	
}
.eshop-ordering__field-name {
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
}
.eshop-ordering__textfield{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-webkit-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-moz-box-shadow:0 1px 1px #ddd inset;
	-webkit-box-shadow:0 1px 1px #ddd inset;
	box-shadow:0 1px 1px #ddd inset;
	color:#848484;
}
.eshop-ordering__item{
	margin:8px 0;
	line-height:1em;
}
.eshop-ordering__item-list-wrapper{
	padding-top:0px;
}
.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:#698923;
	color:#000;
	border-radius:0;
}
.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__item-prop-info{
	display:inline-block;
	font-size:10px;
}
.eshop-ordering__item-sku{
	font-size:10px;
}
.eshop-ordering__submit{
	
	cursor:pointer;
}

.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 0px;
}
.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;
}

.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:#6A8921;
	color:#fff;
}
.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__item-link:before{
	width:10px;
	height:10px;
	background:url(_img/eshop-cat-tree__marker.png) no-repeat;
}
.eshop-cat-tree__item-link_type_selected,.eshop-cat-tree__item-link_type_selected:visited{
	text-shadow:none;
}
.eshop-cat-tree__item-link:before{
	width:10px;
	height:10px;
	background:url(_img/eshop-cat-tree__marker.png) no-repeat;
}
.eshop-cat-tree__small-picture {
    
}
.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;
    text-decoration: none;

}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 .eshop-cat-tree__item-name{
    color:#fff;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name{
font-size: 17px;
font-weight: 300;
color: #000;
text-decoration: none;
line-height: 20px;
}
.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: none;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    vertical-align: middle;
    line-height: 22px;
    padding: 1px 0;
    z-index: 7;
    
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:first-of-type{
	margin-left:9px;
}
.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{
	/*background:#75A931;*/
}

.category20357, .category20477, .category20118, .category20263, .category20308, .category20373, .category20468, .category20289,  .category20446, .category22704, .category20483 {
display:inline-block!important;}

.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	height:40px;
	line-height:40px;
	border-radius:0px;
    padding: 0;
    /*background:#75A931;*/
   background: url('https://country-shop.ru/images/bg.jpg') scroll repeat 0 0 transparent
}
.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:5px 10px;
	background:none;
    text-decoration: none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after{
}

.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover{
	text-decoration:none;
}
.eshop-cat-tree__item {
    

}
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after{
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	vertical-align:middle;
	opacity:0.3;
	background:url(_img/eshop-cat-tree_type_dropdown-marker.png) no-repeat;
}
.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_type_dropdown .eshop-cat-tree_level_2{
	position:absolute;
    columns:5;
	left:0;
	z-index:1000;
	visibility:hidden;
	opacity:0.0;
	min-width:330px;
	top:40px;
	padding:5px 0 12px 0;
	border-radius:0 ;
	background:#fff;
    color:#000;
    box-shadow:-.6px 7px 13px rgba(0,0,0,.13);
	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__item:hover>.eshop-cat-tree_level_2{
	
}
.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 {
    margin-bottom: 20px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item:hover{
	background:none;

}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link{
	background:none;
}
.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;
	padding: 0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item{
	display:block;
	line-height:9px;
	margin-left:4px;

}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-name{
	font-size:13px;
	line-height:16px;
	font-weight:400;
	color:#000;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-link{
	padding:0px 0 2px 5px;
    line-height:22px;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	
}

.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: 0;

background: none;
}

.eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block {
    position: fixed;
    width: 955px;
    top: -4px;
    margin: 0;
    z-index: 5;
}

.eshop-cat-tree_type_dropdown.is-fixed-menu {
    position: fixed;
    top: -4px;
    margin: 0;
    padding: 0;
    z-index: 5;
    width: 955px;
}

.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__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{
	
}
.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: top;
    width: 30px;
    border-radius: 0;
    margin: 0 4px 0 0;
    text-align: center;
    height: 35px;
}
.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{
	font-weight:400;
}
.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__availability-box{
	margin-bottom:8px;
}
.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{
	padding:8px 0;
	background-color:#2a79b6;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-ms-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-webkit-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-o-linear-gradient(top,#2a79b6,#1a5996);
	background-image:linear-gradient(top,#2a79b6,#1a5996);
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}
.eshop-item-detailed__text-box {

}

.eshop-item-detailed__choice-box {

}
.eshop-item-detailed__one-click-order:hover{
	background:#2a79b6;
}
.eshop-item-detailed__one-click-order:before{
	content:"";
	display:inline-block;
	vertical-align:bottom;
	width:20px;
	height:20px;
	margin-right:7px;
	background:url("_img/eshop-item-detailed__one-click.png");
}
.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;
    width: 70px;
    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 {
    height: 54px;
    border-radius: 7px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-left: 20px;
    padding: 10px 15px;
    width: 204px;
}

.compare__selected_items_row-list {
    padding-bottom: 10px;
}

.compare_small_body {
    overflow-y: auto;
    height: 36px;
    margin: 4px 0 0 0;
    padding: 0 22px 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;
}

/* End compare items
* @tpl eshop_compare.tpl
*/

/* Start pager
 * @tpl pager.tpl
 */

.pager__content{
	border-width:0;
}
.pager__button,.pager__button:visited{
	padding:4px 10px 4px;
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color:#b3b3b3;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	background-image:-webkit-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-o-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-moz-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:linear-gradient(top,#ffffff,#e6e6e6);
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	line-height:18px;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
}
.pager__button:hover{
	background:#fff;
	color:#333;
}
.pager__button_type_prev{
	border-radius:0;
}
.pager__button_type_next{
	border-radius:0;
}
.pager__button_state_active,.pager__button_state_active:hover{
	background:#6C8824;
	
	color:#fff;
}
.pager__button:focus{
	box-shadow:0 0 3px rgba(0,0,0,0.5) inset;
	background:#fff;
}
.pager__button:active{
	padding:5px 10px 3px;
	box-shadow:0 0 4px rgba(0,0,0,0.5) inset;
	background:#fff;
	color:#000;
}
.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;
	box-shadow:none;
	background:#e6e6e6;
	cursor:default;
	text-shadow:none;
	color:#000;
}

/* 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_type_item-detailed {
    border-radius: 5px;
    line-height: 2;
    margin-top: 15px;
    padding: 12px 5px 12px 10px;
    width: 193px;
    background: #F7F4E9;
}
.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{
	margin:6px 0;
}
.rating_type_item-detailed{
	line-height:2;
	margin-top:15px;
	padding:12px 5px 12px 10px;
	width:193px;
	border-radius:5px;
}

.rating_type_item-detailed {
    border-radius: 5px;
    line-height: 2;
    margin-top: 15px;
    padding: 12px 5px 12px 10px;
    width: 193px;
}

/* End rating
 * @tpl rating_stars.tpl
 */

/* Start desktop top menu icons  */

.fixed-desktop-menu #top-menu-block {
    position: fixed;
    height: 32px;
    z-index: 6 !important;
    top: 0;
    border-radius: 0 6px 6px 0;
    width: 340px;
    right: 50%;
    margin-right: -474px;
    -webkit-transition:top 0.3s ease-in-out;
    -moz-transition:top 0.3s ease-in-out;
    -o-transition:top 0.3s ease-in-out;
    transition:top 0.3s ease-in-out;
}

#top-head-bg {
	display: none;   
}

.fixed-desktop-menu #lay_f1 #top-menu-block #compare_block_top {
	border: none;
	padding: 0;
	right: 74px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_user_menu {
	right: 6px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block .head-elements-row {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	position: absolute;
	top: 6px;
	right: 44px;
    left: initial;
	background: none;
}

.fixed-desktop-menu #lay_f1 #top-menu-block .mobile-head-btn {
	display: block;
	width: 26px;
	background: #CCC;
	padding: 0;
	cursor: pointer;
}

.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 {
	font: normal normal normal 14px/1 FontAwesome;
	background: none;
	font-size: 22px;
	color: #000;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_user_menu__btn:before {
	content: "\f007";
}

.fixed-desktop-menu #lay_f1 #top-menu-block #spec_eshop_filter__btn:before {
	content: '\f002';
	font-size: 20px;
	position: relative;
	top: -2px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #compare_block_top__btn:before {
	content: "\f05d";
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart__btn:before {
	content: "\f07a";
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart__btn {
	width: 24px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart .mobile-head-informer {
	right: -10px;
}

.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 {
	display: none !important;
}

.fixed-desktop-menu #lay_f1 .cart-small {
	margin: 0;
}

.fixed-desktop-menu .member_small_menu_info_logged_body,
.fixed-desktop-menu .member_small_menu_info_not_logged_body {
	padding: 0;
	width: 200px;
}

.fixed-desktop-menu .form.form_type_search.head-elements-row .form {
	background: none;
}

.fixed-desktop-menu .form_type_search .form__search-line {
	width: 200px;
	padding: 3px 6px;
}

.fixed-desktop-menu #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;
}

.fixed-desktop-menu .mobile-head-informer {
	cursor: pointer;
	padding: 1px 4px;
	color: #FFF;
	border-radius: 10px;
	background: #F00;
	font-size: 9px;
	position: absolute;
	right: -4px;
	top: -4px;
}

.fixed-desktop-menu #top-menu-block .cart-small__title,
.fixed-desktop-menu #top-menu-block .member_small_block_body a {
	color: #08C !important;
    font-weight: bold;
}

.fixed-desktop-menu #top-menu-block #compare_block_top .mobile-head-btn__item {
	width: 200px;
	white-space: normal;
}

.fixed-desktop-menu .compare_small_body {
	height: auto;
}

.fixed-desktop-menu #top-menu-block .mobile-head-btn__item {
	display: none;
	position: absolute;
	background: #E8E8E8;
	z-index: 100;
	right: 0;
	padding: 10px;
	margin-top: 8px;
}

.fixed-desktop-menu .mobile-head-informer__show {
	display: block;
}

.top-menu-block__desktop {
	top: -50px;   
}

/* End desktop top menu icons  */

/* System: Start Amiro copywrite link */
 
#sign {
    padding: 0;
    margin-top: -23px;
    background: none !important;
    padding-right: 14px;
}

/* System: End Amiro copywrite link */

.btn{
border-radius:0!important;}
.feedback-form{
max-width:600px;}
.files-ann h2 {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}
.files-ann hr {
  margin: 0;
}
.files-ann img {
  margin: 0 10px 10px 0 !important;
}
.files-ann hr{
display:none;}
.col-sm-12.files-cat {
    margin-bottom: 30px;
    padding-bottom:30px;
    border-bottom: 1px solid #ccc;
}
.files-list .col-sm-6 {
    margin-bottom: 20px;
}
.member_menu.menu-log .member_menu_row {
    display: inline-block;
    font-size: 13px;
    vertical-align:top;
    margin-left: 15px;
}
.deviz {
    font-weight: bold;
    font-size: 18px;
}
@media screen and (max-width: 1000px) {
    * {
        white-space: normal;
    }
    
    #head_template {
        width: auto;
        padding: 0 12px;
    }
    
    #logo_head {
        width: 100px;
        height: auto;
        padding-top: 16px;
    }
    
    #logo_head img {
        width: 100%;
        height: auto;
    }
    
    #head_contact_block {
        width: 190px;
        height: 84px;
        margin: 0;
        padding-top: 10px;
        float: right;
    }
    
   
    
    #head_eshop_cart {
        position: relative;
        right: 0;
        width: 124px;
        height: auto;
        padding-top: 5px;
    }
    
    #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,
    #top-menu-block .member_small_block_body a {
        color: #08C !important;
        font-weight: bold;
    }
    
   
    
   
    
    #head_user_menu .member_balance,
    #head_user_menu .member_menu {
    	padding-top: 10px;
    }
    
    #head_contact_block span {
        font-size: 13px;
    }
    
    .cart-small__text {
        width: auto;
    }
    
   
    #lay_f1 #compare_block_top {
        width: 100%;
        margin: 14px 0 0;
        padding: 10px 0;
        height: auto;
    }
    
    #lay_f1 #compare_block_top div {
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
    }
    
    #lay_f1 {
        min-height: 128px;
        position: relative;
    }
    
    #lay_f1 .form_type_search {
        width: auto;
        padding: 0;
        height: auto;
        margin-top: 10px;
    }
    
   
   
        
    
    
    #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;
    }
    
   
    
    .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 {
        position: absolute;
        height: 34px;
        right: 0;
        z-index: 10 !important;
        top: 94px;
        min-width: 148px;
        background: rgb(255,212,0);
        border-radius: 6px;
    }
    
    #top-menu-block .form__submit,
    #top-menu-block .form__under-search-line {
        display: none;
    }
    
    #top-menu-block .mobile-head-btn__item {
        display: none;
        position: absolute;
        background: #E8E8E8;
        z-index: 100;
        right: 0;
        padding: 10px;
        margin-top: 6px;
    }
    
    #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 !important;
    }
    
    #top-menu-block .form_type_search {
        padding: 0;
        margin: 0;
    }
    
    #top-menu-block #compare_block_top .mobile-head-btn__item {
        width: 160px;
        white-space: normal;
    }

    #lay_f1 #top-menu-block .head-elements-row {
        padding: 0;
        margin: 0;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        right: 44px;
        left: initial;
        height: 32px;
        padding-top: 6px;
    }
    
    #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 {
        right: 6px;
    }
    
    #lay_f1 #top-menu-block #compare_block_top {
        border: none;
        right: 74px;
    }
    
    #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;
    }
    
    #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;
        background: #ccc;
        padding: 0;
        cursor: pointer;
    }
    
    #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;
    }
    
    

 

   

    .forum-extention__form textarea,
    .discussion_extension__form textarea,
    .forum-extention__form .amiroTEdDiv,
    .discussion_extension__form .amiroTEdDiv {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }

    #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-extention__form .txt,
    .discussion_extension__form .txt {
        width: 94%;
        padding: 0 2%;
        margin: 2%;
    }

    .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%;
        box-shadow: 0 0 8px #000; 
    }
    
    #lay_f1 .eshop-cat-tree.is-fixed-block #top-head-bg {
    	box-shadow: 0 0 8px #000;   
    }

    #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 #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"; }
    
   
    #top-head-bg:before { 
        content: "\f0c9";
        color: #fff;
        font-size: 21px;
        position: absolute;
        left: 10px;
        top: 0px;
        z-index: 1;
        font-family:FontAwesome;
        cursor: pointer;
    }

   

    ul.eshop-cat-tree.eshop-cat-tree_level_1.eshop-cat-tree_cols_0 {
        position: absolute;
        z-index: 10;
    }

    .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: 15px;
        position: absolute;
        left: 40px;
        top: 4px;
        color: #fff;
        
     
    }
    
    #cart-small__info_not_empty {
    	
    }
    
    #cart_items td:nth-child(3) {
    	display: none;
    }
    
    #cart_items td {
    	padding: 12px 2px 12px 2px;
    }
    
   
    
    #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 {
        text-align: center;
    }
    
    .eshop_cat_small,
    .eshop-cat-small {
        min-width: 220px;
    }
    
    .mobile-head-informer {
        cursor: pointer;
        padding: 1px 4px;
        color: #fff;
        border-radius: 10px;
        background: #ff0000;
        font-size: 9px;
        position: absolute;
        right: -4px;
        top: -4px;
    }

    .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 0 6px 6px;
    	float: left;
    	min-width: 200px;
    	margin-top: 34px;
    }
    
    #top-head-bg {
        position: relative;
       background: url('https://country-shop.ru/images/bg.jpg') scroll repeat 0 0 transparent;
        height: 30px;
        width: 100%;
        border-radius: 0px;
        display: block;
        margin:10px 0;
    }
    
}

.head-top {
    background: #f4f4f4;
}

.b-site-top__delivery-info {
  font-size: 13px;
  line-height: 25px;
}
.b-site-top__delivery-info a {
  color: #000;
  font-size: 13px;
}
.top_menu a, .top_menu a:hover, .top_menu a:visited {
    color: #000;
    font-size: 17px;margin-right:18px;

}

.eshop-categ-tree .eshop-cat-tree__item-name {
    display: block;
    margin-top:10px;
}
.categ-item {
    margin-bottom:20px;
}
#lay_f2 {
    
}




.eshop-item-small__cart-text{
    cursor:pointer;
    border:none;
outline:none;
background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5MGNlNGEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYmMzZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
background-image:-webkit-linear-gradient(top,#90ce4a,#81bc3d);background-image:linear-gradient(180deg,#90ce4a,#81bc3d);
text-decoration:none;
-webkit-transition:all .2s ease;
transition:all .2s ease;
-webkit-backface-visibility:hidden}
.eshop-item-small__cart-text:after{top:100%;
background-image:8121991;
background-image:-webkit-radial-gradient(50%,ellipse-5px,rgba(0,0,0,.3) 0,transparent 60%);
background-image:radial-gradient(ellipse at 50% -5px,rgba(0,0,0,.3) 0,transparent 60%);
height:10px
}
.eshop-item-small__cart-text:after,.eshop-item-small__cart-text:before{position:absolute;
z-index:-1;
right:0;
left:0;
display:block;
content:""}

.eshop-item-small__cart-text:before{
top:0;
bottom:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5NGQ2NGEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxZDI0NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
background-image:-webkit-linear-gradient(top,#94d64a,#91d246);background-image:linear-gradient(180deg,#94d64a,#91d246);
opacity:0;
-webkit-transition:opacity .12s ease;
transition:opacity .12s ease}
.eshop-item-small__cart-text:hover:before{opacity:1}

.eshop-item-small__cart-text {
    display: block;
    height: 35px;
    color: #fff;
    width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 35px;
    width: 92px;
    text-align: center;
}
.eshop-item-small__visual {
    height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-theme .owl-dots{display:none;}
.owl-theme .owl-nav{
text-align:left!important;}
.owl-theme .owl-nav [class*="owl-"] {
    color: #000!important;
    font-size: 30px!important;
    background:none!important;
}

.owl-prev {position: absolute;
top: 50%;
    left:0px;
margin-top: -36px!important;
}
.owl-next {position: absolute;
top: 50%;
    right:0px;
margin-top: -36px!important;
}
.owl-carousel {
position:relative;}
.special-block {
    margin-bottom: 40px;
}

.owl-carousel1 .eshop-item-small__img {
  height: auto;
}
.owl-carousel1 .eshop-item-small__visual {
  height: 140px;
}

.owl-carousel1 .eshop-item-small__title, .owl-carousel1 .eshop-item-small__title:visited {
  font-size: 13px;
  line-height: 13px !important;
}
.owl-carousel1 .eshop-item-small__header {
  height: 38px;
  line-height: 17px;
}
.b-product__buy-icon{
display:block;
width:100%;
height:100%;
background-image:url("/_img/cart1.svg");
background-repeat:no-repeat;
background-position:50%}

.eshop-item-small__cart-text.eshop-item-small__cart-text_small {
    width: 35px;
}
.brand-block img {
  max-width: 100px!important;
}
.brand-block .item {
  margin: 0 20px 20px 0;
}
.brand-block {
  display: flex;
    flex-wrap:wrap;
  justify-content: left;
  align-items: center;
}

footer{
background:#f5f5f5;}
header .items-in {
    display: none;
}
header .cart-btns {
    display: none;
}
.item_normal .plus {
    display: inline-block;
    margin:0 10px 0 0;
}
.h-title {
   
    font-weight: bold;
    padding: 20px 0 10px 0;
}
.spec_eshop_tree_links_cat .otstup {
    padding: 0 0 0 23px;
}

.spec_eshop_tree_links_cat .item_normal {
    display: flex;
}
.spec_eshop_tree_links_cat .level_2 {
    margin: 10px 0 0 23px;
    line-height: 16px;
}
.spec_eshop_tree_links_cat .level_2 .item_normal {
    margin-bottom: 9px;
}
.spec_eshop_tree_links_cat .level_3 {
    margin: 10px 0 0 17px;
}
.eshop-cat-small__visual {
    margin-bottom: 10px;
}



.level_2 .plus {
  margin: 0 5px 0 0;
}
.level_2 .otstup {
  padding: 0 0 0 15px;
}

.spec_eshop_tree_links_cat .level_4 {
    margin: 0 0 0 17px;
}
.spec_eshop_tree_links_cat .level_5 {
    margin: 0 0 0 17px;
}
.level_1 > .item_normal.act, .level_1 > .item_normal.active {
    background: #f5f5f5;
    font-weight:bold;
    padding: 10px 10px;
}
.eshop-cat-tree__item.global_cols_.news-link {
    display: inline-block;
}
.eshop-item-small.eshop-item-small_type_catalog.col-sm-4, .eshop-item-small.eshop-item-small_type_catalog.col-sm-3 {
    margin-bottom: 20px;
}
header .form__submit {
    position: absolute;
    right: 3px;
    top: 2px;
    background: #fff;
    width: 31px;
    height: 26px;
}
.items_small_filter .h-title {
    padding: 7px 0 5px 0px;
    border:none;
}
.news-block .col-sm-12 {
    margin-bottom: 20px;
}
.news_item_pic {
    float: left;
}
.news_item_header a {
    font-size: 1.2rem;
    font-weight: 600;
}
.news_item_date {
    font-size: 12px;
}
.news-block .eshop_image {
    float: left;
    margin: 0 10px 10px 0;
}
#amiroTEdPureDiv{
display:none;}
.comment-form {
  max-width: 600px;
  margin:20px 0 
}
#amiroTEdDivEditor {
    width: 100% !important;
    height: 100px !important;
}
.form-group label {
    display: inline-block;
    font-size: 15px!important;
    line-height: 1.3333!important;
    margin: 0!important;
    font-family: 'PT Sans Narrow', sans-serif!important;
}

.sm_tree div {
    margin: 5px 0;
}
.eshop-item-detailed .eshop-item-small__cart-text {
    display: inline-block;
}
.eshop-item-detailed__description {
    margin: 20px 0 0;
}
.special-block1 .eshop-item-small__cart-text {
    font-size: 0;
    width: 35px;
}
.eshop-item-detailed {
    margin-bottom: 20px;
}
.user_source_app_buttons__block-btn {
    display: inline-block;
}
#cart_items .eshop_image {
  max-width: 80px;
}
#cart_items {
  margin: 10px 0 0;
}
.eshop-item-list_type_catalog .b-product__buy-icon {
    display: none;
}
#cart-detailed__make-order-btn {
    cursor: pointer;
}
.eshop-ordering__field-sublist {
    margin: 20px 0;
}
#lay_f2 {
    margin-bottom: 20px;
}
.amiroTEdDiv {
    width: 100% !important;
}
@media screen and (max-width: 990px) {
  .top_menu a, .top_menu a:hover, .top_menu a:visited {
    color: #000;
    font-size: 12px;
    margin-right: 5px;
}  
    .cart-small__visual {
    margin-right: 5px;
}
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link {
    padding: 5px 4px;
}
}

@media screen and (max-width: 768px) {
    .eshop-cat-tree_type_dropdown .eshop-cat-tree {
    display: none;
        position:relative;
}
    .brand-block {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}
}

@media screen and (max-width: 575px) {
    .b-site-top__delivery-info {
    font-size: 11px;
    line-height: 25px;
}
    #cart-small__info_is_empty {
    padding: 0;
    font-size: 11px;
    color: #a7a7a7;
}
    .cart-small__visual {

    width: 15px;
    height: 15px;
    background-size: 100%;
}
    h1, .h1 {
  font-size: 1.5rem!important;
}

h2, .h2 {
  font-size: 1.2rem!important;
}

h3, .h3 {
  font-size: 1rem!important;
}

h4, .h4 {
  font-size: 1rem!important;
}

h5, .h5 {
  font-size: 1rem!important;
}
.eshop-item-small__price-actual {
    display: block;
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
}
    .brand-block img {
    max-width: 70px !important;
    margin-bottom: 10px;
}
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 {
    max-height: 446px;
    overflow-y: auto;
    position: absolute;
    z-index: 99;
    left: 0;
    top: -10px;
    height: auto;
}
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item {
    display: block !important;
    margin: 0 !important;
}
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link {
    padding: 0 10px;
}
    .eshop-cat-tree_type_dropdown .eshop-cat-tree-mob > .eshop-cat-tree {
    display: block;
}
    .eshop-cat-tree_level_2 {
    display: none !important;
    }
    #lay_f5 {
    display: none;
}
}   
    
@media screen and (max-width: 400px) {
    .eshop-item-small.eshop-item-small_type_catalog.col-sm-4 {
    margin-bottom: 20px;
    max-width: 100%;
    flex: 0 0 100%;
}
    
}
    
    
/*
 * FILE END: _mod_files/_css/ami_custom.css
 */
