@charset "utf-8";
/* CSS Document */

@keyframes header {
    from {top: -75px;}
    to {top: 0px;}
}

h1 {
	font-weight:100;
}

h2 {
	padding-top:15px;
}

body, html {
	width:100%;
}

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
	font-family: HPFont;
}

a {
	text-decoration:none;
	color:black;
}

Body {
	background-color: #F0F0F0;
	margin: 0;
	padding: 0;
}

.text-bold {
	font-weight:bold;
}

.wrapper-header {
	display:flex;
	height: 75px;
	width: 1000px;
	margin: 0 auto;
	padding:0 20px;
	z-index:2;
	justify-content:space-between;
}

.left-logo {
	height:75px;
	width:190px;
	background-image:url(images/jarcomputers-logo.svg);
	background-repeat:no-repeat;
	background-size:cover;
}

.right-logo {
	height:75px;
	width:50px;
	background-image:url(images/hp-logo.svg);
	background-repeat:no-repeat;
	background-size:cover;
}

header {
	height: 75px;
	background-color: #fff;
	border: 2px solid #BDBEC2;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index:2;
	animation-name: header;
    animation-duration: 1s;    
    animation-fill-mode: forwards;
}

.container-image {
	position:relative;
	height:2088px;
	padding-top:180px;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat: no-repeat;
	/* background-attachment:fixed; */
}

.ink-container-background {
	display:flex;
	flex-direction:column;
	height: 269px;
	background-color:#004C66;
	background-image:url(images/inktank02.png);
	background-position: center;
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	margin-bottom:80px;
	justify-content:center;
}

.ink-container-background p {
	font-size:20px;
}

.ink-container {
	display:flex;
	justify-content:flex-end;
	margin:0 auto;
	width:1000px;
	padding:0 20px;
	height:100%;
}

.ink-container img {
	height:123px;
	width:226px;
	margin:0 auto;
}

.ink {
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
	width:50%;
	height:269px;
	padding-top:15px;
}

.ink img {
	height:200px;
	width:270px;
}

section {
	width:1000px;
	margin:0 auto;
	padding:0 20px;
	margin-bottom:60px;
}

.section {
	width:90%;
}

section h1 {
	font-size:35px;
	text-align:center;
	margin-bottom:60px;
}

article {
	display:flex;
	flex-flow: row wrap;
	width:auto;
	margin: auto;
	justify-content:space-around;
	margin-bottom:50px;
}

.article-link:hover img {
    transform: scale(1.03);
}

.article-link {
	width:30%;
	height:auto;
}

.article-box {
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between;
	margin-bottom:40px;
	width:100%;
	height:auto;
}


.img-inktank {
	width:100%;
	height:auto;
	background-size:contain;
	background-position:top;
	background-repeat:no-repeat;
	transform: scale(1);
    transition-property: transform;
    transition-duration: 0.3s;
}

.text-box p {
	font-size:18px;
	z-index:1;
	text-align:left;
}
.header-text {
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
}

.red {
	color: red;
}

.bold {
	font-weight:bold;
}

.box {
	padding-bottom:10px;
}

.decoration {
	color:#0C96D4;
	font-weight:bold;
}

.price-box {
	display:flex;
	width:100%;
	padding-top:20px;
	align-items:center;
	justify-content:space-between;
}

.text-box {
	text-align:left;
}

.button {
	border:solid 2px #0C96D4;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	background:#0C96D4;
	text-decoration:none;
	text-align:center;
	padding:1px 40px;
	transition:opacity 0.16s;
}

.article-link:Hover .button{
	border:solid 2px #0C96D4;
	background:#0C96D4;
	opacity:0.8;
}

.button:Hover {
	border:solid 2px #0C96D4;
	background:#0C96D4;
	opacity:0.8;
}

.price {
	font-size:30px;
	font-weight:bold;
	color:#FF0004;
}



.article-box-ink {
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between;
	width:24%;
	height:auto;
	margin-bottom: 60px;
}

.img-ink {
	width:100%;
	height:auto;
	background-size:contain;
	background-repeat:no-repeat;
}


.button-back {
  display: block;
  border-radius: 2px;
  border:solid 2px #2C4390;
  color: #fff;
  background-color:#2C4390;
  text-align: center;
  font-size: 19px;
  padding: 5px;
  width: 100%;
  transition: all 0.4s;
  cursor: pointer;
  margin: 5px;
  margin-bottom:20px;
}

.button-back span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.button-back span:before {
  content: '\00ab';
  position: absolute;
  opacity: 0;
  top: 0;
  left: -20px;
  transition: 0.4s;
}

.button-back:hover span {
  padding-left: 15px;
  color:#fff;
}

.button-back:hover span:before {
  opacity: 1;
  left: 0;
}

.button-back:hover {
  background-color:#2C4390;
  border:2px solid #2C4390;
}





@font-face {
   font-family: HPFont;
   src: url(fonts/cyrillic-light-ttf.woff);
   font-weight: normal;
}

@font-face {
   font-family: HPFont;
   src:url(fonts/cyrillic-regular-ttf.woff);
   font-weight: bold;
}

@media screen and (max-width: 1000px) {
  	.wrapper-header,
	.ink-container,
	section,
	article	 {
		width: auto;
  	}
	.article-link {
		width:400px;
		height:auto;
	}
	.article-box-ink {
		width:40%;
	}
		.ink {
		width:100%;
		flex-direction:column;
	}
		
	.ink-container-background {
		background-image:none;
	}
}

@media screen and (max-width: 850px) {
  	.wrapper-header,
	.ink-container,
	section,
	article	 {
		width: auto;
  	}	
	
	.container-image {
		background-image:url(images/background-800.jpg);
		height:2550px;
	}

  	article {
		justify-content:space-around;
		align-items:baseline;
	}
	.article-box {
		width:100%;
		height:auto;
	}
	
	.article-box-ink {
		width:360px;
	}

}

@media screen and (max-width: 360px) {
  	.wrapper-header,
	.ink-container,
	section,
	.text-box,
	article	 {
		width: auto;
  	}
	section h1 {
		margin-bottom:20px;	
	}
	.container-image {
		background-image:url(images/background-360.jpg);
		height:1546px;
	}
	.ink-container-background,
	.ink-container,
	.ink {
		height:150px;
		padding-top: 0;
	}
	.ink img {
		display:none;
	}
	
  	article {
	  justify-content:space-around;
	  align-items:baseline;
	  width:95%;
	}
	.section {
		width:100%;
	}
	
	.article-box {
		width:100%;
	}
	
	.article-box-ink {
		width:100%;
	}

	.img-laptop {
		height:270px;
		width:310px;
	}
	section h1 {
		font-size:25px;
	}
	
	.ink-container-background {
		margin-bottom:30px;
	}
	
	.text-box p {
		font-size:15px;
		z-index:1;
		text-align:left;
	}
	.header-text {
		margin-bottom:10px;
		font-size:17px;
		font-weight:bold;
	}
	
	.price {
		font-size:25px;
	}
	.article-link {
		width:100%;
	}
	
}


