@charset "UTF-8";

@font-face {
    font-family: 'Pitch Display';
    src: local('../fonts/Pitch Display Regular'), local('Pitch-Display-Regular'),
        url('../fonts/PitchDisplay.woff2') format('woff2'),
        url('../fonts/PitchDisplay.woff') format('woff'),
        url('../fonts/PitchDisplay.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Carolina';
    src:  url('../fonts/carolina.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
:root {
  --font-family: "Helvetica", sans-serif;
  --second-family: "Times", sans-serif;
  --third-family: "Roboto", sans-serif;
  --font3: "Times New Roman", sans-serif;
  --font4: "Inter", sans-serif;
  --font5: "Carolina", sans-serif;
  --font6: "Denistina", sans-serif;
}
/*body*/
html {
	height:100%;
}
body {
  font-family: "Helvetica";
  font-style: normal;
  min-width:365px;
}

a {
  text-decoration: none;
}

img,
input {
  outline: none;
}
.container {
	width: 100%;
	max-width: 1280px;
	max-width:1540px;
	margin: 0px auto;
}
.container-full {
	width: 100%;
	max-width: 1545px;
	margin: 0px auto;
}
.titleSection {
	width: 100%;
	position: relative;
	margin-bottom:80px;
	background:url('../imgs/main-bg-n.jpg') left top no-repeat;
	background-size:cover;
}
.titleSection img {
	width: 100%;
	max-width: 100%;
	position:absolute;
	left:0px;
	top:0px;
}
.titleSectionText {
	position:relative;
	padding:220px 0 140px 98px;
	padding:300px 0 100px 100px;
	width:100%;
	max-width:520px;
	max-width:700px;
	box-sizing: content-box;
}
.titleSectionText h4, .titleSectionText p span,
.titleSectionText h1 {
	font-family: 'Pitch Display';
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin:0px;
}
.titleSectionText p span {
	display:block;
	line-height:1;
}
.titleSectionText p {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.titleSectionText h4,
.titleSectionText h1 {
	color: #9D9B9B;
	font-family: Times New Roman;
	font-size: 77px;
	line-height:1;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2.31px;
}
.titleSectionText span {
	color: #FFF;
	font-family: Denistina;
	font-family: 'Carolina';
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	display:block;
	margin:0 0 -50px 50px;
}
.header .headerBox .logo  {
	position:absolute;
	left:50%;
	margin-left:-85px;
}


/*header*/
.header {
  width: 100%;
  background: #fff;
}
body.page-grey .header {
	background:#F9F9F9;
}
.header .headerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  max-width:1540px;
  margin: 0px auto;
  padding: 18px 15px;
  position:relative;
}
.header .headerBox .menu {
  display: flex;
}
.header .headerBox .menu .mCatalog {
  position: relative;
  padding-right: 15px;
  border-right: 1px solid #C9D6B8;
  margin-right: 15px;
}
.header .headerBox .menu .mCatalog a {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}
.header .headerBox .menu ul,
ul.footerNav {
  margin: 0px;
  padding: 0px;
  display: flex;
}
.header .headerBox .menu ul li,
ul.footerNav li {
  list-style: none;
  position: relative;
  margin: 0px 10px;
}
.header .headerBox .menu ul li:before,
ul.footerNav li:before {
  content: "•";
  display: block;
  position: absolute;
  top: 6px;
  right: -12px;
  color: rgba(37, 37, 37, 0.76);
  font-size: 12px;
  line-height: 1.2;
}
.header .headerBox .menu ul li:last-child:before,
ul.footerNav li:last-child:before {
  display: none;
}
.header .headerBox .menu ul li a,
ul.footerNav li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: rgba(37, 37, 37, 0.76);
  transition:.5s;
}
.header .headerBox .menu ul li a:hover,
.header .headerBox .menu ul li a.active,
ul.footerNav li a:hover,
ul.footerNav li a.active {
	color:#6E8F42;
	text-decoration:none;
}
.header .headerBox .headerLink {
  display: flex;
  align-items: center;
}
.header .headerBox .headerLink a {
  display: block;
  margin: 0px 15px;
  position:relative;
}
.header .headerBox .headerLink a.icon-favorit span {
	position: absolute;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    right: -13px;
    top: -13px;
	background:#DBB45D;
	border-radius:50%;
}
.header .headerBox .headerLink a:last-child {
  margin-right: 0px;
  margin-left:10px;
}
.header .headerBox .headerLink a svg path {
	transition:.5s;
}
.header .headerBox .headerLink a:hover svg path {
	fill: #DBB45D;
	stroke: #DBB45D;
}

/*footer*/
footer {
	background: rgba(217, 217, 217, 0.2);
	padding:45px 0 10px;
}
.footerFlex {
	display:flex;
	justify-content:space-between;
	padding-bottom:10px;
}
.footerFlexColl {
	width:100%;
	max-width:48%;
}
.footerWhite {
	background:#fff;
	padding:15px 0;
}
.footerTitle {
	font-family: 'Times';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(37, 37, 37, 0.76);
	margin-bottom:12px;
}
footer p {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.76);
}
ul.footerNav {
	margin-bottom:30px;
}
.footerNav li:first-child {
	margin-left:0px;
}
.footerCopir {
	padding-left:65px;
	background:url('../imgs/герб.svg') 0 0 no-repeat;
}
.footerCopir p a {
	color: rgba(0, 0, 0, 0.76);
}
.footertAbout {
	width:100%;
	max-width:435px;
}
ul.footerCategory {
	margin:0px;
	padding:0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	max-width:290px;
}
ul.footerCategory li {
	width:100%;
	list-style:none;
	max-width:50%;
	margin:0 0 12px;
}
ul.footerCategory li a {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: rgba(37, 37, 37, 0.76);
}
.footerSoc {
	display:flex;
}
.footerSoc a {
	text-decoration:none;
	width:40px;
	height:40px;
	display:block;
	margin-right:22px;
}
.accessTitle {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.accessTitle h3 {
	font-family: 'Times New Roman';
	font-style: normal;
	font-weight: 400;
	font-size: 39px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #000000;
	margin:0 0 50px 98px;
}
.LinkCatalog {
	margin-top:-30px;
}
.LinkCatalog a {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.2;
	text-align: right;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(37, 37, 37, 0.76);
}
.elemAccess {}
.elemAccess img {
	margin-bottom:10px;
	max-width:100%;
}
.elemAccessText a {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(37, 37, 37, 0.76);
	display:inline-block;
	margin-bottom:12px;
}
.elemAccessText .price {
	font-family: 'Times';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgba(37, 37, 37, 0.76);
}
.flexAccessSlider {
	margin-bottom:80px;
}
.flexAccessSlider .slick-next {
	top:-35px;
	right:148px;
	width:27px;
	height:0px;
	overflow:hidden;
	padding-top:15px;
	background:url('../imgs/ar-next.svg') 0 0 no-repeat;
}
.flexAccessSlider .slick-prev {
	top:-35px;
	left:auto;
	right:195px;
	width:27px;
	height:0px;
	overflow:hidden;
	padding-top:15px;
	background:url('../imgs/ar-prev.svg') 0 0 no-repeat;
}
.flexAccessSlider .slick-slide { 
	margin: 0 10px;
}
.flexAccessSlider .slick-slide img {
	width:100%;
	max-width:100%;
}
.sectionListCatalog {
	width:100%;
	max-width:100%;
	display:flex;
	justify-content:space-between;
	margin-bottom:50px;
}
.elemCatalogLeft, .elemCatalogRight {
	width:100%;
	max-width:50%;
	position:relative;
}
.elemCatalogLeft img, .elemCatalogRight  img {
	max-width:100%;
	width:100%;
}
.catalogListText {
	position:absolute;
	z-index:2;
	bottom:50px;
	text-align:center;
}
.catalogListText h4 {
	font-family: 'Times';
	font-style: normal;
	font-weight: 400;
	font-size: 65px;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:25px;
}
.catalogListText h4 span {
	font-size:40px;
	font-weight:300;
	display:block;
}
.catalogListText a {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.catalogListText a span {
	border-bottom:solid 1px;
}
.catalogListText a:hover {
	text-decoration:none;
}
.catalogListText a:hover span {
	border-bottom:solid 1px transparent;
}
.elemCatalogLeft .catalogListText {
	right:175px;
}
.elemCatalogRight .catalogListText {
	left:175px;
	
}

.sectionMainRewievs {
	width:100%;
	max-width:1054px;
	max-width:1280px;
	margin:0px auto 50px;
}
.sectionMainRewievs h3 {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom:25px;
}
.flexRewievs {
	display:flex;
	justify-content:space-between;
}
.elemRewievs {
	width:100%;
	max-width:30%;
}
.elemRewievs i {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	line-height: 0;
	letter-spacing: 0.05em;
	color: #C2D0AE;
	display:block;
	margin-bottom: 20px;
    margin-top: 35px;
}
.elemRewievs p,
.elemRewievs span {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #000000C2;
	margin:0 0 15px;
}
.elemRewievs span {
	display:block;
}

.sectionMainBrend {
	background: rgba(217, 217, 217, 0.2);
	margin-bottom:70px;
}
.flexMainBrend {
	display:flex;
	justify-content:space-between;
}
.mainBrendImg, .mainBrendTextWrap {
	width:100%;
	max-width:50%;
	position:relative;
}
.mainBrendImg img {
	display:none;
}
.mainBrendTextWrap {
	display:flex;
	align-items:center;
}
.mainBrendText {
	padding:120px 20px 50px 28px;
	width:100%;
	max-width:490px;
	max-width:600px;
}
.mainBrendTitle {
	font-family: 'Times New Roman';
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #CC9D36;
	margin-bottom:25px;
}
.mainBrendText p {
	font-size:14px;
	color:#000;
	margin-bottom:25px;
}
.mainBrendText i {
	margin-bottom:16px;
}

.sectionMainAdvant {
	margin-bottom:40px;
}
.flexAdvant {
	display:flex;
	justify-content:space-between;
}
.elemAdvant {
	width:100%;
	max-width:23%;
	text-align:center;
}
.elemAdvant img {
	margin-bottom:25px;
}
.advantTitle {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom:10px;
}
.elemAdvant p {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.05em;
	color: rgba(37, 37, 37, 0.76);
}
.breadcrumbs {
	margin:10px 0 5px;
}
ul.breadcrumb {
	margin:0px;
	padding:0px;
	display:flex;
	background:#fff;
	flex-wrap:wrap;
}
ul.breadcrumb li {
	list-style:none;
	position:relative;
	padding-right:12px;
	margin-right:5px;
	margin-bottom:5px;
}
ul.breadcrumb li:before {
	content:'/';
	position:absolute;
	top:0px;
	right:0px;
}
ul.breadcrumb li a,
ul.breadcrumb li:before,
ul.breadcrumb li {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #AAAAAA;
}
ul.breadcrumb li:last-child {
	padding-right:0;
	margin-right:0px;
}
ul.breadcrumb li:last-child:before {
	display:none;
}
.iconHeart {
	display:flex;
	justify-content:center;
	margin-bottom:27px;
}
.h1_title {
	font-family: 'Times';
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom:35px;
}
.pageDescription {
	text-align:center;
	width:100%;
	max-width:1025px;
	margin:0 auto 55px;
}
.pageDescription p {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.76);
	margin:0 0 25px;
}
.pageSep {
	display:block;
	width:100%;
	max-width:100px;
	height:1px;
	background:#C2D0AE;
	margin:0 auto 25px;
	position:relative;
}
.pageSep:before, .pageSep:after {
	content:'';
	width:5px;
	height:5px;
	border-radius:50%;
	background:#C2D0AE;
	top:-2px;
	display:block;
	position:absolute;
}
.pageSep:before {
	right:0px;
}
.pageSep:after {
	left:0px;
}
.sectionAboutFirst {
	background: rgba(217, 217, 217, 0.2);
}
.abTitle {
	font-family: 'Carolina';
	font-style: normal;
	font-weight: 400;
	font-size: 140px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
	color: #C9D6B8;
	margin-top:30px;
}
.sectionAboutLast .abTitle {
	color: #7C7A66;
	color: #C9D6B8;
}
.aboutFlexWrap, .contactFlexWrap {
	display:flex;
	justify-content:space-between;
}
.aboutFlexWrap .elImgs,
.contactFlexWrap .elImgs {
	width:100%;
	max-width:50%;
}
.aboutFlexWrap .elImgs img,
.contactFlexWrap .elImgs img {
	max-width:100%;
	opacity:0;
}
.sectionAboutLast {
	/* background: #93907F; */
	margin-bottom:65px;
}
.aboutFlexText {
	width:100%;
	max-width:50%;
	padding:30px;
}
.sectionAboutFirst .aboutFlexText {
	padding-right:0px;
}
.sectionAboutLast .aboutFlexText {
	padding-left:0px;
}
.sectionAboutFirst .aboutFlexText p, 
.sectionAboutFirst .aboutFlexText h4 ,
.sectionAboutLast .aboutFlexText p, 
.sectionAboutLast .aboutFlexText h4 {
	font-family: 'Times';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom:25px;	
}
.sectionAboutFirst .aboutFlexText p, 
.sectionAboutFirst .aboutFlexText h4 {
	font-family: 'Helvetica';	
}
/*.sectionAboutLast .aboutFlexText p, */
.sectionAboutLast .aboutFlexText h4 {
	/* color:#fff; */
}
.sectionAboutFirst .aboutFlexText h4,
.sectionAboutLast .aboutFlexText h4 {
	font-size: 22px;
	text-transform: uppercase;
	max-width:550px;
}

/* ================= Mobil Nav =============== */


.nav {
    width: 320px;
    min-width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    right: -320px;
    padding: 15px 20px;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    background: #201614;
    z-index: 2000;
	display:block !important;
}

.nav-toggle {
    position: absolute;
    /* right: 320px; */
	left:-35px;
    top: 13px;
    padding: 0.5em;
    display:none;
    background: inherit;
    color: #dadada;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1;
    z-index: 2001;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.nav-toggle:after {
    content: '\2630';
    text-decoration: none;
}
.nav-toggle:hover {
    color: #f4f4f4;
}
[id='nav-toggle'] {
    position: absolute;
    display: none;
}
[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right: 2px;
    top: 13px;
}
[id='nav-toggle']:checked ~ .nav {
    right: 0;
    box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}

[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    transform: translateX(-320px);
}

[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
}




.nav h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.nav h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}

[id='nav-toggle']:checked ~ .nav h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.nav > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav > ul > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-toggle']:checked ~ .nav > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nav > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #fff;
    width: 100%;
    text-decoration: none;
    /* плавный переход */
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}
.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
    color: white;
    padding-left: 15px;
}
.nav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:before {
    width: 0%;
    background: #fff;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.mask-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
}
.nav .logo {
	margin-bottom:50px;
	display:inline-block;
}
[id='nav-toggle']:checked ~ .mask-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}
.sectionCatalog {
	display:flex;
	flex-wrap:wrap;
	/* justify-content:space-between; */
}
.titleSectionCatalog {
	background:#EDE5E2;
	padding:15px 0 70px;
	position:relative;
	background:#fff;
} 
.titleSectionCatalog .container {
	position:relative;
	z-index:2;
}
.bgCatalog {
	position:absolute;
	width:50%;
	height:100%;
	right:0px;
	top:0px;
	z-index:0;
}
.titleSectionCatalog ul.breadcrumb {
	background:none;
	margin-bottom:65px;
}
.titleSectionCatalog h1 {
	font-family: 'Times';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #000000;
	margin-bottom:25px;
}
.titleSectionCatalog p {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.76);
	margin-bottom:25px;
	
	color: rgba(0, 0, 0, 0.76);
	font-family: Times New Roman;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px; /* 113.333% */
	letter-spacing: 0.75px;
}
.titleSectionCatalogText {
	width:100%;
	max-width:60%;
	display:flex;
	max-width:100%;
	align-items:flex-start;
	justify-content:space-between;
}
.titleSectionCatalogText h1 {
	max-width:48%;
}
.titleSectionCatalogText .titleDesc {
	max-width:50%;
}
.sectionCatalog .elemAccess {
	margin-bottom:45px;
	width:100%;
	max-width:24%;
	margin-right:1%;
}
.filterVar {
	display:flex;
	margin-right:50px;
}
.btn-catalog-more,
#mse2_mfilter .btn_more {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
	color: #DBB45D;
	padding:14px 0;
	width:100% !important;
	max-width:625px;
	display:block;
	transition:0.5s;
	margin:30px auto;
	border:1px solid #DBB45D;
	text-decoration:none;
	outline:none !important;
	box-shadow:none !important;
}
.paginationWrap {
	display:none;
}
.btn-catalog-more:hover {
	color:#fff;
	background:#DBB45D;
	text-decoration:none;
}
.sectionCatalogWrap {
	padding:65px 0 100px;
}
.sectionCatalogFilter form {
	display:flex;
	margin-right:15px;
	align-items:center;
}
.sectionCatalogFilter form label {
	margin:0px 15px 0 0;
	position:relative;
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: rgba(37, 37, 37, 0.76);
	padding-left:25px;
}
.filterVar input {
	display:none;
}
.sectionCatalogFilter form label:after {
	content:'';
	width:15px;
	height:15px;
	position:absolute;
	left:0px;
	top:0px;
	border-radius:50%;
	border:1px solid #C1C1C1;
}
.filterVar input:checked + label {
	color: rgba(37, 37, 37, 0.76);
}
.filterVar input:checked + label:after {
	background: #C9D6B8;
	border: 1px solid #C9D6B8;
}
.sectionCatalogFilter {
	border-bottom:1px solid #EEEEEE;
	padding:20px 0;
}
.flexProdCart {
	display:flex;
	align-items: center;
}
.flexProdCart button,
.flexProdCart .oneClick.btn_one_click {
	display:none;
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #87996F;
	position:relative;
	margin-left:30px;
	background:none;
	border:none;
	margin-bottom:0px;
}
.flexProdCart button:before,
.flexProdCart .oneClick.btn_one_click:before {
	content:'•';
	position:absolute;
	left:-13px;
	top:0;
	color: #87996F;
}
.elemAccess:hover .flexProdCart button,
.elemAccess:hover .oneClick.btn_one_click {
	display:block;
}
.flexProdCart button:hover {
	cursor:pointer;
}
.textActive {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: rgba(37, 37, 37, 0.76);
	padding-right:20px;
}
.textActive:before {
	content:'';
	position:absolute;
	right:0px;
	top:50%;
	width:12px;
	height:7px;
	margin-top:-3px;
	background:url('../imgs/arrow-bottom.svg') 0 0 no-repeat;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.sectionProdFlex {
	display:flex;
	justify-content:space-between;
	padding-bottom:100px;
}
.productGalleryWrap, .productInfo {
	width:100%;
	max-width:48%;
}
.productInfoStyck {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
.productInfoStyck .msfavorites {
	display:block;
	width:45px;
	height:40px;
	margin-bottom:25px;
}
.productInfoStyck .msfavorites svg {
	max-width:100%;
}
.productInfoStyck .msfavorites svg path {
	stroke:#AAAAAA;
	fill:#AAAAAA;
	transition:.5s;
}
.productInfoStyck .msfavorites:hover svg path,
.productInfoStyck .msfavorites.voted svg path {
	stroke:#DBB45D;
	fill:#DBB45D;
	transition:.5s;
}
.productGallery img {
	max-width:100%;
}

#tabs {
    margin: 20px 0;
}
#tabs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
	padding:0px;
}
#tabs li {
    margin: 0 25px 0 0;
}
#tabs li a {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #252525;
}
#tabs li a.tabulous_active {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
#tabs li a:hover {
    color: #000;
}
#tabs_container {
    overflow: hidden;
    position: relative;
}
#tabs_container .tab_block {
    padding: 20px 0;
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: rgba(37, 37, 37, 0.76);
}
.transition {
    transition: all .3s ease-in-out;
    transition-delay: .3s;
}
.make_transist {
    transition: all .3s ease-in-out;
}
.hidescale {
    transform: scale(0.9);
    opacity: 0;
}
.showscale {
    transform: scale(1);
    opacity: 1;
    transition-delay: .3s;
}
.hideleft {
    transform: translateX(-100%);
    opacity: 0;
}
.showleft {
    transform: translateX(0px);
    opacity: 1;
    transition-delay: .3s;
}
.hidescaleup {
    transform: scale(1.1);
    opacity: 0;
}
.showscaleup {
    transform: scale(1);
    opacity: 1;
    transition-delay: .3s;
}
.hideflip {
    opacity: 0;
    transform: rotatey(-90deg) scale(1.1);
    transform-origin: 50% 50%;
}
.showflip {
    opacity: 1;
    transition-delay: .3s;
    transform: rotatey(0deg) scale(1);
    transform-origin: 50% 50%;
}
.tabulousclear {
    display: block;
    clear: both;
}
.productPrice {
	font-family: 'Times';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: rgba(81, 81, 81, 0.76);
	margin-bottom:45px;
}
.linkCart, .productInfoStyck .oneClick.btn_one_click {
	background: #C2D0AE;
	padding:20px 0;
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	display:block;
	width:100%;
	max-width:295px;
	margin-bottom:50px;
	border:1px solid #C2D0AE;
	transition:.5s;
}
.mso_button.btn_send {
	border-radius:0px;
	background: #C2D0AE;
	font-family: 'Helvetica';
	font-style: normal;
	transition:.5s;
}
.linkCart:hover, .productInfoStyck .mso_button.btn_send:hover {
	text-decoration:none;
	color:#C2D0AE;
	background:#fff;
}
.productInfo h1 {
	font-family: 'Times';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.3;
	color: #000000;
	margin-bottom:30px;
}
.contactFlexWrap {
	margin-bottom:50px;	
}
.contactFlexText {
    text-align: center;
    width: 100%;
    max-width: 360px;
	padding:100px 0 50px;
	position:relative;
	margin:0 auto;
	left:-5%;
}
.cnTitle {
	font-family: 'Times New Roman';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	margin:0 0 35px;
}
.cnPhone {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.05em;
	color: rgba(37, 37, 37, 0.76);
	margin-bottom:10px;
}
.cnShell {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.05em;
	color: rgba(37, 37, 37, 0.76);
}
.contactFlexWrap .iconHeart {
	width:100%;
	max-width:23px;
	margin:0px auto;
}
.cnSep {
	margin:35px auto;
	width:100%;
	max-width:150px;
}
.cnSep img {
	max-width:100%;
}
.cnEmail {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.05em;
	color: #6E8F42;
	text-decoration:none;
}
.cnEmail:hover {
	color: #6E8F42;
	text-decoration:none;	
}
.cnEmail span.dotted {
	border-bottom:dotted 1px;
}
.cnEmail:hover span.dotted {
	border-bottom:dotted 1px transparent;
}
.deliveryFlexWrap {
	display:flex;
	justify-content:space-between;
	padding:50px 0;
}
.elemDeliv {
	width:100%;
	max-width:50%;
}
.i-deliv {
	display:flex;
	width:100%;
	max-width:155px;
	height:155px;
	background:#EFE9E7;
	border-radius:50%;
	align-items:center;
	justify-content:center;
	margin-bottom:30px;
}
.i-deliv img {
	max-width:86px;
}
.elemDeliv span {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #000000;
	display:block;
	padding-left:35px;
	margin-bottom:20px;
}
.iconDelivFlex {
	display:flex;
	align-items:center;
	padding-left:35px;
}
.iconDelivFlex img {
	margin-right:15px;
}
.sectionCatalogMenu {
	position:fixed;
	width:100%;
	top:100px;
	left:0px;
	background:#fff;
	z-index:10;
	display:none;
	top:-100%;
}
.catalogMgFlex {
	display:flex;
	justify-content:space-between;
}
.elemNg {
	width:100%;
	max-width:50%;
}
.sectionCatalogMenu.open {
	display:block;
}
.elemNg.--flex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.collMg {
	width:100%;
	max-width:32%;
	padding:70px 0 100px;
}
.colMgTitle {
	margin-bottom:25px;
	font-family: 'Times';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(37, 37, 37, 0.76);
}
.colMgTitle a {
	color: rgba(37, 37, 37, 0.76);
}
.catPicture {
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	max-width:50%;
	height:100%;
}
.collMg ul {
	margin:0px;
	padding:0px;
}
.collMg ul li {
	list-style:none;
}
.collMg ul li a {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: rgba(37, 37, 37, 0.76);
}
.sort-items {
    border: 1px solid #eeeeee;
    position: absolute;
    background: #fff;
    width: 130px;
    left: 0px;
    z-index: 10;
    padding: 25px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.selection.js-sort {
	position:relative;
}
.sort-items a {
    display: block;
    padding: 10px;
    font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: rgba(37, 37, 37, 0.76);
    transition: .5s;
}
.mse2_sort.open {
	display:block !important;
}
.mobilBoxes {
	margin-bottom:30px;
}
.mobilBoxes ul {
	margin:0;
	padding:0 0 0 15px;
}
.mobilBoxes ul li {
	list-style:none;
}
.mobilBoxes ul li a {
	font-size:14px;
	color:#fff;
}
.mobilTitle {
	width:100%;
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	line-height:1;
}
.minTitleH1 {
	padding:0px 0 30px;
	margin-bottom:50px;
}
.minTitleH1 h1 {
	font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    color: #9D9B9B;
    margin: 0 ;
	text-align:center;
}
h4 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000;
}

#cookie_notification {
	position:fixed;
	bottom:15px;
	left:50%;
	width:100%;
	max-width:80%;
	transform:translateX(-50%);
	padding:45px 50px;
	background-color:#fff;
	z-index:1000000;
	border-radius: 5px;
	border:1px solid #c2d0ae;
	display:none;
}
#cookie_notification .h4 {
	font-family: var(--font4);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #000;
}
#cookie_notification p {
	font-family: var(--font4);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #000;
}
#cookie_notification a {
	color: #000;
}
#cookie_notification button {
	border-radius: 5px;
	background: #c2d0ae;
	border:1px solid #c2d0ae;
	font-family: var(--font4);
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	color: #000;
	padding:8px 0;
	width:100%;
	max-width:120px;
	margin-right:30px;
	transition:.5s;
}
#cookie_notification button:hover {
	background: #DBB45D;
	border:1px solid #DBB45D;
	cursor:pointer;
}
#cookie_notification.show {
	display: block;
}
.elemArticles {
	margin:0 0 25px;
	text-align:left;
}
.elemArticles a {
	font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: rgba(37, 37, 37, 0.76);
	font-weight:700;
	display:inline-block;
	margin-bottom:12px;
}
.elemArticles p {
	text-align:left;
}
.container p a {
	color:rgba(0, 0, 0, 0.76);
	text-decoration:underline;
}
.container p a:hover {
	text-decoration:none;
}
