@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Tenor+Sans&subset=cyrillic');
@font-face {
    font-family: 'CenturyGothicRegular';
    src: url("../fonts/centurygothicregular.otf");
    font-style: normal;
    font-weight: normal;
}


html, body{ 
	height: 100vh; 
	overflow: hidden;
	font-family: 'CenturyGothicRegular', sans-serif;
	color: #2b2f32;
}
body, h1, h2, h3, p {
	padding: 0;
	margin: 0;
}
h1 {
	padding-top: 2.5vmax;
	font-size: 2.5vmax; 
	text-transform: uppercase;
}
h2 {
	font-weight: normal !important;
	color: #777;
	font-size: 1.8vmax; 
}
p {
	color: #777;
	font-size: 1.2vmax; 
	padding: 0.2vmax 0;
}
hr {
	width: 5vw;
	border: none;
	background-color: #2b2f32;
	color: #2b2f32;
	height: 1px;
}
section.nomax{
	height: auto;
}
section {
	display: block;
	width: 100vw;
	height: 100vh;
	position: relative;
}
section > .top {
	width: 100vw;
	height: 100vh;
	position: relative;
}
section > .top > div.big-logo {
	background-image: url(../images/big-logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	width: 70vmin;
	height: 70vmin;
	top:50%;
	left:50%;
	margin: -35vmin 0 0 -35vmin;
	opacity: 0.8;
	z-index: 3;
}
section > .top > .left,
section > .top > .right {
	float: left;
	width: 50vw;
	height: 100vh;
	display: inline-block;
	text-align: center;
	position: relative;
}
section > .top > div.right {
	background-image: url(../images/top-right.png);
	background-size: cover;
	background-position: center;
}
section > .top > div.left {
	background-image: url(../images/top-left.png);
	background-size:contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
section > .top > div.left > img.logo {
	margin-top: 20px;
	z-index: 33;
}
section > .top > div.left > nav {
	margin:7vh 15vw 10vh;
	text-align: left;
	z-index: 4;
}
section > .top > div.left > .button {
	padding: 1vmax 2vmax;
	background-color: #2b2f32;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	z-index: 4;
}
section > .top > div.left > nav > a {
	display: block;
	color: #2b2f32;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3vh 0 3vh 8vh;
	font-size: 1.8vh;
}
section > .top > div.left > nav > a {
	background-image: url(../images/logo-2.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 6vh;
}
section > .top > div.left > nav > a:nth-child(2) {
	background-image: url(../images/dress.png);
}
section > .top > div.left > nav > a:nth-child(3) {
	background-image: url(../images/message.png);
}
section > .top > div.left > .social {
	position: absolute;
	top:5vh;
	left: 35vw;
}
section > .top > div.left > .social img {
	width: 24px;
	margin: 0 7px;
	opacity: 0.7;
}
section > .bottom {
	background-color:#a0a396; /* rgba(160,163,150,1); */
	background-image: url(../images/mash.png);
	background-repeat: no-repeat;
	background-size:auto 80%;
	background-position: center center/*top 1vmax*/;
	text-align: center;
}
section > .bottom > h3 {
	text-align: center;	
	color:#fff;
	font-size: 2vmax;
	font-weight: normal;
	padding-top: 3vmax;
}
section > .bottom > p {
	/*text-align: center;	*/
	color:#fff;
	/*font-size: 1.2vmax;
	padding: 0.2vmax 0;*/
}
section > .bottom > hr.mini {
	background-color: #fff;
	color: #fff;
}
section > .bottom > img.scissors {
	height: 2vmax;
	margin: 1vmax 0 3vmax;
}
section > div.content {
	text-align: center;
}
section > .content > img.icon {
	height: 2.5vmax;
	margin: 0.5vmax 0;
}
section > div.content > div.video {
	margin-top: 5vmax;
	display: inline-table;
}
section > div.content > div.video > video,
section > div.content > div.video > a {
	display: table-cell;
	vertical-align: middle;
}
section > div.content > div.video > video {
	width: 50vw;
}
section > div.content > div.video > a {
	width: 10vw;
	min-width: 50px;
}
section > div.content > div.video > a > img {
	width: 32px;
	opacity: 0.3;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
section > div.content > div.video > a:hover > img {
	width: 32px;
	opacity: 1;
}
section.fon-3 {
	background-image: url(../images/fon-3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
section > div.content > div.list {
	/*display: table; */
	min-height: 45vh;
	margin: 3vmax 0;
	text-align: center;
	width: 100vw;
}
section > div.content > div.list > div.tovar {
	display: /*table-cell;*/ inline-block;
	vertical-align: bottom;
	/*height: 50vh;*/
	width: 32vh;
	margin: 0 1vh;
}
section > div.content > div.list > div.tovar:hover {
	-webkit-box-shadow: 0px 0px 3px 3px rgba(119,119,119,0.3);
	-moz-box-shadow: 0px 0px 3px 3px rgba(119,119,119,0.3);
	box-shadow: 0px 0px 3px 3px rgba(119,119,119,0.3);
}
section > div.content > div.list > div.tovar > .image {
	background-size:contain;
    width:32vh;
    height: 40vh;
    overflow: hidden;
	text-align: center;
	position:relative;
}
section > div.content > div.list > div.tovar > .image > img {
	height: 100%; 
	/*position: absolute;*/
}
section > div.content > div.list > div.tovar:hover > .image > img {
	/*position: absolute;*/
}
section > div.content > div.list > div.tovar > p {
	background-color: #eee;
	color: #2b2f32;
	font-size: 1.2vmax; 
	padding: 0.6vmax 0;
}
section > div.content > div.list > div.tovar > a {
	display: block;
	background-color: #a0a396;
	color:#fff;
	text-transform: uppercase;
	font-size: 0.8vmax; 
	padding: 0.8vmax 0;
	text-decoration: none;
}