* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
@font-face {
    font-family: 'BebasNeueB';
    src: local('Bebas Neue Bold'), local('BebasNeueBold'), url('../fonts/bebasneuebold/bebasneuebold.woff2') format('woff2'), url('../fonts/bebasneuebold/bebasneuebold.woff') format('woff'), url('../fonts/bebasneuebold/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProLight';
    src: url('../fonts/MyriadProLight/MyriadProLight.eot');
    src: url('../fonts/MyriadProLight/MyriadProLight.eot') format('embedded-opentype'),
    /*url('../fonts/MyriadProLight/MyriadProLight.woff2') format('woff2'),*/
    url('../fonts/MyriadProLight/MyriadProLight.woff') format('woff'),
    url('../fonts/MyriadProLight/MyriadProLight.ttf') format('truetype'),
    url('../fonts/MyriadProLight/MyriadProLight.svg#MyriadProLight') format('svg');
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular/MyriadProRegular.eot') format('embedded-opentype'),
    url('../fonts/MyriadProRegular/MyriadProRegular.woff2') format('woff2'),
    url('../fonts/MyriadProRegular/MyriadProRegular.woff') format('woff'),
    url('../fonts/MyriadProRegular/MyriadProRegular.ttf') format('truetype'),
    url('../fonts/MyriadProRegular/MyriadProRegular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/MyriadProSemibold/MyriadProSemibold.eot');
    src: url('../fonts/MyriadProSemibold/MyriadProSemibold.eot') format('embedded-opentype'),
    url('../fonts/MyriadProSemibold/MyriadProSemibold.woff2') format('woff2'),
    url('../fonts/MyriadProSemibold/MyriadProSemibold.woff') format('woff'),
    url('../fonts/MyriadProSemibold/MyriadProSemibold.ttf') format('truetype'),
    url('../fonts/MyriadProSemibold/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/MyriadProBold/MyriadProBold.eot');
    src: url('../fonts/MyriadProBold/MyriadProBold.eot') format('embedded-opentype'),
    url('../fonts/MyriadProBold/MyriadProBold.woff2') format('woff2'),
    url('../fonts/MyriadProBold/MyriadProBold.woff') format('woff'),
    url('../fonts/MyriadProBold/MyriadProBold.ttf') format('truetype'),
    url('../fonts/MyriadProBold/MyriadProBold.svg#MyriadProBold') format('svg');
}

body {
    font: 14px MyriadProLight, Arial;
    width: 100%;
    color: #1d1f27;
}
img {
    vertical-align: bottom;
}
a {
    color: #0469c7;
}
a:hover {
    text-decoration: none;
}
.f_l {
    float: left;
    width: 100%;
}
.block_inside {
    margin: 0 auto;
    max-width: 1313px;
    padding: 0 15px;
}
#footer,
#header,
#content{
    float: left;
    width: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    margin-bottom: 21px;
}
.main_menu{
    float: left;
    margin-top: 30px;
}
.main_menu ul li{
    display: inline-block;
    margin-right: 12px;
    padding-bottom: 10px;
    position: relative;
}
.main_menu ul li ul {
    background: #3e3c41 none repeat scroll 0 0;
    border-radius: 2px;
    display: none;
    left: 0;
    padding: 20px 22px;
    position: absolute;
    top: 44px;
    width: 184px;
    z-index: 99;
}
.main_menu ul li ul:after{
    background: transparent url("../images/i_menu.png") no-repeat scroll 0 0;
    content: "";
    height: 6px;
    left: 16px;
    position: absolute;
    top: -6px;
    width: 10px;
}
.main_menu ul li:hover ul {
    display: block;
}
.main_menu ul li ul li {
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 24px;
    width: 100%;
}
.main_menu ul li ul li:last-child{
    margin-bottom: 0;
}
.main_menu ul li ul li:before{
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    margin-right: 20px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 4px;
}
.main_menu ul li ul li a {
    color: #afaeb0;
    font: 13px MyriadProLight;
    padding: 0;
}
.main_menu ul li a{
    border: 1px solid transparent;
    color: #1d1f27;
    display: block;
    padding: 8px 19px;
    text-decoration: none;
    border-radius: 2px;
}
.main_menu ul li:hover > a, .main_menu ul li a.active{
    border: 1px solid #474747;
}
.main_menu ul li.child:hover > a{
    background: transparent url("../images/bg_menu_arrow.png") no-repeat scroll 13px center;
}
.main_menu ul li.child > a{
    padding-left: 34px;
}
.main_menu ul li:hover ul li > a {
    border-color: transparent;
}
.main_menu ul li ul li > a:hover{
    color: #FFF;
    text-decoration: underline;
}
.logo{
    display: inline-block;
    margin-left: 100px;
    margin-top: 20px;
    float: left;
}
.order_call,
.phone_block{
    float: right;
}

.order_call{
    border: 1px solid #474747;
    border-radius: 2px;
    cursor: pointer;
    line-height: 29px;
    margin: 36px 30px 0 0;
    padding: 0 17px 0 40px;
    position: relative;
}     /*background: transparent url("../images/i_phone.png") no-repeat scroll 11px center;*/
.order_call i{
    position: absolute;
    display: block;
    top: 8px;
    left: 11px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: transparent url("../images/spr-phone.png") no-repeat scroll 0 0}
.order_call:hover{
    background-color: #474747;
    color: #fff;
}
.order_call:hover i{background-position: 0 -15px}

.phone_block{
    margin: 27px 8px 0 0;
    width: 217px;
}
.phone_block div{
    font: 16px MyriadProRegular;
}
.phone_block div a{
    color: #636363;
    /*padding-left: 92px;*/
    text-decoration: none;
}
.phone_block div{margin-bottom: 8px;text-align: right}
.phone_block div a{margin-bottom: 9px}
.phone i{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px -3px 0;
    overflow: hidden;
    background: transparent url("../images/spr-oper.png") no-repeat scroll 0 0
}
.phone i:last-child{margin-right: 10px}
.phone .mts{background-position: 0 -18px;}
.phone .viber{background-position: 0 -36px;}
/*.phone_block div:first-child {*/
    /*margin-bottom: 8px;*/
/*}*/
/*.phone_block div:first-child a{*/
    /*background: transparent url("../images/i_pnone_t.png") no-repeat scroll 0 center;*/
    /*margin-bottom: 9px;*/
/*}*/
/*.phone_block div:last-child a{*/
    /*background: transparent url("../images/i_pnone_m.png") no-repeat scroll 4px center;*/
/*}*/


/* Middle
-----------------------------------------------------------------------------*/
#content {
}
.top_row{
    background: transparent url("../images/bg_main_block.jpg") no-repeat scroll center top;
    height: 644px;
}
.main_block .inside_row{
    background: #fff url("../images/bg_viz.png") repeat-y scroll right top;
    display: table;
    float: right;
    height: 330px;
    padding: 0 162px 0 106px;
    width: 630px;
    margin-top: 148px;
}
.arn{background: #fff url(../images/bg_viz.png) repeat-y scroll right top; padding-right: 120px; overflow: hidden;}
.plyushka {background: transparent url(../images/bg_title_block.png) no-repeat scroll center top;
    height: 30px;
    float: left;
    width: 95%;
    margin-top: -40px;}
.main_block .inside_row .inside_c{
    display: table-cell;
    vertical-align: middle;
}
.main_block .inside_row .inside_c .title_block{
    background: transparent url("../images/bg_title_block.png") no-repeat scroll center bottom;
    color: #2a2627;
    font: 24px MyriadProLight;
    margin-bottom: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.main_block .inside_row .read_more a {
    line-height: 38px;
    padding: 0 36px 0 67px;
}
.main_block .read_more a:hover,
.presentation .read_more a:hover,
.popular_service .row.odd .read_more a:hover{
    background: #474747 url("../images/bg_arrow_white.png") no-repeat scroll 28px center;
    color: #fff;
    webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.main_block .desc_block{
    color: #8e8c8d;
    font: 13px/20px MyriadProLight;
}
.main_block .read_more{
    margin-top: 40px;
    text-align: center;
}
.main_block .read_more a,
.presentation .read_more a{
    background: transparent url("../images/bg_arrow.png") no-repeat scroll 28px center;
    border: 1px solid #474747;
    color: #000;
    display: inline-block;
    font: 13px/38px MyriadProLight;
    padding: 0 66px 0 82px;
    line-height: 50px;
    text-decoration: none;
}


.popular_service .inside_row{
    height: 350px;
    margin-top: 0;
}

.popular_service .row.odd .inside_row{
    background: #3e3c41 url("../images/bg_viz.png") repeat-y scroll left top;
    color: #fff;
    float: left;
    padding: 0 106px 0 162px;
    position: relative;
    width: 642px;
}
.popular_service .row.odd .inside_row:before {
    content: '';
    position: absolute;
    border: 40px solid transparent;
    border-left: 40px solid #3e3c41;
    right: -80px;
    top: 50%;
    margin-top: -40px;
}
.popular_service .row.odd .inside_row:after{
    background: #3e3c41 url("../images/bg_viz.png") repeat-y scroll left top;
}
.popular_service .row.odd .read_more a,
.popular_service .row.odd .desc_block,
.popular_service .row.odd .title_block {
    color: #fff;
}
.popular_service .row.odd .read_more a{
    border-color: #828282;
    background: transparent url("../images/bg_arrow_white.png") no-repeat scroll 28px center;
}
.popular_service .row{
    margin-top: 24px;
}
.popular_service .row.odd .image_row{
    float: right;
}
.popular_service .row.even .image_row{
    float: left;
}
.main_lot_category{
    background: transparent url("../images/bg_main_lot_category.jpg") no-repeat scroll 0 0;
    height: 352px;
    margin: 24px 0 60px;
    padding: 25px;
}
.main_lot_category .content_lot_category{
    position: relative;
    height: 100%;
}
.main_lot_category .content_lot_category .inner_lot_category{
    background: #fff url("../images/bg_viz.png") repeat-y scroll right top;
    bottom: 0;
    left: 0;
    padding: 28px 104px 49px 103px;
    position: absolute;
    width: 100%;
}
.main_lot_category .content_lot_category .inner_lot_category:before{
    background: transparent url("../images/bg_viz.png") repeat-y scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 73px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.main_lot_category .title_lc{
    float: left;
    font: 26px MyriadProRegular;
    position: relative;
    margin-top: 26px;
}
.main_lot_category .title_lc:after{
    background: transparent url("../images/bg_title_block.png") no-repeat scroll center bottom;
    content: "";
    height: 19px;
    position: absolute;
    right: -115px;
    top: 10px;
    width: 74px;
}
.main_lot_category .desc_lc{
    color: #8e8c8d;
    float: left;
    font: 13px/20px MyriadProLight;
    margin: 5px 0 0 196px;
    width: 354px;
}
.main_lot_category .read_more{
    float: right;
    margin-top: 16px;
}
.main_lot_category .read_more a {
    padding: 0 20px 0 72px;
    line-height: 39px;
    margin-top: 8px;
}
.views_product .title_block .desc_title{
    color: #8e8c8d;
    font: 14px MyriadProLight;
    letter-spacing: 0;
}
.views_product .row{
    border: 1px solid #ededed;
    float: left;
    margin: 0 12px 12px 0;
    width: 311px;
    text-decoration: none;
}
.views_product .row:hover{
    border: 1px solid #dd3b41;
    webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}
.views_product .content_product .row:nth-child(4n){
    margin-right: 0;
}
.views_product .image{
    display: table;
    float: left;
    height: 305px;
    margin-bottom: 14px;
    position: relative;
    width: 100%;
    text-align: center;
}
.views_product .image .inside_image{
    display: table-cell;
    vertical-align: middle;
}
.views_product .title_product{
    clear: both;
    color: #333;
    display: block;
    font: bold 16px MyriadProRegular;
    margin-bottom: 22px;
    text-align: center;
}
.views_product .characteristics{
    padding: 0 20px;
    text-align: center;
}
.views_product .characteristics .item {
    border-right: 1px solid #eaeaea;
    float: left;
    padding-top: 29px;
}
.views_product .characteristics .item:last-child{
    border-right: none;
}
.views_product .characteristics .item.power{
    width: 90px;
    background: transparent url("../images/i_power.png") no-repeat scroll center top;
}
.views_product .characteristics .item.heated{
    padding: 23px 8px 0;
    width: 96px;
    background: transparent url("../images/i_heated.png") no-repeat scroll center top;
}
.views_product .characteristics .item.diameter{
    width: 82px;
    background: transparent url("../images/i_diameter.png") no-repeat scroll center top;
}
.views_product .characteristics .item .title_item {
    color: #8a8a8a;
    font: 13px MyriadProLight;
    height: 38px;
}
.views_product .characteristics .item .value{
    color: #000000;
    font: 15px MyriadProRegular;
}
.views_product .read_more {
    margin: 67px 0;
}
.views_product .image .ho {
    background: transparent url("../images/i_h2o.png") no-repeat scroll center top;
    height: 45px;
    position: absolute;
    right: 16px;
    top: 19px;
    width: 33px;
}
.views_product .price{
    margin: 30px 0;
}
.views_product .price.active{
    color: #dd3b41;
    font: bold 21px MyriadProRegular;
    text-align: center;
}
.faq {
    background: transparent url("../images/bg_faq.jpg") repeat-y scroll center top;
    padding: 62px 0;
    color: #FFF;
}
.faq .title_block,
.presentation .title_block,
.views_product .title_block{
    background: transparent url("../images/bg_title_block_big.png") no-repeat scroll center bottom;
    color: #fff;
    font: 42px BebasNeueB;
    margin-bottom: 34px;
    padding-bottom: 54px;
    text-align: center;
    letter-spacing: 6px;
}
.views_product .title_block{
    color: #1d1f27;
    background: transparent url("../images/bg_title_grey.png") no-repeat scroll center bottom;
    letter-spacing: 7px;
    padding-bottom: 54px;
    /*margin-bottom: 49px;*/
}
.faq .title_block h2,
.presentation .title_block h2,
.views_product .title_block h2 {
    font: 42px BebasNeueB;
}
.faq .content_faq {
    width: calc(50% - 7px);
}
.faq .content_faq.odd {
    float: left;
}
.faq .content_faq.even {
    float: right;
}
.faq .content_faq .row{
    background: #38393e none repeat scroll 0 0;
    margin-bottom: 11px;
    padding: 15px 22px;
}
.faq .content_faq .row.active {
    background: #1d1f27;
}
.faq .content_faq  .quwstion {
    font: 17px/22px MyriadProSemibold;
    position: relative;
    padding: 0 27px;
    cursor: pointer;
}
.faq .content_faq  .quwstion:hover{
    text-decoration: underline;
}
.faq .content_faq .quwstion:before{
    background: #499df5 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px;
}
.faq .content_faq .active .quwstion:before{background: #5BB760 none repeat scroll 0 0;}
.faq .content_faq .quwstion:after{
    background: transparent url("../images/bg_arrow_white.png") no-repeat scroll 0 0;
    content: "";
    height: 7px;
    margin-top: -3px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.faq .content_faq .row.active .quwstion:after{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.faq .content_faq .description{
    color: #ababaf;
    font: 15px/24px MyriadProLight;
    margin: 32px 0 0;
    display: none;
}
.presentation {
    padding: 78px 0 63px;
}
.presentation .title_block {
    color: #1d1f27;
    background: transparent url("../images/bg_title_grey.png") no-repeat scroll center bottom;
    padding-bottom: 66px;
    margin-bottom: 42px;
}
.presentation .t_r{
    bottom: 18px;
    color: #fff;
    font: 16px/24px MyriadProRegular;
    left: 0;
    padding: 0 17px;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.presentation .content_block {
    text-align: center;
}
.presentation .content_block .row{
    display: inline-block;
    width: 402px;
    height: 230px;
    position: relative;
    margin-right: 9px;
    text-align: left;
}
.presentation .content_block .row:last-child{
    margin-right: 0;
}
.presentation .content_block .row:after{
    background: rgba(56, 57, 62, 0.43) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.presentation .content_block .row:before{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(56,57,62,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(56,57,62,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(56,57,62,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a638393e',GradientType=0 ); /* IE6-9 */
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.presentation .content_block .row:hover span.t_r{
    text-decoration: underline;
}
.presentation .image_video:after{
    background: transparent url("../images/bg_video_play.png") no-repeat scroll 0 0;
    content: "";
    height: 37px;
    left: 50%;
    margin-left: -26px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    width: 52px;
    z-index: 99;
}
.presentation .read_more{
    text-align: center;
    margin-top: 40px;
}
.presentation .read_more a{
    display: inline-block;
}
.text_block .title_block{
    font: bold 20px MyriadProRegular;
    margin-bottom: 18px;
}
.text_block p {
    font: 16px/25px MyriadProLight;
    margin-bottom: 29px;
}
.text_block p:last-child{
    margin-bottom: 0
}
.top_product .inside_p{
    display: table;
    float: left;
    height: 390px;
    margin-right: 15px;
    text-align: center;
    width: 430px;
}
.top_product .inside_p .bx-wrapper{
    display: table-cell;
    vertical-align: middle;
}
.top_product .pager_product{
    float: left;
    width: 182px;
}
.top_product .pager_product a{
    border: 1px solid #d4d4d4;
    float: left;
    margin-bottom: 10px;
    padding: 8px;
    width: 86px;
    height: 78px;
    line-height:62px;
    text-align: center;
    position: relative;
    display: block;
}
.top_product .pager_product a img{vertical-align: middle;}
.row_s{display: block; line-height:360px}
.row_s img, .video img{vertical-align: middle;}
.video img{width: 68px;}
.top_product .pager_product a:nth-child(2n) {
    float: right;
}
.top_product .right_info{
    float: left;
    width: 545px;
    position: relative;
    margin-left: 40px;
}
.top_product .right_info:after{
    background: transparent url("../images/image_map.png") no-repeat scroll right bottom;
    bottom: -86px;
    content: "";
    height: 265px;
    position: absolute;
    right: 2px;
    width: 306px;
}
.top_product .right_info .category a{
    background: transparent url("../images/bg_category_icon.png") no-repeat scroll right center;
    padding-right: 27px;
}
.top_product .right_info h1, .block_inside h1{
    color: #4e4e4e;
    float: left;
    font: 33px MyriadProBold;
    margin: 16px 0 48px;
    width: 100%;
}
.top_product .right_info .inside_price{
    background: #f7f7f9 none repeat scroll 0 0;
    float: left;
    padding: 9px 18px 9px;
}
.top_product .right_info .price_block{
    margin-bottom: 19px;
}
.top_product .right_info .price{
    color: #262528;
    float: left;
    font: 35px/35px MyriadProSemibold;
}
.top_product .right_info .price sub {
    font: 25px MyriadProRegular;
    position: relative;
    top: -6px;
}
.top_product .right_info .inside_price a{
    float: left;
    font-size: 33px;
    margin: 12px;
    /*margin-left: 22px;*/
    /*margin-top: 11px;*/
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dotted;
}
.top_product .right_info a.instruction{
    background: transparent url("../images/icon_pdf.png") no-repeat scroll 0 0;
    float: left;
    font-size: 15px;
    line-height: 24px;
    padding-left: 37px;
    width: 100%;
}
.top_product .right_info .free_delivery{
    background: #fff url("../images/icon_car.png") no-repeat scroll 0 center;
    color: #3e3c41;
    float: left;
    font: 19px MyriadProRegular;
    padding: 9px 0 9px 62px;
    position: relative;
    margin: 52px 0 0 78px;
    z-index: 9;
}
.navigation {
    border-bottom: 1px solid #ced1db;
    padding-bottom: 28px;
    margin-bottom: 32px;
}
.navigation ul li{
    float: left;
    list-style: none;
    margin-right: 50px;
}
.navigation ul li a{
    border-bottom: 2px dotted;
    color: #000;
    float: left;
    font: 19px MyriadProBold;
    text-decoration: none;
}
.navigation ul li a:hover {
    border-color: #db261f;
    color: #db261f;
}
.text_block{
    margin-bottom: 30px;
}
.text_block .content_block{
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.text_block .content_block .block {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 50px;
    min-height: 484px;
    position: relative;
    width: 50%;
}
.text_block .content_block .block:nth-child(2n),
.text_block .content_block .block.active:nth-child(2n) .inside_info {
    padding-left: 35px;
}
.text_block .content_block .block:nth-child(2n+1),
.text_block .content_block .block.active:nth-child(2n+1) .inside_info{
    padding-right: 35px;
}
.text_block .content_block .block h2{
    color: #000;
    font: 23px MyriadProBold;
    margin-bottom: 22px;
}
.text_block .content_block .block .main_info,
.text_block .content_block .block .main_info p, .text_node p{
    color: #545454;
    font: 18px/24px MyriadProRegular;
}
.text_block .content_block .block .main_info p, .text_node p{
    margin-bottom: 24px;
}
.text_block .content_block .block .read_more{
    color: #0469c7;
    margin-top: 16px;
    text-decoration: underline;
}
.text_block .content_block .block .read_more span{
    cursor: pointer;
}
.text_block .content_block .block .read_more:hover{
    text-decoration: none;
}
.text_block .content_block .block .title_row{
    border-bottom: 1px solid #bdbcbe;
    color: #000;
    font: 17px MyriadProSemibold;
    margin-bottom: 18px;
    padding-bottom: 20px;
}
.text_block .content_block .block .row{
    margin-bottom: 14px;
}
.text_block .content_block .block .fild_row {
    background: transparent url("../images/dotted.png") repeat-x scroll 0 calc(100% - 5px);
    margin-bottom: 17px;
}
.text_block .content_block .block .fild_row div{
    background: #FFF;
    position: relative;
    z-index: 9;
}
.text_block .content_block .block .read_more span.hidden {
    display: none;
}
.text_block .content_block .block.active .read_more span.hidden {
    display: block;
}
.text_block .content_block .block.active .read_more span.show {
    display: none;
}
.text_block .content_block .block.active .inside_info {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    z-index: 2147483647;
    left: 0;
}
.text_block .content_block .block.active .inside_info .main_info{
    height: auto;
}
.text_block .content_block .block.active .main_info:after {
    display: none;
}
.text_block .content_block .block .fild_row .label{
    float: left;
    padding-right: 5px;
}
.text_block .content_block .block .fild_row .value{
    float: right;
    padding-left: 5px;
    color: #000;
    font-family: MyriadProBold;
}
.text_block .content_block .block .main_info {
    /*height: 450px;*/
    overflow: hidden;
    position: relative;
    background: #FFF;
}
/*.text_block .content_block .block .main_info:after{*/
    /*background: transparent url("../images/shadow_bottom.png") repeat-x scroll 0 bottom;*/
    /*bottom: 0;*/
    /*content: "";*/
    /*height: 88px;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*z-index: 9;*/
/*}*/
.top_product{
    margin-bottom: 52px;
}
.submenu{
    background: #3e3c41 none repeat scroll 0 0;
    margin-top: 27px;
    padding: 8px;
    text-align: center;
    margin-bottom: 41px;
}
.submenu ul li {
    display: inline-block;
    margin-right: 150px;
}
.submenu ul li:last-child{
    margin-right: 0;
}
.submenu ul li a{
    border: 1px solid #848286;
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 28px;
    padding: 0 19px;
    font-size: 15px;
    text-decoration: none;
}
.submenu ul li a:hover{
    background: #FFF;
    color: #3e3c41;
}
.views_product.analog {
    margin-bottom: 80px;
}

/* Footer */
#footer{
    text-align: center;
    line-height: 24px;
    margin-top: 77px;
    position: relative;
}
#footer .block_inside{
    border-top: 1px solid #d2d2d4;
    overflow: hidden;
    padding: 0 0 22px 15px;
}

/* -----------------------------
            Media
--------------------------------*/

.navbar-toggle{
    background: #3e3c41;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: none;
    float: left;
    font: 18px GravityBook;
    margin: 0;
    padding: 7px 10px;
}
.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 26px;
}
.name_m,
.navbar-toggle .icon_menu{
    float: left;
    font: 18px Roboto Condensed;
}
.navbar-toggle .icon_menu{
    margin: 2px 0 0 8px;
}

.navbar-toggle .icon-bar:first-child{
    margin-top: 0;
}

.content_product{margin-bottom: 20px}


@media (max-width: 1350px){
    .block_inside {
        max-width: 990px;
    }
    .main_menu ul li {
        margin-right: 5px;
    }
    .order_call {
        display: none;
    }
    .logo {
        margin-left: 28px;
    }
    .popular_service .row.odd .inside_row {
        padding: 0 56px 0 122px;
        width: 480px;
    }
    .popular_service .row.even .inside_row {
        padding: 0 122px 0 56px;
        width: 480px;
    }
    .popular_service .row .image_row {
        width: 480px;
        overflow: hidden;
    }
    .main_lot_category .title_lc{
        margin: 0 0 20px;
        text-align: center;
        width: 100%;
    }
    .main_lot_category .desc_lc{
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .main_lot_category .read_more{
        width: 100%;
    }
    .main_lot_category .title_lc:after{
        display: none;
    }
    .views_product .content_product{
        float: none;
        margin: 0 auto;
        max-width: 634px;
    }
    .views_product .content_product .row{
        margin-bottom: 12px;
    }
    .views_product .content_product .row:nth-child(2n){
        margin-right: 0;
    }
    .views_product .read_more {
        margin: 20px 0 32px;
    }
    .presentation .content_block .row{
        float: left;
        width: 48%;
        margin-bottom: 15px;
    }
    .presentation .content_block .row:nth-child(2n) {
        float: right;
    }
    #footer .logo {
        margin-left: 0;
    }
    .submenu ul li {
        margin-right: 90px;
    }
    .top_product .inside_p {
        width: 390px;
    }
    .top_product .inside_p img {
        max-width: 100%;
    }
    .top_product .right_info {
        width: 338px;
        margin-left: 15px;
    }
    .top_product .right_info .free_delivery{
        margin-left: 0;
    }
    #video iframe {
        width: 100% !important;
    }
    .top_product .right_info h1, .block_inside h1{
        font: 31px MyriadProBold;
    }
}
@media (max-width: 990px){
    .block_inside {
        max-width: 768px;
    }
    .navbar-toggle{
        display: block;
    }
    .main_menu ul{
        display: none;
        background: #3e3c41 none repeat scroll 0 0;
        left: 0;
        padding: 15px 0;
        position: absolute;
        width: 100%;
        z-index: 99;
    }
    #header .main_menu ul{
        top: 52px;
    }
    #footer .main_menu ul{
        bottom: 115px;
    }
    .main_menu {
        margin-top: 15px;
    }
    #header {
        text-align: center;
        position: relative;
    }
    .main_menu ul li{
        margin: 0 0 10px;
        padding: 0;
        width: 100%;
    }
    .main_menu ul li ul {
        display: none;
        left: 0;
        position: relative;
        top: 0 !important;
        width: 100%;
    }
    .main_menu ul li:hover ul {
        display: none;
    }
    .main_menu ul li a{
        color: #fff;
        font-size: 15px;
        padding: 0;
    }
    .main_menu ul li.child > a {
        padding-left: 0;
    }

    .main_menu ul li.child:hover > a {
        background: none;
    }
    .main_menu ul li:hover > a{
        border: 1px solid transparent;
    }
    .main_menu ul li:last-child {
        margin-bottom: 0;
    }
    .main_menu ul li ul li{
        margin: 0 0 10px;
        padding: 0;
    }
    .main_menu ul li ul li:before{
        display: none;
    }
    #header .main_menu ul{
        padding: 10px 0 10px;
    }
    #header .main_menu ul ul{
        padding: 10px 0 0;
    }
    .phone_block {
        margin: 9px 8px 0 0;
    }
    .logo {
        margin: 6px 0 9px;
    }
    .main_block .inside_row{
        margin: 0;
        width: 100%;
    }
    .top_row{
        background-size: cover;
        height: auto;
        padding: 20px;
    }
    .popular_service .row.odd .inside_row,
    .popular_service .row.even .inside_row,
    .popular_service .row.odd .image_row,
    .popular_service .row.even .image_row{
        width: 100%;
    }
    .popular_service .row.odd .inside_row:before{
        display: none;
    }
    .popular_service .row.odd .image_row img,
    .popular_service .row.even .image_row img{
        width: 100%;
    }
    .main_lot_category{
        background-size: cover;
        height: auto;
        padding: 20px;
    }
    .main_lot_category .content_lot_category .inner_lot_category{
        float: left;
        position: relative;
    }
    .presentation .content_block .row {
        overflow: hidden;
    }
    #footer {
        margin-top: 25px;
    }
    #footer .navbar-toggle {
        margin: 9px 0 0;
    }
    #footer .logo {
        margin: 0;
    }
    #footer .phone_block {
        margin: 10px 0 0;
    }
    #footer .block_inside {
        padding: 10px 15px;
    }
    #footer .main_menu {
        margin-top: 0;
    }
    .submenu ul li {
        margin-right: 30px;
    }
    .top_product .inside_p{
        width: 100%;
        height: auto;
    }
    .top_product .pager_product{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .top_product .pager_product a{
        display: inline-block;
        margin-right: 10px;
        float: none !important;
    }
    .top_product .right_info {
        margin: 0;
        width: 100%;
    }
    .top_product .right_info h1, .block_inside h1{
        margin: 16px 0;
    }
    .top_product .right_info .free_delivery{
        margin-top: 16px;
    }
    .top_product .right_info:after{
        display: none;
    }
    .text_block .content_block .block{
        width: 100%;
        padding: 0 !important;
    }
    .text_block .content_block .block .main_info,
    .text_block .content_block #chenge .main_info{
        height: 260px;
    }
    .text_block .content_block .block .read_more {
        margin-top: 10px;
    }
    .text_block .content_block .block,
    .text_block .content_block .block .main_info, .text_block .content_block #chenge .main_info{
        height: auto;
        min-height: auto;
    }
    .text_block .content_block .block .read_more,
    .text_block .content_block .block .main_info:after{
        display: none;
    }
}
@media (max-width: 768px){
    .plyushka{display: none;}
    .arn{background: none; padding-right: 1px}
    .block_inside {
        max-width:480px;
    }
    .logo {
        margin: 6px 0 0;
        float: right;
    }
    .phone_block{
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
        position: relative;
    }
    .phone_block div{
    margin: 10px auto;
    position: relative;
    display: block;
    width: 190px;
    }
    .main_block .inside_row {
        background: #fff none repeat scroll 0 0;
        height: auto;
        padding: 30px 20px;
    }
    .popular_service .row .inside_row{
        background: #3e3c41 none repeat scroll 0 0 !important;
        height: auto !important;
        padding: 25px 20px !important;
    }
    .popular_service .row .image_row{
        display: none;
        /*margin-top: 20px !important;*/
    }
    .main_block .popular_service .inside_row .inside_c .title_block,
    .main_block  .popular_service .desc_block{
        color: #FFF;
    }
    .main_block .popular_service .inside_row .read_more a{
        border-color: #FFF;
        background: transparent url("../images/bg_arrow_white.png") no-repeat scroll 28px center;
        color: #FFF;
    }
    .main_lot_category .content_lot_category .inner_lot_category {
        background: #fff none repeat scroll 0 0;
        padding: 20px;
    }
    .main_lot_category .content_lot_category .inner_lot_category:before{
        display: none;
    }
    .views_product .content_product{
        max-width: 400px;
    }
    .views_product .content_product .row{
        margin-right: 0;
        width: 100%;
    }
    .views_product .characteristics {
        padding: 0;
    }
    .views_product .characteristics .item{
        display: inline-block;
        float: none;
    }
    .faq .content_faq{
        width: 100% !important;
    }
    .presentation .content_block .row{
        width: 100%;
        margin-right: 0;
    }

    .navigation ul li {
        width: 100%;
        margin: 0 0 10px;
    }
    .submenu ul li{
        width: 48%;
        margin-bottom: 8px;
        margin-right: 0;
    }
    .submenu ul li a {
        font-size: 14px;
        line-height: 15px;
        padding: 5px 19px;
    }
    .submenu{
        padding-bottom: 0;
    }
}
@media (max-width: 360px){
    .plyushka{display: none;}
    .views_product .characteristics .item {
        display: none;
    }
    .views_product .characteristics .item .title_item {
        height: auto !important;
    }
    .views_product .price {
        margin: 10px 0 20px;
    }
    .logo{
        width: 100%;
        margin-top: 10px !important;
    }
    #footer .main_menu ul {
        bottom: 171px;
    }

    .read_more a {
        padding: 0 !important;
        width: 100% !important;
        background: none !important;
    }
    .submenu ul li{
        width: 100%;
    }
    .main_menu{
        width: 100%;
        text-align: center;
    }
    .navbar-toggle {
        display: inline-block;
        float: none;
    }
}


/* Normilizes box-sizing  */
#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


#pbOverlay.show{ opacity:1; pointer-events:auto; }
#pbOverlay{
    opacity:0; overflow:hidden; width:100%; height:100%; position:fixed; z-index:9999; left:0; top:0; text-align:center; pointer-events:none;
    -moz-user-select:none;
    background:rgba(0,0,0,.90);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
    /* background:radial-gradient(rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); */
    -webkit-transform:translate3d(0);
    transition:opacity 300ms ease;
}

#pbOverlay.msie{ background-color:rgba(0,0,0,.6); }
.msie.pbLoading .pbWrapper{ background:url('../images/loading.gif') no-repeat center center; }

@keyframes pbLoaderFrames{ 50%{ height:5px; } }
@-webkit-keyframes pbLoaderFrames{ 50%{ height:5px; } }

.pbLoader{ display:none; width:100px; height:100px; position:absolute; z-index:999; top:0; left:0; right:0; bottom:0; margin:auto; text-align:center; border-radius:100%; box-shadow:15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px; transition:.3s; }
.thumbs .pbLoader{ -webkit-transform:translateY(-50px); transform:translateY(-50px); }
.pbLoading:not(.msie):not(.error) .pbLoader{ display:block; }
.pbLoader b{ display:inline-block; vertical-align:middle; margin:0 2px; width:8px; height:60px; border-radius:5px; background:rgba(255,255,255,.8); box-shadow:0 0 10px rgba(0,0,0,.5); -webkit-animation:.9s pbLoaderFrames infinite linear; animation:.9s pbLoaderFrames infinite linear; }
.pbLoader b:nth-child(2){ -webkit-animation-delay:.3s; animation-delay:.3s; }
.pbLoader b:nth-child(3){ -webkit-animation-delay:.6s; animation-delay:.6s; }

.mobile.pbLoading .pbLoader{ transform:none; transition:0s; }

.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before{ content:""; display:inline-block; height:100%; margin-right:-.25em; vertical-align:middle; }

/* Animation when image was not loaded */
@keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); transform:scale(.85); } }
@-webkit-keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); -webkit-transform:scale(.85); } }

#pbOverlay button{ outline:0 !important; box-shadow:0; }


.pbWrapper{ -moz-box-sizing:border-box; box-sizing:border-box; transform:rotate(0deg); vertical-align:middle; height:100%; perspective:1200px; position:relative;  }
.video > .pbWrapper{ z-index:11; display:inline-block; }
/*#pbOverlay.error .pbWrapper{ display:inline-block; width:100%; }*/
.pbLoading .pbWrapper{ display:inline-block\9; width:100%; } /* ie8+9 hack */
.pbWrapper:before{ content:'\2716'; color:transparent; text-shadow:0 2px 35px rgba(255,255,255,0); font-size:0; vertical-align:middle; cursor:default; transition:text-shadow .7s ease-out; }
.error .pbWrapper:before{ font-size:22em; text-shadow:0 0 0 #FFF; -webkit-animation:2s 1s deadImage infinite linear; animation:2s 1s deadImage infinite linear; }
.thumbs .pbWrapper{ padding:0; margin:0; }
.error .pbWrapperr img{ width:0; }

.pbWrapper > div{ display:none; width:624px; height:351px; vertical-align:middle; border-radius:5px; background:rgba(0,0,0,.5); }
.video > .pbWrapper > div{ display:inline-block; }

#pbOverlay iframe,
#pbOverlay embed,
#pbOverlay object{ display:block; width:100%; height:100%; opacity:1; transition:.5s; }

.pbWrapper .pbHide iframe{ opacity:0; }

.pbWrapper > div,
.pbWrapper > img{
    transition:.5s .5s cubic-bezier(.1, .87, .48, 1);

    -webkit-transform:none;
    -ms-transform:none;
    transform:none;

    -webkit-backface-visibility:hidden;
    box-shadow:0 0 20px #000;
    opacity: 1;
}

/* FOR MOBILE */
.mobile.show .pbWrapper > div,
.mobile.show .pbWrapper > img{
    transition:30ms;
}

/* Content effects */
.pbWrapper > *,
.pbHide .pbWrapper > .prepare{ opacity:0; vertical-align:middle; -webkit-transform:scale(.2) rotateX(80deg); -ms-transform:scale(.2) rotateX(80deg); transform:scale(.2) rotateX(80deg); border-radius:6px; border:none; max-height:95%; max-width:100%; }
.on .pbWrapper > *{ transition-delay:0s; }
.pbWrapper .zoomable{ -webkit-transition:0s; transition:0s; position:relative; z-index:9; }
.pbWrapper .rotating{ -webkit-transition:.25s cubic-bezier(.4,.04,0,1); transition:.25s cubic-bezier(.4,.04,0,1); }
.pbHide .pbWrapper > *{ -webkit-transform:scale(1.2); transform:scale(1.2); transform:none\9; opacity:0; transition:.4s ease-out; }



/*-- close button --*/
#pbCloseBtn,
#pbAutoplayBtn{ position:absolute; top:-50px; right:-50px; z-index:999; display:block; padding:0 0 20px 20px; text-align:center; cursor:pointer; color:#FFF; transition:.3s .3s ease-out; }
.pbHide #pbCloseBtn{ top:-50px; right:-50px; }
.on #pbCloseBtn{ top:-2px; right:-2px; }

#pbCloseBtn:before{ content:'\00D7'; font:bold 1em/1 arial; }
#pbCloseBtn:before, #pbAutoplayBtn:before{ display:inline-block; height:35px; width:35px; padding:8px 8px 12px 12px; font-size:2em; opacity:.8; vertical-align:middle; background:rgba(255,255,255,.2); border-radius:0 0 0 70px; transition:.1s ease-out; }
#pbCloseBtn:hover:before{ padding:15px 10px 24px 24px; background:rgba(255,100,100,.4); }

/*-- autoplay controller --*/
#pbAutoplayBtn{ display:none; right:auto; left:-50px; padding:0; width:50px; height:50px; font-size:13px; }
.hasAutoplay #pbAutoplayBtn{ display:block; }
#pbAutoplayBtn:hover{ width:60px; height:60px; }
.on #pbAutoplayBtn{ top:0px; left:0px; transition:.1s ease-out; }
#pbAutoplayBtn:before{ content:'\2016'; width:100%; height:100%; border-radius:0 0 70px 0; font-weight:bold; padding:0; text-indent:-6px; line-height:1.6; }
#pbAutoplayBtn:active:before{ text-shadow:0 0 3px #FFF, 0 0 6px #FFF; }
#pbAutoplayBtn.play:before{ content:'\25BA'; }

#pbAutoplayBtn .pbProgress{ display:none\9; width:100%; height:100%; overflow:hidden; position:absolute; padding:6px; top:0; left:0; opacity:.2; transform:rotateZ(0deg); -webkit-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -webkit-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; -webkit-transition:.3s; transition:.3s; }
.mobile #pbAutoplayBtn .pbProgress{ -webkit-transition:0s; transition:0s; }
#pbAutoplayBtn.playing .pbProgress{ -webkit-transform:rotateZ(90deg); -ms-transform:rotateZ(90deg); transform:rotateZ(90deg); }
#pbAutoplayBtn .pbProgress:before{ content:''; position:absolute; right:0; bottom:0; width:200%; height:200%; border-radius:50%; box-shadow:0 0 0 8px #FFF inset; }

#pbCaption,
.pbHide #pbCaption{ position:absolute; z-index:999; margin-bottom:5px; bottom:-120px; width:100%; overflow:hidden; transform:translateZ(0px); transition:.4s; }
.show.on #pbCaption{ bottom:0; transition-delay:.5s; }
#pbOverlay.thumbs #pbCaption label{ display:block; }
#pbCaption label{ display:none; float:right; margin:0 1em; color:#FFF; opacity:.3; transition:.2s; cursor:pointer; }
#pbCaption label:after{ content:'\276F'; font-size:30px; line-height:30px; display:inline-block; transform:rotate(-90deg); transition:.2s ease-out; }
#pbCaption label:hover{ opacity:1; }
#pbCaption .title,
#pbCaption .counter{ display:inline-block; color:#FFF; margin:0 6px; }
#pbCaption .counter{ display:none; opacity:.55; }
.hasCounter #pbCaption .counter{ display:inline-block; }
.pbCaptionText{ display:inline-block; transition:.3s; opacity:.9; font-weight:bold; vertical-align:middle; text-shadow:1px 1px 1px rgba(0,0,0,.5); padding-left:60px; } /* padding-left from <label> */
.pbCaptionText.change{ -webkit-transform:translateY(25px); transform:translateY(25px); opacity:0; }
#pbCaption .rotateBtn{ display:none; background:none; border:0; font:800 1.7em/0 Arial; vertical-align:middle; color:rgba(255,255,255,.5); width:1.1em; height:1.1em; padding:0; border-radius:50%; background:rgba(0,0,0,.2); cursor:pointer; transition:.15s ease-out; }
#pbCaption .rotateBtn.show{ display:block; float:right; }
#pbCaption .rotateBtn:hover{ color:rgba(255,255,255,.7); }
#pbCaption .rotateBtn:active{ color:white; background:rgba(0,0,0,.4); }

.mobile #pbCaption label{ display:none; z-index:-1; color:red; }
.mobile .pbCaptionText{ padding:0; }

/* hide thumbnails */
#pbThumbsToggler:checked ~ #pbCaption .pbThumbs{ margin:0; }
#pbThumbsToggler:checked ~ #pbCaption label:after{ transform:rotate(90deg) }
#pbThumbsToggler:checked ~ .pbWrapper{ margin-top:-50px; padding:50px 0; }

.pbThumbs{ display:none; transition:.35s; -webkit-overflow-scrolling:touch; }
.thumbs .pbThumbs{ display:block; width:100%; padding:5px 0 2px; margin-bottom:-100px; overflow:hidden; }
.mobile .pbThumbs{ overflow:auto; }
.pbThumbs:hover{ clear:both; }
.pbThumbs ul{ display:inline-block; position:relative; list-style:none; height:80px; padding:0 5px; margin:0; white-space:pre; transition:.2s; }
.pbThumbs ul:after{ vertical-align:bottom; }
.pbThumbs li{ display:inline-block; vertical-align:bottom; height:70%; opacity:.6; text-align:center; position:relative; transition:.15s; }
.pbThumbs li.active{ height:100%; opacity:1; }
.pbThumbs li:hover{ height:100%; opacity:1; }
.pbThumbs li.video::before{ content:'\25BA'; color:#FFF; font-size:20px; height:20px; width:20px; line-height:.9; position:absolute; bottom:4px; left:7px; background:rgba(0,0,0,.4); box-shadow:0 0 0 3px rgba(0,0,0,.4); border-radius:0 3px 0 0; pointer-events:none; }
.pbThumbs a{ height:100%; padding:0 2px; display:block; -moz-user-select:none; }
.pbThumbs li:hover a{  }
.pbThumbs img{ height:96%; min-height:95.9%; border:2px solid #FFF; max-width:none; border-radius:0; transition:.15s; }
.pbThumbs li:hover img{ min-height:96%; } /* fix a bug in Chrome and Opera */
.pbThumbs li.fast a img{ transition:none; }
.pbThumbs li.active a img{ border-color:#D8FF16; min-height:96%; }

#pbOverlay .prevNext{ display:none; background:rgba(0,0,0,0); position:absolute; z-index:10; height:100%; width:35%; padding:80px 0; opacity:0; box-sizing:border-box; -moz-box-sizing:border-box; top:0; transition:.2s ease-out; text-shadow:0 0 12px #000, 0 0 10px #FFF; user-select:none; filter:alpha(opacity=0); cursor:pointer; }
#pbOverlay.hasArrows .prevNext{ display:block; }
#pbOverlay .prevNext.pbHide{ display:none; }
#pbOverlay.on .prevNext:hover{ opacity:.5; filter:alpha(opacity=50); }
#pbOverlay.on .prevNext:hover:active{ transition:80ms; opacity:1; filter:alpha(opacity=100); text-shadow:0 0 16px #FFF, 0 0 10px #000; }
.prevNext b{ display:inline-block; vertical-align:middle; transition:.2s ease-in; }
.prevNext:hover b{ transition:.2s cubic-bezier(.095, .870, .485, .985); }
#pbPrevBtn b{ transform:scale(.4) translateX(350px); -webkit-transform:scale(.4) translateX(350px); }
#pbNextBtn b{ transform:scale(.4) translateX(-350px); -webkit-transform:scale(.4) translateX(-350px); }
/* */
#pbPrevBtn b:before,
#pbNextBtn b:after{ display:inline; line-height:.3; font-size:18em; font-weight:normal; color:#FFF; font-family:Arial; }

#pbPrevBtn b:before{ content:'\2039'; }
#pbNextBtn b:after{ content:'\203A'; }
/* */
.on #pbPrevBtn:hover b{ transform:scale(1) translateX(20px); -webkit-transform:scale(1) translateX(20px); }
.on #pbNextBtn:hover b{ transform:scale(1) translateX(-20px); -webkit-transform:scale(1) translateX(-20px); }

.show #pbPrevBtn, #pbOverlay.show #pbNextBtn{  }
.show #pbPrevBtn{ left:0; text-align:left; }
.show #pbNextBtn{ right:0; text-align:right; }

/*------- media queries (for small screens) -----------*/
@media all and (max-width:700px){
    .pbWrapper img,
    .pbHide .pbWrapper img.prepare{ max-height:100%; }

    .thumbs .pbWrapper{ padding:0; margin:0; }
    .pbThumbs{ margin-bottom:-60px; }
    .pbThumbs.show{ margin:0; }

    .pbThumbs ul{ height:50px; }
    .pbThumbs li{ height:100%; opacity:1; }
    .pbThumbs li img{ min-height:96.5%; }
}
/* fix for Chrome */
@media all and (max-width:710px){
    .pbThumbs li.active a img{ min-height:96%; }
}
