html,
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body.menu-active {
	overflow: hidden;
}
@media screen and (max-width: 576px) {
	body.menu-active::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f2f2f2;
      z-index: 2;
   }	
}
#master {
    background-color: #f2f2f2;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.index-landing {
	height: 100vh;
    overflow: hidden;
    position: fixed;
    visibility: visible;
    width: 100%;
}
.index-landing .bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    z-index: 1;
}
.index-landing .fill-left, .index-landing .fill-right, .index-landing .fill-top, .index-landing .fill-bottom {
	position: absolute;
	z-index: 2;
}
.index-landing .fill-left, .index-landing .fill-right {
	width: 35%;
	height: 100%;
	top: 0;
}
.index-landing .fill-left {
	left: 0;
	-webkit-transform-origin: left center;
	 -moz-transform-origin: left center;
	 -ms-transform-origin: left center;
	 -o-transform-origin: left center;
	 transform-origin: left center;
}
.index-landing .fill-right {
	right: 0;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}
.index-landing .fill-top, .index-landing .fill-bottom {
	width: 100%;
	height: 35%;
	left: 0;
}
.index-landing .fill-top {
	top: 0;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
}
.index-landing .fill-bottom {
	bottom: 0;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
}
.index-landing__dummy {
    height: 200vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.index-landing .dummy {
    position: relative;
    pointer-events: none;
    visibility: hidden;
    width: 19.4%;
    z-index: -1000;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%,-50%);
}
.index-landing .dummy:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 132%;
}
@media only screen and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1280px) and (min-device-width: 800px) and (orientation: portrait), only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
	.index-landing .dummy {
	    width: 61.6%;
	}	
}
.index-landing .visual-mobile {
    position: relative;
    left: 50%;
    position: absolute;
    top: 50%;
    display: none;
    height: auto;
    overflow: hidden;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 61.6%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.index-landing .visual-mobile:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 132.92307692%;
}
.index-landing .visual-mobile .bg-mobile {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    left: 0;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    .index-landing {
        position: relative;
    }
    .index-landing .fill-bottom, .index-landing .fill-left, .index-landing .fill-right, .index-landing .fill-top, .index-landing .bg, .index-landing__dummy{
        display: none;
    }
    .index-landing .visual-mobile {
        display: block;
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
    }
}
.wrapper {
	z-index: 1;
	position: relative;
}
.tencel-logo {
	color: #41444e;
/*	font-family: 'Cinzel', serif;*/
    font-size: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    display: block;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: inherit;
	z-index: 2;
	-webkit-transition: opacity .4s cubic-bezier(.215,.61,.355,1);
	-o-transition: opacity .4s cubic-bezier(.215,.61,.355,1);
	transition: opacity .4s cubic-bezier(.215,.61,.355,1);
}
.spb-logo {
    color: #64666b;
    opacity: 1;
    visibility: inherit;
    left: 50%;
    position: absolute;
    top: auto;
    bottom: 89px;
    font-size: 10px;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.leaflet-logo {
	background-image: url(../images/leaflet-logo.png);
	background-size: cover;
	left: 50%;
    position: absolute;
    top: 60px;
	width: 35px;
	height: 100px;
    margin-left: -17.5px;
    z-index: 2;
}
.intro-text .fill {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	background-color: #f2f2f2;
	z-index: 0;
}
.intro-text .wrapper {
	position: relative;
	padding: 60px 0;
	z-index: 1;
}
.mediate-text .fill {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	background-color: #f2f2f2;
	z-index: 0;
}
.mediate-text .wrapper {
	position: relative;
	padding: 0;
	z-index: 1;
}
/* Nav Menu */
.contacts-toggle {
	position: fixed;
	width: 21px;
	height: 21px;
	font-size: 25px;
	color: #64666b;
	top: 28px;
	left: 3vh; 
	z-index: 100;	
}
.sidemenu-toggle {
	position: fixed;
	width: 21px;
	height: 21px;
	top: 32px;
	right: 3vh; 
	z-index: 100;
}
#toggle:hover {
    cursor: pointer;
}
#toggle div {
    height: 3px;
    margin-bottom: 6px;
    background-color: #64666b;
    
}
#toggle .second-menu-line {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;    
	-webkit-transform: translate3d(10px,0,0);
	transform: translate3d(10px,0,0);
}
#toggle:hover .second-menu-line {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#toggle .third-menu-line {        
	margin-bottom: 0;
}
/* Side Menu */
.side-menu {
	position: fixed;
	top:0;
	right:0;
	width: 80%;
	height: 100%;
	background: #818198;
	overflow: hidden;
	z-index: 100;
	-webkit-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	-o-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
}
.side-menu.side-menu-active {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.side-menu .inner-wrapper {
    padding: 3.5rem 2rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 2px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
	font-family: 'Roboto', sans-serif;;
    font-size: 0.9em;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #FFFFFF;
}
/*side menu close btn*/
.btn-close {
    height: 21px;
    width: 21px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 3vh;
    cursor: pointer;
}
.btn-close::before, .btn-close::after {
    position: absolute;
    content: ' ';
    height: 21px;
    width: 2px;
    background: #fff;
}
.btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
/* Contacts Menu */
.contacts-menu {
	position: fixed;
	top:0;
	left:0;
	width: 80%;
	height: 100%;
	background: #818198;
	overflow: hidden;
	z-index: 100;
	-webkit-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	-o-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
}
.contacts-menu.contacts-menu-active {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.contacts-menu .inner-wrapper {
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contacts-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.contacts-menu.contacts-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.contacts-menu .btn-close {
	left: 3vh;
}
.contacts-menu .heading {
	color: #fff;
	font-size: 2em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

/* Social Bar */
ul.social-bar {
	list-style: none;
	padding: 0;
}
ul.social-bar li {
	margin: 10px 0;
}
.side-nav .social-bar .social-btn {
	display: inline-table;
	color: #fff;
	font-size: 1.6em;
	font-weight: 300;
	position: relative;
	padding: 2px 0 3px 0 !important;
}
.side-nav .social-bar .social-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .social-bar .social-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .social-bar .social-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .social-bar .social-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .social-bar .social-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .social-bar .social-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.contacts-menu.contacts-menu-active .side-nav .social-bar .social-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .social-bar .social-btn i {
	padding-right: 4px;
}
.side-nav .social-bar .social-btn::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 2px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .social-bar .social-btn:hover::after,
.side-nav .social-bar .social-btn:focus::after,
.side-nav .social-bar .social-btn.active::after {
    width: 100%;
}
/* BUTTONS */
.btn {
	border: 1px solid #dcdde0;
	display: inline-block;
	color: #222;
	font-size: 14px;
    font-family: inherit;
	text-transform: uppercase;
	padding: 16px 40px;
    cursor: pointer;
}
.btn-tencel {
	border: none;
	background-color: #E5D5C7;
}
.btn-satin {
	border: none;
	background-color: #C7C8D0;
}
.btn-wear {
	border: none;
	background-color: #CCC1BF;
}
.btn-white {
	border: none;
	background-color: #F4F5FB;
}
/* INTRO-TEXT */
.intro-text {
	position: relative;
	width: 100%;
}
.intro-text {
	box-sizing: border-box;
}
/* MEDIATE-TEXT */
.mediate-text {
	position: relative;
	width: 100%;
}
.mediate-text {
	box-sizing: border-box;
}
.mediate-text .text {
	font-size: 2em;
	padding: 0;
	width: 80%;
	margin: 0 auto;
    padding: 60px 0 40px;
}
.text p {
    font-size: 32px;
    padding-bottom: 14px;
}
.text b {
    font-weight: 600;
}
/* greetings */
.greetings {
    display: flex;
    flex-direction: row;
    padding: 40px 60px;
}
.greetings .photo {
    padding: 0 40px;
}
.greetings .photo img {
    width: 100%;
    min-width: 600px;
}
.greetings .text {
    padding: 0 40px;
}

/* TEXTILE BLOCKS */
.textile {
	position: relative;
	width: 100%;
	padding: 80px 0;
}
.textile .wrapper{
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.tencel .fill {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	background-color: #f2f2f2;
	z-index: 0;
}
.satin .fill {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	background-color: #C7C8D0;
	z-index: 0;
}
.wear .fill {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	background-color: #f2f2f2;
	z-index: 0;
}
.textile .pic {
	width: 100%;
	height: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.textile .row1 {
	height: 450px;
}
.textile .row2 {
	height: 450px;
}
.textile .item1 {
	width: 200px;
	height: 250px;
	float: left;
	padding-left: 20px;
}
.textile .item2 {
	width: 240px;
	height: 300px;
	float: right;
	margin-top: -150px;
}
.textile .item3 {
	width: 300px;
	height: 240px;
	float: left;
	margin-top: 50px;
}
.textile .item4 {
	width: 150px;
	height: 187.5px;
	float: right;
	margin-top: -50px;
	padding-right: 20px;
}
.textile .central {
	width: 100%;
	text-align: center;
}
.textile .central h2 {
	font-size: 54px;
	font-weight: 400;
}
.textile .central span {
	font-family: 'Cinzel', serif;
	font-size: 20px;
	color: #aeb0b7;
}
.textile .central h2 i {
	display: block;
	transform: translateX(70px);
    color: #dedede;
    padding-bottom: 12px;
}

/* ABOUT */
.about {
	position: relative;
	width: 100%;
}
.about .fill {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	background-color: #f2f2f2;
	z-index: 0;
}
.about .wrapper {
	padding: 140px 40px 280px;
	box-sizing: border-box;	
	z-index: 3;
}
.about .col_left {
	width: 50%;
	display: inline-block;
}
.about .col_right {
	width: 40%;
	display: inline-block;
	position: absolute;
}
.about-card {
	background-color: rgba(236,236,236,0.8);
	padding: 60px;
	width: 50%;
}
.about-card .pic {
	padding-bottom: 40px;
}
.about-card .title {
	font-size: 28px;
	color: #999087;
}
.about-card .title2 {
	font-size: 64px;
	color: #999087;
}
.about-card .text {
	font-size: 28px;

}
.about-text {
	padding: 80px 40px;
    width: 100%;
    box-sizing: border-box;
}
.about-text p {
    font-size: 26px;
    padding-bottom: 18px;
}
.tenceldream-bg {
	background: url("../images/tenceldream-bg.png") no-repeat center/cover;
	height: 206px;
	width: 2175px;
	position: absolute;
	margin: 100px 0;
	z-index: 2;
}
.eucalyptus-bg {
	background:	url("../images/eucalyptus.jpg") no-repeat;
	height: 1100px;
	width: 100%;
	position: absolute;
	z-index: 1;
}
/* INSTA-BLOCK */
.insta-block {
	position: relative;
	width: 100%;
}
.insta-block .fill {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	background-color: #f2f2f2;
	z-index: 0;
}
.insta-block .wrapper {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;	
}
.insta-block .insta-block__description {
	margin: 0 auto 40px;
	width: 80%;
}
.insta-block .insta-block__description .title {
	font-size: 60px;
	text-align: center;
	line-height: 68px;
}
.insta-block .insta-block__description .text {
	font-size: 2em;
	padding: 60px 0;
}
.insta-feed {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.insta-feed .insta-pic {
	flex: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.insta-feed .insta-pic:nth-child(n+4) {
	display: none;
}
.insta-feed .insta-pic img {
	width: 100%;
}
.insta-wideline {
	height: 700px;
	width: 100%;
	background-color: #C7C8D0;
	position: absolute;
	margin-top: 1100px;
	z-index: 1;
}
.insta-link {
	font-size: 60px;
	text-align: center;
	margin-top: 40px;
}
.insta-link a {
	text-decoration: none;
	color: #222;
}
.insta-link a:hover:before {
	opacity: 1;
	transition: opacity .2s ease-in-out .3s;
}
.insta-link a:before  {
	display: block;
	content: '';
	background: url("../images/icons/ins-subscriber.svg") no-repeat;
	background-size: 100%;
	width: 80px;
	height: 74px;
	margin: 0 auto;
	margin-top: -100px;
	opacity: 0;
}
/* MAIN-FOOTER */
#main-footer {
	background-color: #f2f2f2;
	position: relative;
	width: 100%;
}
#main-footer .wrapper {
	width: 80%;
	margin: 0 auto;
	padding: 80px 0 30px;
}
.contacts-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.contacts-title {
	font-size: 50px;
	margin-bottom: 20px;
}
.contacts-links {
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}
.contacts-links .mail {
	font-family: 'Cormorant', serif;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 40px;
}
.contacts-links .mail a {
	text-decoration: none;
	color: #222;
}
.social-links ul {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.social-links ul li {
	padding-bottom: 14px;
}
.social-links ul li a {
	color: #222;
	text-decoration: none;
}
.address ul {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	list-style-type: none;	
	padding: 0;
    margin-top: 60px;
}
.address ul li {
	padding-bottom: 14px;
}
.address ul li a {
	color: #222;
	text-decoration: none;
}
.nav-links ul {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	list-style-type: none;	
	padding: 0;
	margin-top: 60px;
}
.nav-links ul li {
	padding-bottom: 14px;
}
.nav-links ul li a {
	color: #222;
	text-decoration: underline;
}
.footer-copyrights {
	position: relative;
	width: 100%;
	background: #f2f2f2;
	margin: 0 auto;
	padding: 30px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	justify-content: space-between;
}
.footer-copyrights div {
	margin: 0 40px;
}
#totop-btn {
	cursor: pointer;
}
/* gift-social-contacts */
.gift-social-contacts {
	position: relative;
	width: 100%;
}
.gift-social-contacts .fill {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	background-color: #E5D5C7;
	z-index: 0;
}
.gift-social-contacts .wrapper {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;	
}
.gift-social-contacts__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding: 80px 200px;
    justify-content: center;
}
.gift-social-contacts__img {
    min-width: 400px;
    height: 375px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 40px 60px;
}
.gift-social-contacts__img::after {
    content: '';
    display: block;
    position: relative;
    background: #CCC1BF;
    width: 100%;
    height: 100%;
    top: -15px;
    left: -15px;
    z-index: -1;
}
.gift-social-contacts__links {
    text-align: center;
    padding-bottom: 20px;
}
.gift-social-contacts__links a {
    display: inline-block;
    width: 220px;
    font-size: 18px;
    background-color: #f4f5fb;
    color: #222;
    padding: 12px 20px;
    margin: 10px;
    text-align: center;
}
.gift-social-contacts__text {
    font-size: 32px;
    padding-bottom: 20px;
}
/*------------------------- Mobile blocks -------------------------*/
.only-mobile {
    display: none !important;
}
.only-desktop {
    display: block !important;
}
/*------------------------- Collection page -------------------------*/
.collection-desc .wrapper {
    margin: 0 auto;
}
h1 {
    font-size: 15em;
    font-family: 'Cormorant';
    text-align: center;
    opacity: 0;
}
.bg {
    opacity: 0;
}
.collection-header .title {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 240px;
}
.collection-header {
    padding-top: 250px;
    position: relative;
    width: 100%;
}
.collection-header .bg {
    position: relative;
    background-size: cover;
    background-position: 50%;
    margin: 0;
    width: 35.5%;
	margin: -160px auto 0;
}
.collection-header .bg:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.44481605%;
}
.collection-header:after {
    display: block;
    content: "";
    left: 0;
    position: absolute;
    top: auto;
    background-color: #E5D5C7;
    bottom: 0;
    height: 100px;
    width: 100%;
}
.page-satin .collection-header:after {
    background-color: #C7C8D0;
}
.collection-desc {
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.collection-desc .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 200px 100px 300px;
    position: relative;
    z-index: 1;
}
.collection-desc .fill {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #E5D5C7;
    z-index: 0;
}
.page-tencel .collection-desc .fill {
    background-color: #E5D5C7;
}
.page-satin .collection-desc .fill {
    background-color: #C7C8D0;
}
.collection-desc__img {
    display: block;
    width: 100%;
    max-width: 400px;
}
.collection-desc__img img {
    width: 100%;
}
.collection-desc__text {
    width: 100%;
}
.collection-desc__text p {
    padding-bottom: 20px;
    font-size: 32px;
}
.collection-colors .wrapper {
    padding: 130px 0;
    margin: 0 auto;
    max-width: 1400px;
}
.collection-colors h4 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    margin-bottom: 10px;
}
.collection-colors h4 span {
    font-weight: 400;
}
/*catalog */
.collection-catalog .wrapper {
    padding: 130px 80px;
    margin: 0 auto;
}
.colors-catalog {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0;
    justify-content: center;
}
.colors-item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 14px);
    margin: 0 0 24px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}
.colors-item__img {
    width: 100%;
}
.colors-item__title {
    font-size: 28px;
    color: #222;
    text-align: center;
    padding: 8px 0 0;
}
.colors-catalog .colors-count {
    text-align: right;
    font-size: 22px;
    width: 100%;
}
.colors-item__btn {
    border: 1px solid #fff;
    background: #00000054;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    margin-left: 20px;
    margin-right: 20px;
    left: 0;
    right: 0;
    bottom: 60px;
}
/* product */
.product_title {
    display: flex;
    justify-content: center;
}
.product_title__link  {
    color: inherit;
    display: flex;
    flex-direction: column;
}
.product_title__tag {
    padding-right: 10px;
}
.product_title__color{
    text-decoration: underline;
}
.product_title__hint {
    font-size: 14px;
    margin-top: -5px;
}
.heading {
    text-transform: none;
    text-align: center;
    font-size: 60px;
}
.heading:after {
    display: block;
    content: '';
    width: 80px;
    height: 27px;
    margin: 0 auto;
    margin-top: 10px;
    background: url(../images/leaflet.png);
    background-size: contain;
}
/* colors pick panel */
.colors-pick {
    margin-bottom: 50px;
    margin-top: 30px;
}
.colors-pick .dot {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 25px 15px;
    cursor: pointer;
}
.colors-pick .owl-item.active .dot {
    box-shadow: 5px 5px 20px rgba(90,97,105,.3)
}
.colors-pick .dot.selected:before {
    display: block;
    content: '';
    width: 104px;
    height: 104px;
    border-radius: 100%;
    border: 3px solid #becad6;
    position: absolute;
    left: 10px;
    top: 20px;

}
.colors-pick .dot:not(.selected):hover:before{
    display: block;
    content: '';
    width: 104px;
    height: 104px;
    border-radius: 100%;
    border: 3px solid #becad654;
    position: absolute;
    left: 10px;
    top: 20px;

}
.color_title {
    display: block;
    position: absolute;
    bottom: -4px;
    left: 10px;
    text-align: center;
    width: 110px;
}
.colors-count {
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    padding-top: 12px;
}
.textile-wrapper {
    display: flex;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.textile-gallery, .textile-prices {
    margin: 0 auto;
}
.textile-gallery {
    flex-grow: 1;
}
.textile-prices {
    width: 480px;
    padding: 0 30px;
}
.textile-gallery .fotorama {
    margin-top: 14px;
}
/* .textile-gallery .fotorama__nav {
    margin-top: -70px;
}
.textile-gallery .fotorama__thumb-border {
    border-color: #dedede;
    height: 112px!important;
    border-width: 4px!important;
} */
.accordion {
    margin-bottom: 40px;
}
.accordion__btn {
    background-color: #dedede30;
    font-family: 'Cormorant', serif;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    padding: 14px 20px;
    width: 100%;
    text-align: left;
    border: 2px solid #dedede;
    outline: none;
    transition: 0.4s;
    margin-top: 16px;
}
.accordion__btn span {
    float: right;
}
.accordion__btn .accordion__icon {
    float: left;
    font-size: 20px;
    padding-right: 20px;
}
.accordion__panel {
  padding: 0px;
  background-color: white;
  border-left: 2px solid #dedede; 
  border-right: 2px solid #dedede; 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion__panel_active {
  border-bottom: 2px solid #dedede;
}
.linen-sizes {
    list-style: none;
    text-align: center;
    padding: 45px 0;
    font-size: 18px;
}
.linen-sizes li span {
    display: block;
    padding-bottom: 8px;
    font-weight: 600;
}
.linen-sizes li {
    
}
.linen-sizes li:not(:last-child):after {
    display: block;
    content: '';
    margin: 20px auto;
    width: 46px;
    height: 16px;
        background: url(../images/leaflet.png);
        -webkit-background-size: contain;
    background-size: contain;
}
.textile-prices p{
    padding-bottom: 14px;
    font-size: 1.3em;
}
.textile-prices p i {
    font-style: italic;
}
.gotoOrder {
    width: 100%;
    margin-top: 16px;
    box-sizing: border-box;
    text-align: center;
}
.collection-benefits {
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.collection-benefits .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 100px 180px;
    position: relative;
    z-index: 1;
}
.collection-benefits .fill {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #E5D5C7;
    z-index: 0;
}
.page-satin .collection-benefits .fill {
    background-color: #C7C8D0;
}
.page-satin .product-desc .fill {
    background-color: #C7C8D0;
}
.page-tencel .product-desc .fill {
    background-color: #E5D5C7;
}
.benefit-item {
    text-align: center;
    width: 340px;
    font-size: 18px;
    font-family: 'Roboto';
}
.benefit-item__icon {
    font-size: 45px;
}
.benefit-item__title {
    font-size: 24px;
    margin-bottom: 8px;
}
.collection-benefits.text_white .benefit-item {
    color: #f3f3f3;
}
.collection-order {
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.collection-order .wrapper {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
/* order-form */
.order-form {
    max-width: 645px;
    margin: 0 auto;
}
.order-input {
    font-size: 18px;
    width: 100%;
    margin-bottom: 16px;
}
.order-input label {
    display: block;
    margin-bottom: 8px;
}
.order-input input, .order-input select, .order-input textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    border: 2px solid #dedede;
    background: transparent;
}
.order-input input:focus, .order-input select:focus, .order-input textarea:focus {
    outline: none;
    border: 2px solid #BECAD6;
}

.order-input_row {
    display: flex;
}
.order-input_row input {
    width: 67%;
}
.order-input.error input{
    border: 2px solid #e99090;
}
.order-input.error input::-webkit-input-placeholder{
    color: #e99090;
}
.order-input.error input::-moz-placeholder{
    color: #e99090;
}
.order-message {
    padding-bottom: 14px;
    display: none;
    font-size: 18px;
}
.order-message.error {
    color: #e99090;
}

.success-text {
    font-size: 36px;
}
.btnCount {
    width: 54px;
    height: 54px;
    border: none;
    background: rgba(222,222,222,0.3);
    padding: 0;
    cursor: pointer;
}
.btnCount span {
    font-size: 24px;
}
.countControl {
    width: 156px;
    display: flex;
    margin-left: 60px;
}
.countControl .countValue {
    display: block;
    font-size: 20px;
    width: 54px;
    height: 54px;
    text-align: center;
    padding: 0;
    border: none;
}
.typeControl {
    width: 156px;
    display: flex;
    margin-left: 60px;
}
.typeControl .typeCheckbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.typeControl .typeCheckbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.typeControl .typeCheckbox+label:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #dedede;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.typeControl .typeCheckbox:checked+label:before {
    content: "\e900";
    font-family: 'icomoon' !important;
    font-size: 24px;
    line-height: 28px;
  }

.typeControl label {
    margin: 0;
}
.collection-order {
    background: url(../images/eucalyptus-form.jpg);
    background-size: cover;
}
/*----------------------- ./Collection page -------------------------*/
/*----------------------- Product page -------------------------*/
.product-header {
    padding-top: 250px;
    position: relative;
    width: 100%;
}
.product-header .bg {
    position: relative;
    background-size: cover;
    background-position: 50%;
    width: 35.5%;
	margin: 0 auto -100px;
}
.product-header .bg:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.44481605%;
}
.product-header:after {
    display: block;
    content: "";
    left: 0;
    position: absolute;
    top: auto;
    background-color: #E5D5C7;
    bottom: 0;
    height: 100px;
    width: 100%;
}
.product-header .wrapper {
    z-index: 5;
}
.product-desc {
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 3;
}
.product-desc .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 200px 0 200px;
    position: relative;
    z-index: 1;
}
.product-desc .fill {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.product-desc__text {
    width: 100%;
    max-width: 1200px;
    font-size: 32px;
    padding: 30px;
}
.product-desc__title {
    font-size: 140px;
    text-transform: none;
}
.product-desc__pantone {
    display: block;
    position: relative;
    z-index: 1;
    text-align: right;
    padding: 12px 16px;
    font-family: 'Roboto';
}
.product-desc.text_white .product-desc__title, .product-desc.text_white .product-desc__text, .product-desc.text_white .product-desc__pantone {
    color: #f3f3f3;
}
.colors-wrapper {
    margin-bottom: 40px;
}
.colors-picker {
    display: flex;
    flex-wrap: wrap;
}
.colors-picker a {
    text-decoration: none;
    color: inherit;
}
.colors-picker .dot {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 25px 15px;
    cursor: pointer;
    position: relative;
}
.colors-picker .dot.selected:before {
    display: block;
    content: '';
    width: 104px;
    height: 104px;
    border-radius: 100%;
    border: 3px solid #becad6;
    position: absolute;
    left: -5px;
    top: -5px;
}
.colors-picker .dot:not(.selected):hover:before{
    display: block;
    content: '';
    width: 104px;
    height: 104px;
    border-radius: 100%;
    border: 3px solid #becad654;
    position: absolute;
    left: -5px;
    top: -5px;

}
.colors-picker .colors-picker__title {
    display: block;
    position: absolute;
    bottom: -30px;
    left: -6px;
    text-align: center;
    width: 112px;
}
.colors-picker__catalog {
    float: right;
    margin-top: 30px;
}
.colors-picker__count {
    padding-top: 10px;
    text-align: center;
}
/*----------------------- ./Product page -------------------------*/
/*------------------------- Basic page -------------------------*/
#master.page-basic {
    background-color: #E5D5C7;
}
.page-basic .index-container, .page-basic ~ #main-footer, .page-basic ~ .footer-copyrights {
    background-color: #E5D5C7;
}
.page-header {
    position: relative;
    width: 100%;
    padding-top: 250px;
}
.page-header h1 {
    font-size: 80px;
}
.page-header .fill {
    background-color: #E5D5C7;
}
.page-content {
    opacity: 0;
}
.page-content .wrapper {
    max-width: 1200px;
    width: 80%;
    padding: 200px 0 100px;
    margin: 0 auto;
}
.page-content h2 {
    font-size: 36px;
    padding-top: 18px;
    padding-bottom: 28px;
}
.page-content p {
    font-size: 24px;
    padding-bottom: 18px;
}
.page-content b {
    font-weight: 600;
}
.page-content ol {
    font-size: 24px;
    padding-left: 24px;
}
.page-content ol span {
    font-weight: 600;
    display: block;
    width: 100%;
}
.page-content ol li::marker {
    font-weight: 600;
}
.page-content a {
    color: inherit;
}
.page-content a:focus,.page-content a:hover, .page-content a:active {
    opacity: 0.8;
}
/*------------------------- ./Basic page -------------------------*/
/*------------------------- Decor page -------------------------*/
.page-decor .page-content .wrapper {
    max-width: 100%;
    width: 100%;

}
.page-decor h2 {
    font-size: 46px;
    text-align: center;
    margin: 0 20px 80px;
}
.decor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    text-align: center;
    margin-bottom: 80px;
    justify-items: center;
}
.decor__item:nth-child(4n+1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
}
.decor__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 800px;
}
.decor__title {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 10px 30px;
}
.decor__description {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
}
.decor__price {
    font-size: 58px;
}
.btn-decor {
    margin-top: 16px;
    border: 2px solid #a77a3f;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.swiper {
    width: 100%;
    --swiper-theme-color: #818198;
}
.swiper-slide img {
    width: 100%;
}
.catalogFooterMenu {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 80px;
}
.catalogFooterMenu__pic {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}
.catalogFooterMenu__title {
    font-family: 'Cormorant';
    font-size: 140px;
    text-align: center;
    text-transform: uppercase;
    color: #41444e;
    margin-top: -140px;
}
/*------------------------- ./Decor page -------------------------*/