@font-face {
    font-family: ArsICO; /* Гарнитура шрифта */
	font-display: block;
    src: url("/includes/fonts/arsico-v9.eot");
    src: url("/includes/fonts/arsico-v9.eot?#iefix") format("embedded-opentype"),
    url("/includes/fonts/arsico-v9.woff2") format("woff2"),
    url("/includes/fonts/arsico-v9.woff") format("woff"),
    url("/includes/fonts/arsico-v9.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: Ubuntu-L; /* Гарнитура шрифта */
	font-display: swap;
    src: url("/includes/fonts/Ubuntu/UbuntuLight.eot");
    src: url("/includes/fonts/Ubuntu/UbuntuLight.eot?#iefix")format("embedded-opentype"),
    url("/includes/fonts/Ubuntu/UbuntuLight.woff") format("woff"),
    url("/includes/fonts/Ubuntu/UbuntuLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: Ubuntu-R; /* Гарнитура шрифта */
	font-display: swap;
    src: url("/includes/fonts/Ubuntu/UbuntuRegular.eot");
    src: url("/includes/fonts/Ubuntu/UbuntuRegular.eot?#iefix")format("embedded-opentype"),
    url("/includes/fonts/Ubuntu/UbuntuRegular.woff") format("woff"),
    url("/includes/fonts/Ubuntu/UbuntuRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: Ubuntu-B; /* Гарнитура шрифта */
	font-display: swap;
    src: url("/includes/fonts/Ubuntu/UbuntuBold.eot");
    src: url("/includes/fonts/Ubuntu/UbuntuBold.eot?#iefix")format("embedded-opentype"),
    url("/includes/fonts/Ubuntu/UbuntuBold.woff") format("woff"),
    url("/includes/fonts/Ubuntu/UbuntuBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: Ubuntu-M; /* Гарнитура шрифта */
	font-display: swap;
    src: url("/includes/fonts/Ubuntu/UbuntuMedium.eot");
    src: url("/includes/fonts/Ubuntu/UbuntuMedium.eot?#iefix")format("embedded-opentype"),
    url("/includes/fonts/Ubuntu/UbuntuMedium.woff") format("woff"),
    url("/includes/fonts/Ubuntu/UbuntuMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: Rex-B; /* Гарнитура шрифта */
	font-display: swap;
    src: url(/includes/fonts/rex_bold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Arsenal-R; /* Гарнитура шрифта */
	font-display: swap;
    src: url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot");
    src: url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix")format("embedded-opentype"),
    url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"),
    url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"),
	url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Arsenal") format("svg"),
    url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: Arsenal-I; /* Гарнитура шрифта */
	font-display: swap;
    src: url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-italic.eot");
    src: url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-italic.eot?#iefix")format("embedded-opentype"),
    url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff") format("woff"),
    url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2") format("woff2"),
	url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-italic.svg#Arsenal") format("svg"),
    url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-italic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: Arsenal-B; /* Гарнитура шрифта */
	font-display: swap;
    src: url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-700.eot");
    src: url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix")format("embedded-opentype"),
    url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"),
    url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"),
	url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-700.svg#Arsenal") format("svg"),
    url("/includes/fonts/Arsenal/arsenal-v5-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
* { font-family: Arsenal-R, "Arial Narrow", sans-serif; font-size: 14px; }
.ico {
	font-family: ArsICO;
	font-size: 22px!important;
	font-weight:400!important;
	position: relative;
	display: inline-block;
	height:auto!important;
	text-shadow: 0px 1px 0px #ddd, 0px -1px 0px #666;
	color: #8688d1;
	z-index: 9999;
}
h1, h2, h4 { font-family: Ubuntu-M, "Trebuchet MS", sans-serif; }
h1 { font-size: 20px; margin-top: 4px; margin-bottom: 20px; color: #8E4924; border-bottom: 1px solid #eeeeee; text-transform: uppercase; }
h2 { margin-top:0px;margin-bottom:3px;font-size:16px;color:#FF8A01;background:#fff;}
h4 { margin-top:4px;margin-bottom:4px;font-size:14px;}
a.map { color:#666;text-decoration:none;}
.text { font-size:12px;line-height:14px;text-align:justify;padding:15px;}
.text_advert_block{line-height:14px;}
.text_shedule_block{line-height:14px;padding-left:7px;padding-right:15px;}
a.text_shedule_block{line-height:14px;padding-left:0;padding-right:0;text-decoration:none;color:#555;}
a:hover.text_shedule_block{line-height:14px;color:#000;}
.announce_name{font-family:Arsenal-R, "Arial Narrow", sans-serif;font-weight:700;font-size:14px;padding-top:4px;color:#fff;}
.reply_item2{color:#777;}
.reply_item1{font-weight:700;color:#777;}
.reply_name{color:#49589C;}
.menu_top{font-weight:700;font-size:11px;color:#525353;padding:0 10px 5px;}
a:hover.menu_top_active{font-weight:700;font-size:11px;padding-left:0;color:red;}

.new_mid_menu_level2_block { float: left; font-family: Ubuntu-L, "Trebuchet MS", sans-serif; font-weight:bold; font-size: 14px; text-transform: uppercase; margin: 3px 12px; line-height: 24px; display: block; }
.menu_mid{color:#525353;font-weight:bold;padding-top:5px;}
.head_menu_mid{color:#000;font-family:Arsenal-R, "Arial Narrow", sans-serif;font-size:12px;}
.head_menu_mid_sep{color:#bbb;font-weight:400;font-size:10px;padding-top:5px;}
a.menu_mid{ color:#525353; text-decoration:none; margin: 0px 10px; }
a.menu_mid_active{ color:red; text-decoration:none; margin: 0px 10px; }

.menu_left,.menu_left_2{width:100%;background:url(im/back_left_menu.png);font-weight:700;padding-right:3px;border-radius:3px;}
.menu_left:hover,.menu_left_2:hover{opacity:0.75;}
a.menu_left,a.menu_left_2{padding-left:0;color:#525353;text-decoration:none;display:block;}
a.menu_left_active {
	font-weight: 700;
	background: url(/im/back_left_menu2.png);
	color: red;
	text-decoration: none;
	width: 100%;
	display: block;
	border-right: 8px solid #FA9E9E;
}
.menu_left_2{padding-left:3px;font-weight:400;}
a.menu_left_2{padding-left:8px;}
.menu_left_2_active{width:100%;background:url(im/back_left_menu2.png);padding-left:3px;padding-right:3px;font-weight:400;}
a.menu_left_2_active {
	padding-left: 5px;
	color: red;
	text-decoration: none;
}
a:hover.header_menu{color:blue;text-decoration:none;}
.menu_bot{font-weight:700;font-size:10px;color:#525353;text-align:center;padding:0 10px 5px;}
a:hover.menu_bot_active{font-weight:700;font-size:11px;padding-left:0;color:#000;}
.head_menu_bot_sep{color:#888;font-weight:400;font-size:10px;padding-top:5px;}
.level_next{color:#525353;font-weight:700;font-size:10px;}
a.level_next{padding-left:10px;padding-right:10px;color:#525353;text-decoration:none;}
a.level_next_active{font-size:10px;font-weight:700;padding-left:10px;padding-right:10px;color:red;text-decoration:none;}
.level_next2{color:#525353;}
a.level_next2{padding-left:0;padding-right:15px;color:#525353;text-decoration:none;}
a.level_next2_active{padding-left:0;padding-right:15px;color:red;text-decoration:none;}
.print{font-weight:700;font-size:10px;padding-left:11px;color:#777;}
a.print{font-weight:700;font-size:10px;padding-left:0;color:#777;text-decoration:none;}
a:hover.print{font-weight:700;font-size:10px;padding-left:0;color:#8E4924;}

.news_announce_block { border: 0px solid #000000; text-align: left; margin-left: 10px; overflow: hidden; padding-bottom: 5px; padding-right: 10px;}
.news_block { text-align: left; border: 0px solid #0000ff; border-radius: 10px; margin-top: 10px; margin-right: 3px; padding-left: 7px; background: linear-gradient(-45deg, #f8f8f8, #ffffff); }
.news_data { font-size: 9px; color: #999999; border: 0px solid #ff0000; margin-top: 5px; }
.news_head { font-weight: bold; font-size: 12px; border: 0px solid #000000; }
a.news_head { color: #FF8A01; text-decoration: none; }
.news_text{ font-weight: normal; color:#444; padding: 5px 0px;}
.news_text a { color: #444; padding: 0px; }
.news_ext { margin: 5px; }
a.news_ext { color:#999; text-decoration:none;}

.shedule_head{font-weight:700;font-size:10px;padding-top:9px;padding-left:15px;color:#777;}
.field_item2{font-size:10px;color:#000;background:#F3F3F3;padding:3px;}
.card_samples { font-size: 12px; color: #512900; font-weight: 400; text-align: center; padding: 0; }
.card_td_1 { font-size: 12px; font-weight: 700; color: #000; padding: 10px 3px 3px; }
.card_td_1b { font-size: 14px; color: #000000; padding: 10px; min-width: 250px; text-align: left; }
.card_td_2 { font-size: 12px; font-weight: bold; color: #999; border-bottom: 1px solid #F0E0CF; padding:10px 3px 3px; }
.card_td_2b { font-size: 1.2em; font-weight: bold; color: #dc510a; margin-bottom: 10px; text-align: center; max-width: 90%; line-height: 85%;}
.card_instr_head{font-size:18px;font-weight:700;color:#FF8A01;text-align:center;}
a.card_instr{font-size:10px;font-weight:700;color:#666;text-align:center;padding:10px 3px 3px;}
a.card_select{background:url(im/button_1a.png) no-repeat;}
a.card_reset{
    border: 1px solid #DC510A;
    border-radius: 3px 3px 3px 3px;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #dc510a;
    cursor: pointer;
    display: inline-block;
	text-transform: uppercase;
	margin-bottom: 10px;
	width: 100px;
}
a.card_reset:hover {
    border: 1px solid #000000;
    background: #ffe4c4;
}

.img_art_center {
	max-width: 100%;
	height: auto;
	display: block;
}
a:hover.card_select{background:url(im/button_2a.png) no-repeat;}
.card_small_txt{font-size:9px;color:#555;position: relative;}
a.card_close{color:#666;text-decoration:none;background:url(im/close_1.png) no-repeat;display:block;}
a:hover.card_close{color:#000;background:url(im/close_2.png) no-repeat;}
a.card_back{color:#666;text-decoration:none;background:url(im/back_1.png) no-repeat;display:block;}
a:hover.card_back{color:#000;background:url(im/back_2.png) no-repeat;}
.img_art_left{margin-right:15px;}
.tag_pages{font-weight:400;font-size:11px;text-align:center;color:#777;}
a.page_normal{padding:3px;}
a.page_select{font-size:12px;font-weight:700;color:#8E4924;padding:3px;}
.td_pict{background:#ddd;}
a.td_pict{background:#ddd;border-left:1px solid #fff;border-top:1px solid #fff;border-right:1px solid #000;border-bottom:1px solid #000;}
a:hover.td_pict{background:#eee;border-left:1px solid #000;border-top:1px solid #000;border-right:1px solid #fff;border-bottom:1px solid #fff;}
.alt_small{font-size:10px;text-align:center;color:#000;background:#eee;padding:2px;}
.copy{font-size:9px;}
a.copy{text-decoration:none;color:#555;}
.form_norm{font-weight:700;font-size:11px;background:#F3F3F3;color:#000;padding:3px;}
.navigator_pages {
	font-weight: bold;
	font-size: 15px;
	color: red;
}
.form_varning {
	position:absolute;
	font-weight:700;
	font-size:10px;
	color:red;
	animation: blinkingText 0.5s infinite;
}
.td_head_form {
	font-weight:700;
	font-size:14px;
	background:#eee;
	color:#000;
	padding:3px;
}
.td_head {
	font-weight:700;
	font-size:14px;
	color:#fff;
	padding:3px;
}

.userform_h { float: left; width: 130px; font-weight: 700; font-size: 14px; color: #000; padding: 3px; margin: 3px; text-align: right; border: 0px solid #ff0000; }
.userform { float: left; width: 130px; background: none; padding: 3px; overflow: hidden; margin-bottom: 10px; text-align: right; margin: 3px; border: 0px solid #ff0000; }
.userform_f { float: left; width: 300px; background: none; padding: 3px; overflow: hidden; margin-bottom: 10px; text-align: left; margin: 3px; border: 0px solid #00ff00; }

.userform_f input { width: 70%; font-size: 16px;}
.userform_block { width: 460px; border: 0px solid #0000ff; overflow: hidden; margin-top: 5px; }

.td_form { background: #F3F3F3; padding: 3px; overflow: hidden; border-radius: 10px; box-shadow: 2px 2px 5px 1px #dddddd; margin-bottom: 10px; text-align: left; }
input{font-size:10px;border:solid 1px #ccc;margin:0;padding:0;background-color:#fff3e5;border-radius:4px;}
input:focus{border:1px solid #38ff00;}
input.button {font-size:10px;color:#000;font-weight:700;border-left:solid 1px #fff;border-top:solid 1px #fff;border-right:solid 1px #000;border-bottom:solid 1px #000;background:#ddd;-webkit-appearance: none;}
.buttonNew {
	border-radius: 4px 4px 4px 4px;
	border-left: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background: #FFA400;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
	-webkit-appearance: none;
}
.buttonNew:hover {
	background: #FBCA72;
	color: #000000;
}
a.buttonNew {
	color: #000000;
	text-decoration: none;
}
.buttonNew2, .buttonChangeNum {
    border-radius: 4px;
    background: linear-gradient(180deg, #D2EFD2, #AFD7AF);
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    -webkit-appearance: none;
}
.buttonNew2 {
    padding: 7px;
}
.buttonChangeNum {
    min-width: 70px;
    height: 22px;
    margin-right: 5px;
}

#priceCalculate {
	-webkit-appearance: none;
}

#priceCalculate:hover, .buttonSelectThis:hover, #returnStandartSizes:hover, .buttonChangeNum:hover, .buttonDelete:hover, .buttonDelete:hover, .buttonNew2:hover {
	box-shadow: 1px 1px 2px 1px #dddddd;
}

#numToBasket {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
}

.buttonNew3 { border-radius: 4px 4px 4px 4px; border-left: 1px solid #f5f5f5; border-top: 1px solid #f5f5f5; border-right: 1px solid #555555; border-bottom: 1px solid #555555; background: #FFA400; font-size: 11px; color: #000000; font-weight: bold; padding: 3px; padding-left: 7px; padding-right: 7px; display: block; cursor: pointer; -webkit-appearance: none;}
.buttonNew3:hover {
	background: #FBCA72;
	color: #000000;
}
a.buttonNew3 {
	color: #000000;
	text-decoration: none;
}

.buttonBlank {
	width: auto;
	padding: 5px;
	border-radius: 4px 4px 4px 4px;
	border-left: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	text-align: center;
	font-weight: bold;
	background: #BEE2F1;
	font-size: 14px;
	margin-top: 10px;
	cursor: pointer;
	white-space: pre-line;
	-webkit-appearance: none;
}
a.buttonBlank {
	text-decoration: none;
	border: 0px;
	color: #000000;
	display: block;
	padding: 0px;
	margin-top: 0px;
}
a.buttonBlank:hover {
	background: #ffffff;
}
div.buttonToBasket {
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	background: linear-gradient(180deg, #c7ffd0, #03be0f); 
	width: 190px;
	cursor: pointer;
	height: 30px;
	color: #000000;
	box-shadow: 
		1px 1px 2px 1px #cccccc;
	text-transform: uppercase;
	line-height: 30px;
	margin: 10px 0px -10px 0px;
	animation: blinkingText 2s infinite;
}
div.buttonToBasket:hover {
	color: #777777;
	background: linear-gradient(180deg, #d7fedd, #00ff10); 
	animation: none;
}
div.buttonToBasket:active, .buttonNew2:active, .buttonChangeNum:active {
	color: #ffffff;
	background: linear-gradient(#03be0f, #8effa0); 
	animation: none;
}
.numbas{
	margin-top: 6px;
	margin-left: 32px;
	font-size: 19px;
	font-weight: 900;
	text-shadow: 1px 1px gray;
	color: yellow;
	animation: blinkingText 2s infinite;
}
@keyframes blinkingText{
	0% {opacity:1;}
	25% {opacity:0.65;}
	50% {opacity:0.5;}
	75% {opacity:0.65;}
	100% {opacity:1;}
}
.buttonSelectThis {
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	background: linear-gradient(180deg, #D2EFD2, #AFD7AF); 
	width: 150px;
	cursor: pointer;
	height: 35px;
	margin-bottom: 5px;
	-webkit-appearance: none;
}
#returnStandartSizes {
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	background: linear-gradient(180deg, #EFF0B4, #DCDE82); 
	width: 150px;
	cursor: pointer;
	height: 25px;
}
.buttonDelete {
	color: #ff0000;
	text-align: center;
	border-radius: 4px;
	font-size: 13px;
	font-weight: bold;
	background: linear-gradient(180deg, #ffffff, #eeeeee); 
	cursor: pointer;
	height: 22px;
	min-width: 22px;
	-webkit-appearance: none;

}
.page_current{color:red;font-weight:700;}
.submit_basket{border-left:0 solid #ddd;border-top:0 solid #ddd;border-right:0 solid #000;border-bottom:0 solid #000;background:#fff;padding-top:0;padding-bottom:0;height:20px;width:35px;}
.submit_calc{border-left:0 solid #ddd;border-top:0 solid #ddd;border-right:0 solid #000;border-bottom:0 solid #000;background:#fff;padding-top:0;padding-bottom:0;height:20px;width:100px;}
.submit{border:1px solid #6D6D6D;font-size:10px;background:#DEDEDE;color:#000;text-align:center;padding:2px 5px;}
.submit_2{border-top:1px;}
input.submit_2{border:1px solid #888;font-size:9px;background:#F1F1F1;color:#888;text-align:center;}
input.submit_3 {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	font-size: 9px;
	background: #B3C7B3;
	color: #000000;
	text-align: center;
	width: 100%;
}
.submit_3{font-size:11px;font-weight:700;margin-left:0;color:#000;text-align:right;width:20px;padding:1px 3px 2px 5px;}
a.submit_3{border-left:1px solid #fff;border-top:1px solid #fff;border-right:1px solid #000;border-bottom:1px solid #000;background:red;padding-right:5px;text-decoration:none;text-align:right;color:#fff;}
a:hover.submit_3{border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #000;border-top:1px solid #000;background:#fff;color:red;}
.autorize_form{width:120px;margin-bottom:1px;}
.autorize_text{color:#888;font-weight:700;padding-top:5px;font-size:10px;min-width:140px;}
.autorize_text2{color:#888;font-weight:700;padding-top:7px;padding-left:20px;text-align:center;}
a.autorize_text2{color:#888;padding-top:0;padding-left:0;text-decoration:none;}
.user_name{font-size:9px;color:#888;font-weight:700;padding-top:3px;padding-right:0;text-align:right;font-style:italic;width:238px;}
a.user_name{color:#000;padding-top:0;padding-right:0;text-decoration:none;}
a:hover.user_name{text-decoration:underline;}
/*.head_basket { font-family: Ubuntu-M; font-size: 16px; margin-left: 10px; height: 17px; text-transform: uppercase; }*/
.head_basket {
	font-family: Ubuntu-M, sans-serif;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
	background: linear-gradient(180deg, #ffffff, #eeeeee);
	width: 190px;
	height: 30px;
	color: #ACACAC;
	box-shadow: 1px 1px 2px 1px #cccccc;
	text-transform: uppercase;
	line-height: 30px;
	margin: 10px 0px -10px 0px;
}
/*.head_basketFull { font-family: Ubuntu-M; font-size: 18px; margin: 10px; height: 17px; text-transform: uppercase; }*/
.left{margin-left:10px;}
.main_content {
	margin-left: 10px;
	margin-right: 10px;
}
.name_item{font-weight:700;color:#8E4924;}
.name_item2{font-weight:400;color:#512900;}
.basket_small { border-radius: 10px; margin: 0px 12px 10px 0px; padding: 10px 0px; background: #E0EFFF; border-bottom: 1px solid #AACBEB; border-right: 1px solid #AACBEB; }
.basket_options { font-weight: 700; }
.basket_options_div { float: left; display: flex;align-items: center;justify-content: flex-end;gap: 2px;}
.basket_options_2{font-weight:700;font-size:11px;color:#622A00;}
.td_basket_options{color:#666;font-size:9px;padding-left:4px;padding-right:4px;}
.td_basket_total { color: #666; font-size: 12px; padding-left: 4px; padding-right: 4px; text-align: left; border: 0px solid #ff0000; }
.td_basket_options_2 { color: #622A00; font-size: 11px; font-weight: 700; padding-left: 4px; padding-right: 4px; background: #F0F0F0; height: 32px; border-radius: 5px;}

.promocode_cancel {
	float: left;
	color: red;
	border-radius: 3px 3px 3px 3px;
	border-left: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background: #ffffff;
	cursor: pointer;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	height: 18px;
}
.promocode_ok {
	float: left;
	color: red;
	border-radius: 3px 3px 3px 3px;
	border-left: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background: #ffffff;
	cursor: pointer;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	height: 18px;
}

.basket_full_item {
	overflow: hidden; border-radius: 10px; margin-bottom: 15px; padding: 10px;
	box-shadow: 2px 2px 5px 1px #dddddd;
	min-height: 85px;
}
.basket_full_img {
	max-width: 140px; float: left; position: relative;
}
.basket_full_img img {
	position: absolute; top: 0px;
}
.basket_full_right {
	border: 0px solid #888888; margin-left: 140px;
}
.basket_full_name_sklad {
	border: 0px solid #00ff00; overflow: hidden; float: left; display: grid;
}
.basket_user_text {
	font-style: italic;
	color: #2E3194;
	font-weight: normal;
	border: 1px solid #dddddd;
	padding: 3px;
}
.basket_name_item { font-weight: bold; color: #8E4924; float: left; display: flex; flex-wrap: wrap;padding-bottom: 3px;text-align:left;}
a.basket_name_item { color: #8E4924; text-decoration: none; }
a:hover.basket_name_item { color: blue; text-decoration: none; }

.coover {}
.coover_item, .catalog_item { 
	overflow: hidden;
	background: none;
	text-align: left;
	padding: 14px;
	margin: 20px 0px;
	border-radius: 6px;
	box-shadow: 
	inset 0px -2px 5px 1px rgba(50,50,50,0.1),
	2px 2px 6px 0px #aaaaaa;
}
.coover_item img { margin: 0px 10px 10px 0px; float:left; max-width:45%; object-fit: cover; border-radius: 10px;}

.catalog_item_img { float: left; border: 0px solid #eeeeee; border-radius: 4px; box-shadow: 1px 1px 2px 0px #aaaaaa; display: inline-block; margin-right: 6px; text-align: center; position: relative;}
.catalog_item_img img { margin: 7px; }
.catalog_item_content { border: 0px solid #cccccc; margin-left: 10px; /*float: left; display: inline-block; width: 50%;*/ }
.catalog_item_header { overflow: hidden; display: flex; justify-content: space-between; min-height: 21px;}
.catalog_item_data { margin-bottom: 10px; min-height: 28px;}
.catalog_item_header_text { float: left; }
.catalog_item_header_icons { float: right; display: inline-block; }
.catalog_valute { color: #ff8a01; font-size: 25px; font-weight: bold; float: left; }
.catalog_valute * { font-family: inherit; }
.catalog_data { float: left; }
.cat_dat_siz {
	padding-right:5px;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1em;
	max-height: 2.5lh;
	overflow-y: hidden;
	font-weight: 800;
}
a.cat_dat_siz {color:inherit;}
a:hover.cat_dat_siz {color:inherit;text-decoration:none;}
.msize {position: absolute; left: 0px; right: 0px; margin: auto; bottom: 1px;}
.slab {background: #ffffffa6; border-radius: 3px; padding: 0px 3px; font-weight: 800; max-width: 132px; overflow: hidden; white-space: nowrap; display: inline-block; border: 1px solid #c7c7c76e;font-size: 12px; color: #000000;}

.banner_modul { width: 150px; margin-top: 10px; box-shadow: 1px 1px 1px 1px #cccccc; padding: 10px; border-radius: 6px; }

.putch{font-size:10px;font-weight:700;color:#a2a2a2;}
a.putch{text-decoration:none;color:#a2a2a2;}
.basket_fun{font-size:10px;font-weight:700;color:#a2a2a2;padding-left:15px;}
a.basket_fun{text-decoration:none;color:#a2a2a2;padding-left:0;}
.stiker_text{padding:5px;}
.result_string{font-weight:700;color:red;border:1px solid #FF8000;padding:5px;}
.head_tab_coover{color:#999;padding-right:5px;}
.data_coover{padding-bottom:5px;}
.return{text-align:center;}
.radio{border:0; accent-color: #ff8c05;}
.valute{color:#ffffff;font-size:11px;padding-top:0;}
.card_head{color:#FF8A01;margin-bottom:0;font-size:14px;font-family:Arsenal-B;font-weight:700;}
.art { color: #707070; font-weight: 400; font-style: italic; background: #ffffff; float: left; margin-right: 3px;}
.price_basket { font-weight: 700; color: #53260D; }
.price_basket_val { font-weight: 400; color: #665955; }
.price{font-size:14px;font-weight:700;color:#754E38;padding-top:0;}
.price_on_card { font-size: 25px; font-weight: bold; color: #ff8a01; padding: 10px 3px 3px; text-align: left;}
.price_no_down{font-size:9px;font-weight:700;color:#777;text-decoration:line-through;}
.vote_text{font-size:9px;text-align:center;}
.vote_quest{font-size:9px;font-weight:700;color:#BA5400;text-align:center;}
.vote_status2{font-size:9px;color:#622C00;font-weight:700;background:#f1f1f1;}
.vote_link_text{font-weight:700;padding-right:15px;font-size:10px;}
a.vote_link_text{color:#622C00;text-decoration:underline;}
a:hover.vote_link_text{color:#555;text-decoration:none;}
/*.new_items_head{font-size:18px;font-weight:700;color:#FF5E01;} /* за ненадобностью */
.new_items_all{font-size:18px;font-weight:700;color:#777;}
.new_items_days{font-size:14px;font-weight:700;color:#777;line-height:14px;}
a.new_items_days{color:#777;text-decoration:none;}
a.but_basket_1{background:green;padding-left:163px;padding-right:163px;border-left:1px solid #A4DFA5;border-top:1px solid #A4DFA5;border-right:1px solid #000;border-bottom:1px solid #000;text-align:center;font-weight:700;color:#fff;text-decoration:none;width:100%;}
a:hover.but_basket_1{background:green;border-right:1px solid #A4DFA5;border-bottom:1px solid #A4DFA5;border-left:1px solid #000;border-top:1px solid #000;text-align:center;width:100%;}
a.but_basket_2{background:#CFC;padding-left:36px;padding-right:36px;border-left:1px solid #F1FFF0;border-top:1px solid #F1FFF0;border-right:1px solid #000;border-bottom:1px solid #000;text-align:center;font-weight:700;color:#000;text-decoration:none;width:100%;}
a:hover.but_basket_2{background:#CFC;border-right:1px solid #F1FFF0;border-bottom:1px solid #F1FFF0;border-left:1px solid #000;border-top:1px solid #000;text-align:center;width:100%;}
a.but_basket_3{background:silver;padding-left:36px;padding-right:36px;border-left:1px solid #E1E1E1;border-top:1px solid #E1E1E1;border-right:1px solid #000;border-bottom:1px solid #000;text-align:center;font-weight:700;color:#000;text-decoration:none;width:100%;}
a:hover.but_basket_3{background:silver;border-right:1px solid #E1E1E1;border-bottom:1px solid #E1E1E1;border-left:1px solid #000;border-top:1px solid #000;text-align:center;width:100%;}
a.but_basket_4{background:red;padding-left:36px;padding-right:36px;border-left:1px solid #FFAEAE;border-top:1px solid #FFAEAE;border-right:1px solid #000;border-bottom:1px solid #000;text-align:center;font-weight:700;color:#fff;text-decoration:none;width:100%;}
a:hover.but_basket_4{background:red;border-right:1px solid #FFAEAE;border-bottom:1px solid #FFAEAE;border-left:1px solid #000;border-top:1px solid #000;text-align:center;width:100%;}
.button_2{font-size:10px;font-weight:700;color:#555;background:#feb302;-webkit-appearance: none;}
a.button_2{color:#555;text-decoration:none;border-left:1px solid #fff;border-top:1px solid #fff;border-right:1px solid #5B869C;border-bottom:1px solid #5B869C;width:100%;padding:3px 5px;}
a:hover.button_2{color:#FFF;width:100%;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #5B869C;border-top:1px solid #5B869C;}
.dcr_list { color: #82573B; margin: 8px 8px 8px -2px; padding-left:6px;}
.dcr_list div { text-align: left; }
a.dcr_list_item{color:#82573B;padding-left:20px;text-decoration:none;background:url(im/button_1a.png) no-repeat;}
a.dcr_list_item_default{color:#82573B;padding-left:20px;text-decoration:none;background:url(im/button_2a.png) no-repeat;}
a:hover.dcr_list_item{color:#000;background:url(im/button_2a.png) no-repeat;}
.dcr_ready{margin:8px 8px 8px 0;}
.dcr_ready_sale{margin-left:24px;font-size:11px;}
.dcr_change{color:#6F6F6F;}
a.dcr_change{color:#6F6F6F;text-decoration:none;}

BODY,td{font-family:Arsenal-R, "Arial Narrow", sans-serif;font-size:12px; background: #d9d9d9; margin: 0px auto;}
BODY{border-right: 1px solid #c6c6c6;border-left: 1px solid #c6c6c6; max-width: 1450px; position: relative; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
a:hover.map,a:hover.copy,a:hover.putch{text-decoration:underline;color:#000;}
.reply_value,a:hover.level_next,a:hover.level_next2,a:hover.news_head{color:#8E4924;}
a.menu_top,a.menu_bot{color:#525353;text-decoration:none;padding:0;}
a:hover.coover_head,a:hover.name_item,a:hover.menu_top,a:hover.menu_mid,a:hover.menu_mid_active,a:hover.menu_left,a:hover.menu_left_active,a:hover.menu_left_2,a:hover.menu_left_2_active,a:hover.menu_bot{color:blue;text-decoration:none;}
a.menu_top_active,a.menu_bot_active{font-weight:700;font-size:11px;padding-left:0;color:red;text-decoration:none;}
a:hover.card_instr,a:hover.card_reset,a:hover.name_item2,a:hover.new_items_days{color:#000;text-decoration:none;}
a.header_menu { color: #FF8A01; text-decoration: none; }
a:hover.level_next_active,a:hover.level_next2_active,a:hover.card_samples,a:hover.autorize_text2{color:#000;}
.news_ext,.news_arc,a.news_arc{font-weight:400;padding-top:5px;color:#999;}
a:hover.news_ext,a:hover.news_arc{font-weight:400;padding-top:5px;color:#000;}
.field_item1,.field_item3{font-size:10px;color:#000;background:#eee;padding:3px;}
a.card_samples,a.name_item2{color:#512900;text-decoration:none;}
.img_art_right,.right{margin-left:15px;}
.img_small,.img_big{margin:5px;}
.img_basket{margin-left:7px; margin-right:7px;}
.add_content,.form_text,.user_down{font-size:10px;}
.modul_text{font-size:16px;}
textarea,select{font-size:10px;border:solid 1px #ccc;background-color:#fff3e5;border-radius:4px;}
textarea:focus{border:1px solid #38ff00;}
a.name_item,a.modul_text{color:#8E4924;text-decoration:none;}
a:hover.modul_text,a:hover.dcr_change{color:#000;text-decoration:underline;}
.vote_answer,.vote_res{font-size:9px;color:#622C00;background:#F6F6F6;}
.vote_answers,.vote_status1{font-size:9px;color:#000;background:#f1f1f1;}
a:hover.new_nav_top,a:hover.new_nav_top_a{text-decoration:none;color:blue;}
.selectorLang {
	font-weight: bold;
	font-size: 10px;
	color: #999999;
}
a.selectorLang {
	color: #FF5E01;
	text-decoration: none;
}
a.selectorLang:hover {
	color: #000000;
	text-decoration: underline;
}
.nullsCatalog {
	font-size: 16px;
}
.td1 {
	border: 1px solid #cccccc;
}
.td_head2 {
	background: #cccccc;
	padding: 5px;
	font-weight: bold;
}
.translateButton {
cursor: pointer;
/* background: #fc0; ���� ���� */
color: #b3b3b3;
text-decoration: none;
text-shadow: 1px 1px 0px #000;
font-size: 120%;
font-weight: bold;
-webkit-appearance: none;
}

textarea {
	overflow: auto;
	width: 80%;
	resize: none;
}

.yesButton{
	width:auto;
	margin:10px 0 0 2px;
	padding:3px 4px 3px 4px;
	color:white;
	background:#589d39;
	outline:none;
	border:1px solid #006600;
	font-weight:bold;
	cursor: pointer;
	-webkit-appearance: none;
}

.yesButton:active{
	background:#006600;
	padding:4px 3px 2px 5px;
}

.yesButton:hover {
	background:#33ff00;
	border:1px solid #589d39;
}

.noButton{
	width:auto;
	margin:10px 0 0 2px;
	padding:3px 4px 3px 4px;
	color:white;
	background-color: red;
	outline:none;
	border:1px solid #006600;
	cursor: pointer;
	-webkit-appearance: none;
}

.noButton:active{
	background-color:#006600;
	padding:4px 3px 2px 5px;
}

.noButton:hover {
	background:#f49000;
}

.a100 {
	padding-left: 3px;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

}
.a20 {
	padding-left: 3px;
	opacity: .4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";

}

.welcomeEdit {
	font-size: 10px;
	font-style: normal;
	margin-top: -3px;
}
a.welcomeEdit {
	color: #FFFFFF;
	text-decoration: none;
}
a.welcomeEdit:hover {
	color: #000000;
	text-decoration: underline;
}

/* стили пунктов выбора метода оплаты */
div.payMethodItem {
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	margin: 4px;
	padding: 5px;
}
div.payMethodItem:hover {
	border: 1px solid #555555;
	background: #ffffff;
}
div.payMethodItem img {
	margin: 0px;
}
div.payMethodItem input {
	border: 0px;
}
/*span.promoCodeCancel {
	color: #FF1C00;
	font-weight: bold;
	cursor: pointer;
}
span.promoCodeCancel:hover {
	color: #000000;
}*/
.promoCodeDiv {
	background: #ffffff;
	font-size: 11px;
	color: #000000;
	border: 1px solid #FF8047;
	border-radius: 3px 3px 3px 3px;
	padding: 2px 2px 2px 5px;
	margin-left: 10px;
}
.promoCodeButton {
-webkit-appearance: none;
}
.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 3px 3px 3px 0; /* Отступы вокруг картинки */
   }
.rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 3px 0 3px 3px; /* Отступы вокруг картинки */
   }
.imgcat {
  background: url("im/cattraf01.png") no-repeat;
  height: 62px;
  width: 163px;
  margin: 0 7px 7px;
}
.imgcat:hover {
  background: url("im/cattraf11.png") no-repeat;
  height: 62px;
  width: 163px;
  margin: 0 7px 7px;
}
.imgcat:active {
  background: url("im/cattraf21.png") no-repeat;
  height: 62px;
  width: 163px;
  margin: 0 7px 7px;
}

.imghelp {
  background: url("im/helpbutton00.png") no-repeat;
  height: 62px;
  width: 163px;
  margin: 0 5px 5px;
}
.imghelp:hover {
  background: url("im/helpbutton01.png") no-repeat;
  height: 62px;
  width: 163px;
  margin: 0 5px 5px;
}
.imghelp:active {
  background: url("im/helpbutton02.png") no-repeat;
  height: 62px;
  width: 163px;
  margin: 0 5px 5px;
}

.catsec {
  background: url("im/catsectbut0.png") no-repeat;
  height: 52px;
  width: 83px;
  }
.catsec:hover {
  background: url("im/catsectbut1.png") no-repeat;
  height: 52px;
  width: 83px;
}
.catsec:active {
  background: url("im/catsectbut2.png") no-repeat;
  height: 52px;
  width: 83px;
}

.pixshadow {
	box-shadow: 1px 1px 2px 0px #aaaaaa;
}
.pixshadow:hover {
	box-shadow: 3px 3px 6px 0px #aaaaaa;
}

a.nolink, a.nolink:hover {
	text-decoration:none;
	cursor: default;
	color: currentColor;
	font-size: inherit;
	white-space: nowrap;
}

.rule {
   font-size: 17px;
   color: #ff8000;
   font-weight: bold;
   text-shadow: #7ea4bd 0 1px 1px;
  }
   
   /* кнопки "следующий" и "предыдущий" товар*/
.button_next_item {
	border-radius: 6px; border: 1px solid #eeeeee; box-shadow: 2px 2px 2px 2px #cccccc;
}
   
/* раздельные стили кнопок */
.butfr {
	border: 1px solid #DC510A;
	border-radius: 3px 3px 3px 3px;
	padding: 5px;
	box-shadow: 1px 1px 3px 1px #d7d7d7;
	font-size: inherit;
   }
.butfr:hover {
	border: 1px solid #000000;
	background: #ffe4c4;
	box-shadow: 1px 1px 5px 2px #d7d7d7;
   }
.butfr:active {
	border: 1px solid #acacac;
	background: #f7951d;
	box-shadow: none;
   }
.butcn {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #DC510A;
	cursor: pointer;
}
.dline {
	line-height: 2.2;
}
.butcn:hover {
	color: #000000;
	text-decoration: none;
   }
.butcn:active {
	color: #acacac;
	text-decoration: none;
   }
.butcur  {
	background: #f7951d !important;
	cursor: initial;
   }
.butnav {
	padding: 7px;
   }
   
   
/* новая блочная верстка */
.new_header {
	margin: 0px auto 5px; height: auto; width: 99%; border-radius: 0px 0px 20px 20px; background: #F6F6F6; overflow: hidden;
	box-shadow: 
		inset 0px -10px 10px 5px rgba(0,0,0,0.1),
		2px 2px 4px 1px #cccccc;
}
.new_header_left {
	float: left; margin: 3px 15px;
}
.new_logo {
	
}
.new_top_navigator_left {
	display: none;
}
.new_top_navigator {
	height: 72px; float: right; width: 300px; margin-right: 18px; border: 0px solid #000000;
}
.new_top_navigator_back {
	border-radius: 15px; height: 30px; background: #DEDEDE; margin-top: 32px; width: 100%; border: 1px solid #DEDCDC;
}
.new_top_navigator_buttons {
	margin-top: -10px; border: 0px solid #0000ff;
}
.new_mid_menu {
	width: 99%; border: 0px solid #ff0000; margin-top: 8px;
}
.new_mid_menu_level1 {
	border: 0px solid #000000; 
	overflow: hidden;
	font-size: 14px; 
	font-weight: bold; 	
}
.new_mid_menu_level2 {
	overflow: hidden;
	margin: 0px auto 5px; height: 30px; border-radius: 0px 10px 10px 10px; background: #ffffff; 
	box-shadow: 
		inset -4px -4px 4px 1px rgba(0,0,0,0.1),
		0px 0px 4px 1px #cccccc;
}
.new_nav_top { 
	float: left;
	display: inline-block;
	color: #6B6B6B; 
	height: 24px;
	background: #eeeeee;
	border-radius: 8px 8px 0px 0px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #ffffff;
	padding: 3px 20px;
	line-height: 20px;
	box-shadow: 0px -1px 4px 1px #cccccc;
	text-transform: uppercase;
	margin-top: 5px;
}
.new_nav_top_a { 
	float: left;
	display: inline-block;
	color: #DC510A; 
	height: 24px;
	background: #ffffff;
	border-radius: 8px 8px 0px 0px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	padding: 3px 20px;
	line-height: 20px;
	box-shadow: 0px -1px 4px 1px #cccccc;
	text-transform: uppercase;
	margin-top: 5px;
}
.new_nav_top a { text-decoration: none; color: #6B6B6B; }
.new_nav_top_a a { text-decoration: none; color: #DC510A; }

.colls_main {
	margin: 15px auto 10px; height: auto; width: 99%; border-radius: 20px; background: #ffffff;
	box-shadow: 
		inset 0px -10px 10px 5px rgba(0,0,0,0.1),
		2px 2px 4px 1px #cccccc;
}
/*.layout { position: relative; border: 0px solid #ff0000; overflow: hidden; height: 1500px; }*/
div.col_left { display: block; width: 215px; float: left; padding-top: 20px; border: 0px solid #ff0000; }
div.col_center { margin: 0px 225px 0px 225px; padding-top: 20px; border: 0px solid #00ff00; }
div.col_right { display: block; width: 215px; float: right; padding-top: 20px; border: 0px solid #0000ff; }

.new_header_menu {
	text-transform: uppercase; font-family: Ubuntu-M, sans-serif; font-size: 18px; color: #FF8A01;
}

.item_card_selector_sizes {
	border-radius: 16px;
	box-shadow: 1px 1px 6px 1px #cccccc;
	padding: 10px;
	margin: 5px 10px 5px 3px;
	min-width: 220px;
	-webkit-transform-style: preserve-3d;
}
.item_card_header {
	margin-left: 10px;
	font-size: 16px;
	text-align: left;
}

.input_2 {
	height: 20px;
	margin-top: 2px;
	width: 5ch;
	text-align: center;
}

#cardItem_right {
	float: left; border: 0px solid #ff00ff; width: 479px;
}
#cardItem_rekvizit {float: left; border: 1px solid #cccccc; border-radius: 16px; padding: 10px; margin-top: 4px; display: block; max-width: 198px;}
#catalog_menu_place { display: none; }

a.catalog_menu_header:hover { text-decoration: none; }
#headSizes { font-weight: bold; text-align: left; margin-bottom: 6px; }
#priceCustom {margin-bottom: 10px; width: 100%; }
.shadow { box-shadow: 2px 2px 4px 1px #dddddd; }
#items_new_block, #link_forum { display: inline; }
#item_card_header_top { display: none; }
#item_card_header { display: inline; }
#cardItem_left { text-align: right; float: left; min-height: 400px; max-width: 300px; margin: 10px; scroll-margin: 10px;}
#buttonBasket_header { display: none; }

.choice {
 margin-left: -3px;
 padding: 3px 0px 2px 3px;
 overflow: hidden;
 display: flex;
 align-items: center;
 white-space: nowrap;
}

.product_img_place_old, .product_img_place {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	width: 300px;
	max-width: 100%;
}
.product_img_place_old_img {
	width: 100%;
	border-radius: 5px;
}
.pip_old_layers {
	position: absolute;
	opacity: 50%;
	top: 0px;
	right: 0px;
	z-index: 98;
}
.pip_old_layers:hover {
	opacity: 100%;
}
.product_img {
	width: 300px;
	position: relative;
}
.product_img img {
	width: 100%;
	border-radius: 5px;
}
.product_img_place ul {
	list-style-type: none;
	display: flex;
	margin-left: -40px;
	/*justify-content: space-between;*/
}
.product_img_place ul li {
	border: 2px solid #ffffff;
	list-style-type: none;
	list-style: none;
	cursor: pointer;
}
.product_thumb {
	border: 1px solid #ebebeb;
	height: 69px;
	width: 69px;
	/*display: flex;*/
	overflow: hidden;
	border-radius: 5px;
}
.product_thumb img {
	width: 100%;
	border-radius: 5px;
}
.thumb-active {
	border: 1px solid #ff8e00;
}
.product_img_large {
	position: absolute;
	top: 0;
	left: 310px;
	z-index: 9999;
	width: 500px;
	/*height: 500px;
	overflow-x: hidden;
	overflow-y: auto;*/
	border-radius: 5px;
}
.product_img_large img {
	width: 100%;
	border-radius: 5px;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
	border: 1px solid #ffffff;
}

.hide-tablet {
	display: none;
}


/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell, .divTableCell0, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-row;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* Витрина страз */
.catalog_block {
	border: 1px solid #cccccc; max-width:285px; padding: 10px; overflow: hidden; margin: 5px; float: left;
}
.catalog_block_img {
	width: 20%; float: left;
}
.catalog_block_data {
	width: 78%; float: left; overflow: hidden;
}
.catalog_block_data2 {
	width: 100%; overflow: hidden;
}
.catalog_block_data3 {
	width: 80%; float: left; overflow: hidden;
}
.catalog_block_data4 {
	width: 20%; float: left; overflow: hidden;
}
.catalog_block_data5 {
	text-align: right;
}
#card_dcr_attr { display: inline; }
#card_instr_head { display: inline; }
#card_dcr_right { border: 0px solid #ff0000; float: left; width: 50%; }

/* Новые подсказки */
	.real-hint {
	  text-align: left;
	  font-weight: 200;
	  background-color: #fff;
	  border: 1px solid #aaa;
	  border-radius: 10px;
	  box-shadow: 1px 1px 2px 0px #aaaaaa;
	  display: none;
	  padding: 5px 10px;
	  position: absolute;
	  width: 250px;
	  z-index: 99999;
	}

	.real-hint .hint-caption {
		font-weight: bold;
		text-transform: uppercase;
	}

	.real-hint .prm-cross {
		background: url("/includes/design/1/im_buttons/crossred14px.png") no-repeat scroll right top rgba(0, 0, 0, 0);
		cursor: pointer;
		float: right;
		height: 14px;
		margin-top: 3px;
		padding-left: 15px;
		right: 10px;
		width: 16px;
	}

	.real-show-hint {
		cursor: pointer;
		display: inline-block;
		position: relative;
		color: #8c0000;
		border-bottom: dashed 1px;
		border-color: #666666;
	}
.real-show-hint::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #fbc482;
  transition: transform 0.25s ease-out;
}
.real-show-hint:hover::after {
  transform: scaleX(1);
}

#tooltip {
  z-index: 99999;
  position: absolute;
  display: none;
  top:0px;
  left:0px;
  min-width: 200px;
  max-width: 300px;
  background-color: #fff;
  padding: 5px 10px 5px 10px;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 5px; 
  box-shadow: 1px 1px 2px 0px #aaaaaa;
}
/* канэц новых подсказок */

.ymaps-2-1-79-balloon__content {
  line-height: 1.2em !important;
}
.ymaps-2-1-79-balloon__content p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

@media screen and (max-width: 1300px) {
	#cardItem_right { width: 380px; }
	#cardItem_left { min-height: 250px; }
	#cardItem_rekvizit { width: 120px; padding: 10px 0px;}
}
@media screen and (max-width: 1200px) {
	#cardItem_right { width: 280px; }
	#cardItem_rekvizit { max-width: 245px; width: 97%; }
}
@media screen and (max-width: 1100px) {
	#cardItem_right { width: 250px; }
	#cardItem_rekvizit { max-width: 100%;}
}
@media screen and (max-width: 1060px) {
	#cardItem_right { width: 250px; }
	div.col_center { margin: 0px 205px 0px 205px; }
	#cardItem_left { margin: 10px 6px; }
}
@media screen and (max-width: 976px) {
	#card_dcr_attr { display: none; }
	#card_instr_head { display: none; }
	#card_dcr_right { width: 230px; }
}
@media screen and (max-width: 800px) {
	input, textarea, select{font-size:16px;}
	div.col_left { display: none; }
	div.col_center { margin: 0px; padding-top: 20px; border: 0px solid #00ff00; }
	div.col_right { display: none; }
	#cardItem_right { width: 335px; }
/*	#cardItem_left { min-height: 250px; }*/
	.new_top_navigator_left { display: block; border: 0px solid #ff0000; }
	.new_top_navigator { display: none; }
	.hide-tablet {display: inline;}
	.new_top_navigator_back {
	border-radius: 15px; height: 30px; background: #DEDEDE; margin-top: 15px; width: 100%; border: 1px solid #DEDCDC; }
	#catalog_menu_place { display: block; /*margin-top: 6px;*/ cursor: pointer; }
	/*#catalog_menu ul { background: none; }*/
	#items_new_block, #link_forum, #navtop_1, .new_mid_menu_level2_block { display: none; }
	#buttonBasket_header { 
		display: inline; 
		position: relative; 
		width: 36px; 
		height: 36px; 
		border: 0px solid #ff0000;
		overflow: hidden;
		float: right;
		margin-right: 20px;
		cursor: pointer;
	}
	.item_card_selector_sizes {
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
}
}
@media screen and (max-width: 700px) {
	#cardItem_right { width: 285px; }
}
@media screen and (max-width: 650px) {
	#cardItem_right { width: 260px; }
}
@media screen and (max-width: 600px) {
	#item_card_header, .HideBut { display: none; }
	#item_card_header_top { display: inline; }
	#cardItem_left, #cardItem_right, #card_dcr_right, .leftimg {float: none;text-align: inherit;}
	#cardItem_right { width: 280px;text-align:center; }
	#cardItem_left { min-height: 135px; }
}
@media screen and (max-width: 500px) {
	.userform_block, .userform_f {
	width: 100%;
	text-align: left; 
	}
.userform_f input {
	width: 95%;
}
	.userform_h, .userform { text-align: left; padding-bottom: 0px; margin-bottom: 0px; }
}
@media screen and (max-width: 400px) {
	#catalog_menu_mobile { position: relative; top: 1.2ex; }
}
@media screen and (max-width: 340px) {
	.product_img {width: 284px;}
	.product_thumb {
	height: 65px;
	width: 65px;
	}
}