/*	CSS Reset	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*	Шрифты	*/
/*	End. Шрифты	*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	-webkit-font-smoothing: antialiased;
	background-image: url('../images/pattern.png') !important;
	background-size: 200px;
}

div{
	outline:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
		/*	End CSS Reset	*/
html, body{
	height:100%;
}
/* body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#333;
} */
/*	ссылки link	*/
a{
	color:rgb(40,49,58);
	text-decoration:underline;
}
a:hover{
	color:rgb(98,98,98);
	text-decoration:none;
}
p {
	margin-bottom: 0.2rem;
}
/*	End ссылки link	*/

/*	Заголовки H1-H4	*/
	h1{
		text-transform:uppercase;
		font-size:1.75em;
		font-weight:bold;
		margin-bottom:15px;
	}
	h2{
		text-transform:uppercase;
		font-size:1.4em;
		margin-bottom:15px;
	}
	h3{
		text-transform:uppercase;
		font-size:1.25em;
	}
	h4{
		text-transform:uppercase;
		font-size:1.05em;
	}
/*	End Заголовки H1-H4	*/
.shadow_box{
	background:rgba(0,0,0,.7);
	display:none;
	height:381%;
	position:absolute;
	width:100%;
	z-index:100;
}
#wrapper{
	width: 100%;
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#console{
	height:25px;
	background:#e1e1e1 url(../images/mws-dark-bg.png);
	border-bottom:1px solid #e1e1e1;
}
/*	Блок авторизации	*/
#login, #pass, .name_resp, .email_resp{
	background:#FFF;
	width:150px;
	height:13px;
	vertical-align:baseline;
	border-radius:15px;
	margin-left:10px;
	box-shadow:-moz- inset 1px 1px 1px 1px #777;
	box-shadow:-webkit- inset 1px 1px 1px 1px #777;
	box-shadow:inset 1px 1px 1px 1px #777;
	border:1px solid #888;
	padding:2px;
	color:#555;
	padding-left:6px;
	margin-top:3px;
}
.reg{
	margin-left:5px;
	color:#e1e1e1;
}
.shipmant-list li {
	padding-left: 0.8rem;
}
.social {
	color: #2980b9;
}

.social:hover {
	color: #3498db;
}

.shipmant-list li::before {
	content: "● ";
	padding-right: 14px;
}

#auth{
	background:#FFF;
	border-radius:15px;
	border:1px solid #888;
	border-bottom:none;
	width:80px;
	box-shadow:-moz-1px 1.5px 2px 1px #777;
	box-shadow:-webkit-1px 1.5px 2px 1px #777;
	box-shadow:1px 1.5px 2px 1px #777;
	cursor:pointer;	
}
#auth:hover{
	box-shadow:1px 1.5px 2px 1px #555;
	color:#777;
}
p.console{
	float:left;
	margin-left:3%;
	margin-top:5px;
	font-size:16px;
	font-weight:normal;
	font-family: Arial , sans-serif !important;
	color:#EBEBEB;
}
p.console span{
	font-family:"Bankir-Retro";
	letter-spacing:2px;
}
a.leaveout{
	padding:5px;
	background:#e1e1e1;
	border:1px solid #FFF;
	border-radius:3px;
	margin-left:20px;
	vertical-align:baseline;
	color:#000;
}
a.leaveout:hover{
	text-decoration:none;
}
/*	End Блок авторизации	*/

/*	Header	*/
header{
	/* height:180px;
	background:url(../images/headerBackground.png) no-repeat top center, #3f6477;
	position:relative;
	border-top:1px solid #777;
	border-bottom:1px solid #e1e1e1; */
}
.headet_title{
	/* height:220px;
	width:307px;
	background:url(../images/bird.png) no-repeat;
	position:absolute;
	top:0;
	left:0; */
}
.headet_title h1{
	margin-top:20px;
	margin-left:170px;
}
.headet_title h2{
	margin-left:170px;
	margin-top:-15px;
}
#cart{
	float:right;
	width:255px;
	margin:20px 40px 0 0;
	border-radius:8px;
	background:rgba(91, 94, 97, 0.9);
	border:1px solid #e1e1e1;
	border-top:none;
	padding-bottom:5px;
}
.cart-header {
	margin-bottom: 1rem;
	
}

.cartHeader{
	color: #FFFFFF;
    font-family: "Bankir-Retro";
    margin-top: -1em;
    padding: 10px;
    text-transform: uppercase;
	margin-bottom:3px;
}
#cart p{
	color: #FFFFFF;
    font-family: "Bankir-Retro";
    padding: 3px 0 0 25px;
}
#cart p span {
    color: #0080C0;
    font-family: Candara;
    font-size: 24px;
    font-weight: bold;
	text-shadow:1px 1px 0 #FFF;
}
#doOrder{
	display:block;
	background:url(../images/to_order.png) no-repeat top left;
	width:150px;
	height:38px;
	border:none !important;
}
#doOrder:hover{
	background-position:0 -46px;
}
/*	Поисковая строка Search	*/
#search{
	position:absolute;
	top:3px;
	right:40px;
}
#searchStr{
	background:url(../images/lupa.png) no-repeat bottom right, #FFF;
	width:150px;
	height:15px;
	vertical-align:baseline;
	border-radius:10px;
	box-shadow:-moz- inset 1px 1px 1px 1px #777;
	box-shadow:-webkit- inset 1px 1px 1px 1px #777;
	box-shadow:inset 1px 1px 1px 1px #777;
	border:1px solid #888;
	padding:2px;
	color:#555;
	padding-left:6px;
	text-align:left;
}
/*	End Поисковая строка Search	*/

/*	End Header	*/

/*	Горизонтальное меню	*/
nav#gorisont{
	height:25px;
	border-top:1px solid #777;
	background:rgba(255,0,0,.7);
	padding-top:4px;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:5px;
}
.list_gor_menu li{
	height:25px;
	display:inline-block;
}
.list_gor_menu li:first-child{
	margin-left:25%;
}
.red_menu{
	text-transform:uppercase;
	font-family:"Bankir-Retro";
	padding-left:7px;
	color:#FFF;
	text-decoration:none;
}
.red_menu:hover{
	border-bottom:4px solid #f1b441;
	color:#FFF;	
	text-shadow:1px 1px 1px #f1b441;
}
/*	End Горизонтальное меню	*/

/*	Вертикальное меню	*/
nav#vertical{
	float:left;
	width:19%;
	padding:1%;
	margin-right:1%;
	background:#e1e1e1;
	border-radius:0 15px 15px 0;
	margin-top:13px;
}
.parent{
	display:block;
	font-family: "Bankir-Retro";
    font-size:1.2em !important;
    font-weight: bold;
    letter-spacing: 0.3em;
    list-style: none outside none;
    padding-top: 15px;
	padding-bottom:15px;
    text-transform: uppercase !important;
	text-decoration:none !important;
	color:#FF4C4C;
	text-align:right;
}
a.parent:hover{
	color:#f1b441;
}
.child{
	display:block;
	font-family: "Bankir-Retro";
	letter-spacing: 0.3em;
	text-align: right;
    padding-top:10px;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
}
a.child:hover{
	color:#044bd9;
}

/*	Информеры Info	*/
.informers{
	margin-top:50px;	
}
.info_header{
	font-family: "Bankir-Retro";
	font-weight:bold;
	font-size:.8em;
	letter-spacing: 0.3em;
	color:#044bd9;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:10px;
}
.info{
	font-size:1em;
	padding:5px 0;
}
/*	End Информеры Info	*/

/*	End Вертикальное меню	*/

/*	Главный блок content	*/
#content{
	/* float:right;
	width:76%;
	padding:1%;
	position:relative;
	height:100%; */
}
#content:after{
	/* display: table;
	clear: both;
	content: ''; */
}
/*End	Главный блок content	*/

.product-list {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-row-gap: 3.4rem;
}

.main-menu {
	margin-bottom: 2rem;
}

/*	Карточка товара	*/
.product_cart {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	justify-items: stretch;
	align-items: center;
	overflow:hidden;
	padding: 0 15px;
}

.product_cart a img {
	margin-bottom: 1rem;
}

.cart-btn a{
	animation: all .3s ease-in-out;
}

.pagination-wrapper {
	padding-top: 2rem;
}

.prod-image {
	max-width: 100%;
	/* min-height: 140px; */
	height: auto;
	aspect-ratio: 9 / 12;
	object-fit: cover;
}

.title-about {
	font-size: clamp(1.6rem, calc(4vw + .8rem), 2rem);
	margin-bottom: 1.8rem;
	font-weight: 500;
}

.about-wrapper {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    gap: 1rem;
}

.about-item {
	min-height: 250px;
    background-color: #7A8051;
	padding: 0.8rem;
    text-align: center;
    align-content: center;
    font-size: 3rem;
}

.about-item p, .about-item h3 {
	color: #ecf0f1;
}

.about-item__number {
	font-size: 2.4rem;
	font-weight: bold;
	color: #f39c12;
}

.product_cart a {
	display: flex;
	justify-content: center;
}
.product_cart p {
	font-size: 1rem;
	color: #1c1c1c;
}
.small_cap{
	font-size:0.8em;
}
.prod_name a{
	color: #252525;
	text-decoration:none;
	min-height: 3.4rem;
}
.prod_name a:hover{
	color: #252525;
	text-decoration:underline;
}
.product_cart a.submit{
	color:#044BDC;
	padding:5px;
}
.prod_price{
	font-family:"Century Gothic";
	font-size:1.2rem;
	font-weight:bold;
	margin:15px 0 0 0;
}

.hide {
	display: none;
}

.prod_summ {
	display:inline-block;
	font-family:"Century Gothic";
	font-size:1.2rem;
	font-weight:bold;
	margin:15px 0 0 0;
}

.prod_price_total{
	display:inline-block;
	color:#FFF;
	font-size:1.2rem;
	font-weight:bold;
	margin:15px 0;
}
.product_cart a.submit{
	background:rgb(255,255,255) url(../images/add-to-cart-btn.png) no-repeat 1px 1px;
	height:31px;
	position:absolute;
	bottom:0;
	width:142px;
	margin-bottom:5px;
}

.icon_close {
	font-size: 24px;
    color: #b2b2b2;
    cursor: pointer;
}

.product_cart a.submit:hover{
	background-position:1px -74px;
	cursor:pointer;
}
/*	End Карточка товара	*/

#main{
	width: 100%;
	position: relative;
	min-height:100%;
}
/*	Footer	*/

/*	Оформление заказа	*/
.order_table{
	width:100%;
	padding:5px;
	text-align: left;
}

table.order_table, th.order_table, td.order_table {
	border: 0;
    border-collapse: collapse;
}

.order_table tr td {
	padding: 0.6rem;
	padding-bottom: 2rem;
}

.order_table_header-price {
	text-align: right;
}
.cart-item-name {
	text-align: left;
}

a.cart-item-name-link {
	color: #1c1c1c;
}

a.cart-item-name-link:hover {
	color: #1c1c1c;
	text-decoration: underline;
}

.order_table_header{
	border-bottom:1px solid #ebebeb;
	text-align: left;
}
.order_table_header th {
	font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
    padding: 1rem;
}
.order_table_body{
	border-bottom:1px solid #ebebeb;
	vertical-align:baseline;
	text-align:center;
}

.order_table_body img{
	float:left;
	margin:5px;
}
.order_table_footer{
	border-top:1px solid #ebebeb;
	background:#7fad39;
	font-weight: bold;
	vertical-align: middle;
}
.order_table_footer td{
	padding:10px;
	padding-left:20px;
	text-align:center;
	vertical-align: middle;
}

.order_table_footer td {
	padding-bottom: 1rem !important;
}

.order_table_footer td:first-child{
	text-align:right;
}
.node_text{
	font-size:0.7em;
	color:#808080;
	font-style:italic;
	padding:10px;
	text-align:left;
}
.notauth td:first-child{
	text-align: right;
}

/*	Таблица данных пользователя для заказа	*/
.dates_for_order {
	margin-top: 2rem;
	text-align: left;
	width: 100%;
}

.hero__categories ul {
	padding-left: 24px;
}

.dates_for_order tr td{
	border:1px solid #FFF !important;
}
.order_field{
	margin-bottom: 0.5rem;
}
.order_field_wrp{
	width:410px;
}
/*	End. Таблица данных пользователя для заказа	*/

/*	End Оформление заказа	*/

/*	Sub Footer	*/

.footer-header {
	font-weight: 700;
}

#sub_footer{
	clear:both;
	height:50px;	
	padding-top:20px;
	margin-bottom:-20px;
}
.social_wrapper{
	clear:both;
	margin:10px auto;
	position:relative;
	width:240px;
	bottom:-60px;
}
.social_wrapper ul li{
	display:inline-block;
	width:45px;
	height:45px;
	background:url(../images/socials.png) no-repeat 0 0;
	border:1px solid #e4b265;
	border-radius:50%;
}
.twitter:hover{
	background-position:0 -92px;
	border:1px solid #6863e4;
	cursor:pointer;
}
li.facebook{
	background-position:-60px 0 !important;
}
li.facebook:hover{
	background-position:-60px -92px !important;
	cursor:pointer;
	border:1px solid #6863e4;
}
li.vk{
	background-position:-123px 0 !important;
}
li.vk:hover{
	background-position:-123px -92px !important;
	cursor:pointer;
	border:1px solid #6863e4;
}
li.ok{
	background-position:-183px 0 !important;
}
li.ok:hover{
	background-position:-183px -92px !important;
	cursor:pointer;
	border:1px solid #6863e4;
}
/*	End Sub Footer	*/

footer {
	/* clear:both;
	margin:20px auto 0;
	padding:10px 0 7px;
	min-width: 1000px;
	height: 100px;
	background:#759cbd;
	border-top:1px solid #064d8d;
	position: relative; */
}
/*	Форма подписки	*/
.respoanred_form_wr{
	margin:5px auto;
	width:500px;
}
.submit_resp{
	background:#FFF;
	border-radius:15px;
	border:1px solid #888;
	border-bottom:none;
	width:100px;
	box-shadow:-moz-1px 1.5px 2px 1px #777;
	box-shadow:-webkit-1px 1.5px 2px 1px #777;
	box-shadow:1px 1.5px 2px 1px #777;
	cursor:pointer;
	color:#555;
}
.submit_resp:hover{
	box-shadow:1px 1.5px 2px 1px #555;
}
.copyright{
	text-align:center;
}
.AuthorBy a{
	text-align:center;
	font-family:"Bankir-Retro";
	text-decoration:none;
	color:#e1e1e1;
}
.AuthorBy a:hover{
	color:#ff8040;
}
.AuthorBy{
	border-top:1px solid #e1e1e1;
	height:35px;
	background:#e1e1e1 url(../images/mws-dark-bg.png);
}
.AuthorBy p{
	margin:0 auto;
	color:#e1e1e1;
	text-align:center;
	padding-top:5px;
}
/*	End Форма подписки	*/

/*	End Footer	*/

/*	Страница описания страницы	*/
.product-info {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 1rem;
}

.prod_imgs{			/*	Главное изображение	*/
	min-width:295px;
	/* width: 38%; */
	min-height: 400px;
	position:relative;
	overflow:hidden;
}
.prod_desc{			/*	Таблица описания товара	*/
	/* width: 58%; */
	font-family: "Open Sans", sans-serif;
	position:relative;
	border:none;
}
.prod_desc tr{
	border:none;
}
.prod_desc tr td{
	border:none;
	text-align:left;
}
.product_name {
	font-size:20px;
}
.product_art {
	font-size:12px;
	margin-top:10px;
	
}
.old_price_in{
	font-family:"Century Gothic";
	font-size:13px;
	margin-top:5px;
}
.bold{
	font-weight:500;
}
.profit{
	font-weight:bold;
	font-size:1.1em;
	color:#FF4C4C;
}
.colors_wrp{
	margin-top:20px;
	background:#e1e1e1;
	padding:5px;
	font-family:"Century Gothic";
	border-radius:5px 5px 0 0;
}
.sizes_wrp{
	margin-top:2px;
	background:#e1e1e1;
	padding:5px;
	border-radius:0 0 5px 5px;
}
.bonus{
	margin-top:15px;
	font-size:14px;
}
.xxx{
	/* clear:left;
	position:absolute;
	top:380px;
	margin:-15px 0 5px 11px; */
}



.meta_mark {
	font-size:13px;
	background:rgba(225,225,225,.3);
	padding:7px;
	border:1px solid #e1e1e1;
	border-radius:4px;
	margin:10px 0 10px 0;
}
.advantage {
	margin:10px 0;
	font-size:14px;
}
/*	End. Таблица описания товара	*/

/*	Управление слайдером дополнительных изображений	*/
.up{
	height:10px;
	width:68px;	
	border-radius:3px;
	margin:1px 0;
	border:1px solid #777;
	position:absolute;
	top:-1px;
}
.up{
	background:#b5b5b5 url(../images/slide_button.png) no-repeat 32px -8px;
}
.up:hover{
	background:#e1e1e1 url(../images/slide_button.png) no-repeat 32px -8px;
	cursor:pointer;
}
.down{
	height:10px;	
	border-radius:3px;
	margin:1px 0;
	border:1px solid #777;
	width:68px;
	position:absolute;
	top:308px;
	background:#b5b5b5 url(../images/slide_button.png) no-repeat;
	background-position:32px 2px;	
}
.down:hover{
	background:#e1e1e1 url(../images/slide_button.png) no-repeat 32px 2px;
	cursor:pointer;
}
/*  End	Управление слайдером дополнительных изображений	*/
.main_img{
	display:block;
	position:relative;
	float:left;
	width:200px;
	margin:5px;
	cursor:pointer;
}
.sub_img{
	display:block;
	width:70px;
	float:left;
	height:321px;
	margin:5px;
	position:relative;
	overflow:hidden;
}
.dop_img_wrap{
	display:block;
	width:70px;
	height:100000px;
	overflow:hidden;
	margin-top:0;
}
.sub_img img{
	width:68px;
	height:68px;
	margin:1px auto;
	cursor:pointer;
}
#addToCart{
	background:rgb(255,255,255) url(../images/add-to-cart-btn.png) no-repeat 1px 1px;
	height:50px;
	margin:5px;
	display:block;
	float:left;
	clear:left;
	width:200px;
}
#addToCart:hover{
	background-position:1px -74px;
	cursor:pointer;
}
.prod_desc_text{
	clear:both;
	top:90px;
}
.saccess, .choseColor, .choseSize{
	padding:2px;
	margin:3px;
	font-size:14px;
}
.error{
	position:absolute;
	top:20px;
	left:0;
	padding:2px;
	margin:3px;	
	background:rgba(255,0,0,.6);
	color:#FFF;
	z-index:1000;
}
/*	Стили для главной картинки	*/
.prod_desc td{
	padding:5px 5px 7px;	
}
.colors{
	display:inline-block;
	margin:3px 3px;
	margin-top:6px;
	border:1px solid #777;
	background:#e1e1e1;
	padding:3px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 1);
}
.colors:hover{
	cursor:pointer;
	display:inline-block;
	padding:3px;
	border:1px solid #777;
	background:#a1a1a1;
}
.sizes{
	margin:3px;
	margin-top:6px;
	display:inline-block;
	padding:3px !important;
	border:1px solid #777;
	background:#e1e1e1;
}
.sizes:hover{
	cursor:pointer;
	display:inline-block;
	padding:3px !important;
	border:1px solid #777;
	background:#a1a1a1;
}
/*	End. Страница описания страницы	*/

/*	Всплывающее сообщение	*/
.prodAdded{
	margin:10px 0 17px 5px;
	width:40px;
	height:30px;
	position:absolute;
	bottom:-5px;
	right:0;
	background:url(../images/add.png) no-repeat;
}
.z-quant input {
    width: 30px;
}
.color{
	display:inline-block;
	margin:3px;
	padding:3px;
	border:1px dashed #b5b5b5;
	text-shadow: 1px 1px 3px #FFFFFF;
	color:#b5b5b5;
}
.reg_table{
	width:80%;
	color:#777;
}
.reg_table tr td{
	margin:5px 2px;
	padding:5px 2px;
	border:none;
}
.reg_table tr td input, .reg_table tr td textarea{
	width:400px;
}
.limit_width{
	width:405px;
}
.sub_for_reg{
	cursor:pointer;
	width:155px;
	height:37px;
	background:url(../images/reg.png) no-repeat;
	margin-top:25px;
	border:none;
}
.sub_for_reg:hover{
	background-position:0 -45px;
}
/*	Всплывающее сообщение	*/
.youChose, .youChose2{
	margin-left:10px;
	padding:3px;
}
/*	Увеличение главного изображения	*/
#shadow{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	}
#mainPhotoWrp{
	display:none;
	position:fixed;
	top:3%;
	left:25%;
	bottom:2%;
	width:600px;
	z-index:1000;
	overflow:hidden;
}
#mainPhotoWrp img{
	width:600px;
}
.next, .prew{
	width:39px;
	height:39px;
	position:absolute;
	cursor:pointer;
	z-index:2000;
}
.next{
	right:5px;
	top:45%;
	background:url(../images/next.png) no-repeat;
}
.next:hover{
	background-position:0 -39px;
}
.prew{
	left:5px;
	top:45%;
	background:url(../images/prew.png) no-repeat;
}
.prew:hover{
	background-position:0 -39px;
}
/*	End. Увеличение главного изображения	*/

/*	Постраничная навигация	*/
.pagination-block{
	display: flex;
	width: 100%;
	justify-content: center;
	
	height:4rem;
	text-align:center;
	position:relative;
}
/*	End. Постраничная навигация	*/

/*	Страница с результатами поиска	*/
.serch_table{
	margin-top:10px;
}
.th_search td{
	padding:5px 0 10px;
	background:#e1e1e1;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #777 !important;
}
.serch_table td{
	padding:10px;
	border-bottom:1px dashed #b5b5b5;
	vertical-align:middle;
}
/*	End. Страница с результатами поиска	*/
.node_ok, .node{
	position:absolute;
	top:18px;
	left:65.5%;
	padding:2px;
	color:#FFF;
	background:rgba(62,255,0,.7);
	border-radius:10px;
	border:1px solid #FFF;
}
/*		Кнопка оформить заказ	*/
.order_submit{
	background:url(../images/order_submit.png) no-repeat 0 0;
	width:200px;
	height:60px;
	border:none;
	cursor:pointer;
}
.order_submit:hover{
	background-position:0 -66px;
}
/*		End. Кнопка оформить заказ	*/
.normal_position{
	clear:both;
	height:40px;
	position:relative;
}
/*	Поле для выбора цвета в корзине	*/
.rechange_color_wrp, .rechange_size_wrp{
	background:#ff8040;
	border:1px solid red;
	margin-left:120px;
	margin-top:5px;
}
.rechange_color_wrp_gr, .rechange_size_wrp_gr{
	background:#80ff80;
	border:1px solid lime;
	margin-left:120px;
	margin-top:5px;
}
.rechange_size_wrp{
	margin-top:10px;
}
.alert{
	background:#80ff80;
}
/*	Выбранный цвет	*/
.selected{
	padding:5px;
	background:rgb(255,128,64) !important;
}
.okey{
	background:#e1e1e1;
	border:1px solid #b5b5b5;
	border-top:3px solid #FFF;
	margin-left:120px;
	cursor:pointer;
}
.rechange_color:hover, .rechange_size:hover{
	border-bottom:1px solid #ff8040;
}
.okey ul li, .okey ul li{
	display:inline-block;
	padding:0 5px;
}
.rechange_color ul li:hover, .rechange_size ul li:hover{
	background:#ff8040;
}
.apply_in_cart{
	height:21px;
	width:180px;
	margin-top:5px;
	position:relative;
	left:45%;
	background:url(../images/apply.png) no-repeat;
	display:none;
	cursor:pointer;
}
.apply_in_cart:hover{
	background-position:0 -22px;
}
/*	End. Поле для выбора цвета в корзине	*/

.important{
	padding:2px;
	font-size:0.7em;
	text-transform:lowercase;
	text-align:left;
	display:inline-block;
	color:#777;
	font-style:italic;
}
/*	Постраничная навигация	*/
.nav_link{
	display: flex;
	align-items: center;
	font-size:1.4rem;
	padding: .6rem;
	margin-right: 0.4rem;
	background:#F3F6FA;
	text-decoration:none;
	color: #1c1c1c;
}

.nav_link:hover {
	color: #007bff;
}

.link_active{
	font-weight: bold;
	text-decoration:none;
}
/*	End. Постраничная навигация	*/

/*	Форма обратной связи	*/
.call_back tr td{
	border:1px solid #FFF;
	
}
.call_back{
	margin-top:30px;
}
.call_back tr td:first-child, .call_back tr td:last-child{
	text-align:left;
}
.call_back_form input, .call_back_form textarea{
	width:350px;
}
/*	End.	Форма обратной связи	*/

/*	Стили для капчи	*/
.inp_for_capp{
	width:150px !important;
	margin:10px 0 10px;
}
/*	End. Стили для капчи	*/
.err{
	padding:5px;
	background:rgba(255,0,0,.6);
}
.succ{
	padding:5px;
	background:rgba(0,255,0,.6);
}

/*	Страница подтверждения заказа	*/
.payment_table tr td{
	vertical-align:middle;
	position:relative;
	padding:10px 5px 5px;
	font-family:Georgia, Arial, sans-serif;
}
.payment_table tr td img{
	float:left;
	margin:5px;
}
.table_heared{
	font-weight: 500;
	background:#7fad39;
}
.finish_summ{
	background:#e1e1e1;
	color:#777;
}
.finish_summ span{
	font-family:"Century Gothic";
	color:#FF530D;
	font-size:1.4em;
	font-weight:normal;
}
/*	End. Страница подтверждения заказа	*/
.warning{
	color:red;
	padding:50px;
	margin:50px;
	background:pink;
	text-align:center;
}

/*	Новости	*/
table.news{
	width:800px;
	border:none;
}
table.news tr td{
	border:none;
}
.news_header{
	background:rgba(0,0,255,0.4);
	padding:10px;
	text-align:left;
}
.date_header{
	text-align:right;
	padding-right:20px;
}
.news_anons{
	text-align:left;
	padding:10px;
	border-bottom:1px solid #b5b5b5 !important;
}
.news_anons span{
	margin:5px 10px 0;
	padding:8px 10px;
	background:#0080c0;
}
.empty_td{
	height:25px;
	border:1px solid #FFF !important;
}
.more{
	color:#9999FF;
}
/*	End. Новости	*/

/*	Удаление заказа	*/
.delete_order{
	
}
.delete_order:hover{
	
}
.phone, .email{
	color:#FF8040;
	font-weight:bold;
	font-size:1.4em;
}

/*	подложка для способов оплаты	*/
.pays{
	height:60px;
	width:100%;
	margin-bottom:-20px;
	border-top:2px solid #759CBD;
	text-align:center;
}
.pays_img{
	height:40px;
	width:98px;
	margin-top:14px;
	margin-left:6px;
	display:inline-block;
}
/*	Изображения для способов оплаты	*/
.webmoney{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -127px;
}
.yandex{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -94px;
}
.qiwi{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -405px;
}
.visa{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -212px;
}
.mastercard{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 0;
}
.paypal{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -448px;
}
.svyaznoy{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -265px;
}
.euroset{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -55px;
}
.otherbanks{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -500px;
}
.sberbank{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -305px;
}
.russianpost{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -348px;
}
.mtsbank{
	background:url(../images/paimant.png) no-repeat;
	background-position:0 -560px;
}
/*	End. Изображения для способов оплаты	*/

.price{
	margin-bottom: 1rem;
}
.old_price{
	position:absolute;
	bottom:60px;
	left:5px;
	text-decoration:line-through;
	font-size:0.9em;
}
.prod_price_through{
	color: #e67e22;
	text-decoration:line-through;
	font-size:.8rem;
}
.header_phone{
	float:right;
	margin: 5px 15px 0 0;
	font-family:"Bankir-Retro";
	color:#FF4C4C;
	font-size:1.8em;
	font-weight:bold;
	text-shadow:1px 1px 1px #FFF;
}
/*	Блоки комментариев товара	*/
.product__details__tab {
	width: 100%;
	font-family: "Open Sans", sans-serif;
}

.nav-link {
	background-color: #fff;
	position: relative;
	padding: 0 16px !important;
	z-index: 1;
}

.humberger__menu__logo {
	display: flex;
	justify-content: center;
}

.humberger__menu__logo-image {
	width: 100px;
}

.comm_wrp{
	margin-bottom: 2rem;
}

.comm_date {
	font-size: .8rem;
	font-style: italic;
}

.comms_hdr{
	text-transform:none;
	font-style:italic;
	font-size:15px;
}
.comm_hdr {
	color: #333;
}
.comm_txt{
}
.ck_wrp{
	margin-top:10px;
}
.new_comm_wrp{
	padding:10px;
	margin:5px;
	background:rgba(225,225,225,.5);
	width:675px;
	display:none;
}
.save_comm{
	margin:10px;
	margin-left:0;
	
}
.write_comm{
cursor:pointer;
	margin:5px;
	margin-bottom:10px;
	padding:10px;
	width:140px;
	text-align:center;
	vertical-align:bottom;
	border:1px solid #EA5507;
	color:#FFF;
	border-radius:5px;
	background: rgb(254,204,177); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(251,149,94,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
}
.write_comm:hover{
	cursor:pointer;
	margin:5px;
	margin-bottom:10px;
	padding:10px;
	width:140px;
	text-align:center;
	vertical-align:bottom;
	border:1px solid #EA5507;
	color:#FFF;
	border-radius:5px;
	background: rgb(254,204,177); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(234,85,7,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(234,85,7,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(234,85,7,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(234,85,7,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(234,85,7,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(234,85,7,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#ea5507',GradientType=0 ); /* IE6-9 */

}
.little{
	margin-left:20px;
	font-style:italic;
	font-size:12px;
	color:#999;
}
.thanks{
	margin-bottom:20px;
	background:#E6E24D;
	padding:15px;
	width:675px;
}
.empty_dt{
	margin-bottom:20px;
	background:#FF4C36;
	padding:15px;
	width:675px;
}
.share42init{
	margin-left:7px;
}
/*	End. Блоки комментариев товара	*/

/*	Описание слайдера	*/
.slider_wrp_out_main{
	height:280px;
	width:87.5%;
	min-width:810px;
	max-width:895px;
	background:url(../images/slider_bg_2.png) no-repeat;
	border:1px solid #84D7EF;
	padding:5px;
	margin:10px auto;
	margin-left:10px;
	margin-top:1px;
	overflow:hidden;
	position:relative;
	float:left;
}
.slider_wrp_out{
	height:200px;
	width:800px;
	background:#e1e1e1;
	border:1px solid #84D7EF;
	padding:5px;
	margin:10px auto;
	overflow:hidden;
	position:relative;
}
.slider_wrp_in{
	width:6560px;
	margin:0 auto;
	position:absolute;
	top:5px;
	left:-3280px;
}
.slider_header{
	height:35px;
	margin:5px;
	background:none;
	
}
.slider_list_wrp li:first-child{
	margin-left:3290px;
}
.slider_list_wrp li{
	/*background:yellow;*/
	float:left;
	margin:5px;
	list-style:none;
}
.slider_list_wrp li a{
	cursor:pointer;
	display:inline-block;
	height:190px;
	width:190px;
}
.slider_list_wrp li a img{
	height:190px;
	width:190px;
}
/*	Управление слайдером	*/
.slider_move_pr{
	display:inline-block;
	height:50px;
	width:50px;
	background:url(../images/slider_move.png) no-repeat rgba(225,225,225,.6);
	background-position:0 0;
	border:1px solid #b5b5b5;
	border-radius:100%;
	position:absolute;
	cursor:pointer;
	left:25px;
	top:80px;
	
}

.slider_move_nx{
	display:inline-block;
	height:50px;
	width:50px;
	background:url(../images/slider_move.png) no-repeat rgba(225,225,225,.6);
	background-position:5px -50px;
	border:1px solid #b5b5b5;
	border-radius:100%;
	position:absolute;
	cursor:pointer;
	left:725px;
	top:80px;
}
.slider_move_pr:hover{
	background:url(../images/slider_move.png) no-repeat rgba(225,225,225,.8);
	background-position:0 0;
}
.slider_move_nx:hover{
	background:url(../images/slider_move.png) no-repeat rgba(225,225,225,.8);
	background-position:5px -50px;
}
.red{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:25px;
	margin-left:35px;
	margin-top:10px;
	letter-spacing:10px;
	color:#FF4C4C;
}
/*	End. Управление слайдером	*/
/*	End. Описание слайдера	*/

/*	Оценка "звездочками"	*/
.star_wrp{
	position:relative;
	overflow:hidden;
	height:13px;
	width:73px;
	display:inline-block;
	margin-bottom:-3px;
}
.lavel_bg{
	height:13px;
	width:0;
	background:#f99900;
	position:absolute;
	top:0;
	left:0;
}
.stars{
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
}
.stars li{
	background:url(../images/star_bg.png) no-repeat;
	display:inline-block;
	height:14px;
	width:15px;
	margin-right:-4px;
	margin-bottom:-1px;
	padding:0;
	cursor:pointer;
}
.stars li:hover{
	background-position:0 -13px;
}
.star_thanks{
	font-family:"Century Gothic";
	font-size:13px;
	color:#F99900;
}
.dis{
	height:15px;
	width:72px;
	position:absolute;
	top:0;
	left:0;
}
/*	End. Оценка "звездочками"	*/

/*	Форма обратной связи	*/
.back_call_form{
	margin:20px 0 0 35px;
}
.back_call_form input{
	margin-bottom:10px;
	width:300px;
}
.back_call_form span{
	width:110px;
	display:inline-block;
	color:#FFF;
	font-family:Calibry;
	font-size:18px;
}
.get_back_call{
	width:600px;
	height:200px;
	border-radius:15px;
	display:none;
	background:url(../images/main_bg.jpg);
	border:1px solid #304865;
	z-index:1000;
	position:relative;
}
.get_back_call span{
	margin-left:15px;
	font-family:"Century Gothic";
	color:#FFF;
	display:inline-block;
	width:100px;
}
.get_back_call_sub_head{
	font-family:"Century Gothic";
	font-size:12px;
	color:#FFF;
	text-transform:none;
	margin-left:0;
	width:600px !important;
	display:inline-block;
}
.get_back_call h2{
	color:#dca374;
	text-shadow:1px 1px 1px #000;
	margin:15px 0 20px 20px;
	font-family:"Century Gothic";
	font-size:18px;
}
.back_call{
	color:#FFF;
	font-family:"Century Gothic";
	font-size:16px;
	position:absolute;
	right:288px;
	top:-23px;
	font-weight:bold;
}
.back_call:hover{
	color:#FCDE38;
	cursor:pointer;
}
.close_window{
	width:25px;
	height:25px;
	background:url(../images/close.png);
	position:absolute;
	right:10px;
	top:-5px;
	cursor:pointer;
	}
.succ_back_call{
	color:#FFF;
	font-family:"Century Gothic";
	font-size:16px;
	margin-left:50px;
}
.pink{
	padding:5px;
	background:rgba(255,0,0,.5);
}
/*	End. Форма обратной связи	*/

/*	Описание фильтра товаров	*/
.filter_wrp{
	width:90%;
	min-width:676px;
	max-width:908px;
	background:#EDEDED;
	border:1px dashed #e1e1e1;
	border-bottom:none;
	margin:-15px 0 15px 10px;
	border-radius:15px 15px 0 0;
	font-family:"Century Gothic";
	overflow:hidden;
	position:relative;
}
.filter_hr{
	color:#777;
	font-family:"Century Gothic";
	text-align:center;
	padding-bottom:3px;
	border-bottom:1px dashed #b9b9b9;
	position:relative;
}
.form_fl_wrp{
	margin:5px auto;
	width:90%;
	position:relative;
	height:100%;
}
.form_wrp{
	float:left;
	height:100%;
}
.filter_sel{
	background:#FFF;
	width:170px;
	border:1px solid #b9b9b9;
	border-radius:5px;
}
.price_from, .price_to{
	width:50px;
	background:#FFF;
	border-radius:5px;
	border:1px solid #b9b9b9;
}
.get_filter{
	display:inline-block;
	cursor:pointer;
	position:absolute;
	width:100px;
	height:50px;
	float:left;
	vertical-align:bottom;
	background:url(../images/filter.png) no-repeat;
	border:none;
	color:#777;
	margin-left:25px;
	bottom:50px;
}
.get_filter:hover{
	background-position:0 -50px;
}
.sel_hr{
	display:inline-block;
	width:100px;
}
.expand{
	height:15px;
	width:100%;
	display:inline-block;
	position:absolute;
	bottom:0;
	cursor:pointer;
	background:#777 url(../images/slide_button.png) no-repeat;
	background-position:center 7px;
	font-size:10px;
	color:#e1e1e1;
	padding-left:20px;
	padding-top:2px;
}
.expand:hover{
	background:#949494 url(../images/slide_button.png) no-repeat;
	background-position:center 7px;
}
.ins{
	color:#044BD9;
}
/*	End. Описание фильтра товаров	*/
.easy_txt{
	font-family:"Century Gothic";
	font-size:16px;
	color:#5F5F5F;
	font-weight:normal;
	letter-spacing:5px;
}

/*	Шаги при заказе	*/
.steps_wrp{
	height:100px;
	margin-bottom:30px;
	background:#C1C0FF;
	position:relative;
	font-family:"Century Gothic";
	font-size:12px;
}
.step_uno{
	height:80px;
	width:30%;
	margin:10px 30px;
	float:left;
	min-width:95px;
	text-align:center;
}
.step_des{
	text-align:center;
	width:30%;
	min-width:95px;
	height:80px;
	margin:10px 30px;
	float:right;
}
.digit{
	display:inline-block;
	height:35px;
	width:35px;
	border:1px solid #87A1DF;
	border-radius:200%;
	font-size:30px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	line-height:33px;
}
.active_step{
	background:rgba(0,0,255,.45);
}
/*	End. Шаги при заказе	*/
.comm_ans{
	margin:5px 15px;
	background:#e1e1e1;
	border:1px dashed #b5b5b5;
	padding:5px;
	font-family:Georgia, Verdana, sans-sefif;
	color:#444;
}
.comm_answ_hr{
	display:inline-block;
	background:#75A8D3;
	padding:3px;
	margin:-11px -10px 10px -3px;
	color:#FFF;
	width:100%;
}