@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?xhqrx2');
    src:  url('../fonts/icomoon.eot?xhqrx2#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xhqrx2') format('truetype'),
    url('../fonts/icomoon.woff?xhqrx2') format('woff'),
    url('../fonts/icomoon.svg?xhqrx2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
    content: "\e04f";
}
.icon-keyboard_arrow_left:before {
    content: "\e314";
}
.icon-keyboard_arrow_right:before {
    content: "\e315";
}
.icon-menu:before {
    content: "\e5d2";
}
.icon-phone:before {
    content: "\f095";
}


.page__mobile {
    font-size:14px;
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 10000;
    background: #000;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    /* enables momentum scrolling in iOS overflow elements */
    -webkit-overflow-scrolling: touch;
}

.page__mobile--js-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.page__overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(11, 11, 11, 0.6);
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.page__body {
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.page__body--js-pushed {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
    /* Disable scrolling while mobile bar is opened */
    height: 100vh;
    overflow: hidden;
}

/*
--------------------------------------------------
Navigation menus styles
--------------------------------------------------
*/

.mobile-nav__list {
    width: 100%;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.mobile-nav__list--drop {
    position: absolute;
    left: 100%;
    top: 0;
}

.mobile-nav__list--is-moving {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    /*! transform: translateX(-100%); */
}

.mobile-nav__item {
    border-bottom: 1px solid #3d3b3b;
}

.mobile-nav__item--separator {
    color: #666;
    padding: 5px 30px;
    background: #1b1b1b;
    margin-top: 50px;
    border-bottom: 0;
}

.mobile-nav__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 30px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    border: 0;
}

.mobile-nav__link--view-all {
    color: #fff;
}

.mobile-nav__link--go-back {
    padding-left: 40px;
}

.mobile-nav__link--go-back .mobile-nav__has-children {
    left: 20px;
    right: auto;
}

.mobile-nav__has-children {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
}

.mobile-nav__ico {
    margin-top: 10px;
}

.mobile-nav--drop {
    position: absolute;
    left: 100%;
    top: 0;
}


/** ADAPTIVE **/
.left {
    float: left !important;
}

.right {
    float: right !important;
}

html {
    box-sizing: border-box;
}


.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .address {
	    padding-left: 58px;
    }
    .contacts {
	    right: 170px;
    }
}
@media (min-width: 769px) {
    .container {
        width: 1024px;
    }
}
@media (min-width: 1025px) {
    .container {
        width: 1280px;
    }
    .contacts_add {
	    display: block;
    }
}

.row:after, .container:after{content:"";display:table;clear:both}
.row .col{float:left;box-sizing:border-box;padding-right: 15px;padding-left: 15px;}
.row .col.s12{width:100%}.row .col.s11{width:91.66666667%}.row .col.s10{width:83.33333333%}.row .col.s9{width:75%}.row .col.s8{width:66.66666667%}.row .col.s7{width:58.33333333%}.row .col.s6{width:50%}.row .col.s5{width:41.66666667%}.row .col.s4{width:33.33333333%}.row .col.s3{width:25%}.row .col.s2{width:16.66666667%}.row .col.s1{width:8.33333333%}
@media (min-width: 768px){.row .col.sm12{width:100%}.row .col.sm11{width:91.66666667%}.row .col.sm10{width:83.33333333%}.row .col.sm9{width:75%}.row .col.sm8{width:66.66666667%}.row .col.sm7{width:58.33333333%}.row .col.sm6{width:50%}.row .col.sm5{width:41.66666667%}.row .col.sm4{width:33.33333333%}.row .col.sm3{width:25%}.row .col.sm2{width:16.66666667%}.row .col.sm1{width:8.33333333%}}

.mobile, .pad, .hidden{
    display: none !important;
}

@media only screen and (max-width: 1199px) {
    .no-desktop{
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .pad{
        display: block !important;
    }

    .no-pad{
        display: none !important;
    }
}

@media screen and (max-width:767px ) {

    html {
        font-size: 14px;
    }

    .mobile{
        display: block !important;
    }

    .no-mobile{
        display: none !important;
    }

}

@media screen and (max-width:460px ){

    .bth {
        width: 100%;
    }

}




@media screen and (max-width: 1320px) {

    .page{
        margin: 10px 0;
    }
    .page_catalog{
        margin:0;
    }
    .page__catalog .tree_item_scs{
        max-width: 100%;
        width: 100%;
        margin: 10px 0 0 10px;
    }
}

@media screen and (max-width: 1023px) {
	.col__right {
		display: none;
	}
}

@media screen and (max-width: 767px) {

    /* Шапка */
    .logo{
        background: url(../images/logo_small.png) no-repeat center center;
        max-width: 150px;
        height: 30px;
        float: left;
        position: static;
        width: 100%;
        padding-top: 9px;
        background-size: 100%;
    }

    /* Header */
    .header {
        height: auto;
        box-sizing: border-box;
    }
    .location {
		width: 100%;
		left: 0%;
		top: 0;
    }
    .location_cities {
	    column-count: 2;
    }
    .address__city__mobile {
	    color: #000;
	    font-weight: bold;
		text-decoration: none;
		padding-left: 28px;
		padding-bottom: 10px;
		display: block;
		white-space: nowrap;
		clear: both;
    }
    .address__city__mobile span {
	    display: inline-block;
	    font-weight: normal;
	    margin-left: 0.3em;
    }

    .cart_informer{
        float: right;
    }
    .icon-cart{
        position: relative;
    }
    .icon-cart .total_products{
        position: absolute;
        top: 2px;
        right: 0;
        display: block;
        padding: 3px;
        width: 10px;
        height: 10px;
        text-align: center;
        font-size: 13px;
        background: #ff5b5b;
        color: #fff;
        font-style: normal;
        border-radius: 50%;
        overflow: hidden;
    }

    .header [class^="icon-"], .header [class*=" icon-"] {
        font-size: 30px;
        color: #000;
        text-decoration: none;
        width: 40px;
        height: 40px;
        display: block;
        float: left;
        text-align: center;
        margin-left: 3px;
        box-sizing: border-box;
        padding: 5px;
    }
    .categories{
        border: none;
        box-shadow: none;
    }
    .search{
        margin: 0 auto;
        width: 100% !important;
        display: block;
        float: none;
        height: 33px;
        max-width: 270px;
    }

    .catalog_button{
        text-align: center;
        height: 36px;
        line-height: 36px;
        text-decoration: none;
        background: #d96026;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        margin-top: 10px;
        font-weight: bold;
        cursor: pointer;
        display: block;
    }
    .catalog_button:after{
        display: inline-block;
        content: '▼';
        vertical-align: top;
        margin-left: 10px;
        font-size: 13px;
    }
    .catalog_button.show:after{
        content: '▲';
    }

    .categories_item{
        max-width: none;
        width: 33.333% !important;
    }
    .hide{
        display: none;
    }



    /* Products catalog */
    .t_product_wrapper {
        width: 33.333%;
    }

	.t_product_buy a, .pl_buy.button {
		color: #2766af;
	}

	.product_brand_wrapper.r {
		display: none !important;
		float: none !important;
	}
    .product_images_wrapper{
        width: 100%;
        margin: 0;
    }
    .product_image_wrapper{
        width: 100%;
        text-align: center;
    }
    .product_image{
        max-height: 295px;
    }
    .product_image_link{
        box-sizing: border-box;
        width: 100%;
    }

    .p_block__ass, .p_block__related{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .p_products{
        text-align: center;
    }
    .p_product{
        display: inline-block;
    }
    .p_block__fo_calc{
        width: 100%;
        min-width: unset;
    }
    .p_block__fo, .fo_wrapper, .fo .call_line{
        width: 100% !important;
        box-sizing: border-box;
    }
    .p_block__calc{
        margin-top: 50px;
        width: 100%;
        padding: 0;
    }
    .fo .call_line input[type="text"], .fo .call_line textarea, .fo select,
    .feedback input[type="text"], .feedback textarea{
        box-sizing: border-box;
        width: 100%;
        display: block;
        max-width: 100%;
        min-height: 43px;
        font-size: 16px;
        padding: 5px 10px;
    }



    .content{
        margin: 10px 0 15px;
    }
    .page__main{
        margin: 0;
    }
    .page{
        margin: 0;
    }
    .product_table {
        width: 100%;
    }
    .product_table_wrapper table {
        width: 100%;
    }



    .fo_captcha, .fo .call_info, .feedback_captcha,
    .feedback_message, .feedback{
        width: 100%;
    }

    .feedback{
        margin: 20px 0;
        padding: 0;
    }

    h1 {
		line-height: 1.1em;
	}
	.wrapper {
		width: auto;
		padding: 0;
		margin: 0;
	}
	.panel {
		width: 100% !important;
		margin-left: 0 !important;
		left: 0 !important;
		height: 30px;
	}
	.panel_wrapper {
		display: none;
	}
	.panel_wrapper.mobile {
		display: block;
		position: relative;
		height: 29px;
	}
	.panel_logo {
		position: relative;
		z-index: 20;
	}
	.panel_cart {
		float: right;
		display: block;
		width: 28px;
		height: 28px;
		background: url(../images/icons.png) no-repeat 4px -316px;
		margin: 2px -10px 0 0;
		position: relative;
		z-index: 20;
	}
	.panel_phone {
        float: left;
        position: absolute;
        left: 50%;
        margin-left: -75px;
	}
    .panel .cart_informer{

    }
    .panel .cart_informer [class^="icon-"]{
        font-size: 20px;
        color: #000;
        text-decoration: none;
        width: 40px;
        height: 40px;
        display: block;
        float: left;
        text-align: center;
        margin-left: 3px;
        box-sizing: border-box;
        padding: 5px;
    }
    .panel_inner{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .panel_logo{
        margin: 0px;
    }

	.col {
		float: none;
		width: 100%;
		margin: 0;
	}

	.fancybox-title {
		margin-bottom: -60px !important;
	}
	.fancybox-title .child {
		max-width: 300px;
		white-space: normal !important;
	}

	
	.header .contacts, #cart_informer, .header .navigation, .header .address, .header_delivery, .header .contacts, .contacts_add {
		display: none;
	}
	/* Footer */
	.footer {
		padding: 0 20px;
		width: auto;
	}
	.footer_table td {
		display: block;
		clear: both;
		float: none;
		width: auto !important;
		text-align: left !important;
	}
	.footer_table .socials-title {
		display: block;
		text-align: left;
	}
	.footer_table .socials-wrap {
		display: block;
		text-align: left;
	}
	.footer_table .socials-wrap a {
		display: inline-block;
		margin: 5px 5px 0 0;
	}
	.footer_info {
		display: block;
	}
	.footer_hide {
		display: none;
	}
	/* Sidebar */
	.sidebar {
		float: none;
		width: 100%;
		margin: 0;
		height: 42px;
		overflow: hidden;
	}
	.main .sidebar {
		/* height: auto; */
	}
	.st h3 {
		width: auto;
	}
	.st.root h3 a {
		display: block;
		color: #004d75;
		position: relative;
	}
	.sidebar .st.root h3 a:after {
		display: block;
		position: absolute;
		right: 0;
		top: -2px;
		line-height: 1;
		font-size: 20px;
		content: "▾";
	}
	body.main .sidebar .st.root h3 a:after {
		display: none;
	}
	.sb {
		display: none;
	}
	.sidebar .sd {
		display: none;
	}
	/* Content */
	.breadcrumbs {
		display: none;
	}
	.page {
		overflow: hidden;
		clear: both;
	}
	.page__static, .page__contacts, .page__news {
		margin-top: 20px;
	}
	.page__static h1, .page__contacts h1, .page__news h1 {
		font-size: 20px;
		line-height: 20px;
	}
	/* Special */
	#rh-snippet {
		display: none !important;
	}
	/* Categories Menu */
	.categories_title {
        text-align: center;
        height: auto;
        padding: 2px 0;
        background-repeat: repeat;
	}
    .categories_title_text{
        display: block;
        float: unset;
    }


	.main_news {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.main_news_table td {
		display: block;
		width: auto;
		padding: 0 0 20px !important;
		position: relative;
	}
	.main_news_table td:last-child {
		margin-top: 20px;
	}
	.main_news_table h3 {
		margin-bottom: 10px;
	}
	.main_news_post {
		margin-bottom: 0 !important;
	}
	.main_news_post_text {
		display: none;
	}
	.main_news .bottom {
		bottom: 0;
	}
	/* Catalog */
	.page__products h1 {
		margin: 20px;
	}
	.products_col {
		width: auto;
	}
	.tree_cat {
		border: none;
		width: 100%;
	}
	.tree_cat_subcats {
		width: auto;
	}
	.tree_cat_subcats_cat {
		margin-right: 90px;
	}
	.tree_cat_shadow {
		width: 100%;
		opacity: 0.4;
	}
	.products_body {
		margin: 30px 20px -1em;
	}
	.tree_item {
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.tree_item_scs {
        min-height: auto;
    }
	.tree_item_image {
		display: none;
		height: 75px;
		width: 60px;
		top: 50%;
		margin-top: -35px;
	}
	.tree_delimiter {
		display: none;
	}
	/* Category */
	.category_subs_wrapper {
		float: none;
		width: auto;
		margin: 20px 10px 20px 20px;
	}
	.category_subs {
		min-height: 0;
	}
	.category_sub {
		margin: 0 90px 6px 20px;
	}
	.pagination_sort {
        float: none;
        font-size: 13px;
        position: relative;
	}
	.pagination_sort_title, .pagination_sort_item {
		padding: 2px;
		margin: 0;
	}
	.pagination_sort_title:first-child {
		float: none;
	}
	.pagination_link {
		padding: 2px 8px;
	}
	.category_info h1 {
		margin: 20px;
		font-size: 20px;
		line-height: 20px;
	}
	.category_products_wrapper {
		float: none;
		width: auto;
	}
	.category_products_item:hover {
		border: none;
		box-shadow: none;
	}
	.category_products_item_photo {
		float: none;
		width: auto;
		margin: 0;
	}
	.category_products_item_content {
		width: auto !important;
		padding: 0 !important;
		border: none !important;
	}
	.category_products_item_title {
		font-size: 15px;
		line-height: 20px;
		margin: 10px 0;
	}
	.category_products_item_text {
		display: none;
	}
	.category_products_item_prices {
		margin: 0;
		min-height: 0;
		clear: both;
		width: 100%;
	}
	.category_products_item_prices_title, .category_products_item_prices_price {
		display: inline-block;
	}
	.category_products_item_prices_button {
		display: block;
		clear: both;
		position: relative;
		bottom: auto;
		margin: 0;
	}
	.category_annotation, .category_body {
		float: none;
		width: auto;
		padding: 20px 20px 0;
	}
	.category_annotation {
		padding-top: 0;
	}
	/* Product */
	.product_wrapper {
		float: none;
		width: auto;
	}
	.product_wrapper h1 {
		margin: 20px;
		font-size: 20px;
		line-height: 20px;
	}
	.product_photos_wrapper {
		float: none;
		width: auto;
		padding: 0 10px;
	}
	.product_photo_wrapper {
		width: auto;
		border-bottom: 1px #e9e9e9 solid;
	}
	.product_photos {
		border-top: none;
		width: auto;
	}
	.product_photos_item.mini, .product_photos_item.nano, .product_youtube {
		width: 60px;
		height: 60px;
		padding: 10px;
	}
	.product_side {
		float: none;
		width: auto;
	}
	.product_price {
		margin: 20px 10px;
	}
	.product_side_fo {
		margin: 0 10px 20px;
	}
	.product_delivery {
		width: auto;
		margin: 0 10px;
	}
	.product_rating {
		margin: 20px 10px 8px;
	}
	.share {
		margin: 0 10px 10px;
	}
	.tabs {
		width: auto;
		margin: 20px 0 0;
	}
	.tabs_nav {
		background: none;
		margin: 0 0 10px;
	}
	.tabs_nav_item {
		width: 32% !important;
		margin: 5px 1% -1px !important;
		padding: 4px 8%;
		border-radius: 5px;
		height: 34px;
	}
	.tabs_nav_item:first-child {
		padding: 4px 0;
		width: 48% !important;
	}
	.product_block_title {
		line-height: 20px;
		padding: 0 10px 10px;
	}
	.pl_wrapper {
		margin: 0 10px;
	}
    .uptolike-buttons{
        display: none;
    }
	.pl_value {
		font-size: 13px;
		line-height: 14px;
		max-width: 120px;
		padding: 4px;
	}
	.pl_value.nds {
		font-size: 14px;
	}
	.pl_value.pl_value__head.nds {
		font-size: 13px;
	}
	.pl_buy {
		margin-bottom: 0;
	}
	.product_description_wrapper {
		padding: 0 10px;
	}
	.product_comments_empty {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	.product_comments_list_wrapper {
		float: none;
		width: auto;
		padding: 0 10px;
	}
	.product_comments_list_item {
		width: auto;
	}

	.form__comment .form_row_label {
		display: block;
		text-align: left;
		width: auto;
	}
	.form__comment .form_row_input {
		width: 100%;
	}
	.form__comment .form_text {
		width: 100%;
	}
	.form__comment .form_captcha {
		display: block;
		margin: 4px 0 0;
	}

	.related {
		width: 94%;
		margin: 0 3%;
	}
	.mini_product {
		width: 44%;
		margin: 0 2% 10px;
	}
	.mini_product_image {
		width: 100%;
		height: 150px;
		background-size: contain;
		margin: 0 0 10px;
	}
	.product_block__order {
		margin: 0 1%;
	}
	.product_block__order h2 {
		padding: 0 0 10px;
	}
	.fo_line {
		float: none;
		width: auto;
	}
	.fo_line__text {
		float: none;
		width: auto;
	}
	.fo_input, .fo_textarea {
		float: left;
		width: 174px;
		margin: 0 0 0 10px;
		border: 1px #222 solid;
	}
	.fo_line__variant select {
		display: block;
		clear: both;
		width: 100%;
		float: none !important;
	}
	/* News & Articles */
	.articles_cats td {
		display: block;
		margin: 0 0 10px;
	}
	.articles_cat {
		float: none;
		width: auto;
	}
	.news {
		width: 100%;
	}
	.news_post, .form_wrapper__comment {
		width: 100%;
	}
    .form_wrapper__comment{
        margin-bottom: 20px;
    }
    .form_wrapper__comment .fo_wrapper{
        margin: 0 !important;
    }
	.news_post_title {
		margin-bottom: 10px;
	}
	.news_post_title_link {
		font-size: 14px;
	}
	.page__post {
		padding: 20px;
	}
	.post_bottom_c {
		position: static;
		float: left;
		clear: both;
		text-align: left;
		margin: 10px 0 0;
	}
	.post_bottom .r.ar {
		display: block;
		clear: both;
		float: left !important;
		text-align: left !important;
		margin: 10px 0 0;
	}
	/* Login */
	.login_wrapper {
		width: 280px;
		margin: 20px auto 0;
	}
	/* Register */
	.register_wrapper {
		width: 280px;
		margin: 20px auto 0;
	}
	.register_disclaimer {
		text-align: left;
		font-weight: bold;
	}
	.register_wrapper .form_row_label {
		display: block;
		text-align: left;
		margin: 0 0 4px;
	}
	.register_wrapper .form_row_input {
		width: 276px;
	}
	.register_captcha {
		float: none;
		margin: 0 0 20px;
	}
	/* Cart */
	.page__cart h1 {
        margin: 0 0 10px;
	}
    .purchases{
        margin: 0;
    }
    .purchases_title th {
		font-size: 13px;
	}
	.purchases_item td {
		font-size: 13px;
	}
	.purchases_item_sku, .purchases_item_photo {
		display: none;
	}
	.purchases_item_amount {
		width: 60px;
	}
	.purchases_item_amount select {
		width: 50px;
	}
	.purchases_item_price {
		white-space: nowrap;
	}
	.purchases_item_price__one {
		display: none;
	}
	.purchases_total th {
		font-size: 13px;
	}
	.purchases_total_title {
		padding-left: 10px !important;
	}
	.purchases_total_price {
		padding-right: 10px !important;
	}
	.cart_comment, .cart_info {
		float: none;
		width: auto;
	}
	.cart_info {
		margin-bottom: 20px;
	}
	.cart_info.private input {
		width: 180px;
	}
	.cart_comment_text {
		border: 1px #222 solid;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 0;
	}

    .cart_control{
        background: none;
        color: #000;
        text-align: left;
        padding: 0;
    }
    .cart_button{
        float: right;
        margin: 0;
        padding: 0 20px;
        background: #f26722;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
    }
    .cart_total{
        float: left;
        position: relative;
        left: 0;
    }

    .body img{
        max-width: 100%;
        height: auto !important;
    }

    .navigation_second{
        margin: 0;
    }
    .news_blocks_line{
        width: 100%;
        margin-bottom: 20px !important;
    }
    .news_block{
        padding: 0;
    }

    .page__cart{
        min-height: auto;
    }
    .cart_profile{
        padding: 15px 0;
        margin-bottom: 0px;
    }
    .cart_form{
        width: 100%;
    }
    .form label{
        width: 100%;
        margin: 10px 0 5px;
        overflow: hidden;
    }
    .form input:not(.fo_captcha_input, .feedback_captcha_input),  .form textarea, .form select{
        width: 100% !important;
        box-sizing: border-box;
        margin-top: 6px;
    }


    table.purchases {
        border: 0;
    }

    table.purchases thead {
        display: none;
    }

    table.purchases tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table.purchases td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        width: 100%;
    }

    table.purchases td:last-child {
        border-bottom: 0;
    }

    table.purchases td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .catalog_categories_item_annotation{
        margin: 15px 0 10px 0;
    }
}

@media screen and (max-width:620px ){

    .t_product_wrapper{
        width: 50%;
    }
}

@media screen and (max-width:520px ){

    .categories_item {
        height: 80px;
    }
    .categories_item_link{
        text-align: center;
    }
    .categories_item_name{
        display: block !important;
        width: 100% !important;
        text-align: center;
    }

    .panel_logo{
        background-size: 100%;
        width: 100px;
        background-position: left 50%;
    }
    .panel_phone{
        font-size: 13px;
        position: relative;
        float: left;
        left: 5px;
        margin: 5px 0;
    }
}

@media screen and (max-width:460px ){

    .categories_title_text{
        font-size: 13px;
        font-weight: normal;
        line-height: 14px;
    }

    .categories_item{
        height: 110px;
        width: 50% !important;
    }
    .categories_item_name{
        line-height: 15px;
        margin-top: 9px;
        font-size: 13px;
    }

    .t_product_wrapper{
        width: 100%;
    }

    .news_block_button{
        height: 30px;
    }
    .button, .news_block_button{
        width: 100% !important;
        display: block;
        margin: 10px 0 0 !important;
        text-align: center;
        box-sizing: border-box;
    }

    .catalog_categories_item_image_wrapper{
        float: none;
        width: 100%;
        display: block;
    }
    .catalog_categories_item_subcategories{
        margin: 10px 0 0 !important;
    }
    .catalog_categories_item_subcategories li.tree_item_sc{
        width: 100%;
    }


}

@media screen and (max-width:310px ){

    .logo{
        max-width: 120px;
    }
    .header [class^="icon-"], .header [class*=" icon-"] {
        width: 35px;
        height: 35px;
    }
    .header [class^="icon-"]:before{
        font-size: 25px;
    }
}

