html {
	min-width: 1200px;
}

.LineGreyDiv LI.mobile_menu_item {
	display: none;
}

.catalog_menu {
	display: none;
}

.hamburger {
	padding: 15px 15px;
	display: none;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff; 
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; 
}

.hamburger-inner {
	display: block;
	top: 50%;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
    
.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: 0.075s;
	     -o-transition-duration: 0.075s;
	        transition-duration: 0.075s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	     -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	-o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	transition: top 0.075s 0.12s ease, opacity 0.075s ease; 
}

.hamburger--squeeze .hamburger-inner::after {
	-webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition-delay: 0.12s;
	     -o-transition-delay: 0.12s;
	        transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	     -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
	-o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.mob_menu_btn_wrapper {
	display: none;
}

.LineGreyDiv LI.mobile_menu_title, .mobile_menu_title {
	display: none;
}

.overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 90;
}

.main_nav_wrapper .SearchForm {
	display: none;
}

.visible_mob {
	display: none;
}

#scrollup {
    position: fixed;
    opacity: 0.8;
    padding: 15px 10px 10px;
    background: #389F33;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 10px;
    bottom: 10px;
    display: none;
    cursor: pointer;
    height: 37px;
    width: 37px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#scrollup:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 2px;
}

@media only screen and (max-width : 768px) {
	html {
		min-width: 320px;
	}
	
	* {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
	img {
		max-width: 100%;
		vertical-align: middle;
	}
	
	.overflow_hidden {
		overflow-y: hidden;
	}
	
	.catalog_p {
		padding-left: 0 !important;
	}
	
	.TableGeneral, .TableGeneral > tbody, .TableGeneral > tbody > tr, .TableGeneral > tbody > tr > td {
		display: block;
		width: 100%;
		max-width: 100% !important;
	}
	
	.TableGeneral TD:nth-child(1) {
		height: auto;
		padding: 10px 0;
	}
	
	.TableGeneral TD:nth-child(2) {
		text-align: center;
		font-size: 14px;
	}
	
	.TableGeneral TD:nth-child(2) img {
		display: none;
	}
	
	.TableGeneral TD:nth-child(3) {
		text-align: center;
		margin-top: 5px;
	}
	
	.TableGeneral TD:nth-child(3) span {
		font-weight: 600;
	}
	
	.TableGeneral TD:nth-child(2) H1, .TableGeneral TD:nth-child(2) H2 {
		font-size: 15px;
	}
	
	.TableGeneral TD:nth-child(3) {
		font-size: 18px;
	}
	
	.TableGeneral {
		padding-bottom: 10px;
	}
	
	.LineGreyDiv LI.mobile_menu_item {
		display: block;
	}

	.catalog_menu {
		display: block;
		position: absolute;
		left: -100%;
		top: 0;
		bottom: 0;
		width: 240px;
		background: #585858;
		z-index: 110;
		-webkit-transition: left 0.3s;
		-o-transition: left 0.3s;
		transition: left 0.3s;
		padding: 15px 15px 15px 14px;
		margin: 0;
		list-style-type: none;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
	.catalog_menu a {
		display: block;
		padding: 12px 18px;
		font-size: 14px;
		text-decoration: none;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		color: #e5e5e5;
	}
	
	
	.GeneralTabl, .GeneralTabl > tbody, .GeneralTabl > tbody > tr, .GeneralTabl > tbody > tr > td {
		display: block;
	}
	
	.GeneralTabl td.NavLeft, .GeneralTabl td.GeneralTablMainRight {
		display: none;
	}

	.HeadSearchTextTop, .HeadSearch, .HeadSearchTextDown {
		display: none;
	}

/**/
	
	.GeneralTabl td.GeneralTablMainRight {
		display: none;
	}

	.GeneralTablBasketR, .ul_li_right_oplata, .SearchForm, #MyMobHidden {
		display: none;
	}
	
	#MyMobShow {
	display: block;
	}

	.FilterParamMobContainer {
		
		width : 100%;

	}

	.FilterNavRight {
	
		width : 100%;
		float : none;
		position: auto;
	
	}

/**/

	.hamburger {
		display: inline-block;
	}

	.LineGreyDiv {
		background: none;
	}
	
	.main_nav {
		background: #585858;
		height: 58px;
		position: relative;
	}
	
	.main_nav_wrapper {
		height: 58px;
		position: relative;
		z-index: 110;
	}
	
	.mob_menu_btn_wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	        -ms-flex-pack: justify;
	            justify-content: space-between;	
	}
	
	#main_nav.fixed_menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.12);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.12);	
		z-index: 110;
	}
	
	.mob_menu_btn_wrapper > div {
		width: 33.333%;
	}
	
	.mob_menu_btn_wrapper > div:nth-child(1) {
		text-align: left;
	}
	
	.mob_menu_btn_wrapper > div:nth-child(2) {
		text-align: center;
	}
	
	.mob_menu_btn_wrapper > div:nth-child(3) {
		text-align: right;
	}
	
	.mobile_search {
		background: url(../images/search-icon.png) center no-repeat;
		position: relative;
	}
	
	.mobile_search:after {
		content: "";
		display: block;
		width: 1px;
		height: 40px;
		top: 9px;
		background: rgba(255,255,255,0.2);
		left: 0;
		position: absolute;
	}
	
	.mobile_search:before {
		content: "";
		display: block;
		width: 1px;
		height: 40px;
		top: 9px;
		background: rgba(255,255,255,0.2);
		right: 0;
		position: absolute;
	}
	
	.mobile_basket {
		background: url(../images/basket.png) center no-repeat;
	}
	
	.mobile_basket a {
		width: 100%;
		height: 100%;
		display: block;
	}
	
	.LineGreyDiv LI {
		display: block;
		margin: 0;
	}
	
	.LineGreyDiv LI A {
		display: block;
		padding: 12px 18px;
		font-size: 14px;
		text-decoration: none;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	
	.toggle_menu {
		position: fixed;
		left: -100%;
		top: 0;
		bottom: 0;
		width: 240px;
		background: #585858;
		z-index: 100;
		-webkit-transition: left 0.3s;
		-o-transition: left 0.3s;
		transition: left 0.3s;
	}
	
	#catalog_menu_btn {
		position: relative;
	}
	
	#catalog_menu_btn:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid rgba(255,255,255,0.6);
		border-right: 2px solid rgba(255,255,255,0.6);
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		position: absolute;
		top: 14px;
		right: 15px;
	}
	
	.toggle_menu.open_menu, .catalog_menu.open_menu {
		left: 0;
		-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.35);
		box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.35);		
	}
	
	.toggle_menu  ul {
		padding: 0 !important;
		overflow-y: auto;
	}
	
	.toggle_menu ul::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	.toggle_menu ul::-webkit-scrollbar:vertical {
		width: 8px;
	}

	.toggle_menu ul::-webkit-scrollbar:horizontal {
		height: 12px;
	}

	.toggle_menu ul::-webkit-scrollbar-thumb {
		background-color: rgba(88, 88, 88, 0.5);
		border-radius: 10px;
		border: 1px solid rgba(255,255,255,.6);
	}	

	.toggle_menu ul::-webkit-scrollbar-track {
		border-radius: 10px;  
	}	
	
	.LineGreyDiv LI.mobile_menu_title, .mobile_menu_title {
		display: block;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		border-bottom: 2px solid rgba(255, 255, 255, 0.64);
		padding: 10px !important;
		color: #fff;
	}
	
	.back_menu {
		position: relative;
	}
	
	.back_menu:before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid rgba(255,255,255,0.6);
		border-left: 2px solid rgba(255,255,255,0.6);
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		position: absolute;
		top: 14px;
		left: 15px;	
	}
	
	.LineGreenDiv {
		margin-top: 10px;
		display: block;
		text-align: center;
	}
	
	.GeneralMainTablCenter, .GeneralMainTablCenter > tbody, .GeneralMainTablCenter > tbody > tr, .GeneralMainTablCenter > tbody > tr > td {
		display: block;
	}
	
	.GeneralMainTablCenter {
		padding: 0 10px;
	}
	
	.GeneralMainTablCenterTd_2 {
		width: 100%;
		float: none;
		padding: 10px 0;
	}
	
	.GeneralMainTablCenterTd_2:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.GeneralMainTablCenterTd_2 br {
		display: none;
	}
	
	.GeneralMainTablCenterTd_2 .icon_link {
		display: inline-block;
		padding: 5px 10px;
		border: 1px solid #007d46;
		margin-right: 10px;
		margin-bottom: 10px;
		text-decoration: none;
		font-size: 12px;
	}
	
	.LineGreenDiv {
		height: auto;
	}
	
	.MainCenterTitleV {
		margin: 0 auto 0 15px;
		display: inline-block;
	}
	
	.MainCenterTableDirV {
		width: 100%;
		margin: 0 auto;
	}
	
	.MainCenterTitleP {
		margin: 0 auto 0 15px;
		display: inline-block;
	}
	
	.MainCenterTableDirP {
		width: 100%;
		margin: 20px auto;
	}	
	
	.MainCenterDirTitleV, .MainCenterDirTitleP {
		height: auto;
		max-width: 100%;
	}
	
	.MainCenterTableDirV td {
		width: 25%;
		vertical-align: top;
	}
	
	.News div {
		width: 100% !important;
		margin: 10px auto !important;
	}
	
	.News h2 {
		font-size: 16px !important;
		font-weight: 600 !important;
	}
	
	.News h1 {
		font-size: 24px !important;
	}
	
	footer nav {
		display: none;
	}
	
	footer p {
		margin: 0;
		padding: 10px;
	}
	
	.main_nav_wrapper .SearchForm {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 58px;
		height: 43px;
	}
	
	.main_nav_wrapper .SearchForm input[type='text'] {
		max-width: 180px;
	}
	
	.SearchForm INPUT[type="submit"] {
		padding: 5px 20px;
	}
	
	.CatalogTitleDiv {
		display: block;
		margin: 0;
		padding-left: 10px;
		width: 100%;
		float: none;
	}
	
	.CrumbsTitle {
		padding: 0 10px;
	}
	
	.GeneralTablForm, .filter_wrapper {
		padding: 0 10px;
	}
	
	.GeneralTablForm, .GeneralTablForm > tbody, .GeneralTablForm > tbody > tr, .GeneralTablForm > tbody > tr > td {
		display: block;
	}
	
	.GeneralTablGoodInfo {
		height: 20px;
	}
	
	.full_width {
		width: 100%;
	}
	
	.title_mini_card2 {
		text-align: center;
	    margin: 10px 0;	
	}
	
	.buy_btn_wrapper {
		height: auto;
	}
	
	.GeneralTabl TD:nth-child(2) {
	    vertical-align: middle;
	}
	
	.good_card_kupit {
	    display: inline-block;
		padding: 8px 20px;	
		max-width: 300px;
		width: 100%;	
	}
	
	.nowrap {
		white-space: nowrap;	
	}
	
	.good_info_text {
		padding: 10px;
	}
	
	.txt_2 {
		padding: 0 10px;
		margin: 0;
	}
	
	.title_mini_card {
		padding: 10px;
		height: auto;
	}
	
	.BasketInfo {
		padding: 10px;
	}
	
	.visible_mob {
		display: block;
	}
	
	.hidden_mob {
		display: none !important;
	}
	
	.info_table, .info_table > tbody, .info_table > tbody > tr, .info_table > tbody > tr > td {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.HeadTitle {
		font-size: 14px;
		margin: 10px 0;
	}
	
	form[name="FormMsg"] {
		width: 100%;
		max-width: 400px;
	}
	
	form[name="FormMsg"] div {
		width: 100%;
	}
	
	form[name="FormMsg"] textarea {
		width: 100%;
	}
	
	form[name="FormMsg"] .FormInput {
		width: 100%;
	}
	
	.FormInput {
		padding: 8px 10px !important;
	}
	
	.PageDescr li {
		margin: 0 0 0 30px;
	}
	
	.PageDescr {
		padding: 0 10px;
	}
	
	.UlPriceList li {
		margin: 0;
	}
	
	.PageDescrImg {
		width: 100%;
		text-align: center;
	}
	
	.PageDescrImg .ImgL {
		float: none;
	}
	
	input[type="checkbox"] {
		width: 16px;
		height: 16px;
	    vertical-align: middle;	
	}
	
	#block_id-1:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.GeneralTablForm TD {
		float: left;
		margin-right: 10px;	
	}
	
	.GeneralTablForm tr:last-child td {
		float: none;
		clear: both;
		padding: 10px 0;
		height: auto;
	}
	
/* 	.GeneralTablForm TD {
		height: auto;
	} */
	
	.filter_wrapper td {
		padding: 10px 0;
		height: auto;
	}
	
	.frame_s2 {
		padding: 8px 0;
		height: auto;
	}
	
	.PageFone {
		padding: 5px 10px;
	}
	
	.page_title {
		padding: 0 10px;
	}
	
	#block_id {
		padding: 0 10px;
	}
	
	#block_id, #block_id > tbody, #block_id > tbody > tr, #block_id > tbody > tr > td {
		display: block;
	}
	
	#block_id td {
		float: left;
		margin-right: 10px;
		padding: 3px 0;
	}
	
	#block_id {
		display: none;
	}
	
	.filter_wrapper, .filter_wrapper > tbody, .filter_wrapper > tbody > tr, .filter_wrapper > tbody > tr > td {
		display: block;
		width: 100% !important;
		clear: both;
	}
	
	.title_tab_form {
		background: none;
		height: auto;
	}
	
	.title_tab_form2 {
		background: none;
	}
	
	.filter_wrapper tr td:first-child {
		border-bottom: 1px solid #389F33;
	}
	
	.filter_wrapper .but {
		display: block;
		width: 300px;
		height: auto;
		padding: 10px;
		text-align: center;
		margin-top: 20px;
	}
	
	.filter_wrapper tr:last-child td:last-child {
		height: auto;
	}
	
	.link_bold {
		padding: 10px 8px;
		border: 1px solid #007d46;
		display: inline-block;
	}
	
	.HeaderTitle {
		margin: 10px auto;
		font-size: 14px;
	}
	
	.GeneralRasprodajaText {
		padding: 0 10px;
	}
	
	.GeneralTablGoodSertLink {
		background: none !important;
	}
	
	input[type="radio"] {
		width: 16px;
		height: 16px;
		vertical-align: text-bottom;
		margin: 10px 0 0;
	}
	
	.txt input[type="text"] {
		padding: 6px 10px;
		max-width: 95%;
		width: 100%;
	}
	
	.txt select {
		padding: 6px;
	}
	
	.basket_form_wrapper {
		padding: 0 10px;
	}
	
	.basket_form_wrapper > .txt {
		width: 100%;
	}
	
	.BlockHid {
		padding: 0 10px;
	}
	
	.basket_table_wrapper {
		padding: 0 10px;
	}
	
	.basket_table, .basket_table tbody, .basket_table tbody tr, .basket_table tbody tr td {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.basket_table_row {
	    text-align: center;
		border: 1px solid #ddd;
		padding: 10px;
		margin-bottom: 20px;		
	}
	
	.basket_table_row td {
		padding: 10px 0;
		font-size: 18px;
	}
	
	.basket_table_row .menu_link_left {
	    font-size: 20px;
		font-weight: 600;
		text-decoration: none;	
	}
	
	.basket_table_row .basket_title {
		font-weight: 600;
	}
	
	.basket_form_wrapper, .basket_form_wrapper > tbody, .basket_form_wrapper > tbody > tr, .basket_form_wrapper > tbody > tr > td {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.title_mini_card2 {
		height: auto;
		background: none;
	}
	
	.title_info_mob {
	    text-align: center;
		margin: 10px 0;	
	    font: 17px/15px Verdana, Arial, Helvetica, sans-serif;
		color: #232323;
		text-decoration: none;
		letter-spacing: 1px;	
	}
	
	.title_mini_card {
		background: #F2F2F2;
	}
	
	.order_info img {
		vertical-align: middle;
	}
	
	#block_id-1.GeneralTablForm TD.GeneralTablFormTDDir {
		height: auto;
		display: block;
		font-size: 12px;
	}
	
	.GeneralTablForm TD A {
		vertical-align: middle;
		font-size: 12px;
	}
	
	.GeneralTablGoodInfoPay {
		background: #F4F4F4;
		height: auto;
	}
	
	.frame_s {
		height: auto;
		padding: 8px;
	}
	
	
	.search_info_wrapper {
		padding: 0 10px;
	}
	
	.search_info_wrapper .frame_s_parent {
		padding: 10px;
	}
	
	.search_info_wrapper .form_link2 {
	    display: block;
		margin-top: 20px;
		padding: 10px;	
	}
	
	.CardSale {
		width: 100%;
		margin: 10px 0;
	}
	
	.GeneralTablGoodInfoPay {
		padding: 10px 0;
	}
	
	#block_id-1 tr:first-child td {
		clear: both;
		float: none;
	}
	
	#block_id-1 .title_tab_form2 {
		clear: both;
		float: none;
	}
}

@media only screen and (max-width : 660px) {
	.MainCenterTableDirV, .MainCenterTableDirV > tbody {
		display: block;
	}
	
	.MainCenterTableDirV > tbody > tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
	.MainCenterTableDirV > tbody > tr > td {
		width: 50%;
		display: block;
	}
	
	.MainCenterTableDirP, .MainCenterTableDirP > tbody {
		display: block;
	}
	
	.MainCenterTableDirP > tbody > tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
	.MainCenterTableDirP > tbody > tr > td {
		width: 50%;
		display: block;
	}	
	
	.TableCardFull {
		margin-bottom: 20px;
	}
	
	.basket_form, .basket_form > tbody, .basket_form > tbody > tr, .basket_form > tbody > tr > td {
		display: block;
		width: 100%;
	}
	
	.basket_form br {
		display: none;
	}
	
	.basket_form tr {
		padding: 5px 0;
	}
	
	.basket_form {
		padding: 10px;
		width: 100%;
	}
	
	.basket_form > tbody > tr:first-child br {
		display: block;
	}
	
	.basket_btn_wrapper input {
		padding: 10px;
		margin-left: -11px;
		margin-bottom: 10px;
	}
	
	.order_btn {
		padding: 10px 60px;
		margin-left: -11px;
	}
	
}

@media only screen and (max-width : 600px) {
	.TableCardFull {
		width: 100%;
	}
	
	.TableCardFull, .TableCardFull > tbody, .TableCardFull > tbody > tr, .TableCardFull > tbody > tr > td {
		display: block;
		width: 100%;
	}
	
	.TableCardFullTdImg {
		height: auto;
	}
	
	.TableCardFullTdImgNew IMG {
		margin:0 ;
	}
	
	.order_info, .order_info > tbody, .order_info > tbody > tr, .order_info > tbody > tr > td {
		display: block;
		width: 100%;
	}
	
	.order_info .good_card_kupit {
		margin-bottom: 10px;
	}
	
	
}

@media only screen and (max-width : 425px) {
	.GeneralMainTablCenterTd_2 IMG {
		float: none;
	}
	
	.GeneralMainTablCenterTd_2 .icon_link {
		padding: 10px;
		width: 100%;
	}
	
	.GeneralTablForm TD {
		float: none;
		margin-right: 0;
		height: auto;
		padding: 5px 0;		
	}
	
	.GeneralTablGood {
		padding: 0 10px;
	}
	
	.GeneralTablGood, .GeneralTablGood > tbody, .GeneralTablGood > tbody > tr, .GeneralTablGood > tbody > tr > td {
		display: block;
		width: 100%;
		border-bottom : #389f33 solid 0px;
	}
	
	.GeneralTablGoodLinkTitle {
		height: auto;
		margin: 10px 0;
	}	
}

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

.ParamDiv TD {

		margin: 10px 0px;
		border-bottom : #389f33 solid 1px;

}

}