@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-family: 'Lato', sans-serif;
	src: url('../fonts/Lato-Light.ttf') format('truetype');

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  color: #222;
}

section {
	position: relative;
	min-height: 100vh;
}

h2, p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	list-style: none;
}

#menu p {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#menu span {margin-bottom: 2px;}

.menu-icon {
  background: #ff0000;
  display: block;
  height: 2px;
  position: relative;
  width: 16px;
  margin: 0 5px;
}

.menu-icon:before, .menu-icon:after {
  background: #ff0000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.menu-icon:before {top: 5px;}

.menu-icon:after {top: -5px;}

.points {padding: 10px;}

.points li {margin: 15px 0;}

.points ul {padding: 0;}

.center {
	display: grid;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.hidden {display: none;}

.left {text-align: left;}

.right {text-align: left;}

.order-one {order: 1;}

.order-two {order: 2;}

.order-three {order: 3;}

.order-four {order: 4;}

.order-five {order: 5;}

.order-six {order: 6;}

.order-seven {order: 7;}

.order-eight {order: 8;}

.more {
	background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    min-height: 50px;
    font-weight: 700;
    font-size: 14px;
	text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.more:hover {box-shadow: 0 0 30px 0 rgba(204, 51, 66, 0.6);}

.details {
	display: grid;
	background-image: linear-gradient(-45deg, #444 0%, #555 100%);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    width: 150px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
	justify-self: center;
}

.details:hover {box-shadow: 0 0 20px 0 rgba(42, 42, 42, 0.6);}

.logo {margin-bottom: 20px;}

.logo img, .logo-footer img {
	height: auto; 
	width: 70%; 
	max-width: 450px
}

.slogan {
	font-size: 18px;
	text-transform: uppercase;
}

.red {
	color: #ff0000; 
	font-weight: 900;
}

.item {
	position: relative;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product, .karuzela {width: 95%;}

.product-name {margin: 20px 0;}

.btn-change {margin-top: 20px}

.btn-change button {
    border: none;
	height: 30px;
	width: 30px;
    margin: 0 5px;
    cursor: pointer;
	border-radius: 5px;
}

.gold {background: #c8a468;}

.gray {background: #222;}

.platin {background: #a6aaad;}

.black {background: #000;}

.white {background: #ddd;}

.price {
	margin: 20px 0;
	text-align: right;
	color: #ff0000;
	font-size: 26px;
	font-weight: 900;
}

.old-price {
	color: #555;
	font-size: 16px;
	font-weight: normal;
	text-decoration: line-through;
}

.slogan-top {
	margin: 40px 0; 
	text-align: center;
}

#top {
	display: grid;
	grid-template-rows: minmax(10%, auto) 80% 10%;
	grid-template-columns: 100%;
	background:  url(../img/top.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#header-top, .logo-footer, .bottom-footer {
	background: #222;
	text-align: center;
	color: #ccc;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#header-top {
	font-size: 14px;
	border-bottom: 1px solid #ff0000;
}

#top-product {
	display: grid;
	grid-template-columns: auto minmax(auto, 950px) auto;
	padding: 40px 0;
}

.headphones-set {
	background: url(../img/top-product.jpg) top right no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.cinema-set {
	background: url(../img/kino.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.stereo-set {
	background: url(../img/stereo.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.top-product-box {
	grid-column: 2/3;
	position: relative;
	width: 95%;
	height: 100%;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-product-box>p {margin: 40px 0 60px 0;}

.top-product-slogan, .points, .logo-product {margin: 40px 0;}

.top-product-name h1 {
	margin: 20px 0;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.3em;
}

.top-product-name p {
	font-size: 21px;
	font-weight: 900;
}

.top-product-price {
	-webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#big-product, .top-product-specification-box {
	display: grid; 
	grid-template-columns: 100%;
	grid-template-rows: auto;
}

#big-product {padding-top: 40px;}

.top-left, .top-right, .top-right-stereo, .bottom-left-cinema {
	position: relative;
	padding: 20px 0;
}

.top-right-headphones {
	display: none;
}

.bottom-left-headphones {
	padding: 20px 0;
	background: #555 url(../img/gammer.jpg) center no-repeat;
	background-size: cover;
	color: #ccc;
}

.bottom-left-cinema {
	height: 50vh;
	background: url(../img/sitting-girl.jpg) bottom left no-repeat;
	background-size: contain;
}

.top-right-stereo {
	height: 50vh;
	background: url(../img/shower.jpg) bottom right no-repeat;
	background-size: contain;
}

.top-right-cinema {
	padding: 20px 0;
	background: #161616;
	color: #ccc;
}

.bottom-right {
	padding: 20px 0;
}

.name-point {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 700;
	color: #ff0000;
}

#footer {
	display: grid;
	grid-template-rows: 70px auto minmax(70px, auto);
	grid-template-columns: 100%;
}

.bottom-footer {
	padding: 20px 0;
	font-size: 12px;
}

.salony {
	display: grid;
	grid-template-rows: auto;
	justify-items: center;
	background: rgb(111, 100, 87);
	color: #eee;
}

.salony a {color: #eee;}

.header-salony {
	font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    margin: 0px 0px 15px;
}

.header-salony hr {
    display: block;
    width: 170px;
    margin: 0px auto;
    border-width: 2px 0px 0px;
    border-color: #eee;
}

.salony-name {
	text-transform: uppercase;
    line-height: 13px;
    font-size: 13px;
    letter-spacing: 2px;
    position: relative;
    padding: 5px 0;
	text-align: center;
	cursor: pointer;
}

.salony-box ul {padding: 0;}

.salony-box li {margin: 10px 0;}

.salony-list {display: none;}

.city {margin-bottom: 20px;}

.menu-bottom {margin-top: 20px;}

.menu-bottom li {
    margin-bottom: 0px;
    display: block;
	margin: 15px;
	text-transform: uppercase;
}


@media screen and (min-width: 768px) {
	
.logo {margin-bottom: auto;}
	
.right {text-align: right;}

.hidden {display: block;}

.order-one, .order-two, .order-three, .order-four, .order-five, .order-six, .order-seven, .order-eight {order: 0;}
	
.slogan {
	font-size: 26px;
	text-transform: uppercase;
}
	
.top-product-name h1 {
	margin: 20px 0;
	font-size: 48px;
	font-weight: 900;
}

.top-product-specification-box {
	display: grid; 
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
}
	
#big-product {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: minmax(50%, auto) minmax(50%, auto); 
	padding-top: 40px;
}

.top-right-headphones {
	display: grid;
	padding: 20px 0;
	background: url(../img/man.jpg) bottom right no-repeat;
	background-size: contain;
}

.top-right-stereo {
	height: auto;
	background: url(../img/shower.jpg) bottom right no-repeat;
	background-size: contain;
}

.bottom-left-cinema {
	height: auto;
	background: url(../img/sitting-girl.jpg) bottom left no-repeat;
	background-size: contain;
}

.salony-box {
	display: grid;
	grid-template-columns: repeat(4, 25%);
	grid-template-rows: repeat(4, auto);
	grid-row-gap: 20px;
    max-width: 1000px;
    width: 95%;
	margin-top: 20px;
}

.salony-name { 
	text-align: left;
	cursor: auto;
}

.salony-list {display: block;}

.menu-bottom li {
    margin-bottom: 0px;
    display: inline-block;
	margin: 10px;
	text-transform: uppercase;
}

.bottom-footer {padding: 0;}

.menu-bottom {margin-top: 0;}


}