﻿@font-face {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/RobotoRegular.woff") format("woff"), url("/themes/default/fonts/RobotoRegular.ttf") format("truetype"), url("/themes/default/fonts/RobotoRegular.svg") format("svg");
}
@font-face {
    font-family: "Opensans";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensans.woff") format("woff"), url("/themes/default/fonts/opensans.ttf") format("truetype"), url("/themes/default/fonts/opensans.svg") format("svg");
}
@font-face {
    font-family: "Opensansbold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensansbold.woff") format("woff"), url("/themes/default/fonts/opensansbold.ttf") format("truetype"), url("/themes/default/fonts/opensansbold.svg") format("svg");
}
@font-face {
    font-family: "Arial_Narrow";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/Arial_Narrow.woff") format("woff"), url("/themes/default/fonts/Arial_Narrow.ttf") format("truetype"), url("/themes/default/fonts/Arial_Narrow.svg") format("svg");
}
@font-face {
    font-family: "baskerville";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/baskerville-light.woff") format("woff"), url("/themes/default/fonts/baskerville-light.ttf") format("truetype"), url("/themes/default/fonts/baskerville-light.svg") format("svg");
}

html, body { 
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0; 
	font-family: Opensans;
	font-size: 16px; 
	color: #000000; 
	/* background: #777272;  */
}


a { 
	outline: none; 
	-moz-outline: 0; 
	border: none; 
	border-width: 0px; 
}
a:active { 
	outline: none; 
	-moz-outline: 0; 
}
a:focus { 
	outline: none; 
	-moz-outline: 0; 
}

img { 
	border: none; 
	border-width: 0px; 
}

p { 
	margin: 12px 0px ; 
}
a { 
	text-decoration: underline; 
	color: #000; 
}
a:hover { 
	text-decoration: none; 
}

/* ----- h1- h6 ----- */
h1 {
	color: #000;
	font-size: 25px;
	font-style: none;
	font-weight: normal;
	text-transform: uppercase;
	font-family: RobotoRegular;
}
h2, h3, h4 { 
	font-size: 18px;
	margin: 15px 0; 
	line-height: 1.2; 
	font-weight: normal; 
}
h3 { 
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

table { 
	border-collapse: collapse; 
}

ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

/* -----pagewrap---- */
html {
	/*
	max-width:1600px;
	margin:0 auto;
	*/
}
body {
	
	height:auto;
}
#pagewrap {
	width:100%;
	/* background:#2b2b2b; */
}
.container-center {
	width:96%;
	/* width:100%; */
	margin:0 auto;
	padding:0;
}


.catalog_photos_area_mobile{
	display:none;
}

/*
// *.jp2 = jpeg2000 ================================================
CSS
.no-jpeg2000 .box { color: red; }
.jpeg2000 .box { color: green; }
JS
Modernizr.on('jpeg2000', function(result) {
  if (result) {
    // supported
  } else {
    // not-supported
  }
});
*/

/*
//WebP ==============================================================
CSS
.no-webp .box { color: red; }
.webp .box { color: green; }
JS
Modernizr.on('webp', function(result) {
  if (result) {
    // supported
  } else {
    // not-supported
  }
});
*/

/* ----- header и header-info ----- */	
#header-wrap {
	background-color: #bfbbb6;
	width: 100%;
	position: relative;
	background1: #bfbbb6 url("/themes/default/images/back_cotton.jpg") no-repeat;
	background-size: 20%;
	margin-bottom: 1px;
	border-bottom: 30px solid #afaba6;
}
header {
	width:78.1%;
	margin:0 auto;
	/* background-color: #b8b8b8; */
	display:flex;
	align-items: center;
	justify-content:space-between;
	/* font-family: "baskerville";
    font-family: "RobotoRegular";
    font-family: "Opensansbold";
    font-family: "Arial_Narrow"; */
	font-family: "Opensans";
}
.header-img {
	width: 100%;
}
.logo-header {
	display: block;
	margin:0;
	padding:0;
	cursor:auto;
}
.logo-header img {
	width: 370px;
	display: block;
	margin: 0;
	cursor: pointer;
}

#menu-header {
	display: flex;
	flex-basis: 33%;
	/* background-color: #b8b8b8; */
}
#menu-header nav,
#menu-header ul {
	width: 100%;
}
#menu-header ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}	
#menu-header li {
	display: block;
	float:left;
	margin:0;
}
#menu-header li a {
	display: block;
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2rem;
	color:#424242;
}
#menu-header li a:hover {
	color:#000000;
	text-decoration: none;
	text-shadow: 3px 3px 2px rgb(163, 162, 162), 0 0 1em #cecece; /* Параметры тени */
}
#header-info {
	flex-basis: 33%;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #810101; */
	position: relative;
}
#header-info-phone {
	flex-basis: 70%;
}
#header-info-phone h4 {
	font-size: 1.2rem;
	font-weight: normal;
}
.header-info-search-btn {
	flex-basis: 15%;
}
.container-header-basket {
	flex-basis: 15%;
	position: relative;
}
.container-header-basket a {
	display: block;
	width: 100%;
	text-align: center;
}
.header-info-search-btn img,
.container-header-basket img,
#header-search-form a img {
	width:45px;
}
.container-header-basket .basket_header_items {
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	padding:1.6em 0 0 0;
	text-align: center;
	font-size: 0.6rem;
}

#header-search-form {
	position: absolute;
	bottom: 9px;
	right: 140px;
	opacity: 0;
	display: none;
	align-items: center;
}
#header-search-form.active {
	display:block;
	opacity: 1;
	transition: opacity 0.1s ease 0.1s;
	
}
#header-search-form input[type="search"] {
	padding: 0.4rem;
	width: 98%;
	border: 1px solid #94928f;
	box-shadow: 5px 5px 5px #7d736f;
	border-radius: 5px;
	font-size: 18px;
}
#header-search-form input[type=search]:active,
#header-search-form input[type=search]:hover,
#header-search-form input[type=search]:focus {
	outline: 0;
    outline-offset: 0;
}

/* ----- swiper slider --- */
.slider-swiper-1 .swiper-pagination {
	bottom:10%!important;
	left:5.260%!important;
	transform: none!important;
}
.slider-swiper-1 .swiper-pagination .swiper-pagination-bullet {
	width:70px!important;
	margin:0 25px 0 0!important;
	border-radius: 0!important;
	float: left !important;
	left: 0 !important;
	transform: none!important;
	background-color: #ffffff!important;
	opacity: 1!Important;
	height: 4px !important;
}
.slider-swiper-1 .swiper-pagination .swiper-pagination-bullet-active-main {
	background-color: #000000!important;
}

.h-on-main {
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.75rem;
	font-weight: normal;
	margin: 35px 0;
	letter-spacing: 2px;
}
.block_text_main h1 {
	text-align: center;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.75rem;
	font-weight: normal;
	margin: 35px 0;
	letter-spacing: 2px;
}
.slider-swiper-2 {
	width:96%;
	margin: 0 auto;
}
.slider-swiper-2 .h-on-main {
	margin:4.7% 0 3.4% 0;
}
.swiper-button-next, 
.swiper-button-prev {
	width: calc(var(--swiper-navigation-size)/1.8)!important;
	height: calc(var(--swiper-navigation-size)/1.8)!important;
	border:2px solid #000!Important;
	border-radius: 50%;
}	
.slider-swiper-2 .swiper-button-next::after,
.slider-swiper-2 .swiper-button-prev::after {
	color: #000 !important;
	font-size: calc(var(--swiper-navigation-size)/2.8)!important;
	font-weight: bold;
}

/* ----- catalog-on-main-content ----- */
#catalog-on-main-content, .catalog-on-main-content {
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#catalog-on-main-content .h-on-main, .catalog-on-main-content .h-on-main {
	margin:2.4% 0 2.5% 0;
}
#catalog-on-main-content ul {
	display: flex;
	width: 100%;
	justify-content: space-around;
	flex-wrap:wrap;
}
#catalog-on-main-content ul li {
	flex-basis: 14.5%;
	text-align: center;
	margin:0 0 2% 0;
}
#catalog-on-main-content ul li img {
	width: 85%;
}
.catalog_list_title {
	padding: 0 !important;
	margin: 15px 10px 0 10px !important;
	font-size: 1.2rem;
	font-weight: normal;
	color: #010101;
	font-family: "RobotoRegular";
	line-height: 1.3rem;
	max-width: 280px;
}
.for_tel {
	text-decoration: none;
}
.for_tel:hover {
	text-shadow: 1px 1px 2px rgb(73, 72, 72);
}
.toprice {
	padding: 0!important;
	margin: 3.6% 0 0 0;
	font-size: 1.2rem;
	font-weight: normal;
	color:#010101;
	font-family: "RobotoRegular";
	line-height: 1.3rem;
}
.toprice span {
	font-size: 1.5rem;
}
.catalog-more-images {
	padding: 1% 0;
	width: 85%;
	display: flex;
	margin: 5% auto 0;
	flex-wrap: wrap;
	text-align: center;
}
.catalog-more-images a {
	flex-basis: 16.5%;
	margin: 1% auto;
	text-align: center;
}
.catalog-more-images img {
	
	padding:0;
	margin:0 1%;
}

/* ----- text-main ----- */
.text-main {
	width: 96%;
	margin:5% auto 0 auto;
	font-family: "RobotoRegular";
}
.block-text-main {
	width: auto;
	display: flex;
	/* align-items: baseline; */
	justify-content: center;
	font-size: 1.32rem;
	line-height: 2.2rem;
	text-align: center;
}
.block-text-main .block-text-main-2,
.block-text-main .block-text-main-1 {
	flex-basis: 48%;
}
.text-main .h-on-main {
	margin: 4.7% 0 3.4% 0;
}
.block-text-main .block-text-main-1 img {
	width: 100%;
}
.block-text-main .block-text-main-2 .h-on-main {
	text-align: left;
	margin:0 0 10% 0;
}
.block-text-main .block-text-main-2 p {
	margin: 0;
	padding: 0;
}
.delete img {
	width: 20px;
}
/* ------ footer ------- */
.fon-footer {
	width: 100%;
	margin: 8% auto 0 auto;
	background-color: #fed254;
	border-bottom: 1px solid #fff;
	border-top: 2px solid #eec244;
}
footer {
	margin: 0 auto;
	padding:3.6% 0 3.2% 0;
	width: 59.375%;
	/* height:295px; */
	overflow: hidden;
	display: flex;
	align-items:baseline;
	justify-content:space-around;
	font-family: "Opensans";
	text-decoration: none;
    text-transform: uppercase;
    font-size: 0.86rem;
    color: #000;
}
footer ul {
	padding: 0;
}
footer ul li {
	line-height: 1.8rem;
}
footer ul li.small-li {
	text-transform: none;
}
footer ul li a {
	display: block;
	text-decoration: none;
	color:#000000;
	1margin:5% 0;

}
footer ul li a:hover {
	text-shadow: 1px 1px 2px rgb(73, 72, 72) /* Параметры тени */
}	
.header-slogan {
	position: absolute;
	text-align: center;
	width: 78.1%;
	top: 105px;
	text-transform: uppercase;
	color: #4d4c4d;
}
.law-footer {
	width: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Opensans";
	font-size: 0.8rem;
	color: #000;
	background: #bfbbb6;
	padding: 0 25%;
}
.law-footer span {
	padding:2% 0 2% 0;
}
.law-footer a {
	text-decoration: none;
}
.law-footer a:hover {
	text-shadow: 1px 1px 2px rgb(73, 72, 72) /* Параметры тени */
}

/* ========================================================================== */




/* =========================================================================== */

/* --- выпадающее меню --- */
/*
nav ul li {
	position:relative;
}
nav ul li a {
	color:#313131;
	text-decoration: none;
	display: block;
}
nav ul li a:hover {
	color:#313131;
	text-decoration: none;
}
nav ul li ul {
    display: none;
    position: absolute;
	margin-top:-1px;
	left:0px;
	z-index:1001;
	width:330px;
	padding: 20px 10px;
	background: #807154;
	background: #000000;
	border-radius:5px;
	border:2px solid #e9e3d7;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
nav ul li ul li:first-child {
	
}
nav ul li ul li {
	float: left;
	width:100%;
	text-decoration: none;
	margin: 0px;
	background: none!important;
}
nav ul li ul li:last-child {
	border-bottom:none;
}
nav ul li ul li a {
	display: table-cell;
}

nav ul li ul a:hover {
	text-decoration:none;
}
nav ul  li:hover > ul {
    display: block;
}


nav ul  ul li:hover > ul {
	display:none;
}
nav ul li ul {
	display: none;
} 
*/




/*.jcarousel-skin-news .jcarousel-clip-horizontal {
    overflow: hidden;
    padding: 0px;
    width: 970px;
    text-align: center;
} 

.jcarousel-skin-news .jcarousel-container-horizontal {
    height: 406px;
    overflow: hidden;
    padding: 0px 0px;
    text-align: center;
    width: auto;
}
.jcarousel-skin-news .jcarousel-item-horizontal {
    margin: 0px 30px 0 0;
    overflow: hidden;
    width: 300px;
    padding: 0px;
    height: 406px;
}
.jcarousel-skin-news .jcarousel-next-horizontal {
    background: transparent url("right_news.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 35%;
	width: 22px;
    opacity: 0.6;
	box-shadow: 0 0 10px rgb(0 0 0 / 60%);
}
.webp .jcarousel-skin-news .jcarousel-next-horizontal {
    background: transparent url("right_news.webp") no-repeat scroll 0 0;
}
.jcarousel-skin-news .jcarousel-prev-horizontal {
    background: transparent url("left_news.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 35%;
	width: 22px;
    opacity: 0.6;
	box-shadow: 0 0 10px rgb(0 0 0 / 60%);
}
.jcarousel-skin-news .jcarousel-prev-horizontal {
    background: transparent url("left_news.png") no-repeat scroll 0 0;
}   
.webp .jcarousel-skin-news .jcarousel-prev-horizontal {
    background: transparent url("left_news.webp") no-repeat scroll 0 0;
} 
*/



/* ============================ = */

/**/
@media screen and (max-width: 1900px) {

}
@media screen and (max-width: 1800px) {

}
@media screen and (max-width: 1700px) {
	header {
		width: 88.1%;
	}
	.header-slogan {
		width: 88.1%;
	}
}
@media screen and (max-width: 1600px) {
	.catalog_list_title {
		font-size: 1.1rem;
	}
	.block-text-main {
		font-size: 1.1rem;
		line-height: 2.2rem;
	}	
}
@media screen and (max-width: 1500px) {
	header {
		width: 96%;
	}
	.header-slogan {
		width: 96%;
	}	
}
@media screen and (max-width: 1440px) {
	/* skin-tango*/
	.jcarousel-skin-news .jcarousel-item-horizontal {
		/* width: 208px!important;
		margin: 0px 4px; */
	}
	.jcarousel-skin-news .jcarousel-clip-horizontal {
		/* width: 1140px!important; */
	}
	/*
	.jcarousel-skin-onmain1 .jcarousel-clip-vertical {
	}
	.jcarousel-skin-onmain1 .jcarousel-item {
	}
	.jcarousel-skin-onmain1 .jcarousel-item-horizontal {
		width: 280px!important;
	}
	.jcarousel-prev-horizontal {
		right: 65px!important;
	}
	.jcarousel-next-horizontal {
		right: 20px!important;
	}

	.jcarousel-skin-onmain2 .jcarousel-clip-horizontal {
		width: 1180px!important;
	}
	.jcarousel-skin-onmain2 .jcarousel-clip-vertical {
	}
	.jcarousel-skin-onmain2 .jcarousel-item {
	}

	.jcarousel-prev-horizontal {
		right: 65px!important;
	}
	.jcarousel-next-horizontal {
		right: 20px!important;
	}
*/

}

@media screen and (max-width: 1300px) {
	.catalog_list_title {
		font-size: 1rem;
	}
	.block-text-main {
		font-size: 1rem;
	}		
}

@media screen and (max-width: 1200px) {
	.block-text-main {
		font-size: 0.9rem;
		line-height: 2.0rem;
	}	
	#menu-header li a {
		font-size: 1rem;
	}
	#header-info-phone h4 {
		font-size: 1rem;
	}
	.catalog_filter_line {
		display: none;
	}
	.catalog_sorter li:last-child {
		display: none;
	}
	#catalog_filter .filter-title {
		display: none;
	}
	.catalog_all_cats_list .catalog_list_one {
		margin: 0 2%;
		flex-basis: 27%;
		width: 27%;
	}
	
	.catalog_filter_line_ul li a {
		border: none;
		border-bottom: 1px solid #ccc;
		color: #666;
		display: block;
		padding: 5px;
		position: relative;
		text-decoration: none;
		background: #fff;
	}
	.catalog_filter_line_ul li a.active {
		background: #fff none repeat scroll 0 0;
		border: none;
		border-bottom: 3px solid #000;
		color: #000;
	}
	
}	



.one_photos img{
	max-width:100%;
	
	
}

.one_photos_wrap {
	width: 80%;
	float: right;
}

.list_img_area {
	position: relative;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}
.desktop_slider {
	overflow: hidden;
	position: relative;
	width: 360px;
	height: 480px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.desktop_slider .desktop_slides {
	position: relative;
	transition: 1s;
}

.desktop_slider .desktop_slides .desktop_slide {
	float: left;
	display: block;
	cursor: pointer;
}

.desktop_slider .desktop_slides .desktop_slide img {
	width: 360px;
}

.desktop_slider .desktop_navigation {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0;
	z-index: 1;
	height: 10px;
}

.desktop_slider .desktop_navigation .dot {
	display: inline-block;
	cursor: pointer;
	margin: 0 0px;
	padding: 10px;
	height: 100%;
}




.desktop_slider .desktop_navigation .dot span {
	width: 6px;
	height: 6px;
	background: #666666;
	border-radius: 16px;
	border: 1px solid #666666;
	display: block;
	margin-top: 0px;
}
.desktop_slider .desktop_navigation .active span {
	background: #fff;
}
.catalog_list_one a {
	text-decoration: none;
	display: block;
	width: 100%;
}

.catalog_list_one p {
	text-align: center;
	width: 100%;
	max-width: unset;
	margin-top: 15px !important;
}




