

/* Start:/bitrix/templates/podosinki/components/bitrix/breadcrumb/breadcrumb/style.css?1471557001625*/
.bx-breadcrumb {
	padding: 20px 0;
	margin:0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	/*font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-size: 16px;
	color:#000;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a>span{color:#666;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/podosinki/components/bitrix/news/shops/style.css?147155700011079*/
.list-shops{
	max-width: 20%;
	width: 100%;
	float: left;
	font-family: 'Gothic Regular';
}
.list-shops ul{
	padding: 0;
	list-style: none;
}
.list-shops ul>li{
	font-family: 'Gothic Regular';
	display: block;
	font-size: 10px;
}
.list-shops ul>li:first-child{
	border-left: 5px solid #FF0026;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    height: 30px;
    letter-spacing: .2em;
    line-height: 30px;
    padding-left: 5px;
}
.list-shops ul>li a{
	border-left: 5px solid transparent;
    color: #333;
    display: block;
    height: 25px;
    letter-spacing: .1em;
    line-height: 25px;
    padding-left: 3px;
    text-decoration: none;
	text-transform: uppercase;
}
.list-shops ul>li a:hover{
	border-color: #FF0026;
    color: #ff3344;
    padding-left: 7px;
}
.cart{
	max-width: 77%;
	width: 100%;
	float: right;
	font-family: 'Gothic Regular';
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    z-index: 2;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: top, left, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.icon-service, .icon-home, .icon-cart, .icon-phone, .icon-clock, .icon-location, .icon-print, .icon-expand, .icon-contract, .icon-gift, .icon-food, .icon-menu, .icon-happy, .icon-close, .icon-checkmark, .icon-arrow-up, .icon-skype, .icon-arrow, .icon-arrow-left, .icon-arrow-right, .icon-envelope, .icon-plus, .icon-events, .icon-play, .icon-in, .icon-layout, .icon-orb-copy {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-arrow:before {
    content: "\e615";
}
.icon-cart:before {
    content: "\e604";
}

.icon-phone:before {
    content: "\e605";
}

.icon-location:before {
    content: "\e606";
}

.icon-clock:before {
    content: "\e607";
}
.icon-home:before {
    content: "\e61a";
}
.list {
	list-style: none;
    margin: 0;
}

.list article {
    float: left;
    height: 220px;
    margin: 12px 12px;
    position: relative;
    width: 280px;
}

.list article a {
    display: block;
    height: 220px;
    width: 280px;
}

.list article .backface {
    background: #EBEBEB;
    line-height: 220px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    text-align: center;
    border: 1px solid #e2e2de;
    -o-box-shadow: 4px 7px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 7px rgba(0,0,0,0.15);
    -webkit-box-shadow: 4px 7px rgba(0,0,0,0.15);
    box-shadow: 4px 7px rgba(0,0,0,0.15);
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.list article .backface img {
    vertical-align: middle;
	max-width: 70%;
}

.list article:hover .backface {
    opacity: 0;
    filter: alpha(opacity=0);
}

.list article .frontface {
    background: #ff3344;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    line-height: 1.9;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    -o-box-shadow: 4px 7px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 7px rgba(0,0,0,0.15);
    -webkit-box-shadow: 4px 7px rgba(0,0,0,0.15);
    box-shadow: 4px 7px rgba(0,0,0,0.15);
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
}

.list article:hover .frontface {
    opacity: 1;
    filter: alpha(opacity=100);
}

.list article .frontface h2 {
    color: #fff;
    font-size: 22px;
    margin: 40px 0 10px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.list article .frontface h3 {
    color: #fff;
}

.list article .frontface span {
    background: #d02535;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 35px;
    letter-spacing: .2em;
    line-height: 35px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 145px;
    -o-box-shadow: 4px 7px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 7px rgba(0,0,0,0.15);
    -webkit-box-shadow: 4px 7px rgba(0,0,0,0.15);
    box-shadow: 4px 7px rgba(0,0,0,0.15);
}


@media only screen and (max-width:767px) {
    #hd {
        padding-bottom: 0;
        position: static;
    }

    #hd .inner {
        border-bottom: 0;
        height: 181px;
    }
}

@media only screen and (max-width:767px) {
    .background {
        min-height: 500px;
    }
}

@media only screen and (max-width:767px) {
    aside {
        display: none;
    }

    .showcase-item-active aside {
        display: block;
    }

    #wrapper>nav {
        background: #ff3344;
        color: #fff;
        display: block;
        left: 16px;
        padding: 0;
        position: absolute;
        right: 16px;
        top: 90px;
        z-index: 10;
    }

    .showcase-item-active #wrapper>nav {
        top: 180px;
    }

    #wrapper>nav span {
        background: url('/bitrix/templates/podosinki/components/bitrix/news/shops/../images/arrow.png') no-repeat right center;
        cursor: pointer;
        display: block;
        font-family: Century Gothic, Helvetica, sans-serif;
        font-size: 16px;
        padding: 10px;
        -moz-transition: padding .2s ease;
        -o-transition: padding .2s ease;
        -webkit-transition: padding .2s ease;
        transition: padding .2s ease;
    }

    #wrapper>nav span:hover {
        padding-left: 15px;
        color: #333399;
    }

    #wrapper>nav h2 {
        display: none;
    }

    #wrapper>nav ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 0 10px;
    }

    #wrapper>nav a {
        color: #fff;
        display: block;
        font-family: Century Gothic, Helvetica, sans-serif;
        font-size: 15px;
        padding: 3px 10px 4px;
    }

    #wrapper>nav .selected a {
        color: #fff;
        padding-left: 15px;
    }

    #wrapper>nav a:hover {
        padding-left: 15px;
        color: #333399;
    }
}

@media only screen and (max-width:1024px) {
    #showcase-ft .content .inner-content {
        background-image: none;
    }

    #showcase-ft p {
        display: block;
        margin: 0;
    };
}

@media only screen and (max-width:1024px) {
    .list article,.list article a {
        width: 240px;
    }
}

@media only screen and (max-width:767px) {
    .list {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 75px;
    }

    .list article {
        height: 96px;
        margin: 10px 8px;
        width: 136px;
    }

    .list article a {
        display: block;
        height: 96px;
        width: 136px;
    }

    .list article .backface {
        height: 96px;
        line-height: 96px;
    }

    .list article:hover .backface {
        background: #ff3344;
        opacity: 1;
    }

    .list article img {
        height: auto;
        max-height: 90%;
        max-width: 90%;
    }

    .list article .frontface {
        display: none;
    }

    #showcase-ft {
        display: none;
    }

    .showcase-item-active .list {
        padding-top: 130px;
    }

    #portfolio-filter {
        margin: 25px auto 10px;
        padding: 0 0;
        border-bottom: none;
    }

    #portfolio-filter a {
        font-size: 16px;
        margin: 0 2px;
    }
}

@media only screen and (max-width:320px) {
    .list article {
        float: left;
        height: 152px;
        margin: 10px 1%;
        width: 47%;
    }

    .list article a {
       display: block;
        height: 142px;
        width: 100%;
    }

    .list article .backface {
        height: 203px;
        line-height: 203px;
    }

    .semantic-content .list article {
        float: left;
        width: 119px;
        height: 93px;
        margin: 5px 5px;
    }

    .semantic-content .list article a {
        display: block;
        width: 119px;
        height: 93px;
    }

    .semantic-content .list article .backface {
        height: 93px;
        line-height: 93px;
    }

    .semantic-content .list article img {
        height: auto;
        max-height: 90%;
        max-width: 90%;
    }
}

@media only screen and (min-width:250px) and (max-width:568px) {
    .list article {
        float: left;
        height: 152px;
        margin: 10px 1%;
        width: 47%;
    }

    .list article a {
        display: block;
        height: 142px;
        width: 100%;
    }

    .list article .backface {
        height: 164px;
        line-height: 164px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width:569px) and (max-width:767px) {
    .list article {
        float: left;
        height: 252px;
        margin: 10px 1%;
        width: 48%;
    }

    .list article a {
        display: block;
        height: 252px;
        width: 100%;
    }

    .list article .backface {
        height: 252px;
        line-height: 252px;
    }
}
@media only screen and (min-width:768px) {
    .shop-only {
        margin: -100px auto 50px;
    }
}
@media only screen and (max-width: 1375px) {
    .span_1 {
        width: 66%;
    }
}

@media only screen and (max-width: 1166px) {
    .span_1 {
        width: 66%;
    }
}

@media only screen and (max-width: 985px) {
    .span_1 {
        width: 66%;
    }
}

@media only screen and (max-width: 855px) {
    .shop-only p {
        border-right: none;
        border-bottom: 1px dotted #666;
        ; padding: 0 15px 20px 0;
    }

    .shop-only .info {
        margin-top: -20px;
    }

    .span_1 {
        width: 100%;
    }

    .span_2 {
        width: 100%;
    }
}

@media only screen and (max-width: 568px) {
    .shop-only p {
        font-size: 14px;
  text-align: left;
    }

    .shop-only .info {
         font-size: 14px;
  line-height: 23px;
  margin-top: 20px;
    }
}


/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/visual/style.min.css?14715569943386*/
.bx_pagination_bottom *{vertical-align:baseline}.bx_pagination_bottom{color:#8d8d8d;font-size:11px}.bx_pagination_bottom .bx_pagination_section_two{float:right;text-align:right}.bx_pagination_bottom .bx_pg_section{display:inline-block;height:30px;vertical-align:top;line-height:30px}.bx_pagination_bottom .bx_pagination_select_container{display:inline-block}.bx_pagination_bottom .bx_pagination_select_container select{position:relative;margin:2px 20px 2px 10px;padding:1px 25px 3px 5px;height:22px;outline:0;border:1px solid #e0e0e0;border-radius:1px;background:#fff url(/bitrix/components/bitrix/system.pagenavigation/templates/visual/images/select_arrow.png) no-repeat right center;color:#8d8d8d;font-size:11px;line-height:16px;resize:none;-webkit-appearance:none}@-moz-document url-prefix(){.bx_pagination_bottom .bx_pagination_select_container select{background:#fff!important;padding-right:5px}}.bx_pagination_bottom .bx_pagination_page{white-space:nowrap;font-size:12px}.bx_pagination_bottom .bx_pagination_page ul{display:inline-block;margin:0;padding:0}.bx_pagination_bottom .bx_pagination_page li{display:inline-block;min-width:22px;color:#8d8d8d;text-align:center;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a{display:block;min-width:22px;color:#8d8d8d;text-align:center;text-decoration:none;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a:hover{color:#555}.bx_pagination_bottom .bx_pagination_page li.bx_active{border-radius:3px;background:#dbecf4;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.1)}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display:block}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right:5px}.bx_pagination_bottom .bx_wsnw{white-space:nowrap}@media(min-width:480px) and (max-width:639px){.bx_pagination_bottom .bx_pagination_select_container select{margin-right:10px}}@media(max-width:479px){.bx_pagination_bottom .bx_pagination_section_two{float:none;text-align:left}.bx_pagination_bottom .bx_pagination_select_container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:47%}.bx_pagination_bottom .bx_pagination_select_container select{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:0!important;width:90%}.bx_pagination_bottom .bx_pg_section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left}.bx_pagination_bottom .bx_pagination_page{white-space:normal}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width:100%;height:auto;text-align:center}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display:none}.bx_pagination_bottom .bx_pg_text{display:inline-block;width:50%}.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display:none}}.bx_pagination_bottom .bx_pagination_section_one,.bx_pagination_bottom .bx_pagination_section_two,.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section,.bx_pagination_bottom .bx_pagination_page,.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_text,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */


/* Start:/bitrix/templates/podosinki/components/bitrix/news/shops/bitrix/news.list/.default/style.css?1471557000150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/podosinki/components/bitrix/breadcrumb/breadcrumb/style.css?1471557001625 */
/* /bitrix/templates/podosinki/components/bitrix/news/shops/style.css?147155700011079 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/visual/style.min.css?14715569943386 */
/* /bitrix/templates/podosinki/components/bitrix/news/shops/bitrix/news.list/.default/style.css?1471557000150 */
