

/* Start:/bitrix/templates/okshop/all.css?1760869670124491*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
/* Start:/bitrix/templates/emarket_emarket/components/bitrix/menu/top-menu/style.css*/
/* top menu*/
ul.top-menu {
    list-style:none;
    margin:0; padding:0;
    position: relative; /*IE bug*/
}
ul.top-menu li {float:left;}
ul.top-menu li:last-child{margin-right:0px;}
ul.top-menu li a {
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 14px 10px;
    height: 14px;
    text-decoration: none;
}
ul.top-menu li a:hover{
    text-decoration: underline;
}
/* End */

/*feedback form*/
.feedback-window {
    min-width:310px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left:50%;
    margin:0 0 0 -185px;
    top:auto;
    z-index:1001;
}
#feedback_call_window {margin:35px 0 0 -185px;}
#feedback_write_window {margin: 50px 0 0 -185px;}


.feedback-window.arrow_box:after,
.feedback-window.arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.feedback-window.arrow_box:before {
    border-width: 23px;
    margin-left: -25px;
}
.feedback-window.arrow_box::after {
    border-width: 20px;
    margin-left: -23px;

}

.feedback-window .close{
    position: absolute;
    right: 18px;
    top: 12px;
    background-position: -2px -275px;
    width: 16px;
    height: 16px;
    opacity: .5;
    cursor:pointer;
}
.feedback-window .close:hover{opacity:1;}
.feedback-window .title{
    height: 38px;
    padding: 0 18px;
    line-height: 38px;
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 21px;
}
.feedback-window .em-input-param,
.form-buyone .inputtext{
    width: 85%;
	height: 35px;
    margin: 0 18px 7px;
    height: 35px;
    line-height: 14px;
    padding-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
}
.form-buyone .inputtext:focus{
    outline: none;
}
.feedback-window textarea.em-input-param{
    height: 160px;
    resize:none;
}

.feedback-window #user_phone.focus,
.feedback-window #user_phone:focus{
    outline: none;
}
.feedback-window .user_phone{position: relative;}
.feedback-window .user_phone span{
    display: none;
    position: absolute;
    top: 9px;
    left: 28px;
    font-size: 14px;
}


/* Start:/bitrix/templates/emarket_emarket/components/bitrix/system.auth.form/emarket_auth/style.css*/
#eMarket-auth {
    float:right;
    height:26px;
    margin-block: 14px;
    position: relative;
}

#eMarket-auth .login-ico {
    width: 10px;
    height: 10px;
    background-position: -2px -174px;
    margin: 0 -35px -1px 0;
}

#eMarket-auth a.link{
    color: #576e75;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    margin-left: 35px;
}
/*#eMarket-auth a:first-child{margin:0;}
#eMarket-auth a.link:hover{text-decoration: underline}*/

/* End */



/* Start:/bitrix/templates/emarket_emarket/components/bitrix/menu/catalog-menu/style.css*/
ul.emarket-catalog-menu,
.emarket-catalog-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size:12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index:955 !important;
}

.emarket-catalog-menu > li {
    position:relative;
}
.emarket-catalog-menu > li:before{
    content: " ";
    display:block;
    position:absolute;
    right:6px;
    top:50%;
    margin-top:-3px;
    width:7px;height:11px;
    background-repeat:no-repeat;
    background-position: -1px -202px;
    opacity:.2;
}

.emarket-catalog-menu > li:hover:before{
    background-position: -1px -215px;
    opacity: 1;
}

/*Submenu box*/
.emarket-catalog-menu li ul {
    position:absolute;
    /*top:-999em;*/
    top:-1px;
    display:none;
    z-index:990;
    height:auto;
    padding-bottom: 9px;
    width:237px;
}

/* Submenu Items */
.emarket-catalog-menu li a {
    display: block;
    text-decoration: none;
    font-size:14px;
    padding: 12px 0 12px 9px;
    line-height: 16px;
}


/*Rootmenu Items*/
.emarket-catalog-menu a.root-item {
    padding: 12px 0 12px 9px;
    border:none;
    line-height: 16px;
}
/*Denied items*/
.emarket-catalog-menu a.denied {
    padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul.emarket-catalog-menu li { float: left; height: 1%; }
* html ul.emarket-catalog-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
.emarket-catalog-menu li ul.root-item {margin:0 0 0 214px;}
.emarket-catalog-menu li ul {margin:-40px 0 0 213px;}

/*Submenu show*/
.emarket-catalog-menu li:hover ul,
.emarket-catalog-menu li.jsvhover ul,
.emarket-catalog-menu li li:hover ul,
.emarket-catalog-menu li li.jsvhover ul,
.emarket-catalog-menu li li li:hover ul,
.emarket-catalog-menu li li li.jsvhover ul
{
    display:block;
}

/*Submenu lvl-2*/
.emarket-catalog-menu li ul.lvl-2 > li{
    margin:0 10px;
}
.emarket-catalog-menu li ul.lvl-2 > li:hover{background:none;}
.emarket-catalog-menu li ul.lvl-2 > li:before{
    display:none;
}
.emarket-catalog-menu li ul.lvl-2 > li a{
    color:#000;
    padding: 12px 0 0 0;
    display: inline-block;
    height: 15px;
    margin-bottom: 12px;
}
.emarket-catalog-menu li ul.lvl-2 > li a.item-selected,
.emarket-catalog-menu li ul.lvl-2 > li a:hover{
    margin-bottom: 11px;
    background:none;
}

/*Submenu lvl-3*/
.emarket-catalog-menu li ul.lvl-3 {
    position:static;
    display:block;
    margin:0;
    border:0;
    padding:0;
}
.emarket-catalog-menu li ul.lvl-3 > li{}
.emarket-catalog-menu li ul.lvl-3 > li:hover{background:none;}
.emarket-catalog-menu li ul.lvl-3 > li:before{
    display:none;
}
.emarket-catalog-menu li ul.lvl-3 > li a{
    font-size:12px;
    line-height:8px;
    padding: 0 0 1px 0;
    margin-left:9px;
    height: 8px;
}
.emarket-catalog-menu li ul.lvl-3 > li a.item-selected,
.emarket-catalog-menu li ul.lvl-3 > li a:hover{
    margin-bottom: 11px;
}

/* End */

/* Start:/bitrix/templates/emarket_emarket/components/bitrix/search.title/.default/style.css*/
div.title-search-result {
    border:1px solid #ccc;
    box-shadow: 0 3px 10px 0 rgba(140, 140, 140, 0.6);
    -moz-box-shadow: 0 3px 10px 0 rgba(140, 140, 140, 0.6);
    -webkit-box-shadow: 0 3px 10px 0 rgba(140, 140, 140, 0.6);
    display: none;
	z-index: 999;
}
table.title-search-result th {
    background-color:#eee;
    color:#666;
}
table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
    background-color:#eee;
}
table.title-search-result {
    border-collapse: collapse;
    border:none;
}

table.title-search-result th {
    font-weight:normal;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:20px;
    padding-right:12px;
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
    width:1%;
}

table.title-search-result td {
    background-color:white;
    color:black;
}

table.title-search-result td.title-search-item {
    padding-left:8px;
    padding-right:15px;
}

table.title-search-result td.title-search-item a {
    padding-left:4px;
    padding-right:15px;
    text-decoration: none;
    vertical-align:top;
    display:block;
}

table.title-search-result td.title-search-item img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

table.title-search-result td.title-search-item b {
    font-weight:normal;
}


table.title-search-result td.title-search-more {
    font-size:12px;
    font-weight:normal;
    padding-right:15px;
    padding-left:10px;
    padding-top:4px;
}

table.title-search-result td.title-search-more a
{
    padding-left:12px;
    padding-right:15px;
    text-decoration:none;
}

table.title-search-result td.title-search-all {
    padding-left:17px;
    padding-right:15px;
}

table.title-search-result td.title-search-all a
{
    color:#0055aa;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
    padding-top:0px;
    padding-bottom:0px;
    font-size:4px;
}

div.title-search-fader {
      position:absolute;
}

/* search.title
-----------------------------------------------------------------------------*/


#emarket-search {
    margin: 0 0 0 21px;
    float: left;
    width: 620px;
    height: 46px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#emarket-search-input {
    -webkit-box-sizing: unset;
    box-sizing: unset;
    float: left;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding: 5px 10px;
    height: 36px;
    width: 522px;
    vertical-align: middle;
}
#emarket-search .submit {
    float: right;
    position:relative;
    border: 1px solid #8dbf41;
    cursor:pointer;
    margin: -1px -1px 0 0;
    width: 76px;
    height: 46px;
    background:none;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#emarket-search .submit input{
    cursor:pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 16px;
    height: 48px;
    left: -1px;
}

/* End */

/* Start:/bitrix/templates/emarket_emarket/components/bitrix/catalog.compare.list/.default/style.css*/
#emarket-compare-list{
    width: 105px;
    height: 48px;
    position: relative;
}
.emarket-compare-list {
    float: left;
    font-size: 14px;
    padding: 0px 30px 15px;
    z-index: 990;
    vertical-align: middle;
    height: 70px;
    position: relative;
}
.emarket-compare-list .cnt_product_compare{
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    bottom: 5px;
    display: inline-block;
    position: relative;
}
.emarket-compare-list  a{
    display: inline-block;
    margin-bottom: 0;
    width: 34px;
    height: 32px;
    background-position: 0px 0px !important;
}


.emarket-compare-list  a.deactivated:hover{
    background-position: 0px 0px !important;
}
.emarket-compare-list .list-compare-hide{
    display: none;
}
.emarket-compare-list:hover .list-compare-hide{
    display: block;
    margin-left: -159px;
    top: 69px;
    z-index: 1000;
}
.list-compare-hide ul{
    margin: 0;
    padding: 0;
}
.list-compare-hide ul li{
    padding: 3px;
}
.list-compare-hide ul li div{
    display: inline-block;
    vertical-align: top;
}
.list-compare-hide ul li div.compare-prod-name{
    width: 76%;
}
.list-compare-hide ul li a{
    font-size: 13px;
    height: auto;
    line-height: 20px;
    text-decoration: none;
    width: 100%;
    padding: 10px 0;
}
.list-compare-hide ul li a:hover div.compare-prod-name{
    text-decoration: underline;
}
.list-compare-hide ul li.btn-item{
    text-align: center;
    padding: 15px 0;
}
.link-compare{
    display: inline-block !important;
    margin: 0 !important;
    width: 270px !important;
    padding: 5px 0 !important;
    line-height: 20px !important;
}
.link-compare:active{
    padding: 5px 0 !important;
    line-height: 20px !important;
}
/* End */

/* Start:/bitrix/templates/emarket_emarket/components/bitrix/sale.basket.basket.small/.default/style.css*/
/*emarket-basket-small*/

.emarket-basket-small{
    padding: 7px;
    font-size:14px;
    float: left;
    /*position: absolute;*/
}
.emarket-basket-small .text{
    display: table-cell;
    vertical-align: bottom;
    font-weight: bold;
}
.emarket-basket-small .text p.error{
    font-size: 14px;
    font-weight: bold;
}
.emarket-basket-small .text table{max-width: 165px;display: block;}
.emarket-basket-small .text table tr td:first-child{min-width: 75px;}
.emarket-basket-small .text table tr td:last-child{white-space: nowrap;}
.emarket-basket-small .basket-ico {
    width: 45px;
    height: 32px;
    background-position: 0px -67px !important;
    display: table-cell;
    margin-top: 5px;
}
/* End */


/* Start:/bitrix/templates/emarket_emarket/components/bitrix/breadcrumb/.default/style.css*/

ul.breadcrumb-navigation li {display:inline;}
ul.breadcrumb-navigation b,
ul.breadcrumb-navigation a {
    text-decoration:none;
    font-size:12px;
    line-height:12px;
    padding:0 10px;
}
ul.breadcrumb-navigation a:hover{text-decoration:underline;}
ul.breadcrumb-navigation span {
    position: relative;
    height: 9px;
    width: 10px;
    display: inline-block;
}
ul.breadcrumb-navigation span:before,
ul.breadcrumb-navigation span:after{
    left:0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
ul.breadcrumb-navigation span:before{
    border-width: 10.5px;
    margin-top: -10px;
}
ul.breadcrumb-navigation span:after{
    border-width: 9.5px;
    margin-top: -9px;
}
/* End */

/* Start:/bitrix/templates/emarket_emarket/components/bitrix/menu/footer-menu/style.css*/
/* footer menu*/
ul.footer-menu {
    list-style:none;
    margin:0;
    padding:32px 0;
    position: relative; /*IE bug*/
    display:inline-block;
}

ul.footer-menu span.separator {
    float:left;
    padding:0 9px;
}
ul.footer-menu li {float:left;}
ul.footer-menu li a {
    font-size:14px;
    line-height:16px;
    text-decoration:none;
}
ul.footer-menu li a:hover {text-decoration:underline;}
ul.footer-menu li a.selected {text-decoration:underline;}

/* End ---------- */
/* Start:/bitrix/templates/emarket_emarket/components/bitrix/catalog/catalog-template/style.css*/

.grid .bx_content_section{
    margin-bottom: 15px;
}
.grid .bx_sidebar{
    margin-bottom: 15px;
}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
    float: right;
    width: 950px;
    margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
    float: left;
    /*width: 18.21%;*/
    width: 216px;
    margin-bottom: 15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/*filter*/
.catalog-section-filter{
    height:40px;
    margin-bottom:42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.catalog-section-filter .option{
    height: 16px;
    padding: 4px 14px;
    margin: 8px 0;
    float: left;
}
.catalog-section-filter .option.firts{
    border-left: none;
}
.catalog-section-filter .option:nth-child(3){padding-right:0px}
.catalog-section-filter .option span{
    display:block;
    float:left;
    margin-top: 2px;
    margin-right:7px;
    font-size: 13px;
}
.catalog-section-filter .option a.ico{
    display:block;
    font-size: 13px;
    float:left;
    height:14px;
    min-width:14px;
    padding:2px 4px 4px;
    background-position: 0px -100px;
    background-repeat:no-repeat;
    margin-left:7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration:none;
}
.catalog-section-filter .option a.active{
    padding: 1px 4px 3px;
}
.catalog-section-filter .option a.ico:not(.active):hover{
    text-decoration:underline;
}
.catalog-section-filter .option a.ico-1{background-position:1px -358px!important; padding: 1px 3px 3px;}
.catalog-section-filter .option a.ico-1.active {background-position:1px -358px; padding: 1px 2px 3px;}

.catalog-section-filter .option a.ico-2{background-position:-20px -358px!important; padding: 1px 3px 3px;}
.catalog-section-filter .option a.ico-2.active {background-position:-20px -358px!important; padding: 1px 2px 3px;}

.catalog-section-filter .option a.active i.ico-arrow {
    display: inline-block;
    height: 12px;
    width: 7px;
    margin: 0 0 -2px 2px;
    background-position: -102px 0px;
    background-repeat:no-repeat;
}
.catalog-section-filter .option a.active i.ico-arrow.down {
    background-position: -113px 0px;
}
/* End */



/* Start:/bitrix/templates/emarket_emarket/components/bitrix/catalog.smart.filter/visual_vertical/style.css*/
.bx_filter_vertical .bx_filter_section{
    padding: 10px;
    position: relative;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
    .bx_filter_vertical .bx_filter_title{
        padding:10px;
        font-size: 18px;
        font-weight:300;
        border-bottom:0;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }
.bx_filter_vertical .bx_filter_container{
    padding: 17px 0px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.bx_filter_vertical .bx_filter_container:first-child{padding-top:7px;border-top:0;}
.bx_filter_vertical .bx_filter_container_title{
    font-size: 12px;
    line-height:14px;
    display: inline-block;
    margin-bottom: 12px;
}
.bx_filter_vertical .bx_filter_block{
    /*display:none*/
    border: 1px solid #94bfdc;
    background: #fff;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bx_filter_vertical .bx_filter_container.active .bx_filter_block{display:block}
.bx_filter_vertical .bx_filter_block span{display: block;min-height: 15px;padding-bottom: 5px;}
.bx_filter_vertical .bx_filter_block span input[type=checkbox]{position: relative;bottom: -4px;margin: 0 5px 0 0;}
.bx_filter_vertical .bx_filter_block span label{line-height: 11px;font-size: 12px;}

.bx_filter_vertical .bx_filter_param_area{margin-bottom: 20px}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block{
    width: 50%;
    float: left;
    text-align: left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size: 11px;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block.two
{
    text-align: right;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block .bx_input_container{
    width:82px;
    display: inline-block;
    padding: 1px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border-radius: 3px;
    height: 35px;
}

.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input{
    border: none;
    border-radius: 2px;
    max-width:82px;
    width: 100%;
    height: 33px;
    display: inline-block;
    margin: 0;
    padding:0 4px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input[type="text"]:focus { outline: none; }
.bx_filter_vertical .bx_ui_slider_track{
    margin: 13px 10px;
    height: 3px;
    position: relative;
    border-radius: 3px;
}
.bx_filter_vertical .bx_ui_slider_range{
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.bx_filter_vertical .bx_ui_slider_handle{
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
}
.bx_filter_vertical .bx_ui_slider_handle.left {margin-left: -10px}
.bx_filter_vertical .bx_ui_slider_handle.right{margin-right: -10px}

.bx_filter_vertical .bx_filter_control_section{
    text-align: left !important;
}
.bx_filter_vertical .bx_filter_search_button{
    display: block;
    width: 100%;
    line-height: 16px !important;
    cursor: pointer;
    height: 33px !important;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;

}
.bx_filter_vertical .bx_filter_search_button.link{
    display: inline-block;
    background: none;
    font-size: 12px;
    width: auto !important;
    height: auto !important;
    padding: 0;
    border: 0;
    text-shadow: none;
    opacity:1;
    margin: 8px 0 0 0;
}
.bx_filter_vertical .bx_filter_search_button:hover{opacity:1}
.bx_filter_vertical .bx_filter_search_button:focus{border: 0;outline: 0;}
.bx_filter_vertical .bx_filter_search_button.link:hover{text-decoration:underline;}

.bx_filter_vertical span.icon_lupe{
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height:15px;
    vertical-align: middle;
}
.bx_filter_vertical .bx_filter_popup_result{
    position: absolute;
    display: none;
    height: 33px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 13px;
    line-height: 33px;
    padding: 0 10px;
    margin-left: 10px;
    margin-top: -7px;
    z-index: 1100;
    white-space: nowrap;
}
.bx_filter_vertical .bx_filter_popup_result .arrow{
    width:8px;
    height: 14px;
    position: absolute;
    top:50%;
    margin-top:-7px;

}
.bx_filter_vertical .bx_filter_popup_result.right {left: 102%}
.bx_filter_vertical .bx_filter_popup_result.left  {right:102%}
.bx_filter_vertical .bx_filter_popup_result a:hover{text-decoration: none}
.bx_filter_vertical .bx_filter_popup_result_close{display: none}

/* End */

/* Start:/bitrix/templates/emarket_emarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section.list/.default/style.css*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
    padding-bottom: 14px;
    font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
    color: #000;
    text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
    margin-bottom: 20px;
    list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    width: 125px;
    height: 125px;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
    font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
    font-size: 13px;
    line-height: 16px;
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
    padding-bottom: 14px;
    font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
    text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
    float: left;
    margin: 0 10px 10px;
    list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:first-child {
    margin-left: 0;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a,
.bx_filter_vertical .bx_filter_popup_result a{
    white-space: nowrap;
    font-size: 14px;
	text-decoration: none
}
.bx_catalog_text .bx_catalog_text_title a:hover,
.bx_filter_vertical .bx_filter_popup_result a:hover{text-decoration: underline;}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* tile */

/* tile */


.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
    font-size: 36px;
    line-height: 36px;
    padding-top: 20px;
    font-weight: 300;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
    text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide){
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    list-style: none;
    text-align:left;
    margin-bottom:21px;
}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide):before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide):nth-child(8n+1){clear: both;}
.bx_catalog_tile_ul > li .mSlider-wrap:hover .mSlider-window li{
    opacity: 0.6;
}
.bx_catalog_tile_ul > li .mSlider-wrap .mSlider-window li:hover{
    opacity: 1;
}
.bx_catalog_tile .bx_catalog_tile_title{
    min-height: 14px;
    padding: 10px;
    padding-right: 165px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
    margin-top: 0;
}
.bx_catalog_tile .bx_catalog_tile_title a{
    font-size: 18px;
    line-height: 14px;
    text-decoration:none;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: underline;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}

.bx_catalog_tile .bx_catalog_tile_show_all{
    position:absolute;
    top:-31px;
    right:70px;
    font-size:14px;
    line-height:14px;
    text-decoration: none;
}
.bx_catalog_tile .bx_catalog_tile_show_all:hover{
    text-decoration: underline;
}

.emarket-mSlider{position:relative;}
.emarket-mSlider .mSlider-wrap{
    overflow-x: hidden;
    margin: 0 0 -1px 0;
}
.emarket-mSlider .mSlider-wrap .mSlider-window{
    margin: -1px 0 0 1px;
    position: relative;
    list-style: none;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li{
    float: left;
    height: 258px;
    width: 217px;
    position: relative;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap{
    height: 220px;
    width: 216px;
    position: relative;
    padding: 10px 10px 27px;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li.current .slide-wrap{
    border-left-color: transparent;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_discount,
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_new,
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_hit {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    right:0px;
    top:0px;
    z-index:911;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 152px;
    position: relative;
    width: 216px;
    z-index: 910;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_title {
    display: block;
    font-size: 12px;
    font-weight: 300;
    height: 29px;
    line-height: 14px;
    margin: 3px 0;
    overflow: hidden;
    text-decoration: none;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_title a {
    font-size: 13px;
    text-decoration: none;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_title a:hover{text-decoration: underline;}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_rating{height:15px;}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_rating .star{
    display: inline-block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    height:10px;
    width:11px;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_rating .star.half{background-position:-13px 0px;}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_rating .star.empty{background-position:-26px 0px;}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price {
    font-size:16px;
    line-height:16px;
    display: inline-block;
    position:relative;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price span{
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price .bx_price {
    font-size: 15px;
    padding-top: 5px;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price .bx_stick_disc{
    position: absolute;
    overflow: hidden;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.emarket-mSlider .bx_stick.left,
.emarket-mSlider .bx_stick_disc.left{left:-2px;}
.emarket-mSlider .bx_stick.right,
.emarket-mSlider .bx_stick_disc.right{right:-45px;}
.emarket-mSlider .bx_stick.top,
.emarket-mSlider .bx_stick_disc.top{top:15px;}
.emarket-mSlider .bx_stick.bottom,
.emarket-mSlider .bx_stick_disc.bottom{bottom:-5px;}
.emarket-mSlider .bx_stick.middle,
.emarket-mSlider .bx_stick_disc.middle{top:49%;}

.emarket-mSlider a.mSlider-prev,
.emarket-mSlider a.mSlider-next {
    position:absolute;
    width:9px;
    height:16px;
    top: -31px;
    opacity:.3;
    background-repeat:no-repeat;
}
.emarket-mSlider a.mSlider-prev:hover,
.emarket-mSlider a.mSlider-next:hover{opacity:1;}
.emarket-mSlider a.mSlider-prev {
    right:40px;
    background-position:-2px -382px;
}
.emarket-mSlider a.mSlider-next {
    right:10px;
    background-position:-32px -382px
}

/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
    padding-bottom: 14px;
    font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
    color: #000;
    text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
    padding: 0;
    line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-weight: normal;
    line-height: 13px;
    margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
    color: #4c7da6;
    white-space: nowrap;
    font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}


.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* End */



/* Start:/bitrix/templates/emarket_emarket/components/bitrix/system.pagenavigation/modern/style.css*/
div.modern-page-navigation {
    margin-bottom: 20px;
	margin-block: 20px;
}
.modern-page-navigation a {
    font-size: 18px;
    padding: 0 4px;
    text-decoration: none;
}
.modern-page-navigation a:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.modern-page-current {
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 4px;
}
/* End */



/* Start: /style.css*/
/* catalog.section */
.bx_catalog_list_home{margin-bottom:30px;}
.bx_catalog_list_home .bx_catalog_item{
    position:relative;
    float:left;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
    margin: 0 0 -1px -1px;
}

.bx_catalog_list_home .bx_catalog_item 	{
   	height: 284px;
    width: 236px;
    margin: 0 0 -1px -1px;
    padding:0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.bx_catalog_list_home .bx_catalog_item .item_discount,
.bx_catalog_list_home .bx_catalog_item .item_new,
.bx_catalog_list_home .bx_catalog_item .item_hit {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    right:0px;
    top:0px;
    z-index:911;
}

.bx_catalog_item_container {padding: 10px;}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover
.bx_catalog_item_container {
    position:absolute;
    z-index:990;
    top:0px;
    left:0px;
    right:0;
    border-radius:3px;
}

.bx_catalog_list_home .bx_catalog_item_articul{
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_title{
    display: block;
    height: 29px;
    margin: 3px 0;
    overflow:hidden;
    font-size:12px;
    font-weight:300;
    line-height:14px;
    text-decoration:none;
}
/*.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{
    min-height:29px !important;
    height:auto !important;
}*/
.bx_catalog_list_home .bx_catalog_item_title a{
    text-decoration:none;
    font-size:11.5px;
}
.bx_catalog_list_home .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}


.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    width:100%;
    white-space:nowrap;
    text-align:right;
    position:relative;
	margin-top: 8px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control{
    position: absolute;
    left:0;
    top:1px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control .load{
    width:32px;
    height:32px;
    position:absolute;
    right: -34px;
    top: -6px;
    display:none;
}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align:left;
    font-size:12px;
    line-height:30px;
    font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    width:100%;
    text-align:center;
    margin-top:-34px;
}


.bx_catalog_list_home .bx_catalog_item_price .bx_price{font-size:15px;padding-top: 5px;}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    height: 152px;
    width: 216px;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double{
    z-index:900;
    margin-top: -152px;
    opacity:0;
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    text-align:center;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_catalog_list_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{
    position: absolute;
    overflow: hidden;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right{right:-35px;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom:10px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top:49%;}



/* buttons */
.bx_catalog_list_home .small_button {
    height:13px;
    width:10px;
    background:none;
    position:relative;
    display:inline-block;
    text-decoration:none;
    cursor:pointer;
}
.bx_catalog_list_home .small_button:before {
    content:"";
    position:absolute;
    top: 6px;
    width: 0;
    height: 0;
}
.bx_catalog_list_home .small_button.left:before {
    left: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.bx_catalog_list_home .small_button.right:before {
    right: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}


.bx_catalog_list_home .bx_medium_2,
.btn_emodal {
    display: block;
    text-decoration: none;
    padding: 7px 0 0 0;
    margin: 7px 0 0 0;
    width: 100%;
    line-height: 18px;
    cursor: pointer;
    height: 20px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:55%;
}
.bx_catalog_list_home .bx_medium_2.ico1,
.bx_catalog_list_home .bx_medium_2.ico2{
    position: relative;
    padding: 7px 0 0 50px;
    height: 33px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
    .bx_catalog_list_home .bx_medium_2.ico1:after,
    .bx_catalog_list_home .bx_medium_2.ico2:after{
        content: "";
        position: absolute;
        left: 8px;
        top: 0;
        height: 27px;
        width: 35px;
        background-repeat: no-repeat;
    }
.bx_catalog_list_home .bx_medium_2.ico1:after {
    background-position: 0px -98px;
}
.bx_catalog_list_home .bx_medium_2.ico2:after {
    background-position: 12px -126px;
}

.bx_catalog_list_home .bx_col_input {
    display:inline-block;
    width:40px;
    height:18px;
    text-align:center;
    margin: 0;
    padding: 0;
}
.bx_catalog_list_home .bx_col_input:focus{outline:0;}
/* scu_detail_size */

.bx_catalog_list_home .bx_item_detail_size {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray {
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}

.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    left:-5%;
    background-size: 100% auto;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    right:-5%;
    background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    left:0;
    background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    right:0;
    background-size: 100% auto;
}

/* scu_detail_scu */

.bx_catalog_list_home .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/
.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}
/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul {margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    width:21px !important;
    padding-top:21px !important;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 0px;
    display: block;
    overflow: hidden;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 1px;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt .cnt_item,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt .cnt_item,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt .cnt_item{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url('/images/missing.png') no-repeat center;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background-size: 100% auto}

/*new-styles*/
.bx_catalog_list_home .item-brand{
    margin-bottom:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}
.bx_catalog_list_home .item-brand > h2{
    height: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding: 8px 0 0 10px;
    clear: both;
    margin-bottom:-1px;
}
/*modal basket*/
.product-modal{
    height: 180px;
}
.product-modal img{
    float: left;
    margin: 20px;
}
.product-modal .title-prod-modal{
    float: left;
    font-size: 16px;
    margin-top: 20px;
    width: 58%;
}
.emodal-bnts .btn_emodal{
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
    margin-right: 10px;
}
.emodal-bnts{
    position: absolute;
    right: 20px;
    top: 75%;
}
.emodal-bnts .btn-close:hover{
    border: none;
}

/* End */
/* Start:/style.css*/
/* item_detail_v3 */
.bx_item_detail .bx_item_title{
    padding:0px 0 20px;
    margin:12px 0 0px;
}

.bx_item_detail .bx_item_title h1{
    font-size:24px;
    line-height:24px;
    font-weight:300;
    border-bottom:0 none transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bx_item_detail .item_info_props {margin:10px 0 7px;}
.bx_item_detail .item_info_props dl {
    overflow: hidden;
    padding:0;
    margin: 0;
    font-size:12px;
    font-weight:300;
}
.bx_item_detail .item_info_props dl dt {
    clear: both;
    float: left;
}
.bx_item_detail .item_info_props dl dd {
    float: left;
    margin: 0px 5px;
}

/* Styles for rating */
.bx_item_detail .bx_item_rating span{
    float: left;
    font-size: 10px;
    margin: -1px 0 0 2px;
}
.bx_item_detail .bx_item_rating b{
    float: left;
    width: 147px;
    font-size:14px;
}
.bx_item_detail .bx_item_rating b.small{font-size:12px;}
.bx_item_detail .bx_item_rating{height:20px;}
.bx_item_detail .bx_item_rating .star{
    float: left;
    background-image:url('/images/stars.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-size: auto 100%;
    height: 13px;
    width: 15px;
}
.bx_item_detail .bx_item_rating .star.half{background-position:-15px 0px;}
.bx_item_detail .bx_item_rating .star.empty{background-position:-30px 0px;}
.bx_item_detail .bx_item_rating.big{height:17px;margin-bottom:20px;}
.bx_item_detail .bx_item_rating.big span{
    font-size: 12px;
    margin: 0px 0 0 2px;
}
.bx_item_detail .bx_item_rating.big .star{
    background-size:none;
    height: 17px;
    width: 20px;
}
.bx_item_detail .bx_item_rating.big .star.half{background-position:-20px 0px;}
.bx_item_detail .bx_item_rating.big .star.empty{background-position:-40px 0px}

/* Styles fo price */
.bx_item_detail .item_price {
    margin-bottom:20px;
    position:relative;
}
.bx_item_detail .item_price .item_current_price {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}
.bx_item_detail .item_price .item_old_price {
    font-size: 14px;
    line-height: 14px;
    padding-top: 8px;
    font-weight: 300;
    text-decoration: line-through;
}
.bx_item_detail .item_price .bx_stick_disc {
    position: absolute;
    top:0;
    right:0;
    overflow: hidden;
    width:60px;
    height:60px;
    text-align: center;
    font-size: 25px;
    line-height:60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.bx_item_detail .item_info_section{
    margin:10px 0;
    padding:12px 0;
    font-size:13px;
    line-height:19px;
}
.bx_item_detail .item_section_name_gray{
    color:#9e9e9e;
    font-size:13px;
}

.bx_item_detail .bx_cnt_desc{vertical-align: baseline;}
/* Item SET */

.bx_item_detail .transparent_input{
    display:inline-block;
    width:40px;
    height:18px;
    text-align:center;
    margin: 0;
    padding: 0;
    border:0;
    background:none;
}
.bx_item_detail .transparent_input:focus{outline:0;}

.bx_item_detail .controls-wrap{
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*tab-section-container*/
.bx_item_detail .tab-section-container{position:relative;}
.bx_item_detail .tab-list{
    padding:0;
    vertical-align:bottom;
    text-align:left;
}
.bx_item_detail .tab-list li{
    display:inline-block;
    border-bottom:none;
    border-radius:3px 3px 0 0;
    vertical-align:bottom;
}
.bx_item_detail .tab-list li a{
    display:block;
    padding:0 10px;
    height:30px;
    box-shadow:none;
    text-decoration:none;
    font-size:13px;
    line-height:30px;
}

/*.tab-list li:hover a,*/
.bx_item_detail .tab-list li.active a{
    position:relative;
    bottom:-2px;
    height:35px;
    line-height:35px;
}
.bx_item_detail .tab-boby-container .container>div.tab-off
{
    display:none;
}

.bx_item_detail .item_comments{
    display:block;
    padding-left:10px;
}
.bx_item_detail .item_comments li{
    display:block;
    padding-bottom:10px;
}
.bx_item_detail .item_comments_username{
    display:inline-block;
    font-size:14px;
}
.bx_item_detail .item_comments_date{
    display:inline-block;
    margin-left:10px;
    font-size:14px;
}
.bx_item_detail .item_comments_container p{
    margin-top:5px;
    font-size:14px;
}

/* buttons */
.bx_item_detail .small_button {
    height:13px;
    width:10px;
    background:none;
    position:relative;
    display:inline-block;
    text-decoration:none;
    cursor:pointer;
}
.bx_item_detail .small_button:before {
    content:"";
    position:absolute;
    top: 6px;
    width: 0;
    height: 0;
}
.bx_item_detail .small_button.left:before {
    left: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.bx_item_detail .small_button.right:before {
    right: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.bx_item_detail .bx_medium_2 {
    display: block;
    text-decoration: none;
    padding: 7px 0 0 0;
    margin: 7px 0 0 0;
    width: 100%;
    line-height: 16px;
    cursor: pointer;
    height: 26px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    opacity:0.9;
}
.bx_item_detail .bx_medium_2:hover{opacity:1}
.bx_item_detail .bx_medium_2:focus{outline: 0;}

.bx_item_detail .bx_medium_2.ico1,
.bx_item_detail .bx_medium_2.ico2{
    position: relative;
    padding: 7px 0 0 50px;
    height: 33px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bx_item_detail .bx_medium_2.ico1:after,
.bx_item_detail .bx_medium_2.ico2:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    height: 27px;
    width: 35px;
    background-repeat: no-repeat;
}
.bx_item_detail .bx_medium_2.ico1:after {
    background-position: 0px -99px;
}
.bx_item_detail .bx_medium_2.ico2:after {
    background-position: 12px -126px;
}

/* item_detail_slider */
.bx_item_detail .bx_item_slider{
    position: relative;
    margin: 10px;
}
.bx_item_detail .bx_item_slider .bx_bigimages {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    max-width: 460px;
    border-radius: 2px;
    text-align: center;
    height: 0;
    width: 100%;
    height: 335px;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top:0!important;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    text-align: center;
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner{
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    padding: 20px 27px 10px;
    box-sizing: border-box;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {position: relative;}
/*----*/
.bx_item_detail .bx_item_slider .bx_slider_scroller_container{ position: relative }
.bx_item_detail .bx_item_slider .bx_slide{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide{overflow-x: auto}

.bx_item_detail .bx_item_slider .bx_slide ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul{margin-left: 0 !important}
.bx_item_detail .bx_item_slider .bx_slide ul li{
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left:1px;
}
.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt,
.bx_item_detail .bx_item_slider .bx_slide .zoomGalleryActive .cnt
{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left:1px;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item{
    position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}
/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover{opacity:1.0}
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{
    position: absolute;
    top: 22px;
    bottom: 4px;
    width: 18px;
    cursor: pointer;
    background-repeat:no-repeat;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left {
    left: -27px;
   background-position: -1px -400px;
    height: 50px;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right{
   background-position: -21px -400px;
    height: 50px;
    right: -27px;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide_left {left:   0;background:url('/images/fade_left.png')  repeat-y   left  center;background-size: 100% auto}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide_right{right:  0;background:url('/images/fade_right.png') repeat-y   right center;background-size: 100% auto}

/*----*/
.bx_item_detail .bx_item_slider .bx_stick{
    position: absolute;
    top: 20px;
    left: -2px;
    width: 123px;
    height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 	18px;
    line-height: 35px;
}

/* scu_detail_size */
.bx_item_detail .bx_item_detail_size{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}
/*----*/

.bx_item_detail .bx_item_detail_size .bx_item_section_name_gray{
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
/*----*/

.bx_item_detail .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_item_detail .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_item_detail .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_item_detail .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_item_detail .bx_item_detail_size ul li{
    padding-right:20px;
    width:auto !important;
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}
.bx_item_detail .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
}
/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_item_detail .bx_item_detail_size.full .bx_slide_left,
.bx_item_detail .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {
    left: -5%;
    background-size: 100% auto;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{
    right:-5%;
    background-size: 100% auto;
}
.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {
    left: 0;
    background-size: 100% auto
}
.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{
    right: 0;
    background-size: 100% auto;
}

/* scu_detail_scu */
.bx_item_detail .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray{
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_item_detail .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_item_detail .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    width:40px !important;
    padding-top:40px !important;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 3px;
    bottom: 3px;
    left: 1px;
    display: block;
    overflow: hidden;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 0px;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 0px;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}

/* item_detail_description */
.bx_item_detail .bx_item_description p{font-size: 13px;}
.bx_item_detail .bx_item_description .bx_item_section_name_gray{
    color: #9e9e9e;
    font-size: 13px;
}
.bx_item_detail .bx_item_description .bx_specifications_table{
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(even){ }
.bx_item_detail .bx_item_description .bx_specifications_table tr td{
    padding: 3px 10px;
    font-size: 12px;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr td:first-child{font-weight: bold;}

/*new styles*/
.emarket-catalog-detail .head{
    position:relative;
    padding-right:20%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.emarket-catalog-detail .head .block{
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height:100px;
}
.emarket-catalog-detail .head .block.left{margin-right:1%; width:50%;}
.emarket-catalog-detail .head .block.right{margin-left:1%;width:47%;}

.emarket-catalog-detail .head .block.left .item_discount,
.emarket-catalog-detail .head .block.left .item_new,
.emarket-catalog-detail .head .block.left .item_hit {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    right:0px;
    top:0px;
}
.emarket-catalog-detail .head .control{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:80%;
    padding: 10px;
}

.emarket-catalog-detail .head .control .compare-control{
    position:relative;
    display:inline-block;
    margin-top: 27px;
    font-size: 14px;
}
.emarket-catalog-detail .head .control .compare-control .load{
    width:32px;
    height:32px;
    position:absolute;
    right: -34px;
    top: -6px;
    display:none;
}
.emarket-catalog-detail .head .control .compare-control input[type="checkbox"] + label::before{margin: 0 9px -3px 0;}

.emarket-catalog-detail .head .control #emarket_call_me{
    display: inline-block;
    position: relative;
    margin: 26px 0 0 24px;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    text-decoration: none;
}
.emarket-catalog-detail .head .control #emarket_call_me:hover{border-bottom:0;}
.emarket-catalog-detail .head .control #emarket_call_me:before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 16px;
    left: -24px;
    top: 0;
    background-repeat: no-repeat;
    background-position: -2px -155px;
}

/*tabs*/
.emarket-catalog-detail .tabs{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 21px 0;
}
.emarket-catalog-detail .tabs .tabs-menu{
    height:34px;
}
.emarket-catalog-detail .tabs .tabs-menu a{
    line-height:34px;
    font-size:18px;
    font-weight:300;
    display:inline-block;
    text-decoration:none;
    padding:0 10px;
}
.emarket-catalog-detail .tabs .tabs-menu a.active{
    line-height: 35px;
    margin-left:-1px;
    padding-left:11px;
}

.emarket-catalog-detail .tabs .tabs-content .tab#tab_1 a.link {
    float:right;
    text-decoration:none;
    font-size:12px;
    font-weight:300;
    margin-bottom:20px
}
.emarket-catalog-detail .tabs .tabs-content .tab#tab_1 a.green-link {
    text-align: center;
    float: left;
    width: 137px;
    font-size: 12px;
    height: 18px;
    padding-top: 1px;
    margin-top: -1px;
}
.emarket-catalog-detail .tabs .tabs-content .tab#tab_1 a.link:hover {
    border:0;
    padding-bottom:1px;
}

.emarket-catalog-detail .tabs .tabs-content .tab#tab_1 {padding:20px 0 0 0;display:block;}
.emarket-catalog-detail .tabs .tabs-content .tab#tab_2,
.emarket-catalog-detail .tabs .tabs-content .tab#tab_3 {padding:20px 10px;}
.emarket-catalog-detail .tabs .tabs-content .tab{display:none;}

.emarket-catalog-detail .tabs .tabs-content .tab .bx_item_title {border:0;}
.emarket-catalog-detail .tabs .tabs-content .tab .bx_item_title h2{
    font-size:24px;
    line-height:24px;
    font-weight:300;
    border-bottom:0 none transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

.emarket-catalog-detail .tabs .tabs-content .tab .property-list {padding-bottom:20px;}
.emarket-catalog-detail .tabs .tabs-content .tab .property-list .property-item {
    width:50%;
    padding:0 9px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item h3 {
    font-size:18px;
    font-weight:600;
    padding:30px 0;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table{}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr{}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td{
    position:relative;
    font-size:14px;
    font-weight:300;
    padding-top: 5px;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td:first-child:before{
    content: '';
    position: absolute;
    bottom: 4px;
    left:0;
    width: 317px;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td:first-child{width:320px;}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td:first-child span{
    display: inline-block;
    position: relative;
    padding-right: 3px;
}

.emarket-catalog-detail .tabs .tabs-content .tab .info {
    padding: 15px 0 0 9px;
    font-size: 10px;
    line-height: 9px;
    font-weight: 300;
}

.emarket-catalog-detail .tabs .tabs-content .tab .tab-row {
    float:left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-catalog-detail .tabs .tabs-content .tab .tab-row h2 {
    clear:both;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 5px 0;
}
.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.first {
    width:40.3%;
    padding:0 25px 0 10px;
}

/* Styles for best-comment */
.ec-best-comment .author {padding-top: 45px;}
.ec-best-comment .author b{display:block;font-size:18px;}
.ec-best-comment .author span,
.ec-best-comment .author time{
    display:block;
    font-size:12px;
}
.ec-best-comment .msg p {padding:15px 0; font-size:14px;}
.ec-best-comment .msg p b {float:left; width:147px;}
.ec-best-comment .msg p span{
    font-weight:300;
    display: block;
    overflow: hidden;
}

.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.second {
    width:39.4%;
    padding:0 25px 0 0;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .tab-row.second .property-list .property-item {
    width:100%;
}

.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.third {
    width:20.3%;
	  border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*modal basket*/
.product-modal{
    height: 180px;
}
.product-modal img{
    float: left;
    margin: 20px;
}
.product-modal .title-prod-modal{
    float: left;
    font-size: 16px;
    margin-top: 20px;
    width: 58%;
}
.emodal-bnts .btn_emodal{
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
    margin-right: 10px;
}
.emodal-bnts{
    position: absolute;
    right: 20px;
    top: 75%;
}
.emodal-bnts .btn-close{
    border: none;
    color: #74a1ca;
    font-size: 16px;
    line-height: 44px;
    text-decoration: none;
}
.emodal-bnts .btn-close:hover{
    
	border-bottom: 1px dashed;
}

/* End */

/* Start:/bitrix/components/krayt/emarket.comments/templates/.default/style.css*/
.emarket-comments {}
.emarket-comments .clear:before {content:""; display:table;}
.emarket-comments .clear:after {content:""; clear:both; display:table;}

/* ec-rating styles
*************************************/
.emarket-comments .ec-rating{padding:17px 0 50px;}
.emarket-comments .ec-rating .star{
    display: block;
    margin-right: 1px;
    float:left;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 17px;
    width: 20px;
    cursor:pointer;
}
.emarket-comments .ec-rating .star.half{background-position:-20px 0px;}
.emarket-comments .ec-rating .star.empty{background-position: -40px 0px;}
.emarket-comments .ec-rating .star.active{background-position: 0px 0px;}

/* ec-button styles
*************************************/
.emarket-comments .ec-button {
    display: block;
    float:right;
    text-decoration: none;
    text-align:center;
    margin:7px 0;
    padding: 0 45px;
    line-height: 33px;
    cursor: pointer;
    height: 35px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity:0.9;
    width:225px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-comments .ec-button:hover{opacity:1}
.emarket-comments .ec-button:focus{outline: 0;}


.emarket-comments .ec-button.ec-button-1{
    position: relative;
    padding: 0 45px 0 53px;
    margin:0;
}
.emarket-comments .ec-button.ec-button-1:after{
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: 16px;
    position: absolute;
    top: 5px;
    width: 24px;
}

/* ec-comments-head styles
*************************************/

.emarket-comments .ec-head{
    height:70px;
    padding: 17px 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-comments .ec-head h2{
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    float: left;
	margin:0;
}
.emarket-comments .ec-head .ec-rating{float: left;padding: 9px 15px;}
.emarket-comments .ec-head .ec-rating .star{cursor:default;}
.emarket-comments .ec-head .ec-rating span{
    display: block;
    float: left;
    font-size: 12px;
    overflow: hidden;
    padding-left: 5px;
}

/* ec-comments-add styles
*************************************/
.emarket-comments .ec-comments-add {
    display:none;
}
.emarket-comments .ec-comments-add .ec-left,
.emarket-comments .ec-comments-add .ec-right {
   display: table-cell;
   vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size:14px;
    padding:20px 0 20px 90px;
}

/*left*/
.emarket-comments .ec-comments-add .ec-left{
    width:52.5%;
}
.emarket-comments .ec-comments-add .ec-left table tr{}
.emarket-comments .ec-comments-add .ec-left table tr td{
    vertical-align: top;
    padding: 6px 0;
}
.emarket-comments .ec-comments-add .ec-left table tr td:first-child{}
.emarket-comments .ec-comments-add .ec-left table tr td span{
    width:105px;
    display:inline-block;
    padding-top:8px;
}
.emarket-comments .ec-comments-add .ec-left table tr td textarea,
.emarket-comments .ec-comments-add .ec-left table tr td input{
    padding: 0;
    margin: 0;
    width:414px;
    padding:5px;
    border-radius:3px;
}
.emarket-comments .ec-comments-add .ec-left table tr td textarea{
    resize:none;
    height:60px;
}
.emarket-comments .ec-comments-add .ec-left table tr td input{
    height:17px;
}

.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha_title{width:105px;}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha{position:relative;}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha a{
    position: absolute;
    right: 32.5%;
    top: 7px;
    height: 14px;
    width: 14px;
    display: block;
    background-image: url('/images/ec_comm_refresh.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.7s ease-out;
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha a.animate{
    -webkit-transform: rotate( 360deg );
    -moz-transform: rotate( 360deg );
    -ms-transform: rotate( 360deg );
    -o-transform: rotate( 360deg );
    transform: rotate( 360deg );
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha{
    border-radius:3px;
    width:100%;
    height:27px;
    overflow:hidden;
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha #captcha_word{
    width: 69%;
    height: 100%;
    padding-right:32px;
    float: left;
    border:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha img{
    height: 32px;
    margin: -1px 0 0 0;
    width: 31%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*right*/
.emarket-comments .ec-comments-add .ec-right{
    width:47.5%;
    padding:20px 90px;
}

.emarket-comments .ec-comments-add .ec-right .ec-term_of_Use span {
    display: block;
    float: left;
    font-size: 14px;
    width: 150px;
    line-height: 27px;
}

.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria {height: 17px;}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria span {
    display: block;
    float: left;
    font-size: 12px;
    padding-left: 13px;
    width: 137px;
}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-rating{
    overflow:hidden;
    float: left;
}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-val{
    overflow:hidden;
    float: left;
    font-size:12px;
    padding-left:5px;
}

.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-full {
    height: 17px;
    padding-bottom:20px;
}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-full span {
    display: block;
    float: left;
    font-size: 14px;
    padding-left: 0;
    width: 150px;
}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-full .ec-criteria-rating{opacity:.5;}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-full .ec-criteria-rating a{cursor:default;}

/* ec-comments-list styles
*************************************/
.emarket-comments .ec-comments-list .ec-comment{
    position:relative;
}
.emarket-comments .ec-comments-list .ec-comment:last-child{border-bottom:0;}

.emarket-comments .ec-comments-list .ec-comment .author{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:80%;
    padding: 30px 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-comments .ec-comments-list .ec-comment .author b{display:block;font-size:18px;}
.emarket-comments .ec-comments-list .ec-comment .author span,
.emarket-comments .ec-comments-list .ec-comment .author time{
    display:block;
    font-size:12px;
    color:#aaa;
}

.emarket-comments .ec-comments-list .ec-comment .text {padding:0 0 0 20%;}
.emarket-comments .ec-comments-list .ec-comment .text .msg{padding:15px 10px 0; min-height:250px;}
.emarket-comments .ec-comments-list .ec-comment .text .msg p {padding:15px 0; font-size:14px;}
.emarket-comments .ec-comments-list .ec-comment .text .msg p b {float:left; width:105px;}
.emarket-comments .ec-comments-list .ec-comment .text .msg p span{
    font-weight:300;
    display: block;
    overflow: hidden;
}

.emarket-comments .ec-comments-list .ec-comment .text .control{height:26px;}
.emarket-comments .ec-comments-list .ec-comment .text .control .complaint-link{
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    margin: 6px 0 0 10px;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .complaint-link:hover{border-bottom:0;}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link{
    position:relative;
    display:block;
    float: right;
    line-height: 15px;
    height: 15px;
    margin: 7px 20px 0 0;
    padding-left: 17px;
    text-decoration:none;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link:after{
    position:absolute;
    left:0;
    top: -2px;
    content:'';
    height: 15px;
    width: 15px;
    background-repeat:no-repeat;
    background-position:0px 0px;
    display:block;
    opacity:.5;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link.active:after,
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link:hover:after{opacity:1;}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link.deactive{cursor:default;}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link.like{}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link.unlike:after{top: 2px;background-position: -16px -4px;}

.emarket-comments .ec-comments-list .no-comment{
    padding: 27px 10px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    display: block;
    text-align: center;
}

/*stars*/
.emarket-comments .ec-comments-list .ec-rating{padding:0;}
.emarket-comments .ec-comments-list .author .ec-rating span{
    display: inline-block;
    line-height: 10px;
    font-size:11px;
    padding-left: 3px;
}
.emarket-comments .ec-comments-list .ec-rating .star{
    display: block;
    float: left;
    margin:3px 0 0 0;
    background-size: auto 100%;
    height: 13px;
    width: 15px;
}
.emarket-comments .ec-comments-list .ec-rating .star.half{background-position:-15px 0px;}
.emarket-comments .ec-comments-list .ec-rating .star.empty{background-position: -30px 0px;}

.emarket-comments .ec-comments-list a.ec-rating-list-show{
    text-decoration:none;
    display:inline-block;
    position:relative;
    margin-bottom:6px;
    line-height:17px;
    font-size:14px;
    font-weight:300;
}
.emarket-comments .ec-comments-list a.ec-rating-list-show:hover{border-bottom:0; padding-bottom:1px;}
.emarket-comments .ec-comments-list a.ec-rating-list-show:after{
    position:absolute;
    width:0;
    height:0;
    content:"";
    top: 6px;
    right: -12px;
    border-bottom: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.emarket-comments .ec-comments-list a.ec-rating-list-show.arrow-top:after{
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.emarket-comments .ec-comments-list .ec-rating-list{
    margin-left:10px;
    display:none;
}
.emarket-comments .ec-comments-list .ec-rating-list span,
.emarket-comments .ec-comments-list .ec-rating-list .ec-rating{
    float:left;
    padding-left:10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-comments .ec-comments-list .ec-rating-list span{
    font-size:12px;
    font-weight:300;
    width:57%;
}
.emarket-comments .ec-comments-list .ec-rating-list .ec-rating{width:43%;}



/* End */
/* /style.css */
/* /bitrix/components/krayt/emarket.comments/templates/.default/style.css */

/* catalog.section */
.bx_catalog_list_home{/*margin-bottom:110px;*/}
.bx_catalog_list_home .bx_catalog_item{
    position:relative;
    background:#fff;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
    margin: 0 0 -1px -1px;
}

.bx_catalog_item_container {padding: 10px;}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
    position:absolute;
    z-index:990;
    top:0px;
    left:0px;
    right:0;
    border-radius:3px;
    background:#fff;
    -webkit-animation:borderview 0.5s;
    animation:borderview 0.5s;
    height: min-content;
}

.bx_catalog_list_home .bx_catalog_item_articul{color:#a5a5a5;font-size:13px;}
.bx_catalog_list_home .bx_catalog_item_title{
    display: block;
    height: 35px;
    overflow:hidden;
    color:#000;
    font-size:16px;
    font-weight:300;
    line-height:15px;
    text-decoration:none;
}

.bx_catalog_list_home .bx_catalog_item_title a{
    color:#3f3f3f;
    text-decoration:none;
    font-size:11.5px;
}
.bx_catalog_list_home .bx_catalog_item_title a:hover{
    text-decoration: underline;
}
.bx_catalog_list_home .bx_catalog_item_rating{height:13px;}
.bx_catalog_list_home .bx_catalog_item_rating .star{
    display: inline-block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    height:10px;
    width:12px;
}
.bx_catalog_list_home .bx_catalog_item_rating .star.half{background-position:-12px 0px;}
.bx_catalog_list_home .bx_catalog_item_rating .star.empty{background-position:-24px 0px;}

.bx_catalog_list_home .bx_catalog_item_price{
    font-size:16px;
    line-height:16px;
    display: inline-block;
    position:relative;
}
.bx_catalog_list_home .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:14px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
    margin-left: 9px;
}

.bx_catalog_list_home .bx_catalog_item_controls{
    padding-top:0px;
    text-align:center;
}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    width:100%;
    white-space:nowrap;
    text-align:right;
    position:relative;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{
    border:1px solid #8dbf41;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
    box-shadow:         inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control{
    position: absolute;
    left:0;
    top:1px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control .load{
    width:32px;
    height:32px;
    position:absolute;
    right: -34px;
    top: -6px;
    display:none;
    background:url(/images/Preloader_2.gif) no-repeat;
}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    color:#3f3f3f;
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align:left;
    font-size:12px;
    line-height:30px;
    font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    text-align: center;
    margin-top: -33px;
    bottom: 10px;
    right: 10px;
    left: 10px;
  /*display: none;*/
}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    display: block;
}

.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border:none;background: none;}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_list_home .bx_cnt_desc{
    text-align:left;
    position:absolute;
    right:-45px;
    top:2px;
    width:40px;
}


.bx-no-touch .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{display:block}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(/bitrix/templates/okshop/images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_catalog_list_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{
    position: absolute;
    overflow: hidden;
    width: 33px;
    height: 33px;
    color: #fff;
    background: #8dbf41;
    text-align: center;
    font-size: 12px;
    line-height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right{right:-45px;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom:0px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top:49%;}


/* buttons */
.bx_catalog_list_home .small_button {
    height:13px;
    width:10px;
    background:none;
    position:relative;
    display:inline-block;
    text-decoration:none;
    cursor:pointer;
}
.bx_catalog_list_home .small_button:before {
    content:"";
    position:absolute;
    top: 6px;
    width: 0;
    height: 0;
}
.bx_catalog_list_home .small_button.left:before {
    left: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.bx_catalog_list_home .small_button.right:before {
    right: 3px;
    border-top: 3px solid transparent;

    border-bottom: 3px solid transparent;
}
.bx_catalog_list_home .bx_medium_2.ico1,
.bx_catalog_list_home .bx_medium_2.ico2{
    position: relative;
    padding: 7px 0 0 50px;
    height: 33px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bx_catalog_list_home .bx_medium_2.ico1:after,
.bx_catalog_list_home .bx_medium_2.ico2:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    height: 27px;
    width: 35px;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_medium_2.ico1:after {
    background-position: 0px -99px;
}
.bx_catalog_list_home .bx_medium_2.ico2:after {
    background-position: 12px -126px;
}

.bx_catalog_list_home .bx_col_input {
    display:inline-block;
    width:40px;
    height:18px;
    text-align:center;
    margin: 0;
    padding: 0;
}
.bx_catalog_list_home .bx_col_input:focus{outline:0;}
/* scu_detail_size */

.bx_catalog_list_home .bx_item_detail_size {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray {
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}

.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/bitrix/templates/okshop/images/x2border.png) 2 stretch;
    -moz-border-image: url(/bitrix/templates/okshop/images/x2border.png) 2 stretch;
    -o-border-image: url(/bitrix/templates/okshop/images/x2border.png) 2 stretch;
    border-image: url(/bitrix/templates/okshop/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/bitrix/templates/okshop/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/bitrix/templates/okshop/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/bitrix/templates/okshop/images/x2border_active.png) 2 stretch;
    border-image: url(/bitrix/templates/okshop/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/bitrix/templates/okshop/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    left:-5%;
    background:url(/bitrix/templates/okshop/images/arr_left.png)  no-repeat left  center;
    background-size: 100% auto;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    right:-5%;
    background:url(/bitrix/templates/okshop/images/arr_right.png) no-repeat right center;
    background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    left:0;
    background:url(/bitrix/templates/okshop/images/fade_left.png)  repeat-y left  center;
    background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    right:0;
    background:url(/bitrix/templates/okshop/images/fade_right.png) repeat-y right center;
    background-size: 100% auto;
}

/* scu_detail_scu */

.bx_catalog_list_home .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/
.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}
/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul {margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    width:21px !important;
    padding-top:21px !important;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 0px;
    display: block;
    overflow: hidden;
    background: #fff;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #7f7f7f}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 1px;
    border: 1px solid #7f7f7f;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt .cnt_item,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt .cnt_item,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt .cnt_item{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/bitrix/templates/okshop/images/missing.png) no-repeat center;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    position: absolute;
    border: 1px solid #d9d9d9;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -moz-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -ms-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -o-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/bitrix/templates/okshop/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/templates/okshop/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/bitrix/templates/okshop/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/bitrix/templates/okshop/images/fade_right.png) repeat-y   right center;background-size: 100% auto}


/*new-styles*/
.bx_catalog_list_home {}
.bx_catalog_list_home .item-brand{
    border: 1px solid #94bfdc;
    margin-bottom:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}
.bx_catalog_list_home .item-brand > h2{
    background-color: #eaf2f8;
    height: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding: 8px 0 0 10px;
    border-bottom: 1px solid #94bfdc;
    clear: both;
    margin-bottom:-1px;
    margin-top: 0;
}


/*catalog-section*/

.catalog-top {
    margin-bottom:40px;
    /*width:970px;*/
}
.catalog-top .item-brand {
    border: 1px solid #94bfdc;
    margin-bottom:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}
.catalog-top .item-brand > h2{
    background-color: #eaf2f8;
    height: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding: 8px 0 0 10px;
    border-bottom: 1px solid #94bfdc;
    clear: both;
    margin-bottom:-1px;
}
.catalog-top .item{
    float:left;
    height:315px;
    width: 394px;
    margin: 0 0 -1px -1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.catalog-top .item .bx_catalog_item_title{
    margin-top: 10px;
}
.catalog-top .item .bx_catalog_item_title,
.catalog-top .item .bx_catalog_item_rating,
.catalog-top .item .bx_catalog_item_price{
    padding: 0 10px;
}
.catalog-top.is_sb .item{
    width: 315px;
}
.catalog-top .item:hover {
    box-shadow: 0 0 10px 0 rgba(204, 204, 204, 1);
    -moz-box-shadow: 0 0 10px 0 rgba(204, 204, 204, 1);
    -webkit-box-shadow: 0 0 10px 0 rgba(204, 204, 204, 1);
    position: relative;
    z-index: 99;
}

.catalog-top .item.ett_horizontal{width: 789px;}
.catalog-top .item.ett_vertical{height: 631px;}

.catalog-top.is_sb .item.ett_horizontal {
    width: 631px;
}

.catalog-top .item .picture {
    height:240px;
}
.catalog-top .item .picture a{
    display:table-cell;
    vertical-align:middle;
    width: 96%;
    padding: 2%;
    text-align:center;
}

.catalog-top .item.ett_horizontal .picture {width: 631px; height: 240px;}
.catalog-top .item.ett_horizontal .picture a {width: 600px; height: 210px;}

.catalog-top .item.ett_vertical .picture {width: 315px; height: 555px;}
.catalog-top .item.ett_vertical .picture a {width: 285px; height: 525px;}

.catalog-top .item .picture a img {
    display:inline-block;
    max-height:100%;
    max-width:100%;
}
.catalog-top .item .picture  a img{max-width: 285px; max-height: 210px;}


.catalog-top .bx_catalog_item_images_double,
.catalog-top .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    height: 210px;
    width: 100%;
    margin-top: 1%;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;

}
.catalog-top .bx_catalog_item_images_double{
    z-index:900;
    margin-top: -136px;
    opacity:0;
}

.catalog-top .item.ett_horizontal .bx_catalog_item_images_double,
.catalog-top .item.ett_horizontal .bx_catalog_item_images {width: 100%; height: 210px;}
.catalog-top .item.ett_horizontal .bx_catalog_item_images_double {margin-top: -210px;}
.catalog-top .item.ett_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{right:50%;}
.catalog-top .item.ett_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone {width:50%;}

.catalog-top .item.ett_vertical .bx_catalog_item_images_double,
.catalog-top .item.ett_vertical .bx_catalog_item_images {width: 100%; height: 525px;}
.catalog-top .item.ett_vertical .bx_catalog_item_images_double {margin-top: -525px;}

.catalog-top .item a.link{
    padding: 0 10px;
    display: block;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
}
.catalog-top .item b{
    color:#1763a6;
    font-size:18px;
    padding: 0 10px;
    display: block;
}

.catalog-top .item .bx_catalog_item_title a:hover {
    text-decoration: underline;
}

.bx_catalog_list_home .bx_catalog_item .item_discount,
.bx_catalog_list_home .bx_catalog_item .item_new,
.bx_catalog_list_home .bx_catalog_item .item_hit {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    right:0px;
    top:0px;
    z-index:911;
}
.bx_catalog_list_home .bx_catalog_item .item_discount {
    background-image:url(/images/product_discount.png);
}
.bx_catalog_list_home .bx_catalog_item .item_new {
    background-image:url(/images/product_new.png);
}
.bx_catalog_list_home .bx_catalog_item .item_hit {
    background-image:url(/images/product_bestseller.png);
}
.footer_tree{
    width: 100%;
    margin-bottom: 85px;
}
.mainpage-catalog-list {
    overflow: hidden;
    padding: 15px 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 40px;    
    margin:0 auto;
}
.mainpage-catalog-list > ul > li {
    width: 31%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
    margin-bottom: 15px;
    margin-left: 2%;
}
.mainpage-catalog-list > ul > li > a {
    color: #1763a6;
    font-size: 16px;
}
.mainpage-catalog-list ul li a {
    text-decoration: none;
}
.mainpage-catalog-list ul li a:hover {
    text-decoration: underline;
}
.mainpage-catalog-list ul li ul {
    padding: 18px 0 0 12px;
    line-height: 20px;
}
.mainpage-catalog-list ul li ul li a {
    color: #999;
    font-size: 14px;
}


.top-section-list {
    border-radius: 3px;
    height: 125px;
    margin-bottom: 15px;
}

.top-section-list > ul {
    display: table;
    width: 100%;
}
.top-section-list li {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
.top-section-list li a {
    background-position: center center;
    display: inline-block;
    height: 125px;
    width: 158px;
    vertical-align: bottom;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.top-section-list li a span{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 85px;
    height: 30px;
    overflow: hidden;
}
.top-section-list li a:hover span{
    text-decoration: underline;
}

/*catalog  line list  product*/
/* catalog.section */
.bx_catalog_line_home{margin-bottom:30px;}
.bx_catalog_line_home .bx_catalog_item{
    position:relative;
    background:#fff;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
    height:80px !important;
    margin: 0px -1px -1px -1px;
    padding:0;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bx_catalog_line_home .bx_catalog_item:hover {
    background-color:#eee;
}

.bx_catalog_item_container {
    padding: 3px 10px;
}

.bx_catalog_line_home .bx_catalog_item:hover .bx_catalog_item_hidden {
    display: block;
}

.bx_catalog_item_hidden {
    position: absolute;
    text-align: center;
    width: 190px;
    border: 3px solid #ccc;
    left: -228px;
    top: -42px;
    display: none;
    background: #fff;
    z-index: 99;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.21);
    padding: 10px;
}

.bx_catalog_item_hidden img {
    width: 190px;
    display: table-cell;
    vertical-align: middle;
}

.bx_catalog_item_hidden:after {
    content: "";
    display: block;
    border-right: 3px solid #ccc;
    border-top: 3px solid #ccc;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -11px;
    top: 63px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.bx_catalog_line_home .bx_catalog_item_articul{color:#a5a5a5;font-size:13px;}
.bx_catalog_line_home .bx_catalog_item .bx_catalog_item_scu{display:none}

/* Stickers */
.bx_catalog_line_home .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(/bitrix/templates/okshop/images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_catalog_line_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_line_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_line_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_line_home .bx_stick_disc{
    display:none;
    position: absolute;
    overflow: hidden;
    width: 28px;
    height: 28px;
    color: #fff;
    background: #8dbf41;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bx_catalog_line_home .bx_stick.left,
.bx_catalog_line_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_line_home .bx_stick.right,
.bx_catalog_line_home .bx_stick_disc.right{right:-35px;}
.bx_catalog_line_home .bx_stick.top,
.bx_catalog_line_home .bx_stick_disc.top{top:15px;}
.bx_catalog_line_home .bx_stick.bottom,
.bx_catalog_line_home .bx_stick_disc.bottom{bottom:10px;}
.bx_catalog_line_home .bx_stick.middle,
.bx_catalog_line_home .bx_stick_disc.middle{top:49%;}

/*new-styles*/
.bx_catalog_line_home {}
.bx_catalog_line_home .item-brand{
    border: 1px solid #ccc;
    margin-bottom:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}
.bx_catalog_line_home .item-brand > h2{
    background-color: #eee;
    height: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding: 8px 0 0 10px;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin-bottom:-1px;
    margin-top: 0;
}


.bx_catalog_line_home .bx_catalog_item_images,
.bx_catalog_line_home .bx_catalog_item_title,
.bx_catalog_line_home .bx_catalog_item_rating,
.bx_catalog_line_home .bx_catalog_item_price,
.bx_catalog_line_home .bx_catalog_item_controls {
    float: left;
    height: 100%;
    padding-top: 7px !important;
    box-sizing: border-box;
}


/*bx_catalog_item_title
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_images {
    width: 7.55%;
    margin-right: 1%;
    padding:0;
}
.bx_catalog_line_home .bx_catalog_item_images_double,
.bx_catalog_line_home .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    float: left;
    height: 55px;
    width: 70px;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}
.bx_catalog_line_home .bx_catalog_item_images_double{display:none;}


/*bx_catalog_item_title
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_title {
    width: 60.5%;
    height: 80px;
    margin: -8px 0 0 0;
    display: block;
    overflow:hidden;
    color:#000;
    font-size:14px;
    font-weight:300;
    line-height:15px;
}

.bx_catalog_line_home .bx_catalog_item_title a{
    display:block;
    text-decoration:none;
    padding-bottom:8px;
}
.bx_catalog_line_home .bx_catalog_item_title a:hover{text-decoration:underline;}



/*bx_catalog_item_rating
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_rating {
    width: 9.55%;
    width: 8.2%;
    margin:0;
    padding: 1px 1px 1px 2px;
    border-left: 1px solid #ccc;
    position:relative;
    height: 56px;
    height: 80px;
    padding-top: 14px !important;
    top: -5px;
}
.bx_catalog_line_home .bx_catalog_item_price {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.bx_catalog_line_home .bx_catalog_item_rating .star{
    display: inline-block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    height:10px;
    width:11px;
}

.bx_catalog_line_home .bx_catalog_item_rating .star.half{background-position:-13px 0px;}
.bx_catalog_line_home .bx_catalog_item_rating .star.empty{background-position:-26px 0px;}

.bx_catalog_line_home .bx_catalog_item_rating .item_discount,
.bx_catalog_line_home .bx_catalog_item_rating .item_new,
.bx_catalog_line_home .bx_catalog_item_rating .item_hit {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    right:100%;
    top:-3px;
    z-index:911;
}

/*bx_catalog_item_comments
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_comments {
    padding-top: 5px;
    line-height: 100%;
    font-size: 11px;
    text-align: center;
}

/*bx_catalog_item_price
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_price {
    width: 12%;
    margin-top: -5px;
    padding: 0 1%;
    text-align: right;
    font-size:17px;
    line-height:17px;
    display: inline-block;
    position:relative;
    padding-bottom: 32px;
	padding-top: 11px !important;
}
.bx_catalog_line_home .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}

.bx_catalog_line_home .bx_catalog_item_price .bx_price{
    display: table-cell;
    vertical-align: middle;
    height: 41px;
    width: 90px;
    text-align: right;
}

/*bx_catalog_item_controls
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_controls {
    width: 9.7%;
    margin-left: 1%;
    padding:0;
}
.bx_catalog_line_home .bx_catalog_item_controls{
    padding-top:10px;
    text-align:center;
}

.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    width:100%;
    white-space:nowrap;
    text-align:right;
    position:relative;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control{
    position: absolute;
    left:0;
    top:1px;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control  .compare-control-button{
    width:41px;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    font-size:13px;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align:left;
    font-size:12px;
    line-height:30px;
    font-weight:bold;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{width:100%;}
.bx_catalog_line_home .bx_catalog_item_controls input[type=text]{border:none;background: none;}
.bx-touch .bx_catalog_line_home .bx_catalog_item_controls,
.bx_catalog_line_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_line_home .bx_cnt_desc{
    text-align:left;
    position:absolute;
    right:-45px;
    top:2px;
    width:40px;
}


/* buttons
---------------------------------------*/
.bx_catalog_line_home .bx_medium_2 {
    display: block;
    float:left;
    width: 45%;
    height:41px;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bx_catalog_line_home .bx_medium_2:hover{opacity:1}
.bx_catalog_line_home .bx_medium_2:focus{outline: 0;}
.bx_catalog_line_home .bx_medium_2.ico1,
.bx_catalog_line_home .bx_medium_2.ico2{
    position: relative;
    box-sizing:border-box;
}
.bx_catalog_line_home .bx_medium_2.ico2{margin-left:10%;}
.bx_catalog_line_home .bx_medium_2.ico1:after,
.bx_catalog_line_home .bx_medium_2.ico2:after{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 27px;
    width: 41px;
    background-repeat: no-repeat;
}
.bx_catalog_line_home .bx_medium_2.ico1:after {
    background-position: 1px -99px;
}
.bx_catalog_line_home .bx_medium_2.ico2:after {
    background-position: 2px -225px;
}

/*modal basket*/
.product-modal{
    height: 180px;
}
.product-modal img{
    float: left;
    margin: 20px;
}
.product-modal .title-prod-modal{
    float: left;
    font-size: 16px;
    margin-top: 20px;
    width: 58%;
}
.emodal-bnts .btn_emodal{
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
    margin-right: 10px;
}
.emodal-bnts{
    position: absolute;
    right: 20px;
    top: 75%;
}

/*compare product------------------------------------------------------------------------*/

.catalog-compare-result .head {
    border: 1px solid #94bfdc;
}
.catalog-compare-result h1,
.catalog-compare-result h2 {
    font-size:18px;
    font-weight:300;
    min-height: 14px;
    padding: 10px;
    padding-right: 165px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
    margin-top: 0;
}

.catalog-compare-result .head .control{
    height:230px;
    padding:10px;
    float: left;
    width:20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.catalog-compare-result .head .control .compare-switch{
    height:50px;
}
.catalog-compare-result .head .control .compare-switch b,
.catalog-compare-result .head .control .compare-switch a{
    display: inline-block;
    padding: 5px 0 0 0;
    line-height: 100%;
}
.catalog-compare-result .head .control .compare-switch a {
    text-decoration:none;
	border:none !important;
}
.catalog-compare-result .head .control .compare-switch a:hover{
    border:0;
    text-decoration:underline;
}


/* styles for switch */
.compare-switch .switch {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    float:left;
    height: 16px;
    margin: 10px 0;
    position: relative;
    width: 30px;
    display: none;
}
.compare-switch .switch:before{
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    left: 3px;
    right: 3px;
    top: 50%;
    margin-top: -1px;
    background: #94bfdc;
    border-radius: 3px;
}
.compare-switch .switch-check { position: absolute; visibility: hidden;}
.compare-switch .switch-label {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    height: 16px;
    width: 30px;
}
.compare-switch .switch-label:before {display:none !important;}
.compare-switch .switch-label:after {display:none !important;}
.compare-switch .switch-label span {
    border: 1px solid #e9e9e9;
    background:#fcfcfc;
    box-shadow: 1px 0 2px rgba(0,0,0,0.5);
}
.compare-switch .switch-check:checked + .switch-label span {left: 16px;}
/*\ styles for switch \*/

.catalog-compare-result .head .item-list{
    float: left;
    width:80%;
    position:relative;
}

/* property-list */
.catalog-compare-result .property-list {
    margin:20px 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.catalog-compare-result .property-list .property-name{
    height:26px;
    float: left;
    width:20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.catalog-compare-result .property-list .property-name p{
    line-height:24px;
    height:24px;
    margin:0 10px;
    border-bottom:1px solid #dceaf3;
}
.catalog-compare-result .property-list .property-value{
    float: left;
    width:80%;
    position:relative;
}

/*emarket-mSlider*/
.catalog-compare-result .emarket-mSlider{position:relative;}
.catalog-compare-result .emarket-mSlider .mSlider-wrap{
    overflow-x: hidden;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window{
    margin: -1px 0 0 1px;
    position: relative;
    list-style: none;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide{
    float: left;
    height: 230px;
    width: 0px;
    width: 230px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide .slide-wrap{
    height: 230px;
    width:99.5%;
    position:relative;
    padding: 0;
}

.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop{
    float: left;
    height: auto;
    height: auto;
    padding: 0px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop .slide-wrap{
    min-height: 26px;
    position:relative;
    border-left: 0;
    height: auto;
    padding: 1px;
    width: 100%;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop .slide-wrap p{
    font-size: 12px;
    margin: 0 10px;
    border-bottom: 1px solid #dceaf3;
    line-height: 25px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .close{
    position: absolute;
    right: 7px;
    top: 7px;
    display: block;
    width: 10px;
    height: 10px;
    font-size: 0px;
    border: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0.3;
    background: none;
    background-repeat: no-repeat;
    background-position: 1px 1px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .close:hover{opacity:1;}

.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.current .slide-wrap{
    border-left:0;
    width:100%;
}

.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .picture {height:170px;}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .picture a{
    display:table-cell;
    vertical-align:middle;
    height: 136px;
    width: 200px;
    padding: 15px;
    text-align:center;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .picture a img {
    display:inline-block;
    width: 150px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li a.link{
    padding: 0 10px;
    display: block;
    height: 28px;
    margin-bottom: 10px;
    overflow:hidden;
    color:#000;
    font-size:12px;
    font-weight:300;
    line-height:14px;
    text-decoration:none;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li a.link:hover{
    text-decoration: underline;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li b{
    font-size:16px;
    padding: 0 10px;
    display: block;
}

.catalog-compare-result .emarket-mSlider a.mSlider-prev,
.catalog-compare-result .emarket-mSlider a.mSlider-next {
    position:absolute;
    width:9px;
    height:16px;
    top: -31px;
    opacity:.3;
    background-repeat:no-repeat;
}
.catalog-compare-result .emarket-mSlider a.mSlider-prev:hover,
.catalog-compare-result .emarket-mSlider a.mSlider-next:hover{opacity:1;}
.catalog-compare-result .emarket-mSlider a.mSlider-prev {
    right:40px;
    background-position:-2px -382px;
}
.catalog-compare-result .emarket-mSlider a.mSlider-next {
    right:10px;
    background-position:-32px -382px;
}
.bx_ordercart_itemtitle a{
    font-size: 14px;
}
.bx_filter_vertical .bx_filter_container {
  border-top: 1px solid #ccc !important;
}
/* End */


/* Start:/bitrix/templates/okshop/green/style.css?169882840945462*/
/*color class*/
.bg-blue-w{
    background-color: #eeeeee;
}
.bg-green-d{
    background-color: #709d2c;
}
.c-text-b,
.news-list .news-item a.link,
.news-list > a{
    color: #339900;
}
.c-text-bd{
    color: #339900;
}
.border-c-bw{
    border-color: #c6deef;
}
.border-c-bd{
    border-color: #94bfdc;
}
.ico {
    display: inline-block;
    background-image:url(/bitrix/templates/okshop/green/images/sprite.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}
.content input[type="checkbox"] + label::before,
.rememberme input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 5px -3px 0;
    background-image: url(/bitrix/templates/okshop/green/images/sprite.png);
    background-repeat: no-repeat;
}
.popup_login_page .close {
    background-image: url("/bitrix/templates/okshop/green/images/sprite.png");
    background-position: -2px -275px;
    cursor: pointer;
    height: 16px;
    opacity: 0.5;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 16px;
}
.bg-blue-gradient,
.em_button,
.btn_green{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #3eb900),
            color-stop(1, #339900)
    );
    background-image: -o-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -moz-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -webkit-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -ms-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: linear-gradient(to bottom, #3eb900 0%, #339900 100%);
}
.header .catalog-link:hover,
.em_button:hover,
.bg-blue-gradient:hover,
.btn_green:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #39ab00),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #39ab00 0%, #2b8200 100%);
}
.bg-green-gradient{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #3eb900),
        color-stop(1, #339900)
    );
    background-image: -o-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -moz-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -webkit-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -ms-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: linear-gradient(to bottom, #3eb900 0%, #339900 100%);
}

.header .site-feedback > a{
    border-bottom:1px dotted #339900;
    line-height: 16px;
}
ul.top-menu li a {
    color: #2e2e2e;
}
ul.top-menu li a:hover {background-color: #eee;}
ul.top-menu li a.selected {background-color: #eee;}
ul.emarket-catalog-menu,
.emarket-catalog-menu ul {
    border:1px solid #ccc;
}
.emarket-catalog-menu > li:before{
    background-image:url(/bitrix/templates/okshop/green/images/sprite.png);
}
.emarket-catalog-menu > li:hover{
    background-color: #ccc;
}
.emarket-catalog-menu > li:hover > a{
    background-color: #eee;
    color:#444;
}
.emarket-catalog-menu li ul {
    border:1px solid #ccc;
}
.emarket-catalog-menu li a {
    color: #000;
}
.emarket-catalog-menu li a.item-selected{
    background-color: #eee;
    color:#fff;
}

/*feedback form*/
.feedback-window {
    color:#000;
    border: 1px solid #ccc;
    background-color: #fff;

}
.feedback-window.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 21px;
}
.feedback-window.arrow_box:before {
    border-color: rgba(148, 191, 220, 0);
    border-bottom-color: #ccc;
}
.feedback-window .close{
    background-image: url(/bitrix/templates/okshop/green/images/sprite.png);
}

.feedback-window .title{
    border-bottom: 1px solid #ccc;

}
.feedback-window .em-input-param,
.form-buyone .inputtext{
    border: 1px solid #ccc;

}

.feedback-window #user_phone:-moz-placeholder {color: #888888;}
.feedback-window #user_phone:-webkit-input-placeholder {color: #888888;}
.feedback-window .user_phone span{
    color: #888888;
}

.emarket-compare-list .hover-wr{
        border: 1px solid transparent;
    border-radius: 3px;
    height: 39px;
    padding: 7px 5px 0 5px;
    width: 55px;
}
.top-section-list {
    background-color: #339900;
}
/*Items Hover */
.emarket-catalog-menu li a:hover{
    background-color: #ee;
    color:#fff;
}
.emarket-catalog-menu a.root-item {
    color:#000;
}
/*Rootmenu Items hover*/
.emarket-catalog-menu a.root-item:hover,
.emarket-catalog-menu a.root-item-selected:hover {
    background-color: #eee;
    color:#444;
}
/*Rootmenu Items Selected*/
.emarket-catalog-menu a.root-item-selected {
    background-color: #eee;
    color:#444;
}
.emarket-catalog-menu a.denied {
    background: #F5F5F5 url('/bitrix/templates/okshop/green/images/lock.gif') center right no-repeat;
    color:#DDDDDD;
}
.emarket-catalog-menu li ul.lvl-2 {
    background:#fff;
}
.emarket-catalog-menu li ul.lvl-2 > li{
    border-bottom: 1px solid #ccc;
}
.emarket-catalog-menu li ul.lvl-2 > li a.item-selected,
.emarket-catalog-menu li ul.lvl-2 > li a:hover{
    border-bottom:1px solid #9f9f9f;
}
.emarket-catalog-menu li ul.lvl-3 > li a{
    color:#999999;
}
.emarket-catalog-menu li ul.lvl-3 > li a.item-selected,
.emarket-catalog-menu li ul.lvl-3 > li a:hover{
    border-bottom:1px solid #9f9f9f;
}


table.title-search-result td {
    background-color:white;
    color:black;
}
table.title-search-result td.title-search-item a {
    color:#000;
}
table.title-search-result td.title-search-item b {
    color:#2b8200;
}

table.title-search-result td.title-search-more a
{
    color:#999999;
}
table.title-search-result td.title-search-all a
{
    color:#2b8200;
}
#emarket-search {
    height: 48px;
}
#emarket-search-input {
    background: #fff;
    border: 1px solid #5fc32c;
    border-radius: 3px 0 0 3px;
    border-right: none;
}
#emarket-search-input:focus{
    border-color: #339900;
}
#emarket-search .submit {
    float: right;
    position:relative;
    border: 1px solid transparent;
    cursor:pointer;
    margin: -1px -1px 0 0;
    width: 76px;
    height: 46px;
    background:none;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#emarket-search .submit input{
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
    width: 100%;
    border-radius: 0 3px 3px 0;
}
#emarket-search .submit input:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #39ab00),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #39ab00 0%, #2b8200 100%);
}
#emarket-search .submit input:active{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33) inset;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #38a900),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #38a900 0%, #2b8200 100%);
}
.list-compare-hide ul li{
    border-bottom: 1px solid #ccc ;
}
.list-compare-hide ul li a{
    color: #3f3f3f;
}

.list-compare-hide ul li.btn-item{
    background-color: #eee;
}
.link-compare{
    color: #fff !important;
}
.link-compare.disabled{
    color: #000 !important;
}
ul.breadcrumb-navigation {
    color:#333333;
    border: 1px solid #ccc;
    background-color:#eee;
    border-radius: 3px;
    margin: 10px 0;
    padding: 2px 0;
}
ul.breadcrumb-navigation b,
ul.breadcrumb-navigation a {
    color:#339900;
}
ul.breadcrumb-navigation b {color: #000;}
ul.breadcrumb-navigation span:before{
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #ccc;
}
ul.breadcrumb-navigation span:after{
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #eee;
}
ul.footer-menu span.separator {
    color:#888888;
}
ul.footer-menu li a {
    color:#888888;
}
.catalog-section-filter{
    border: 1px solid #339900;
    background-color: #339900;
    color: #fff;
}
.catalog-section-filter .option{
    border-left: 1px solid #297a00;
}
.catalog-section-filter .option a.ico{
    background-image:url(/bitrix/templates/okshop/green/images/sprite.png);
    background-position: 100px 100px;
    color:#fff;
}
.catalog-section-filter .option a.active{
    background-color: #2b8200;
    border: 1px solid #2b8200;
    color: #fff;
}
.catalog-section-filter .option a.active i.ico-arrow {
    background-image: url(/bitrix/templates/okshop/green/images/catalog-section-sprite.png);
}
.bx_filter_vertical .bx_filter_section{
    background: #eee !important;
    border: 1px solid #ccc !important;
}
.bx_filter_vertical .bx_filter_title{
    color: #fff;
    background: #339900;
    border: 1px solid #339900;
}
.bx_filter_vertical .bx_filter_container{
    border-top: 1px solid #94bfdc;
}
.bx_filter_vertical .bx_filter_container_title{
    color: #000;
}
.bx_filter_vertical .bx_filter_block{
    border: 1px solid #5fc32c;
    background: #fff;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block{
    color: #3f3f3f;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block .bx_input_container{
    background: #5fc32c;
    box-shadow: 0 1px 1px 0 rgba(255,255,255,.75)
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input{
    background: #fff;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input::-webkit-input-placeholder {color: #aaa;}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input:-moz-placeholder {color: #aaa;}
.bx_filter_vertical .bx_ui_slider_track{
    background: #d2d2d2;
}
.bx_filter_vertical .bx_ui_slider_range{
    background: #339900 !important;
}
.bx_filter_vertical .bx_ui_slider_handle{
    border: 1px solid #e9e9e9;
    background: #fcfcfc;
    color: #2e6e9e;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
}
.bx_filter_vertical #set_filter{
    border: 1px solid transparent;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #3eb900),
            color-stop(1, #339900)
    );
    background-image: -o-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -moz-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -webkit-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -ms-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: linear-gradient(to bottom, #3eb900 0%, #339900 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}
.bx_filter_vertical #set_filter:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #39ab00),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #39ab00 0%, #2b8200 100%);
}
.bx_filter_vertical #set_filter:active{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33) inset;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #38a900),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #38a900 0%, #2b8200 100%);
}
.bx_filter_vertical .bx_filter_search_button.link{
    color: #339900;
}
.bx_filter_vertical .bx_filter_search_button:not(.link):active{box-shadow: inset  0 1px 3px 1px  rgba(0,0,0,.2) ;}
.bx_filter_vertical span.icon_lupe{
    background: url('/bitrix/templates/okshop/green/images/searchicon.png') no-repeat center;
}
.bx_filter_vertical .bx_filter_popup_result{
    border:1px solid #ccc;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    color: #444;
}
.bx_filter_vertical .bx_filter_popup_result .arrow{
    background: url('/bitrix/templates/okshop/green/images/arr_left.png') no-repeat center;
}
.bx_filter_vertical .bx_filter_popup_result.right .arrow{left: -8px;background: url('/bitrix/templates/okshop/green/images/arr_left.png')  no-repeat center}
.bx_filter_vertical .bx_filter_popup_result.left  .arrow{right:-8px;background: url('/bitrix/templates/okshop/green/images/arr_right.png') no-repeat center}
.bx_filter_vertical .bx_filter_popup_result a{color: #339900}
.bx_catalog_line .bx_catalog_line_category_title{
    border-bottom: 1px solid #e5e5e5;
}
.bx_catalog_line .bx_catalog_line_img{
    border:1px solid #ccc;
}
.bx_catalog_line .bx_catalog_line_title a{
    color: #339900;
}
.bx_catalog_line .bx_catalog_line_description{
    color: #339900;
}
.bx_catalog_text .bx_catalog_text_category_title{
    border-bottom: 1px solid #e5e5e5;
}
.bx_catalog_text .bx_catalog_text_category_title a{
    color: #000;
}
.bx_catalog_text .bx_catalog_text_title a{
    color: #339900;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
    color: #000;
}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide){
    border: 1px solid #ccc;
}
.bx_catalog_tile .bx_catalog_tile_title{
    border-bottom: 1px solid #ccc;
    background-color: #eee;
}
.bx_catalog_tile .bx_catalog_tile_title a{
    color: #000;
}
.bx_catalog_tile .bx_catalog_tile_show_all{
    color:#2b8200;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap{
    border-left: 1px solid #ccc;
    margin-left: -1px;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_new {
    background-image:url(/bitrix/templates/okshop/green/images/product_new.png);
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_discount {
    background-image:url(/bitrix/templates/okshop/green/images/product_discont.png);
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_hit {
    background-image:url(/bitrix/templates/okshop/green/images/product_bestseller.png);
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_title {
    color: #000;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_title a {
    color: #3f3f3f;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_rating .star{
    background-image:url('/bitrix/templates/okshop/green/images/stars-min.png');
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price {
    color:#339900;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price span{
    color:#a5a5a5;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price .bx_stick_disc{
    color: #fff;
    background: #ff0000;
}
.emarket-mSlider a.mSlider-prev,
.emarket-mSlider a.mSlider-next {
    background-image:url('/bitrix/templates/okshop/green/images/sprite.png');
}
.bx_sitemap .bx_sitemap_title{
    border-bottom: 1px solid #e5e5e5;
}
.bx_sitemap .bx_sitemap_title a{
    color: #000;
}
.bx_sitemap .bx_sitemap_li_title a{
    color: #339900;
}
.modern-page-navigation a {
    color: #339900;
}
.modern-page-navigation a:hover {
    background: #339900;
    color: #fff;
}
.modern-page-current {
    background: #339900;
    color: #fff;
}
.bx_catalog_list_home .bx_catalog_item{
    background:#fff;
    border: 1px solid #ccc;
}

.bx_catalog_list_home .bx_catalog_item .item_discount {
    background-image:url(/bitrix/templates/okshop/green/images/product_discont.png);
}

.bx_catalog_list_home .bx_catalog_item .item_new {
    background-image:url(/bitrix/templates/okshop/green/images/product_new.png);
}
.bx_catalog_list_home .bx_catalog_item .item_hit {
    background-image:url(/bitrix/templates/okshop/green/images/product_bestseller.png);
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover
.bx_catalog_item_container {
    box-shadow: 0 0 10px 2px #ccc;
    background:#fff;
}
.bx_catalog_list_home .bx_catalog_item_articul{
    color:#a5a5a5;
}
.bx_catalog_list_home .bx_catalog_item_title{
    color:#000;
}
.bx_catalog_list_home .bx_catalog_item_title a{
    color:#3f3f3f;
}
.bx_catalog_list_home .bx_catalog_item_rating .star{
    background-image:url('/bitrix/templates/okshop/green/images/stars-min.png');
}
.bx_catalog_list_home .bx_catalog_item_price{
    color:#339900;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{
    border:1px solid #ccc;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control .load{
    background:url(/bitrix/templates/okshop/green/images/Preloader_2.gif) no-repeat;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    color:#3f3f3f;
}
.bx_catalog_list_home .bx_stick{
    background:url('/bitrix/templates/okshop/green/images/stick.png') left center no-repeat;
    color:#fff;
    text-shadow:0 1px 0 #ba3434;
}
.bx_catalog_list_home .bx_stick_disc{
    color: #fff;
    background: #ff0000;
}
.bx_catalog_list_home .small_button.left:before {
    border-right: 5px solid #339900;
}
.bx_catalog_list_home .small_button.right:before {
    border-left: 5px solid #339900;
}
.bx_catalog_list_home .bx_medium_2,
.btn_emodal {
    border: 1px solid transparent;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #3eb900),
            color-stop(1, #339900)
    );
    background-image: -o-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -moz-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -webkit-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -ms-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: linear-gradient(to bottom, #3eb900 0%, #339900 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}
.bx_catalog_list_home .bx_medium_2:hover,
.btn_emodal:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #39ab00),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #39ab00 0%, #2b8200 100%);
}
.bx_catalog_list_home .bx_medium_2:active,
.btn_emodal:active{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33) inset;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #38a900),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #38a900 0%, #2b8200 100%);

}

.bx_catalog_list_home .bx_medium_2.ico1:after,
.bx_catalog_list_home .bx_medium_2.ico2:after{
    background-image: url(/bitrix/templates/okshop/green/images/sprite.png);
}
.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray {
    color: #9e9e9e;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    border: 1px solid #c0cfda;
    background: #fff;
    color: #3f3f3f;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    -webkit-border-image: url('/bitrix/templates/okshop/green/images/x2border.png') 2 stretch;
    -moz-border-image: url('/bitrix/templates/okshop/green/images/x2border.png') 2 stretch;
    -o-border-image: url('/bitrix/templates/okshop/green/images/x2border.png') 2 stretch;
    border-image: url('/bitrix/templates/okshop/green/images/x2border.png') 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    -webkit-border-image: url('/bitrix/templates/okshop/green/images/x2border_active.png') 2 stretch;
    -moz-border-image: url('/bitrix/templates/okshop/green/images/x2border_active.png') 2 stretch;
    -o-border-image: url('/bitrix/templates/okshop/green/images/x2border_active.png') 2 stretch;
    border-image: url('/bitrix/templates/okshop/green/images/x2border_active.png') 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
    background: rgba(255,255,255,.79) url('/bitrix/templates/okshop/green/images/missing.png') no-repeat center;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    background:url('/bitrix/templates/okshop/green/images/arr_left.png')  no-repeat left  center;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    background:url('/bitrix/templates/okshop/green/images/arr_right.png') no-repeat right center;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    background:url('/bitrix/templates/okshop/green/images/fade_left.png')  repeat-y left  center;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    background:url('/bitrix/templates/okshop/green/images/fade_right.png') repeat-y right center;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
    color: #9e9e9e;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt {
    background: #fff;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #7f7f7f}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: 1px solid #7f7f7f;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    border: 1px solid #d9d9d9;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -moz-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -ms-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -o-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {
    background:url('/bitrix/templates/okshop/green/images/arr_left.png')  no-repeat   left  center;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{
    background:url('/bitrix/templates/okshop/green/images/arr_right.png') no-repeat   right center;
    }
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {
    background:url('/bitrix/templates/okshop/green/images/fade_left.png')  repeat-y   left  center;
    }
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{
    background:url('/bitrix/templates/okshop/green/images/fade_right.png') repeat-y   right center;
}
.bx_catalog_list_home .item-brand{
    border: 1px solid #ccc;
}
.bx_catalog_list_home .item-brand > h2{
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}
.emodal-bnts .btn-close{
    color: #2b8200;
}
.bx_item_detail .bx_item_title{
    border-bottom:1px solid #ccc;
}
.bx_item_detail .bx_item_title h1 span{color:#000}
.bx_item_detail .item_info_props dl {
    color:#999;
}
.bx_item_detail .bx_item_rating .star{
    background-image:url('/bitrix/templates/okshop/green/images/stars.png');
}
.bx_item_detail .item_price .item_current_price {
    color: #000;
}
.bx_item_detail .item_price .item_old_price {
    color: #999;
}
.bx_item_detail .item_price .bx_stick_disc {
    color: #fff;
    background: #ff0000;
}
.bx_item_detail .controls-wrap{
    background-color:#fff;
    border:1px solid #ccc;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
    box-shadow:         inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
}
.bx_item_detail .tab-list{
    border-bottom:1px solid #d9e1e3;
}
.bx_item_detail .tab-list li{
    border:1px solid #d9e1e3;
    background:#f7f7f7;
    box-shadow:inset 0 -10px  5px -10px rgba(0,0,0,.12);
}
.bx_item_detail .tab-list li a{
    color:#999;
}
.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active{ background:#fff; }
.bx_item_detail .tab-list li.active a{
    background:#fff;
    color:#3f3f3f;
}
.bx_item_detail .item_comments_username{
    color:#5d90bd;
}
.bx_item_detail .item_comments_date{
    color:#b8b8b8;
}
.bx_item_detail .item_comments_container p{
    color:#3f3f3f;
}
.bx_item_detail .small_button.left:before {
    border-right: 5px solid #339900;
}
.bx_item_detail .small_button.right:before {
    border-left: 5px solid #339900;
}
.bx_item_detail .bx_medium_2 {
    border: 1px solid transparent;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #3eb900),
            color-stop(1, #339900)
    );
    background-image: -o-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -moz-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -webkit-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -ms-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: linear-gradient(to bottom, #3eb900 0%, #339900 100%);
}
.bx_item_detail .bx_medium_2:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #39ab00),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #39ab00 0%, #2b8200 100%);
}
.bx_item_detail .bx_medium_2:active{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33) inset;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #38a900),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #38a900 0%, #2b8200 100%);
}
.bx_item_detail .bx_medium_2.ico1:after,
.bx_item_detail .bx_medium_2.ico2:after{
    background-image: url(/bitrix/templates/okshop/green/images/sprite.png);
}
.bx_item_detail .bx_item_slider .bx_bigimages {
    background: #fff;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
    background: #fff;
}
.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt{
    border: 1px solid #339900
}
.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt,
.bx_item_detail .bx_item_slider .bx_slide .zoomGalleryActive .cnt
{
    border: 1px solid #339900;
}
.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt,
.bx_item_detail .bx_item_slider .bx_slide .zoomGalleryActive .cnt
{
    border: 1px solid #339900;
}
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{
    background-image: url('/bitrix/templates/okshop/green/images/sprite.png');
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide_left {
    background:url('/bitrix/templates/okshop/green/images/fade_left.png')  repeat-y   left  center;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide_right{
    background:url('/bitrix/templates/okshop/green/images/fade_right.png') repeat-y   right center;
}
.bx_item_detail .bx_item_slider .bx_stick{
    background: url('/bitrix/templates/okshop/green/images/stick.png') left center no-repeat;
    color: #fff;
    text-shadow:0 1px 0 #ba3434;
}
.bx_item_detail .bx_item_detail_size ul li .cnt{
    background: #fff;
    color: #3f3f3f;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li .cnt{
    -webkit-border-image: url('/bitrix/templates/okshop/green/images/x2border.png') 2 stretch;
    -moz-border-image: url('/bitrix/templates/okshop/green/images/x2border.png') 2 stretch;
    -o-border-image: url('/bitrix/templates/okshop/green/images/x2border.png') 2 stretch;
    border-image: url('/bitrix/templates/okshop/green/images/x2border.png') 2 fill stretch;
}
.bx_item_detail .bx_item_detail_size ul li:active .cnt,
.bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
    color:#339900;
    border-bottom: 1px dashed #339900;
}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt{
    border: 1px solid #c0cfda !important
}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i{
    background: rgba(255,255,255,.79) url('/bitrix/templates/okshop/green/images/missing.png') no-repeat center;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left
{
    background:url('/bitrix/templates/okshop/green/images/arr_left.png')  no-repeat left  center;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right
{
    background:url('/bitrix/templates/okshop/green/images/arr_right.png') no-repeat right center;
}
.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {
    background:url('/bitrix/templates/okshop/green/images/fade_left.png')  repeat-y left  center;
}
.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_right
{
    background:url('/bitrix/templates/okshop/green/images/fade_right.png') repeat-y right center;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
    background: #fff;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{
    border: 1px solid #94bfdc;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: 1px solid #94bfdc;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
    background: rgba(255,255,255,.79) url('/bitrix/templates/okshop/green/images/missing.png') no-repeat center;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    border: 1px solid #d9d9d9;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -moz-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -ms-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -o-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left
{
    background:url('/bitrix/templates/okshop/green/images/arr_left.png')  no-repeat   left  center;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{
    background:url('/bitrix/templates/okshop/green/images/arr_right.png') no-repeat   right center;
}
.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {
    background:url('/bitrix/templates/okshop/green/images/fade_left.png')  repeat-y   left  center;
}
.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{
    background:url('/bitrix/templates/okshop/green/images/fade_right.png') repeat-y   right center;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd){
    background: #f2f2f2;
}
.emarket-catalog-detail .head{
    border:1px solid #ccc;
}
.emarket-catalog-detail .head .block.left .item_new {
    background-image:url(/bitrix/templates/okshop/green/images/product_new.png);
}
.emarket-catalog-detail .head .block.left .item_hit {
    background-image:url(/bitrix/templates/okshop/green/images/product_bestseller.png);
}
.emarket-catalog-detail .head .block.left .item_discount {
    background-image:url(/bitrix/templates/okshop/green/images/product_discont.png);
}
.emarket-catalog-detail .head .control{
    border-left:1px solid #ccc;
    background-color:#eee;
}
.emarket-catalog-detail .head .control .compare-control .load{
    background:url(/bitrix/templates/okshop/green/images/Preloader_2.gif) no-repeat;
}
.emarket-catalog-detail .head .control #emarket_call_me{
    color: #339900;
    border-bottom: 1px dotted #ccc;
}
.emarket-catalog-detail .head .control #emarket_call_me:before{
    background-image: url(/bitrix/templates/okshop/green/images/sprite.png);
}
.emarket-catalog-detail .tabs{
    border:1px solid #ccc;
}
.emarket-catalog-detail .tabs .tabs-menu{
    background-color:#eee;
    border-bottom:1px solid #ccc;
}
.emarket-catalog-detail .tabs .tabs-menu a{
    color:#000;
}
.emarket-catalog-detail .tabs .tabs-menu a.active{
    background-color:#fff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.emarket-catalog-detail .tabs .tabs-content .tab#tab_1 a.link {
    color:#339900;
    border-bottom:1px dotted #339900;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td:first-child:before{
    border-bottom: 1px dotted #aaaaaa;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td:first-child span{
    background: #fff;
}
.emarket-catalog-detail .tabs .tabs-content .tab .info {
    color: #aaaaaa;
}
.emarket-catalog-detail .tabs .tabs-content .tab .tab-row h2 {
    border-bottom: 1px solid #ccc;
}
.ec-best-comment .author span,
.ec-best-comment .author time{
    color:#aaa;
}
.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.third {
    border-left: 1px solid #ccc;
}
.emarket-comments .ec-rating .star{
    background-image: url('/bitrix/templates/okshop/green/images/ec_comm_sprite_stars.png');
}

.emarket-comments .ec-button.ec-button-1:after{
    background-image: url('/bitrix/templates/okshop/green/images/ec_comm_pencil.png');
}
.emarket-comments .ec-button.ec-button-2,
.emarket-comments .ec-button{
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
    color:#fff;
    border:1px solid transparent;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #3eb900),
            color-stop(1, #339900)
    );
    background-image: -o-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -moz-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -webkit-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -ms-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: linear-gradient(to bottom, #3eb900 0%, #339900 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}
.emarket-comments .ec-button.ec-button-2:hover,
.emarket-comments .ec-button:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #39ab00),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #39ab00 0%, #2b8200 100%);
}
.emarket-comments .ec-button.ec-button-2:active,
.emarket-comments .ec-button:active{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33) inset;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #38a900),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #38a900 0%, #2b8200 100%);
}
.emarket-comments .ec-head{
    border-bottom:1px solid #ccc;
}
.emarket-comments .ec-comments-add {
    border-bottom:1px solid #ccc;
}
.emarket-comments .ec-comments-add .ec-left table tr td textarea,
.emarket-comments .ec-comments-add .ec-left table tr td input{
    border:1px solid #ccc;
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha a{
    background-image: url('/bitrix/templates/okshop/green/images/ec_comm_refresh.png');
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha{
    border:1px solid #ccc;
}
.emarket-comments .ec-comments-add .ec-empty{
    background-color: #ccc;
    border: 1px solid red !important;
}
.emarket-comments .ec-comments-add .ec-empty:focus{
    background-color: #fff;
    border: 1px solid #ccc !important;
}
.emarket-comments .ec-comments-list .ec-comment{
    border-bottom:1px solid #ccc;
}
.emarket-comments .ec-comments-list .ec-comment .author{
    background-color:#eee;
    border-right: 1px solid #ccc;
}
.emarket-comments .ec-comments-list .ec-comment .text .control
{
    border-top:1px solid #ccc;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .complaint-link{
    color: #2b8200;
    border-bottom: 1px dashed #2b8200;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link{
    color:#000;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link:after{
    background-image:url('/bitrix/templates/okshop/green/images/ec_comm_sprite.png');
}
.emarket-comments .ec-comments-list .author .ec-rating span{
    color:#000;
}
.emarket-comments .ec-comments-list a.ec-rating-list-show{
    color:#2b8200;
    border-bottom:1px dotted #ccc;
}
.emarket-comments .ec-comments-list a.ec-rating-list-show:after{
    border-top: 7px solid #ccc;
}
.emarket-comments .ec-comments-list a.ec-rating-list-show.arrow-top:after{
    border-bottom: 7px solid #ccc;
}
.emarket-comments .ec-comments-list .ec-rating-list{
    border-left:1px solid #ccc;
}
.emarket-comments .ec-comments-list .ec-rating-list span{
    color:#aaaaaa;
}
.mainpage-catalog-list > ul > li > a {
    color: #339900;
    font-size: 16px;
}
/*-----------------------------------------------------------------------------*/
.footer
{
    background-color: #222222;
}
.footer .copyright{
    color: #555555;
}
.footer .copyright a{
    color: #fff;
}
.footer_tree{
    background-color: #f8f8f8;
}
/*catalog line list product*/
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{
    border:1px solid #8dbf41;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
    box-shadow:         inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    color:#3f3f3f;
}
.bx_catalog_line_home .bx_medium_2 {
    border: 1px solid transparent;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #3eb900),
            color-stop(1, #339900)
    );
    background-image: -o-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -moz-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -webkit-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: -ms-linear-gradient(bottom, #3eb900 0%, #339900 100%);
    background-image: linear-gradient(to bottom, #3eb900 0%, #339900 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}
.bx_catalog_line_home .bx_medium_2:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #39ab00),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #39ab00 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #39ab00 0%, #2b8200 100%);
}
.bx_catalog_line_home .bx_medium_2:active{
    box-shadow: inset 0 2px 3px 0px rgba(0,0,0,.4);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #38a900),
            color-stop(1, #2b8200)
    );
    background-image: -o-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -moz-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -webkit-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: -ms-linear-gradient(bottom, #38a900 0%, #2b8200 100%);
    background-image: linear-gradient(to bottom, #38a900 0%, #2b8200 100%);
}
.bx_catalog_line_home .bx_medium_2.ico1:after,
.bx_catalog_line_home .bx_medium_2.ico2:after{
    background-image: url(/bitrix/templates/okshop/green/images/sprite.png);
}
.bx_catalog_line_home .bx_medium_2.ico2.active,
.bx_catalog_line_home .bx_medium_2.ico2:active{
    box-shadow: inset 0 2px 4px 1px rgba(0,0,0,.3), inset 0 2px 10px 3px rgba(0,0,0,.5);
}
.bx_catalog_line_home .bx_catalog_item_rating .star{
    background-image:url(/bitrix/templates/okshop/green/images/stars-min.png);
}
.bx_catalog_line_home .bx_catalog_item_rating .item_new {
    background-image:url(/bitrix/templates/okshop/green/images/product_new.png);
}
.bx_catalog_line_home .bx_catalog_item_rating .item_hit {
    background-image:url(/bitrix/templates/okshop/green/images/product_bestseller.png);
}
.bx_catalog_line_home .bx_catalog_item_comments {
    color: #a5a5a5;
}
.bx_catalog_line_home .bx_catalog_item_price {
    color:#339900;
}
.bx_catalog_line_home .bx_catalog_item_price span{
    color:#a5a5a5;
}
/*compare product------------------------------------------------------------------------*/

.catalog-compare-result .head {
    border: 1px solid #ccc;
}
.catalog-compare-result h1,
.catalog-compare-result h2 {
    border-bottom: 1px solid #cccccc;
    background-color: #EEEEEE;
}
.catalog-compare-result .head .control{
    background-color:#eee;
    border-right: 1px solid #ccc;
}
.catalog-compare-result .head .control .compare-switch{
    border-bottom: 1px solid #ccc;
}
.catalog-compare-result .head .control .compare-switch a {
    color:#2b8200;
    border-bottom:1px dotted #ccc;
}
.compare-switch .switch-label span {
    border: 1px solid #e9e9e9;
    background:#fcfcfc;
    box-shadow: 1px 0 2px rgba(0,0,0,0.5);
}
.catalog-compare-result .property-list {
    border: 1px solid #ccc;
}
.catalog-compare-result .property-list .property-name{
    background-color:#EEEEEE;
    border-right: 1px solid #cccccc;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide .slide-wrap{
    border-right: 1px solid #cccccc;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop .slide-wrap{
    border-right: 1px solid #cccccc;

}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop .slide-wrap p{
    border-bottom: 1px solid #cccccc;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .close{
    background-image: url(/bitrix/templates/okshop/green/images/sprite.png);
    background-position: -5px -278px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li b{
    color:#339900;
}
.catalog-compare-result .emarket-mSlider a.mSlider-prev,
.catalog-compare-result .emarket-mSlider a.mSlider-next {
    background-image:url(/bitrix/templates/okshop/green/images/sprite.png);
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{
    color: #339900;
    font-size: 15px;
    display: block;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a{
	color:#339900;
	text-decoration:none;
	font-size:14px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
	color:#339900;
	font-size:16px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control {
    color: #339900;   
}
.bx_ordercart .bx_ordercart_order_sum tr td.fwb:last-child{color: #339900; font-size: 16px;}
.sale_order_full_table a {
    color: #339900;
    text-decoration: none;
}
.emodal_form .emodal-title a.emodal-close,
.emodal_form .modal_close,
.remember-pass-block .close-rm-pass-btn{ 
     background-image: url("/bitrix/templates/okshop/green/images/sprite.png");
}
.header .site-title a b,
.header a.site-title b,
.bx_catalog_line_home .bx_catalog_item_title a{color:#339900;}
/* End */


/* Start:/bitrix/templates/okshop/js/formstyler/jquery.formstyler.css?166703570010223*/
.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 9px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #666;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
}
.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
	color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	min-width:175px;
	height: 27px;
	padding: 0 45px 0 10px;
	border: 1px solid #ccc;
	background:#fff;
	border-radius: 3px;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {}
.jq-selectbox__select:active {}

.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 27px;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 100%;
	border-left: 1px solid #ccc;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #ccc),
		color-stop(1, #999)
	);
	background-image: -o-linear-gradient(bottom, #ccc 0%, #999 100%);
	background-image: -moz-linear-gradient(bottom, #ccc 0%, #999 100%);
	background-image: -webkit-linear-gradient(bottom, #ccc 0%, #999 100%);
	background-image: -ms-linear-gradient(bottom, #ccc 0%, #999 100%);
	background-image: linear-gradient(to bottom, #ccc 0%, #999 100%);
	
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 11px;
	right: 6px;
	width: 14px;
	height: 8px;
	background-image: url(/bitrix/templates/okshop/js/formstyler/../../blue/images/sprite.png);
	background-position: 0px -193px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
	top: 33px;
	width: 100% !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/okshop/js/jscrollpane/jquery.jscrollpane.css?16670357001604*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
 
.basket-scroll:focus,
.jspContainer:focus,
.jspPane:focus{outline:0;}

.jspContainer{overflow: hidden;position: relative;}
.jspPane{position: absolute;}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	z-index: 912;
	/*background: red;*/
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background-color: none; position: relative; }
.jspDrag {
    background-color: #ccc;
	position: relative;
	width: 6px;
	margin: 0;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0
}

.jspContainer:hover .jspDrag {opacity:1;}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {float: left;height: 100%;}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {height: 16px;}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {outline: none;}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {margin: 0 -3px 0 0;}
/* End */


/* Start:/bitrix/components/star/animate/templates/.default/style.css?169083000181173*/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/* End */


/* Start:/bitrix/components/pixelb/backcall/templates/header_pop.v5/style.css?16737102127518*/
/***v.5***/
.form_v5_callback_element{
	/*color: #5b6770;*/
	color: #000000;
	text-decoration: none;
	padding:30px 0 0 0;
	cursor:pointer;
	position: relative;
	text-align: center;
	display: block;
}

.form_v5_callback_element img{
	position: absolute;
	top: 0;
	left:50%;
	margin-left:-16px;
}

.form_v5_callback_element img.first_img{
	z-index:0;
}

.form_v5_callback_element img.second_img{
	z-index:1;
}

.form_v5_callback_element:hover img.first_img{
	z-index:1;
}

.form_v5_callback_element:hover img.second_img{
	z-index:0;
}

.form_v5_callback_element:hover{
	text-decoration: underline;
	color: #0fc71d;
}

.backcall_form_pop_v5{
	width: 40%;
	background:#ffffff;
	box-shadow:3px 3px 4px 1px #454545;
	top:50%;
	left:50%;
	margin:0 0 0 -20%;
	opacity: 0.1;
	z-index: 100;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.backcall_form_pop_v5 input, .backcall_form_pop_v5 textarea, .backcall_form_pop_v5 keygen, .backcall_form_pop_v5 select, .backcall_form_pop_v5 button{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.backcall_form_pop_v5 input[type="text"]{
	border:none;
}

.pop_backcall_wrapper_v5{
	height: 100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 2000;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QoFEAAn1Y6cDwAAAAh0RVh0Q29tbWVudAD2zJa/AAAADUlEQVQI12P4//9/PQAJewN9F4hVxQAAAABJRU5ErkJggg==") center center transparent;
}

.pop_backcall_wrapper_v5 .backcall_form_pop_v5{
	position:fixed;
}

.backcall_form_pop_v5 .comment-form textarea{
    resize: none;
    overflow:auto;
	width: 100%;
	border:none;
	color: #5b6770;
	background: white;
	font-size: 17px;
	line-height: 17px;
}

.backcall_form_pop_v5 .form_msg{
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-35%;
	border:2px solid #E6EDF2;
	background-color:#ffffff;
	width:70%;
	box-shadow:3px 3px 4px 1px #454545;
	z-index:1000;
}

.backcall_form_pop_v5 .narrow .form_msg{
	margin-left:-55%;
	width:110%;
}

.backcall_form_pop_v5 .form_msg .form_msg_wrapper{
	position:relative;
	padding:5%;
	font-size: 12px;
	color: #000000;
}

.backcall_form_pop_v5 .form_msg .form_msg_wrapper a.close_btn{
	position:absolute;
	top:2%;
	right:2%;
	padding:5px;
	text-decoration:none;
	font-size:16px;
	line-height:14px;
	color:#DE001E;
}

.backcall_form_pop_v5 .form_msg.form_msg_error{
	border:2px solid #DE001E;
}

.backcall_form_pop_v5 .comment-form .input_holder.required{
	box-shadow: 0 0 7px #DE001E;
}

.backcall_form_pop_v5 .comment-form .clear_both{
	clear:both;
}

.backcall_form_pop_v5 .comment-form .form_v5_trigger.locked{
	text-decoration:none;
	color: transparent;
	background: url('/bitrix/components/pixelb/backcall/templates/header_pop.v5/img/loader.gif') center center no-repeat transparent;
}

.backcall_form_pop_v5 textarea:focus, .backcall_form_pop_v5 input:focus{
	outline: none;
}

.backcall_form_pop_v5 .comment-form .input_holder_wrapper{
	border:1px solid #bdc2c6;
	margin:0 0 10px 0;
	padding:1px 10px;
	display: block;
}

.backcall_form_pop_v5 .pop_content{
	padding:0 22px;
}

.backcall_form_pop_v5 .form_client_name, .backcall_form_pop_v5 .form_client_phone, .backcall_form_pop_v5 .form_email, .backcall_form_pop_v5 .captcha_word{
	width:100%;
	color:#5b6770;
	background:white;
	font-size:17px;
	line-height:17px;
	padding : 4px 0;
	border:none;
}

.backcall_form_pop_v5 .pop_header{
	font-size:23px;
	color:#ffffff;
	padding:0 10px;
	background-color: #0fc71d;
	position: relative;
}

.backcall_form_pop_v5 .pop_header_wrapper{
	background:url('/bitrix/components/pixelb/backcall/templates/header_pop.v5/img/pop_header_ico_v3.png') center left no-repeat #0fc71d;
	padding:12px 0;
}

.backcall_form_pop_v5 .pop_close_btn{
	position: absolute;
	top:13px;
	right:20px;
	cursor:pointer;
}

.backcall_form_pop_v5 .pop_heading_label{
	display:block;
	font-size:23px;
	line-height: 36px;
	color:#ffffff;
	padding:0 60px 0 60px;
}


.backcall_form_pop_v5 .pop_content .more{
	padding:5px 10px 0 0;
	height:30px;
}

.backcall_form_pop_v5 a.form_v5_trigger{
	display: block;
	text-align: center;
	padding:15px;
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
	line-height:22px;
	text-decoration:none;
	background-color:#0fc71d;
	text-transform: uppercase;
}

.top_icons_holder.top_icons_lada span {
    color: #ffffff;
    cursor: pointer;
}

.backcall_form_pop_v5 .form_section{
	padding:15px 0;
}

.backcall_form_pop_v5 .section_number{
	width:22%;
	float: left;
	font-size: 17px;
	line-height: 16px;
	color: #5b6770;
	text-transform: uppercase;
	padding:5px 3% 0 0;
}

.backcall_form_pop_v5 .section_content{
	width:75%;
	float: left;
}

.backcall_form_pop_v5 .number_value{
	float: left;
	font-size: 38px;
	line-height: 32px;
	color: #5b6770;
	padding: 0 10px 0 0;
	font-weight: bold;
}

.backcall_form_pop_v5 .contact_item{
	float: left;
	width:110px;
	height:38px;
	padding:10px;
	margin:0 10px 0 0;
	border:1px solid #bdc2c6;
	cursor: pointer;
}

.backcall_form_pop_v5 .contact_item.active{
	background-color: #0fc71d;
}

.backcall_form_pop_v5 .contact_item.last{
	margin:0;
}

.backcall_form_pop_v5 .contact_item_heading{
	font-size: 17px;
	line-height: 18px;
	color: #5b6770;
	text-align: center;
	font-weight: bold;
}

.backcall_form_pop_v5 .contact_item_address{
	font-size: 12px;
	line-height: 12px;
	color: #5b6770;
	text-align: center;
}

.backcall_form_pop_v5 .select_wrapper{
	border:1px solid #bdc2c6;
	position:relative;
	cursor: pointer;
}

.backcall_form_pop_v5 .select_value{
	padding: 5px;
	font-size: 17px;
	line-height: 17px;
	color: #5b6770;
	background: url('/bitrix/components/pixelb/backcall/templates/header_pop.v5/./img/select_arrow_down.png') right center no-repeat transparent;
	text-align: left;
}

.backcall_form_pop_v5 .select_list{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	background-color: #FFFFFF;
	box-shadow:0 0 3px #bdc2c6;
}

.backcall_form_pop_v5 .select_list_value{
	padding: 5px;
	font-size: 17px;
	line-height: 17px;
	color: #5b6770;
	border-bottom:1px solid #bdc2c6;
	text-align: left;
}

.backcall_form_pop_v5 .select_list_value:hover{
	background-color: #CAD0D4;
}

.backcall_form_pop_v5 .section_content .left_part{
	width:65%;
	float:left;
}

.backcall_form_pop_v5 .section_content .right_part{
	width:30%;
	float:right;
}

.backcall_form_pop_v5 .capcha_input_holder{

}

.backcall_form_pop_v5 .capcha_input_holder img{
	width:45%;
	float:left;
	border:none;
}

.backcall_form_pop_v5 .capcha_input_holder .captcha_word{
	width:45%;
	float:right;
}

@media (min-width:400px)  {
	.backcall_form_pop_v5{
		width:90%;
		left:50%;
		margin:0 0 0 -45%;
	}
	.backcall_form_pop_v5 a.form_v5_trigger {
		font-size: 15px;
	}

	.backcall_form_pop_v5 .capcha_input_holder img{
		width:55%;
	}

	.backcall_form_pop_v5 .capcha_input_holder .captcha_word{
		width:35%;
	}
}

@media (min-width:800px) {
	.backcall_form_pop_v5{
		width:80%;
		left:50%;
		margin:0 0 0 -40%;
	}
	.backcall_form_pop_v5 a.form_v5_trigger {
		font-size: 17px;
	}

	.backcall_form_pop_v5 .capcha_input_holder img{
		width:45%;
	}

	.backcall_form_pop_v5 .capcha_input_holder .captcha_word{
		width:45%;
	}
}

@media (min-width:1000px) {
	.backcall_form_pop_v5{
		width:70%;
		left:50%;
		margin:0 0 0 -35%;
	}
	.backcall_form_pop_v5 a.form_v5_trigger {
		font-size: 19px;
	}
}

@media (min-width:1200px) {
	.backcall_form_pop_v5{
		width:60%;
		left:50%;
		margin:0 0 0 -30%;
	}
}

@media (min-width:1400px) {
	.backcall_form_pop_v5{
		width:50%;
		left:50%;
		margin:0 0 0 -25%;
	}
}

@media (min-width:1800px) {
	.backcall_form_pop_v5{
		width:40%;
		left:50%;
		margin:0 0 0 -20%;
	}
}
/* End */


/* Start:/bitrix/templates/okshop/template_styles.css?176087290214119*/
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin-block: 0;
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12.5px/16px "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;;
	width: 100%;
	height: 100%;
}

h1 {
    font-size: 24px;
    font-weight: 300;
    margin: 10px 0;
    line-height: 24px;
}

h2 {
    font-size: 18px;
    margin-bottom: 22px;
    margin: 8px 0;
}

p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}



.em_button {
	display: block;
	text-decoration: none;
	text-align:center;
	margin:10px auto;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	padding: 0 45px;
	line-height: 33px;
	cursor: pointer;
	height: 35px;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0.9;
	width:225px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid transparent;

}
.em_button:not(.disabled):hover{opacity:1}
.em_button:not(.disabled):active{line-height: 35px;box-shadow: inset  0 2px 3px 0  rgba(0,0,0,.4);}
.em_button.disabled {
	cursor:default;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	color:#555555;
	border:1px solid #ccc;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #F2F2F2),
		color-stop(0.05, #EBEBEB),
		color-stop(1, #CACACA)
	);
	background-image: -o-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
}
.em_button:focus{
    outline: none;
}
#emarket-feedback-response{
	left: 3%;
	top: 3%;
	position: fixed;
	padding: 10px;
	border: 1px solid green;
	background-color: rgba(255,255,255,0.95);
	margin: 42px 0 0 0;
	z-index: 999;
}
#emarket-feedback-response.error{border-color:red;}
.errortext{
    color: orangered;
}

/* Base styles
-----------------------------------------------------------------------------*/
.wrapper {
    margin: 0 auto;
	min-height: 111%;
	height: auto !important;
	height: 100%;
}

.eMarket-no-scroll{overflow:hidden;}
.eMarket-popup {
	position:fixed;
	top:0;left:0;
	right:0;bottom:0;
	text-align:center;
	display:none;
	z-index: 995;
}
.eMarket-popup-window{
	display:none;
	top: 48px;
	right: 10px;
	position:absolute;
	width:280px;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 996;
    border: 1px solid #ccc;
    color: #000;
}

.eMarket-popup-window:before,
.eMarket-popup-window:after{
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 150px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.eMarket-popup-window:before{
    border-color: rgba(148, 191, 220, 0) rgba(148, 191, 220, 0) #ccc;
    border-width: 23px;
    margin-left: -23px;
}
.eMarket-popup-window:after{
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-width: 21px;
    margin-left: -21px;
}


.load{
	background-image:url(/images/load.gif);
	background-position:center;
	background-repeat:no-repeat;
}

/* top-panel styles
-----------------------------------------------------------------------------*/

#top-panel {
	height:42px;
	background: #eeeeee;
	position:fixed;
	top:0;right:0;left:0;
	z-index: 994;
}
#top-panel .auth{
	min-width:192px;
	float:right;
}

/* Header styles
-----------------------------------------------------------------------------*/
.header {
	padding-top: 3px;
	min-height: 95px;
	background: #ffffff;
}
.header .header-block {
    width: 1186px;
    display: table;
	margin: 20px auto;
    height: 60px;
}
.header .header-block.block-logo{
    /*margin-bottom: 20px;*/
}
.header .h-top2{
    padding: 15px 0;
}
.header .header100{
    width: 100%;
}
.block-center{
    margin: 0 auto;
    width: 1186px;
}
.header .site-title,
.header a.site-title {
    display: table-cell;
    vertical-align: bottom;
}
.header .site-title,
.header .site-title a {
	font-size: 48px;
	font-weight:300;
    text-decoration:none;
	color:#444;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.01);
    line-height: 35px;
}


.header .site-feedback, 
.header .site-telephone {
}
.header .site-feedback a, 
.header .site-telephone a{display:inline-block;text-decoration:none;}

.header .site-feedback {
	position:relative;
    display: table-cell;
    vertical-align: middle;
}
.header .site-feedback > a{
	font-size:14px;
	font-weight:300;
    line-height: 16px;
}
.header .site-feedback a:hover{border:0;padding-bottom:1px;}

.header .site-telephone {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.header .site-telephone a{
    color:#000;
    font-size: 32px;
    display: inline-block;
    margin-right: 25px;
    line-height: 16px;
}

.header .catalog-link {
	position:relative;
    float: left;
	height: 48px;
	width:216px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    line-height: 46px;
    list-style: 45px;
}
.header .catalog-link a.link{
	font-size:18px;
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.header .catalog-link .arrow-ico{
	width: 12px;
	height: 8px;
	background-position: -1px -193px;
	position: absolute;
	right: 14px;
	top: 21px;
}

.header .catalog-link .emarket-catalog-menu{
	display:none;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 100;
	background: #fff;
	text-align: left;
}
/*.header .catalog-link:hover .emarket-catalog-menu{display:block;}*/




/* Middle styles
-----------------------------------------------------------------------------*/
.middle {
	width: 1186px;
	padding: 0 0 15px;
	position: relative;
    margin: 0 auto;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	/*overflow: hidden;*/
}
.content {
    padding: 0 0 0 237px;
    /*padding: 20px;
    border: 1px solid #94bfdc;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}

.content input[type="checkbox"] { display:none; }
.content input[type="checkbox"] + label{
	cursor: pointer;
}

.content input[type="checkbox"] + label::before {background-position: -1px -304px;}
.content input[type="checkbox"]:checked + label::before {background-position: -1px -329px}
.content input[type="checkbox"]:disabled + label::before {background-position: 0px 0px; opacity:0.8;}
.content input[type="checkbox"]:checked:disabled + label::before {background-position: 0px -21px; opacity:0.8;}

.clear:before {content:""; display:table;}
.clear:after {content:""; clear:both; display:table;}

/* Left Sidebar styles
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 215px;
	padding-right: 20px;
	margin-left: -100%;
	position: relative;   
}
.left-sidebar div:first-child{margin-top:0;}

.bx_sidebar .advertisement,
.left-sidebar .advertisement{
/*	text-align:center; */
	margin: 20px -5px;
/*	padding:10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; */
}
.bx_sidebar .advertisement img,
.left-sidebar .advertisement img{
	max-width:100%;
    display: block;
}

/* Footer styles
-----------------------------------------------------------------------------*/
.footer {
	min-width: 1186px;
	margin: -85px auto 0;
	height: 100px;
	position: relative;
	text-align: center;
}
.footer .wrapper,
.mainpage-catalog-list{
    width: 1186px;
}
.footer .copyright{
    font-size: 14px;
    line-height: 14px;
    float: left;
    margin-top: 20px;
}
.footer .copyright a,
.footer .copyright span{
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 10px;
}
.footer .copyright span{
    text-decoration: none;
}
.footer .copyright a:hover{
    text-decoration: underline;
}
.footer .copyright img{
    display: inline-block;
    vertical-align: middle;
}

ul.footer-menu{
    float: right;
}

/*Modal
-------------------------------------------------------------------------------*/

.emodal_form {
    width: 500px; 
    height: 300px; /* ������� ������ ���� ����������� */
    border-radius: 5px;
    border: 3px #ccc solid;
    background: #fff;
    position: fixed; /* ����� ���� ���� � ������� ���� � ����� ����� */
    top: 45%; /* ��������� ������ 45%, ��������� 5% �������� ������ */
    left: 50%; /* �������� ������ ����� */
    margin-top: -150px;
    margin-left: -150px; /* ��� ��� ����� ��������� css, ��������� ����� � ����� ����� �������� ������ � ������ �������������� =) */
    display: none; /* � ������� ��������� ���� �� ������ ���� */
    opacity: 0; /* ��������� ��������� ��� ������������ */
    z-index: 1005; /* ���� ������ ���� �������� ������� ���� */    
}
.emodal_form .emodal-title{
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #ccc;    
}
.emodal_form .emodal-title span{
    display: inline-block;
    font-family: 'FiraSans',sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 38px;
    padding-left: 20px;
}
.emodal_form .emodal-title a.emodal-close{
    cursor: pointer;
    display: block;     
    background-position: -2px -256px;
    cursor: pointer;
    height: 16px;
    opacity: 0.5;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 16px;
}
.emodal_form .emodal-title a.emodal-close:hover{
    opacity: 0.8;
}
/* ������ ������� ��� ��� ��� � �����) */
.emodal_form .modal_close {   
    cursor: pointer;
    display: block;
    background-position: -2px -256px;
    cursor: pointer;
    height: 16px;
    opacity: 0.5;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 16px;
}
/* �������� */
#overlay {
    z-index: 1000; /* �������� ������ ���� ���� ����� ��������� �����, �� ���� ���� ���������� ���� */
    position: fixed; /* ������ ����������� ���� ���� */
    background-color: #000; /* ������ */
    opacity: 0.5; /* �� ������� ��������� */
    width: 100%; 
    height: 100%; /* �������� �� ���� ����� */
    top: 0; 
    left: 0; /* ������ � ����� 0, ������������ ��������! */
    cursor: pointer;
    display: none; /* � ������� ��������� � ���) */
}
.btn_emodal {
	display: block;
	text-decoration: none;
	padding: 7px 0 0 0;
	margin: 7px 0 0 0;
	width: 100%;
	line-height: 17px;
	cursor: pointer;
	border: 1px solid transparent;
	height: 26px;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	opacity:0.9;
}
.btn_emodal:hover{opacity:1}
/*byu one click*/
.form-buyone {
    margin-top: 7px;
}
.error-byuone{
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 5px;
    position: absolute;
    top: 2px;
    width: 273px;
}
.note-buyone{
     color: green;
    font-size: 21px;
    line-height: 20px;
    margin-top: 70px;
    text-align: center;
}
#feedback_call_2_window{
     margin-left: -256px;   
    top: 320px;
}
.h-box { float: left; }
.bx_ordercart .bx_ordercart_order_pay_center .checkout{
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.res-feedback{
    z-index: 10;
      position: absolute;
      width: 100%;
      height: 81%;
      text-align: center;
      vertical-align: middle;
      margin-top: 39px;
      font-size: 18px;
      background-color: #fff;
      color: green;
      top:0px;
      left:0px;      
}
.res-feedback span{
    display: inline-block;
    margin-top: 20%;
}
.res-feedback span.error{
    color: red;
}
#bx-composite-banner{
    float: left;
    top: 12px;
    position: relative;
    left: 20px;
}
/* End */
/* /bitrix/templates/okshop/all.css?1760869670124491 */
/* /bitrix/templates/okshop/green/style.css?169882840945462 */
/* /bitrix/templates/okshop/js/formstyler/jquery.formstyler.css?166703570010223 */
/* /bitrix/templates/okshop/js/jscrollpane/jquery.jscrollpane.css?16670357001604 */
/* /bitrix/components/star/animate/templates/.default/style.css?169083000181173 */
/* /bitrix/components/pixelb/backcall/templates/header_pop.v5/style.css?16737102127518 */
/* /bitrix/templates/okshop/template_styles.css?176087290214119 */
