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,
	article, aside, canvas, details, embed, figure, figcaption, footer,
	header, hgroup, menu, nav, output, ruby, section, summary, time, mark,
	audio, video {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

*:focus {
	outline: none;
}

a {
	color: #000000;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

ul, li {
	list-style: none;
}

input placeholder {
	color: #000;
	opacity: 1;
}

input:-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

input:focus:-moz-placeholder {
	color: #000;
	opacity: 1;
}

input:focus::-moz-placeholder {
	color: #000;
	opacity: 1;
}

input:focus::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

@font-face {
	font-family: 'BookAntiqua';
	src: url("fonts/BookAntiqua.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe-Regular';
	src: url("fonts/Circe-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe-Bold';
	src: url("fonts/Circe-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}


body {
	font: 14px 'BookAntiqua';
	color: #000;
}

#footer_bg {
	padding-bottom: 10px;
}

.siteButton, .form-submit {
	transition: all .2s ease;
	color: #212121;
	font: 11px 'Circe-Regular';
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 16px 62px 16px 31px;
	position: relative;
	border: 1px solid #d8d8de;
}

.siteButton:after, .form-submit:after {
	width: 6px;
	height: 9px;
	background: url(img/a6.png?v=1) no-repeat;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 29px;
	top: 19px;
}



.siteButton:hover, .form-submit:hover {
	background: #212121;
	color: #fff;
}

.siteButton:hover:after, .form-submit:hover:after {
	width: 7px;
	height: 12px;
	background: url(img/svg/arrow.svg) no-repeat;
	top: 17px;
}

.showMobile {
	display: none;
}

.showMobile.flexer {
	display: none;
}

.flexer {
	display: flex;
}

.flexer.ai-c {
	align-items: center;
}



.flexer.jc-sb {
	justify-content: space-between;
}

.blockTitle {
	font: 60px 'BookAntiqua';
	padding: 30px 120px;
}

.blockTitle.small {
	font-size: 40px;
	padding: 24px 120px;
}

.align-center {
	text-align: center;
}

.container {
	max-width: 1440px;
	margin: auto;
	z-index: 1;
	position: relative;
}

.logo {
	width: 150px;
	height: 50px;
	background: url(img/svg2/logo.svg) no-repeat;
	display: inline-block;
	text-indent: -10000px;
	overflow: hidden;
}

.top {
	font-family: 'Circe-Bold';
	padding: 22px 0 17px;
	font-size: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.top__popup {
	font-family: 'Circe-Regular';
}

.top__popup span {
	cursor: pointer;
}

.top__popup span:after {
	width: 6px;
	height: 9px;
	/*background: url(img/a6.png) no-repeat;*/
	content: "";
	display: inline-block;
	vertical-align: middle;
	transform: rotate(90deg);
	margin-left: 5px;
}

.top__phone {
	transform: translateX(48px);
	display: inline-block;
}

.top__controls {
	margin-right: 15px;
}

.top__controls a {
	width: 22px;
	height: 22px;
	display: inline-block;
	font-size: 0;
	position: relative;
}

.top__controls a span {
	position: absolute;
	background: #212121;
	color: #fff;
	right: -19px;
	top: -13px;
	font: 11px 'Circe-Regular';
	display: inline-block;
	padding: 0 5px;
}

.top__controls-profile {
	background: url(img/svg/icon-top1.svg) no-repeat center;
	margin-right: 34px;
}

.top__controls-fav {
	background: url(img/svg/icon-top2.svg) no-repeat center;
	margin-right: 38px;
}

.top__controls-cart {
	background: url(svg/shopping_cart.svg) no-repeat center;
}

.top__controls-search {
	margin-right: 15px;
}

.top__controls-phone,
.top__controls-phone2{

	padding-right: 35px;
    width: 20px;
	background: url(svg/telephone.svg) no-repeat center;
}

.top__menuTrigger {
	display: none;
}

.menu {
	padding: 21px 0;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #e0e0e0;
}

.menu>ul {
	font: 12px 'Circe-Bold';
	text-transform: uppercase;
	flex-grow: 1;
	margin-left: 73px;
}

.menu>ul li {
	position: relative;
}

.menu>ul li a {
	color: #000;
	position: relative;
}

.menu>ul. li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	width: 0;
	transition: width .5s ease;
	height: 1px;
	content: "";
}

.menu>ul li a:hover:after {
	width: 100%;
}

.menu>ul li:hover>.subMenu {
	display: flex;
}

.menu>ul li.phone {
	border-top: 1px solid #d9d9d9 !important;
	font-size: 16px;
	margin-top: 10px;
	padding-top: 10px;
}

.menu>ul li.phone a {
	color: #c69c6d;
}

.subMenu {
	position: absolute;
	left: -50px;
	top: 100%;
	background: #fff;
	font: 15px 'Circe-Regular';
	box-sizing: border-box;
	padding: 77px 48px 66px;
	display: none;
}

.subMenu ul {
	text-transform: none;
	transition: all .4s ease;
	position: relative;
	width: 200px;
	background: #fff;
}

.subMenu ul li {
	padding: 0 0 22px;
	position: relative;
}

.subMenu ul li.arrow:after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	width: 6px;
	height: 9px;
	background: url(img/a6.png?v=1) no-repeat;
	content: "";
	opacity: 0;
}

.subMenu ul li:hover {
	color: #c69c6d;
}

.subMenu ul li:hover:after {
	width: 6px;
}

.subMenu ul li:hover>a {
	color: #c69c6d;
}

.subMenu ul li a:after {
	opacity: 0;
}

.subMenu ul li.hasSubmenu:hover:after {
	opacity: 1;
}

.subMenu ul.level1 li:hover .level2, .subMenu ul.level2.stillVisible {
	display: block;
	left: 100%;
	/*top: 0;*/
	top: -46px;
}

.subMenu ul.level2 {
	position: absolute;
	width: 220px;
	display: none;
	padding-top: 46px;
	min-height: 264px;
}

.subMenu ul.level2 li:hover .level3, .subMenu ul.level3.stillVisible {
	display: block;
}

.subMenu ul.level3 {
	position: absolute;
	left: 100%;
	top: 0;
	width: 200px;
	display: none;
}

.subMenu .pictureBlock {
	width: 436px;
	transition: all .4s ease;
}

.subMenu .pictureBlock.evenFurther {
	margin-left: 200px;
}

.subMenu .pictureBlock.evenFurther2 {
	margin-left: 400px;
}

.block630 {
	max-width: 1200px;
	margin: auto;
	flex-direction: column;
}

.block630__single {
	margin: 0 0 95px;
}

.block630__single-img {
	width: 630px;
}

.block630__single-img img {
	width: 100%;
	max-width: 100%;
	transition: transform .5s ease;
}

.block630__single-img img:hover {
	transform: scale(1.05);
}

.block630__single-text {
	width: calc(100% - 850px);
	flex-direction: column;
	justify-content: center;
	padding: 0 110px;
	align-items: flex-start;
}

.block630__single-text p,
.block630__single-text h2 {
	font-size: 40px;
	margin: 0 0 30px;
	font-weight: normal;
}

.block630__single:nth-child(even) .block630__single-img {
	order: 2;
}

.block630__single:nth-child(even) .block630__single-text {
	order: 1;
	align-items: flex-end;
	text-align: right;
}

.hwBg1 {
	background: url(img/bg7.png) repeat-x;
	max-width: 1200px;
	margin: 30px auto 136px;
	padding: 14px 0;
	box-sizing: border-box;
}

.hwBg1 .hwBg2 {
	background: url(img/bg15.png) repeat-y left bottom;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.hwBg1 .hwBg3 {
	background: url(img/bg15.png) repeat-y right bottom;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

.hwBg1:after {
	display: block;
	height: 15px;
	background: url(img/bg7.png) repeat-x;
	content: "";
}

.hw {
	padding: 56px 56px 43px;
	font: 17px 'Circe-Regular';
}

.hw__single {
	width: 33%;
	border-right: 1px solid #c69c6d;
	margin: 0 30px 30px 0;
	padding: 20px 15px 0;
	box-sizing: border-box;
}

.hw__single:last-child {
	border: none;
	margin-right: 0;
}

.hw__single:last-child p {
	padding-right: 40px;
}

.hw__single:before {
	width: 99px;
	height: 87px;
	display: block;
	margin: 0 0 15px;
	content: "";
}

.hw__single p {
	padding-right: 75px;
	line-height: 22px;
}

.hw__single.elem1:before {
	background: url(img/svg/w-icon1.svg) no-repeat left center;
}

.hw__single.elem2:before {
	background: url(img/svg/w-icon2.svg) no-repeat left center;
}

.hw__single.elem3:before {
	background: url(img/svg/w-icon3.svg) no-repeat left center;
}

.pseudoWinners {
	position: relative;
	height: 642px;
	overflow: hidden;
	margin-bottom: 98px;
}

.pseudoWinners__single {
	position: absolute;
	color: #fff;
	overflow: hidden;
	max-height: 642px;
	margin-bottom: 98px;
	width: 50%;
	transition: width .5s ease;
}

.pseudoWinners__single.block1 {
	left: 0;
}

.pseudoWinners__single.block2 {
	right: 0;
}

.pseudoWinners__single.fw {
	width: 90%;
	z-index: 12;
}

.pseudoWinners__single.fw .pseudoWinners__single-data-options {
	opacity: 1;
}

.pseudoWinners__single-image {
	display: block;
	position: relative;
	z-index: 1;
}

.pseudoWinners__single-data {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	padding: 221px 163px;
}

.pseudoWinners__single-data p {
	font-size: 60px;
	margin: 0 0 60px;
}

.pseudoWinners__single-data-options {
	font: 18px 'Circe-Regular';
	border-top: 1px solid #c69c6d;
	width: 835px;
	padding: 64px 0 0;
	opacity: 0;
	transition: opacity .5s ease;
}

.pseudoWinners__single-data-options li {
	margin: 0 106px 0 0;
}

.pseudoWinners__single-data-options li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.pseudoWinners__single-data-options li a:before {
	width: 46px;
	height: 37px;
	display: block;
	background: #f00;
	content: "";
	margin-bottom: 18px;
}

.pseudoWinners__single-data-options li.value1 a:before {
	background: url(img/svg/icon-option1.svg) no-repeat left center;
}

.pseudoWinners__single-data-options li.value2 a:before {
	background: url(img/svg/icon-option2.svg) no-repeat left center;
}

.pseudoWinners__single-data-options li.value3 a:before {
	background: url(img/svg/icon-option3.svg) no-repeat left center;
}

.actions {
	margin: 30px auto 88px;
	max-width: 1200px;
}

.actions img {
	transition: transform .4s ease;
}

.actions img:hover {
	transform: scale(1.03);
}

.actions__block1 {
	width: 760px;
	margin: 0 30px 0 0;
}

.actions__block1 a, .actions__block1 ._a {
	position: relative;
	color: #fff;
	display: block;
}

.actions__block1 a img, .actions__block1 ._a img {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.actions__block1 a .actions__block1-title, .actions__block1 ._a .actions__block1-title {
	position: absolute;
	left: 41px;
	bottom: 40px;
	z-index: 2;
	font-size: 40px;
	max-width: 90%;
}

.actions__block1 a .actions__block1-date, .actions__block1 ._a .actions__block1-date {
	position: absolute;
	left: 41px;
	top: 39px;
	z-index: 2;
	font: 18px 'Circe-Regular';
}

.actions__block2 {
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 790px);
}

.actions__block2-single-image {
	width: 235px;
	margin-right: 30px;
}

.actions__block2-single-text i {
	font: 14px 'Circe-Regular';
	color: #999;
	display: block;
	margin: 20px 0 13px;
}

.actions__block2-single-text p {
	font-size: 20px;
}

.actions__block2-single-text p a {
	color: #000;
}

.weekWinner {
	position: relative;
	margin: 33px 0 94px;
}

.weekWinner__image {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

.weekWinner__text {
	position: absolute;
	height: 100%;
	flex-direction: column;
	z-index: 2;
	width: 100%;
	left: 0;
	top: 0;
	color: #fff;
}

.weekWinner__text-options {
	align-self: flex-end;
	font: 18px 'Circe-Regular';
	padding: 77px 60px;
}

.weekWinner__text-options li {
	border-bottom: 1px solid #c69c6d;
	padding: 28px 64px;
}

.weekWinner__text-options li a {
	color: #fff;
	text-decoration: none;
}
.pseudoWinners__single-data a {
	text-decoration: none;
	font-weight: normal;
}

.weekWinner__text-options li:last-child {
	border: none;
}

.weekWinner__text-options li i {
	font-style: normal;
	display: block;
	font-size: 16px;
	padding: 4px 0 0;
}

.weekWinner__text p {
	font-size: 40px;
	padding: 80px 122px;
}

.list370 {
	margin: 31px auto 0;
	max-width: 1200px;
	flex-flow: row wrap;
}

.list370__single {
	max-width: 370px;
	margin-bottom: 31px;
}

.list370__single-date {
	font: 13px 'Circe-Regular';
	color: #a0a0a0;
	display: block;
	margin: 0 0 25px;
}

.list370__single-image {
	margin: 0 0 31px;
	display: block;
}

.list370__single-image img {
	max-width: 100%;
	width: 100%;
}

.list370__single-title {
	font-size: 20px;
}

.list370__single-title a {
	color: #000;
	text-decoration: none;
}

.list370__linkWrapper {
	margin: 25px auto 120px;
	max-width: 1200px;
}

.list370__linkWrapper .siteButton {
	padding-left: 0;
	border: none;
}

.list370__linkWrapper .siteButton:hover {
	padding-left: 40px;
}

.foot {
	border-top: 1px solid #e0e0e0;
	padding: 109px 0 0;
	margin: 40px 0 0;
}

.foot__column.column1 {
	margin: 0 162px 0 0;
}

.foot__column.column2 {
	margin: 0 122px 0 0;
}

.foot__column.column3 {
	margin: 0 138px 0 0;
}

.foot__column.column4 {
	margin: 0 162px 0 0;
}

.foot__column.column5 {
	margin: 0 100px 0 0;
}

.foot__column.column6 {
}

.foot__column.column5 .bp {
	font-family: 'Circe-Bold';
	color: #000;
}

.foot__column.column5 p {
	font-family: 'Circe-Regular';
	padding: 17px 3px;
	letter-spacing: 1px;
	font-size: 14px;
}

.foot__column.column5 .sc {
	/*padding-top: 20px;*/
	margin-right: 10px
}

.foot__column-list {
	font: 13px 'Circe-Bold';
	text-transform: uppercase;
	padding: 7px 0;
}

.foot__column-list li {
	margin: 0 0 20px;
}

.foot__column-list li a {
	color: #000;
	position: relative;
	text-decoration: none;
}

.foot__column-list li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	width: 0;
	transition: width .5s ease;
	height: 1px;
	content: "";
}

.foot__column-list li a:hover:after {
	width: 100%;
}

.sc a {
	width: 17px;
	height: 17px;
	text-indent: -10000px;
	display: inline-block;
	margin: 0 10px 0 0;
}

.sc a.face {
	background: url(img/svg/s1.svg) no-repeat center;
}

.sc a.insta {
	background: url(img/svg/s2.svg) no-repeat center;
}

.sc a.vk {
	background: url(img/svg/s3.svg) no-repeat center;
}

.slider1 {
	overflow: hidden;
	position: relative;
	/*margin: 0 0 30px;*/
}

.slider1 ul {
	position: relative;
	z-index: 1;
}

.slider1 .slideContent {
	position: relative;
}

.slider1 .slideContent__image {
	display: flex;
	position: relative;
	z-index: 1;
}

.slider1 .slideContent__image:hover {
	opacity: 1
}

.slider1 .slideContent__image img {
	width: 100%;
	max-width: 100%;
}

.slider1 .slideContent__text {
	position: absolute;
	left: 39px;
	top: 145px;
	z-index: 2;
	color: #fff;
}

.slider1 .slideContent__text p {
	font: 22px 'Circe-Regular';
}

.slider1 .slideContent__text p span {
	display: block;
	font: 80px 'BookAntiqua';
	margin: 0 0 30px;
	text-transform: uppercase;
	max-width: 70%;
	line-height: 80px;
}

.slider1 .controls {
	right: 200px;
	top: 140px;
}

.controls {
	position: absolute;
	z-index: 22;
	color: #fff;
	font: 16px 'Circe-Regular';
	background: url(img/line32.png) no-repeat center;
}

.controls .prev, .controls .next {
	width: 43px;
	height: 43px;
	border: 1px solid transparent;
	border-radius: 50%;
	background: url(img/svg/arrow.svg) no-repeat center;
	display: inline-block;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
}

.controls .prev:hover, .controls .next:hover {
	border-color: #c69c6d;
}

.controls .prev {
	transform: rotate(180deg);
}

.controls .current, .controls .total {
	width: 57px;
	text-align: center;
}

.breadCrumb {
	color: #949494;
	font: 15px 'Circe-Regular';
	padding: 37px 0 17px;
}


.breadCrumb__single {
	color: #949494;
	text-decoration: none;
	font-weight: normal;
}

.breadCrumb__single:after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 29px;
	content: "/";
}

.breadCrumb__single:last-child:after {
	content: "";
}

h1, .pageTitle {
	font: 35px 'Circe-Regular';
	margin: 20px 0;
}

.itemsFilter {
	font: 17px 'Circe-Regular';
	padding: 5px 0 15px;
	position: relative;
	z-index: 2;
}

.itemsFilter__single {
	color: #000;
	margin-right: 34px;
	text-decoration: none;
	font-weight: normal;
}

.itemsFilter__single:after {
	width: 8px;
	height: 5px;
	background: url(img/svg2/arrow_filter.svg) no-repeat;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 13px;
}

.itemsFilter__block1>div, .itemsFilter__block2>div {
	position: relative;
}

.itemsFilter>div>div a+ul {
	position: absolute;
	left: 0;
	top: 25px;
	min-width: 200px;
	background: #fff;
	padding: 20px 20px 10px;
	box-shadow: 3px 4px 5px rgba(85, 85, 85, 0.50);
	display: none;
}

.itemsFilter>div>div a+ul li {
	margin: 0 0 10px;
}

.itemsFilter>div>div a+ul li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.itemsFilter>div>div a+ul li a:hover {
	color: #212121;
	font-weight: bold;
}

.itemsFilter>div>div:hover a+ul {
	display: block;
}

.itemsFilter__block2 {
	text-align: right;
}

.itemsFilter__block2 .itemsFilter__single {
	margin: 0;
}

.itemsFilter>.itemsFilter__block2>div a+ul {
	right: 0;
	left: auto
}

.itemsCollection {
	margin: 27px 0;
	flex-flow: row wrap;
}

.itemsCollection__single {
	max-width: calc(50% - 20px);
	position: relative;
	margin-bottom: 62px;
	min-width: 45%
}

.itemsCollection__single-img {
	width: 100%;
	max-width: 100%;
}

.itemsCollection__single-img img {
	
}
/*
.itemsCollection__single-img.slick-slider {
	padding: 0 0 25px 20px;
}*/

.itemsCollection__single-options p {
	font: 13px 'Circe-Regular';
	color: #000;
}

.itemsCollection__single-options p a {
	font-size: 16px;
	display: block;
	color: #000;
	text-decoration: none;
}

.itemsCollection__single-options .buttons {
	align-items: center;
	transform: translateY(-4px);
}

.itemsCollection__single-options .buttons a {
	margin-left: 10px;
}

.itemsCollection__single .controls {
	position: absolute;
	right: 0;
	top: calc(100% - 165px);
	z-index: 2;
	color: #fff;
	font: 16px 'Circe-Regular';
	background: rgba(0, 0, 0, 0.5) url(img/line32.png) no-repeat center;
	padding: 20px 60px;
}

.itemsCollection__single .controls .prev, .itemsCollection__single .controls .next
	{
	width: 43px;
	height: 43px;
	border: 1px solid transparent;
	border-radius: 50%;
	background: url(img/svg/arrow.svg) no-repeat center;
	display: inline-block;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
}

.itemsCollection__single .controls .prev:hover, .itemsCollection__single .controls .next:hover
	{
	border-color: #212121;
}

.itemsCollection__single .controls .prev {
	transform: rotate(180deg);
}

.itemsCollection__single .controls .current, .itemsCollection__single .controls .total
	{
	width: 57px;
	text-align: center;
}

.itemsCollection__single .slick-dots {
	text-align: center;
	display: none !important;
}

.itemsCollection__single .slick-dots li {
	display: inline-block;
	width: 6px;
	margin: 0 3px;
	height: 6px;
	border-radius: 50%;
	background: #d8d8de;
	text-indent: -10000px;
	cursor: pointer;
}

.itemsCollection__single .slick-dots li.slick-active {
	background: #212121;
}

.itemsNavi {
	text-align: center;
	margin: 60px 0;
}

.itemsNavi__single {
	display: inline-block;
	width: 6px;
	margin: 0 10px;
	height: 6px;
	border-radius: 50%;
	background: #e8d7c5;
	text-indent: -10000px;
}

.itemsNavi__single.active {
	background: #212121;
}

.absoluteSlider {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 1;
	height: 845px;
	width: 100%;
	max-width: 1580px;
	overflow: hidden;
}

.absoluteSlider.invisibleSlider {
	opacity: 0
}

.absoluteSlider.invisibleSlider+.container .itemContent {
	padding-top: 50px
}

.absoluteSlider.invisibleSlider+.container .itemContent .controls {
	display: none
}

.absoluteSlider .slick-slide {
	position: relative
}

.absoluteSlider>ul li img {
	position: relative;
	z-index: 1
}

.absoluteSlider>ul li span.slideTitle {
	position: absolute;
	left: 10%;
	top: 50%;
	z-index: 100;
	white-space: nowrap;
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
}

.absoluteSlider:not (.invisibleSlider ) +.container .top__popup {
	color: #fff;
}

.absoluteSlider:not (.invisibleSlider ) +.container .menu>ul li a {
	color: #fff;
}

.absoluteSlider:not (.invisibleSlider ) +.container .menu>ul li a:after
	{
	background: #fff;
}

.absoluteSlider:not (.invisibleSlider ) +.container .subMenu ul li a {
	color: #000;
}

.absoluteSlider:not (.invisibleSlider ) +.container .breadCrumb {
	color: #fff;
}

.absoluteSlider:not (.invisibleSlider ) +.container .breadCrumb__single
	{
	color: #fff;
}

.itemContent {
	max-width: 1200px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	z-index: 4;
	padding-top: 77px;
	padding-bottom: 30px;
}

.itemContent .controls {
	left: 100px;
	top: 715px;
}

.itemContent__single.block1 {
	width: 144px;
	margin: -32px 6px 0 0;
}

.itemContent__single.block1 .slick-list {
	margin: 0
}

.itemContent__single.block1 ul li {
	margin: 0 0 4px;
}

.itemContent__single.block1 ul li img {
	width: 100%;
	cursor: pointer;
}

.itemContent__single.block1 .slick-arrow {
	width: 43px;
	height: 43px;
	filter: contrast(250%);
	border: 1px solid #212121;
	border-radius: 50%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/a8.png);
	display: block !important;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
	margin: auto;
	transition: background-color .5s ease;
}

.itemContent__single.block1 .slick-arrow.slick-prev {
	transform: translateY(-10%) rotate(180deg);
	left: 10px;
}

.itemContent__single.block1 .slick-arrow.slick-next {
	right: 10px;
	transform: translateY(10%)
}

.itemContent__single.block2 {
	width: 630px;
	margin: -33px 39px 0 0;
}

.itemContent__single.block2 img {
	width: 100%;
}

.itemContent__single.block3 {
	width: 380px;
	transform: translateY(-78px);
	margin-bottom: -44px;
}

.itemContent__single.block3 h1 {
	font: 40px 'BookAntiqua';
}

.itemContent__single.block3 .pricer {
	font: 26px 'Circe-Regular';
	margin: -3px 0 25px;
}

.itemContent__single.block3 .siteButton {
	background: #c69c6d;
	color: #fff;
	display: block;
	max-width: 250px;
	box-sizing: border-box;
	padding-left: 0;
}

.itemContent__single.block3 .siteButton:after {
	width: 17px;
	height: 22px;
	background: url(img/icon17on.png) no-repeat;
	content: "";
	right: 20px;
	top: 13px;
}

.itemContent__single.block3 .siteButton:hover {
	color: #c69c6d;
	background: #fff;
}

.itemContent__single.block3 .siteButton:hover:after {
	background: url(img/icon17.png) no-repeat;
	right: 20px;
	top: 13px;
}

.itemContent__single.block3 .description {
	padding: 36px 0;
	font: 16px 'Circe-Regular';
	color: #949494;
}

.selector {
	width: 100%;
	margin: 0 0 10px;
	max-width: 250px;
}

.selector th, .selector td {
	border: 1px solid #c69c6d;
	color: #c69c6d;
	text-align: left;
	font: 12px 'Circe-Regular';
}

.selector th>div, .selector td>div {
	padding: 14px 19px 15px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	transition: all .4s ease;
}

.selector th>div:hover, .selector td>div:hover {
	background: #c69c6d;
	color: #fff;
}

.selector th>div:after, .selector td>div:after {
	width: 6px;
	height: 9px;
	background: url(img/a6.png?v=1) no-repeat;
	content: "";
	position: absolute;
	right: 19px;
	top: 19px;
	transform: rotate(90deg);
}

.selector th>div .colorAdapter, .selector td>div .colorAdapter {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 7px;
	border-radius: 50%;
}

.selector td {
	width: 50%;
}

.selectorPopup {
	position: absolute;
	right: 0;
	top: -270px;
	display: flex;
	background: #fff;
	z-index: 133;
	box-shadow: 0 1px 5px #bbb;
}

.selectorPopup__block1 {
	padding: 40px;
	background: #fff;
	width: 645px;
	box-sizing: border-box;
}

.selectorPopup__block1 img {
	width: 100%;
}

.selectorPopup__block2 {
	background: #fbfbfb;
	padding: 40px 0 40px 40px;
	width: 488px;
	box-sizing: border-box;
}

.selectorPopup__block2-title {
	color: #000;
	font: 30px 'Circe-Regular';
	text-transform: none;
	position: relative;
	margin: 0 0 37px;
}

.selectorPopup__block2-title img {
	position: absolute;
	right: 14px;
	top: 12px;
	cursor: pointer;
	transition: transform .5s ease;
}

.selectorPopup__block2-title img:hover {
	transform: rotate(90deg);
}

.selectorPopup__block2 .scrollingArea {
	height: 434px;
	width: 97%;
	box-sizing: border-box;
}

.selectorPopup__block2 .items__single {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
	width: 182px;
	height: 122px;
	box-sizing: border-box;
	cursor: pointer;
}

.selectorPopup__block2 .items__single:nth-child(odd) {
	margin-right: 20px;
}

.selectorPopup__block2 .items__single input {
	display: none;
}

.selectorPopup__block2 .items__single input+.checker {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(img/bg30.png) no-repeat;
	opacity: 0;
}

.selectorPopup__block2 .items__single input ~ img {
	width: 100%;
	box-sizing: border-box;
}

.selectorPopup__block2 .items__single input:checked+.checker {
	opacity: 1;
}

.selectorPopup__block2 .items__single input:checked ~ img {
	border: 7px solid #fff;
	width: calc(100% - 14px);
}

.itemDescription {
	max-width: 1200px;
	margin: 28px auto;
	font: 15px 'Circe-Regular';
	color: #949494;
	flex-flow: row wrap;
}

.itemDescription i.title {
	font: 11px 'Circe-Regular';
	color: #212121;
	text-transform: uppercase;
	display: block;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.itemDescription i.title:after {
	width: 8px;
	height: 5px;
	background: url(img/a8.png) no-repeat;
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 4px);
	transform: rotate(180deg);
}

.itemDescription i.title.collapsed:after {
	transform: rotate(0);
}

.itemDescription i.title.collapsed+.itemDescription__single,
	.itemDescription i.title.collapsed ~.itemDescription__single {
	display: none
}

.itemDescription__single-title {
	color: #000;
}

.itemDescription__single ul {
	padding: 20px 0;
}

.itemDescription__single {
	padding-top: 62px;
}

.itemDescription__single ul li {
	margin: 0 0 5px;
	line-height: 30px;
}

.itemDescription__single.block1 {
	width: 235px;
	margin: 15px 40px 0 0;
}

.itemDescription__single.block2 {
	    margin-top: 15px;
	width: 532px;
}

.itemDescription__single.block3 {
	width: 390px;
	padding-bottom: 5px;
}

.itemDescription__single.block3 img {
	max-width: 100%;
}

.itemDescription .downloadLink {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	font: 11px 'Circe-Regular';
	color: #c69c6d;
	position: relative;
	margin: 28px 0;
	padding: 27px 0;
	text-transform: uppercase;
}

.itemDescription .downloadLink:hover, .itemDescription i.title:hover {
	color: #212121;
}

.itemDescription .downloadLink:after {
	width: 8px;
	height: 5px;
	background: url(img/a8.png) no-repeat;
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 4px);
}

.itemDescription i.title.collapsed, .itemDescription .downloadLink {
	color: #000
}

.itemDescription i.title.collapsed:hover {
	color: #212121;
}

.itemDescription .downloadLink.expanded {
	border-bottom-color: transparent;
	margin-bottom: 0;
	color: #212121
}

.itemDescription .downloadLink.expanded:after {
	transform: rotate(180deg);
}

.downloadLink+.downloadText {
	display: none;
	padding-bottom: 30px;
}

.downloadLink.expanded+.downloadText {
	display: block;
	border-bottom: 1px solid #e0e0e0;
	width: 100%
}

.itemSlider {
	margin: 0 auto 28px;
	max-width: 1200px;
	overflow: hidden;
}

.itemSlider img {
	width: 100%;
	max-width: 100%;
}

.itemSlider .slick-arrow {
	width: 43px;
	height: 43px;
	filter: contrast(250%);
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/a6w.png);
	display: inline-block;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	transition: background-color .5s ease;
}

.itemSlider .slick-arrow:hover {
	background-color: transparent;
}

.itemSlider .slick-arrow.slick-prev {
	transform: translateY(-50%) rotate(180deg);
	left: 10px;
}

.itemSlider .slick-arrow.slick-next {
	right: 10px;
}

.absoluteSlider+.container .top, .absoluteSlider+.container .menu {
	border-color: rgba(255, 255, 255, .2)
}
/*
a:hover, a:hover i {
	opacity: .7
}
*/
div.menu {
	z-index: 3;
}
.siteButton.favs:after, .form-submit.favs:after {
	width: 16px;
	height: 18px;
	background: url(img/icon16.png) no-repeat;
	top: 16px;
}










.siteButton.favs:hover:after, .form-submit.favs:hover:after {
	background: url(img/icon16on.png) no-repeat;
	width: 16px;
	height: 18px;
	top: 16px;
}

.itemContent__single.block3 .siteButton.favs:hover:after, .itemContent__single.block3 .siteButton.favs.active:after {
	width: 17px;
	height: 22px;
	background: url(img/icon16on.png) no-repeat;
	content: "";
	right: 20px;
	top: 13px;
}
.itemContent__single.block3 .siteButton.favs:after {
	background: url(img/icon16.png) no-repeat;
	right: 20px;
	top: 13px;
}

.itemContent__single.block3 .siteButton.favs:hover ,.itemContent__single.block3 .siteButton.favs.active {
	color:  #fff;
	background:#c69c6d;
	margin-bottom: 5px;
}

.itemContent__single.block3 .siteButton.favs {
	color: #c69c6d;
	background: #fff;
	margin-bottom: 5px;
}
div.itemsFilter__block2 ul li.active > a {
	color: #c69c6d!important;
}
div.itemsFilter__block2 a.active { 
	color: #c69c6d!important;
} 
.downloadLink+.downloadText {
    display: none;
    margin-bottom: 30px;
}


/* 
.fancybox-button[disabled] > div, .fancybox-button[disabled]:hover > div, .fancybox-button > div, .fancybox-button:hover > div {
    background: #c69c6d!important;
    
}
.itemDescription .downloadLink:after {
    background: url(img/a8.png) no-repeat 0 9px
    }
 */

.itemDescription .downloadLink:after {
    top: calc(50% - 16px);
}

.itemDescription ._downloadLink:after {
    top: calc(50% - 3px);
}

.hidden {display:none}


.video-popup {
     position: fixed;
    top: 7%;
    z-index: 999;
    left: 25%;
    height: 70%;
    width: 50%;
    bottom: 0;
}

/*.video-popup .close {
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    /* color: white; */
    background: white;
    cursor:pointer
}*/

}
.video-popup .close {
    
    text-align: center!important;
    
    background: white!important;
    cursor: pointer!important;
    position: absolute!important;
    right: 0!important;
}

.close {
    position: absolute!important;
    right: 0!important;
        color: #fff!important;
        padding: 2px 10px 0 0!important;}

.video-popup .close:hover {
    text-decoration:underline
}


.video-popup iframe {
	height:calc(100% - 40px)!important;
width:100%!important;
	}



.no-scroll {
    overflow-y: hidden;
}



.list370 {
	justify-content: flex-start!important;
}

@media (min-width:1258px) {
	.list370__single {
		 margin-right: 45px;
	}
	.list370__single:nth-child(3n) {
		 margin-right: 0;
	}
}

ul.top-menu > li > a.active {
    color: #c69c6d!important;
}

ul.navList2 {
    display: flex;
}


ul.navList2 li {
    min-width: 30px;
    text-align: center;
}


nav.pages {
	font-size: 16px;
    display: flex;
    justify-content: center;
}

form._order input[name="name"]:focus, form._order input[name="email"]:focus, form._order input[name="phone"]:focus {
  background-color: #fff;
}


form._order .error, form._order .long .error {

    float: right;
    height: 20px;
    text-align: right;
    color: #CC6666;
    display:none;
}



form._order .error {
    margin-top: -79px;
    width: 200px;
    margin-left: -200px;
}
form._order .long .error {
    margin-top: -287px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 269px;
}

#comments {
	line-height: 32px;
	
    padding-top: 10px;
    padding-bottom: 10px;resize: auto;
}

.invalid_checkbox {
    border: 1px solid #CC6666;
}

@media (max-width:700px) {
	form._order .error {
	    margin-top: -66px;
	    width: 100%;
	    margin-left: unset;
	    margin-bottom: 38px;
	}
	.fields__single.long {
	    margin-top: 10px;
	}
}

.modal-backdrop {    position: unset!important;}

.modal-content {background-color:rgba(0, 0, 0, 0)!important;}

.modal { right: 19%!important;top:20%!important; }

.vid {
    width: 950px;
    height: 450px;
}


.itemsFilter__block1 ul li a.active {
    color: #212121!important;
	font-weight: bold;
	text-decoration: none;
}


.subMenu ul {
    width: 150px;
}
@media (min-width: 1000px) {
.menu>ul li:hover>.subMenu {
    min-width: 250px!important;
}
}

.subMenu ul.level1 li:hover .level2 {
    padding: 46px 0px 0 0;
    top: -46px !important;
    min-height: 264px;
}


ul.level1 > li.hasSubmenu:nth-child(1) > ul.level2 {
    top: -46px !important; 
}

ul.level1 > li.hasSubmenu:nth-child(2) > ul.level2 {
    top: -90px !important;
}


ul.level1 > li.hasSubmenu:nth-child(3) > ul.level2 {
    top: -134px !important;
}

ul.level1 > li.hasSubmenu:nth-child(4) > ul.level2 {
    top: -180px !important;
}
.subMenu ul {
    transition: unset!important;
}
.itemsCollection__single-img img {
    max-width: 100%;
}

@media (max-width:1000px) {
	.itemsCollection__single-img > a {display:none}
	.itemsCollection__single-img > a:first-child {display:block}
	/* 
	ul.mobileMenuOpen {
	    position: fixed;
	    background: white;
	    height: 100%;
	}
	 */
}
.itemDescription__single {
    padding-top: 0;
}
.itemDescription__single ul {
    padding: 20px 0 0;
}





.itemDescription .downloadLink, .itemDescription i.title {
    font: 14px 'Circe-Regular';
}


@media (max-width: 700px) {
.itemsCollection__single .controls {
    display: none!important
}
}

body > div.catalog_container {
   /* margin-top: -50px; */
}






@media (max-width: 1000px) {
.hideDesktop {
	display:none!important;
}
}
/* 
div.deferred{min-height: 200px;}

@media (max-width: 1000px) {
	div.deferred{min-height: 100px;}
}
 */

li.icon-close-sort {
    display: block;
    float: right;
    margin-top: 10px!important;
    margin-right: 0!important;
    opacity: 1;
}

li.icon-close-sort:hover {
    opacity:1;
}

@media (max-width: 480px) {
.filterMenu__item-popup {
    right: 0;
}
}

.filterMenu__item-popup li.active a {
	color: #212121!important;
	text-decoration: none;
}

@media (max-width: 1000px) {
	.menu ul li.phone:last-child {
    padding:10px;
    margin-top: -10px;
}
	
.menu>ul li.phone:nth-child(2) {
    padding: 10px;
}
	.top__controls-phone,
	.top__controls-phone2{
    	padding-right: 20px;
	}
.hidden-mobile {
	display:none
}
.filterMenu__item-popup {
    box-shadow: unset!important;
    border: unset!important;
        top: 44px!important;
    min-height: 230px;
    left: -20px!important;
    right: -20px!important;
    padding: 20px 40px!important;
}
.itemsFilter.showMobile.flexer {
    min-height: 230px;
}
#sorting ._title  {
    font: 25px 'Circe-Regular';
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.filterTitle.showMobile.flexer {
    margin: 0 0 20px!important;
}
.itemsFilter.showMobile.flexer {
    position: absolute!important;
    top: 121px;
    padding: 20px 40px!important;
}
.itemsFilter > div > div a + ul {
    padding-top: 20px!important;
}
.mobileMenuOpen {
    padding-top: 30px;
}


.menu ul li:last-child {
   	font-size:13px;
    text-transform: initial;
    font-weight:normal;    
    border-top:unset!important;
}
.menu ul li.level1:last-child {
    padding: 0 10px;
}
.menu>ul li.phone a {
    font-size: 17px;
}
.top__controls-fav {
    margin-right: 10px;
}
.menu .subMenu ul {
    margin-top: -20px;
    margin-left: 20px;
    border-bottom: unset!important;
    margin-bottom: 0!important;
}
div.menu > ul.top-menu {
    margin-top: -50px;
}
ul.level2.closed {display:none!important}
.subMenu ul.level1 li:hover .level2 {
    padding: 20px 0px 0 0;
    min-height:unset;
}
ul.level1 ul.level2 {
    margin-bottom: 20px !important;
}
.icon-close-sort img, .filterTitle img {
    width: 12px;
    height: 12px;
}
div.container ul.top-menu {margin-top:20px}
.top__controls-fav {
    margin-right: 6px;
}
}

@media (max-width: 480px) {
.top__menuTrigger {
    width: 12px;
    height: 12px;
}
}
#footer_bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  z-index: -1;
  /*
    background: url(/template/default/img/svg2/bgf1.svg) #fff repeat-x;
    */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}




body:not(.pseudoBanner):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    z-index: -1;
    /*
    background: url(/template/default/img/svg2/bgf1.svg) #fff repeat-x;
    background: url(/template/default/img/bgf.jpg) #fff repeat-x  bottom;*/
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
    
}


@media (min-width: 1000px) {
.menu>ul li:hover>.subMenu {
    min-height: 341px;
}
}

.container-fluid {
    z-index: 0;
    position: relative;
}
.noBg:before {
	background:none!important
}

.d-block {
	display:block!important
}

@media (max-width: 480px) {	
	.d-block {
		display:block!important
	}	
}

ul.level2 > li {
	margin-left:20px
}


.ststic {
    font: 18px 'Circe-Regular';
    color: #949494;
    line-height: 24px;
    margin-bottom: 30px;
}
.pageTitle{color:black;}

.blockTitle {
    font-size: 40px;
    line-height: 50px;
    padding: 0;
    margin: 0 0 34px;
    font: 60px 'BookAntiqua';
    color:black;
    }

.ststic h1,h2,h3,h4,h5,h6 {color:black;}

@media (min-width: 1001px) {
	.itemsFilter a.siteButton.hidden-mobile {
		display:none
	}
}



.pseudoBanner .pageHeadArea * {
    color: #fff!important;
}

.video-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 0%, 0.7);
    height: 100%;
    z-index: 100;
    width: 100%;
}

@media (max-width: 1000px) {
.video-popup {
    position: fixed;
    top: 15px;
    z-index: 999;
    left: 15px;
    height: 70%;
    width: 50%;
    bottom: 0;
    right: 15px;
    width: unset;
    height: unset;
}
}







.article-date {
    font: 14px 'Circe-Regular';
    color: #949494;
    line-height: 14px;
}


.siteButton, .form-submit {
    min-width: 46px;
    padding: 17px 62px 15px 31px;
}
.wishlish-added, .cart-add  {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background:#000000c2;
    color: #fff;
    display:none;
    z-index: 9999;align-items: center;

justify-content: center;
}
.wishlish-added > p, .cart-add > p{
    font: 20px 'Open Sans';
    margin: 0 auto;
    width: 170px;
    padding: 40px 50px 40px 110px;
    background: url(/template/default/img/wishlist-icon.png) no-repeat left center;
}

@media (max-width: 1000px) {
.wishlish-added > p, .cart-add > p{
    width: 170px;
    padding: 40px 10px 40px 80px;
    background: url(/template/default/img/wishlist-icon.png) no-repeat 10px center;
    background-size: 60px;
}
}






.root_div .buy {border: 1px solid #c69c6d;}














.studiya2 {
    color: #949494;
    font: 15px 'Circe-Regular';
    margin-top: 43px;
    float: left;
}
.studiya2 {
    float: right;
    margin-top: 14px;
    width: unset!important;
    text-indent: unset!important;
    float: left!important;
    height: unset!important;
    margin-right: 0!important;
}


@media (min-width: 1001px) {
.studiya2 {
    margin-right: 50px!important;
}

.foot__column.column5 .sc {
    max-width: 260px;
}
}
.navList2 .siteButton {
    padding: 5px 15px 5px 15px;
    margin-right: -1px;
}
.navList2 .siteButton:after {
    content:unset;
}
.navList2 .siteButton:hover {
    border: 1px solid #d8d8de;
}
	
.navList2 span.siteButton {
    background: #212121;
    color: #fff;
    border: 1px solid #d8d8de;
}



@media (max-width: 1000px) {
.navList2 .siteButton {
    padding: 5px 10px 5px 10px;
    min-width: unset;
}
ul.navList2 li {
    min-width: unset;
}
.menu>ul li.phone {    margin-top: 25px;
    padding-top: 25px;
}
.itemsFilter>div>div a+ul li a {
    font: 13px 'Circe-Regular';
	text-decoration: none;
}


}
@media (max-width: 1000px) {
.foot {
    padding-bottom: 50px;
}

.fancybox-content img {
max-width:100%	
}
.actions__block1 ._a .actions__block1-title {
    font-size: 20px!important;
    right: 40px;
}
}


.page-template, .article-template {min-height:500px}



.itemsCollection__single.root_div .discount {
    float: right;
    background: #c69c6d;
    border-radius: 50%;
    height: 49px;
    width: 70px;
    padding-top: 21px;
    text-align: center;
    color: white;
    font-size: 25px;
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 50px;
}


@media (min-width: 1000px) {
	.root_div > .itemsCollection__single-img img {    
	min-width: 720px;
    min-height: 540px;

	}

	.pseudoWinners.showMobile .pseudoWinners__single img {
	    width: 100%;
	    height: 100%;
	}
}





@media (max-width: 999px) {
	.pseudoWinners.showMobile .pseudoWinners__single img {
	    width: 100%;
	    /*height: 100%;*/
	}
	.pseudoWinners.showMobile .pseudoWinners__single.fw img {
		height: 100%;
	}
	.helper-promotions .pseudoWinners__single-data-options li a {
	    float: left;
	    margin-bottom: 10px;
	}
	.pageTitle:first-child {
	    border-top: 0!important;
	}
	.fancybox-content img {
	 	max-width: 200%; 
	    width: 100%;
	}
	.fancybox-content {
    max-width: unset!important;
	}
}

/* 
.page-template ._h2 {
    font: 80px 'Book Antiqua';
    margin-bottom: 235px;
}
 */
 
.page-template ._h2 {
    font: 60px 'BookAntiqua';
    color: black;
    font-size: 40px;
    line-height: 50px;
    padding: 0;
    margin: 0 0 34px;
    max-width: 626px;
    margin: 0 auto 60px;
}


.page-template ._p {
    font: 18px 'Circe-Regular';
    color: #949494;
    line-height: 24px;
    margin-bottom: 30px;
    max-width: 626px;
    margin: 0 auto 60px;
}

.page-template ul._ul {
    max-width: 626px;
    margin: 0 auto 60px;
} 

.page-template ul._ul > li {
    font: 18px 'Circe-Regular';
    color: #d7ba99;
    line-height: 24px;
} 
.page-template ul._ul > li:before {
    content:"- ";    
}
 

.page-template._static p.pageTitle {
    font: 40px 'Book Antiqua';
    margin-top: 14px; 
    color: black;
}

.cartItems__row-image img {
    max-width: 500px;
}
@media (min-width: 1000px) {
.root_div > .itemsCollection__single-img img {
    width: 720px;
    height: 540px;
}
}
@media (min-width: 1500px) {
.itemsCollection__single-options {
    width: 700px;
}
}
.itemsCollection__single {
    width: calc(50% - 20px);
}

.productDesc{
	padding-top: 15px;font: 16px 'Circe-Regular'; color: #949494;
}
.itemsCollection.threeItems .itemsCollection__single {
    width: calc(33% - 20px);
    max-width: calc(30% - 20px);
    min-width: calc(30% - 20px);
}

.itemsCollection__single-options {
    width: unset;
}


.picsBlock16{padding:19px 0;}
.picsBlock16__title{height:212px;width:196px;border-right:3px solid #e0e0e0;text-align:center;font:17px 'Circe-Bold';margin-right:85px;display:flex;}
.picsBlock16__title p{margin:auto;}
.picsBlock16__slider{width:calc(100% - 300px);}
.picsBlock16__slider .slides{font:17px 'Circe-Regular';padding:35px 0;position:relative;width:calc(100% - 90px);}
.picsBlock16__slider .slides a{text-decoration: none;display:flex;align-items:center;flex-direction:column;text-align:center;color:#000;}
.picsBlock16__slider .slides img{max-width:100%;}
.picsBlock16__slider .slides span{display:block;line-height:20px;padding:17px 30px;font-weight: normal}
.picsBlock16__slider .prev,.picsBlock16__slider .next{position:relative;z-index:10000;}
.picsBlock16__slider .prev,.picsBlock16__slider .next{width:43px;height:43px;border:1px solid #212121;border-radius:50%;background:url(/template/default/img/a6.png?v=1) no-repeat center;text-indent:-10000px;overflow:hidden;cursor:pointer;}
.picsBlock16__slider .prev{transform:rotate(180deg);}
@media (max-width: 1000px){
.picsBlock16__title{display:none;}
.picsBlock16__slider{width:100%;}
 .picsBlock16__slider .prev,.picsBlock16__slider .next{margin-top: -16px;} 
}





.itemsCollection__single.root_div {
	max-width: calc(50% - 40px);
min-width: calc(50% - 40px);
}

.root_div > .itemsCollection__single-img img {
    width: unset;
    height: unset;
    min-width: unset;
    min-height: unset;
	display: block;
	margin: 0 auto;
}


.itemsCollection__single-options .buttons a.favs, ._buy {
    padding: 0 10px 0 10px!important;
    min-height: 49px!important;
    min-width: 56px!important;
    margin-top: 1px!important;
}



._buy{background: url(/template/default/img/icon17.png?v=1) no-repeat center center!important;min-width: 29px !important;}

._buy::after, ._discount:after{content:unset!important}
._buy:hover, ._buy.active {
    background: url(/template/default/img/icon17on.png) #212121 no-repeat center center!important;
    color: #fff;
}
._discount {
    min-width: 30px !important;
    background: #ff2f2f;
    color: #fff;
    padding: 12px 0 0 0;
    border: 1px solid #ff2f2f;
    font-size: 19px;
    height: 38px;
    text-align: center;
    min-width: 52px !important;
    cursor:default;
}
._discount:hover {
background: #ff2f2f;
}
/**/

.top-bar a{

	text-decoration: none;
}
@media (max-width: 480px){
	.itemsCollection__single-options .buttons a.favs {
    	min-width: 30px !important;
	}
}
._order {
    padding: 17px 45px 15px 25px;
}
._order::after {
    width: 6px;
    height: 9px;
    background: url(img/a6.png?v=1) no-repeat left top;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 26px;
    top: 20px;
}
._order:hover::after {
    top: 20px;
}

@media (max-width: 1000px){
	.itemsCollection__single.root_div {
		max-width: 100%;/*calc(50% - 40px);*/
		min-width: 100%;/*calc(50% - 40px);*/
	}
}

.left-align-slick  .slick-list > .slick-track {    
    margin-left:0;
}
.picsBlock16__title {
    margin-right: 50px!important;
}.picsBlock16__slider .slides img {
    max-height: 100px;
}
/*
#footer_bg::before {
    background: url(/template/default/img/svg2/bgf1.svg) #fff repeat-x 0 2px;
   
}*/




.pseudoWinners__single-data-options li.value3 a::before {
    background: url(/template/default/img/bed.svg) no-repeat left center;
}





@media (min-width:1000px) {
.pseudoWinners__single-data-options li {
    margin: 0 60px 0 0;
    /*max-width: 100px;*/
    min-width: 100px;
    line-height: 20px;
}
.itemsCollection__single-img.slick-slider {
 min-height: 650px;
}
}


.breadCrumb__single::after {
    margin: 0 15px;
}

.root_div > .itemsCollection__single-img.available .slick-slide::before, .root_div > .itemsCollection__single-img .slick-slide::before {
    background: transparent;
    background-size: 120px;
    padding-top: 0;
    content: "";
    width: 100%;
    height: 30px;
    z-index: 99999999;
    position: relative;
    right: 0;
    display: inline-block;
    bottom: -50px;
}
.root_div > .itemsCollection__single-img.available .slick-slide::before {
    background: url('/files/instock.svg?v=1') no-repeat right top;
}
.root_div > .itemsCollection__single-img.sold .slick-slide div::before{
	padding-top: 0;
	content: "";
	width: 100%;
	height: 30px;
	z-index: 99999999;
	position: relative;
	right: 0;
	display: inline-block;
	bottom: -50px;
	background: url('/files/sold.svg') no-repeat right top;
}

/* 
.itemsCollection__single.root_div::after,.__360::after {
    content: "";
    position: absolute;
    background: transparent;
    top: 70px;
    right: 30px;
    height: 50px;
    width: 50px;
    background-size: 40px;
}
 */
#items .__360::after {
    top: 90px!important;
}

@media (max-width:1000px) {
	.root_div > .itemsCollection__single-img.available .slick-slide::before {
	    margin-top: 0;
    background-size: 100px;
    bottom: -40px;
	}
#items .__360::after {
    top: 80px!important;
}
	
}


@media (min-width:1001px) {
.itemsCollection__single.root_div {
    max-width: calc(33% - 40px);
    min-width: calc(33% - 40px);
}
.itemsCollection__single {
    width: calc(33% - 20px);
}

.itemsCollection__single-img.slick-slider {
    min-height: 470px;
}
}

@media (max-width:1000px) {
.itemsCollection__single {
    margin-bottom: 0;
}
}
._component10000009 > ul {
    min-height: 170px !important;
}


.cartItems__row-price {
    font: 26px 'Circe-Regular';
    text-align: right;
    margin: 135px 0 85px 0 !important;
}

@media (max-width:1240px) {
.____________ {
max-width: 315px;
}
}


@media (max-width:500px) {
.________1 {display:flex;flex-wrap: wrap;}
.________1 > * {width:100%}
._watch {background: #fff url(/template/default/img/360_2.svg) no-repeat 170px center / 40px!important;}
.itemContent ._cart {background: #c69c6d url(/template/default/img/icon17on.png) no-repeat 190px center!important;}
.____________ {flex-wrap: wrap;}
.____________ > * {width:100%!important}
.____________ > *:nth-child(2n) {text-align: left!important;padding-top: 0!important;margin-top: -10px;}
.____________ {margin-bottom:30px}
.model3d {font-size: 18px;}

.itemsCollection__single-options {flex-wrap: wrap;}
.itemsCollection__single-options .________1 {width: 100%;}
.w-30-sm {
	width:30%!important;margin-right: 0 !important;
}.w-70-sm {
	width:70%!important;margin-right: 0 !important;
}



._order {
    width: 80px !important;
    background: url(img/a6.png?v=1) no-repeat 85px 20px;
    padding-right: 20px !important;
}
._order::after {
    content: "Заказать" !important;
    font: 11px 'Circe-Regular' !important;
    width: unset !important;
    margin-right: 20px !important;
    margin-top: 4px !important;
    text-align: left;
}
.________1 {margin-bottom:20px}
}

.heading-on-main {
	font-size: 40px;
	font-family: 'Book Antiqua', sans-serif;
	margin: 35px 0;
	text-align: center;
}

@media (max-width: 1000px) {
	.heading-on-main {
		font-size: 30px;
	}
	.itemsCollection__single.root_div{
		margin-left: 0px!important;
	}
}


._component1000008 a{
	color: #fd3e2c!important;
}
.itemDescription__single.block0 img{
	max-width: 100%;
}