@charset "utf-8";
/* CSS Document */

/* scroll */


.slideRight {
    animation-name: slideRight;
    animation-duration: 0.9s;   
    animation-timing-function: ease-in-out; 
    visibility: visible !important; 
}

.slideLeft {
    animation-name: slideLeft;
    animation-duration: 0.9s;   
    animation-timing-function: ease-in-out; 
    visibility: visible !important; 
}

.slideTop {
    animation-name: slideTop;
    animation-duration: 0.9s;   
    animation-timing-function: ease-in-out; 
    visibility: visible !important; 
}

@-webkit-keyframes print-effect {
    0% {
        transform: translateY(100%);
		opacity:0;
    }
    45%{
        transform: translateY(100%);
		opacity:0;
    }
	75%{
        transform: translateY(4%);
    }
    100%{
        transform: translateY(0%);
		opacity:1;
    }
}

@keyframes slideRight {

    0% {
        transform: translateX(-50%);
		opacity:0;
    }
    65%{
        transform: translateX(4%);
    }
    100%{
        transform: translateX(0%);
		opacity:1;
    }
}

@keyframes slideLeft {

    0% {
        transform: translateX(50%);
		opacity:0;
    }
    65%{
        transform: translateX(-4%);
		
    }
    100%{
        transform: translateX(0%);
		opacity:1;
    }

}

@keyframes slideTop {

    0% {
        transform: translateY(-5%);
		opacity:0;
    }
	65%{
        transform: translateY(1%);
		
    }
    100%{
        transform: translateY(0%);
		opacity:1;
    }
}



/* end scroll */

@keyframes header {
    from {top: -75px;}
    to {top: 0px;}
}

@keyframes effect-img {
    from {bottom: 25px;opacity:.9; transform:scale(1.2,1.2)}
    to {bottom: -20px;opacity:0; transform:scale(.8,.8)}
}

@keyframes text {
	0% {
        transform: translateX(-100%);
    }
    15%{
        transform: translateX(-100%);
		opacity:0;
    }
	55%{
        transform: translateX(4%);
    }
    100%{
        transform: translateX(0%);
		opacity:1;
    }
}

a {
    text-decoration: none;
    color: #000;
	display:block;
}

.inline {
	display:inline-block;
}

h1 {
	position:relative;
	font-size:40px;
	text-transform:uppercase;
	animation-name: text;
    animation-duration: 1.5s;     
}

h2 {
	font-size:30px;
}

h3 {
	position:relative;
	font-size:25px;
	animation-name: text;
    animation-duration: 1.5s;    
}

ul li {
	list-style-position: inside;
	margin-left:10px;
	list-style-type: circle;
}

ul {
	margin-bottom:20px;
}

ol li{
	font-size:14px;
	list-style-position: outside;
	margin-bottom:10px;
}

body, html {
	width:100%;
}

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
	font-family: HPFont;
	font-weight:100;
}


Body {
	margin: 0;
	padding: 0;
}

.text-bold {
	font-weight:bold;
}

.text-inks {
	margin-bottom:20px;
}

.blue {
	color:blue;
}

.wrapper-header {
	display:flex;
	height: 75px;
	width: 1000px;
	margin: 0 auto;
	padding:0 20px;
	z-index:2;
	justify-content:space-between;
	align-items:center;
}

.left-logo {
	height:70px;
	width:190px;
	background-image:url(images/jarcomputers-logo.svg);
	background-repeat:no-repeat;
	background-size:cover;
}

.right-logo {
	height:75px;
	width:75px;
	background-image:url(images/hp-logo.svg);
	background-repeat:no-repeat;
	background-size:contain;
}

header {
	height: 75px;
	background-color:#fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#B9C9D4;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index:2;
	animation-name: header;
    animation-duration: 1s;    
    animation-fill-mode: forwards;
}

.container-main-image {
	position:relative;
	display:flex;
	justify-content:center;
	align-items: flex-end;
	height:auto;
	width:100%;
	overflow: hidden;
	margin-bottom:70px;
	background-color:#FF7415;
}

.background-img {
	height:530px;
	width:1920px;
	margin: 0 auto;
}

.slide01,
.slide02 {
	width:1920px;
	height:680px;
	margin:0 auto;
	position:absolute;
	bottom:0;
	background-repeat:no-repeat;

}


.slide01 {
	background:url(images/background02.png);
	animation-name: print-effect;
    animation-duration: 1s;
}

.slide02 {
	background:url(images/background03.png);
	animation-name: print-effect;
    animation-duration: 2s;
}

.background-img-container {
	position:absolute;
	display:flex;
	flex:row wrap;
	justify-content:space-between;
	align-content:center;
	bottom:0;
	margin:0 auto;
	width:1000px;
	height:auto;
}

.text-container {
	width:580px;
	height:140px;
	border-left: 3px solid #FFF;
	position:relative;
	padding-left:20px;
	/* text-overflow: "----";
	white-space: nowrap;  */
	overflow: hidden;
	color:#FFF;
}

.label {
	animation-name: print-effect;
    animation-duration: 2.5s;
}
	
.white {
	color:#fff;
}

.effect-img {
	position:relative;
	display:block;
	width:1700px;
	height:auto;
	animation-name: effect-img;
    animation-duration: 6s;    
    animation-fill-mode: forwards;
}

section {
	width:100%;
	margin:0 auto;
	padding:0 5px;
	margin-bottom:70px;
}

.center-box {
	width:1000px;
	margin:0 auto;
}

.title {
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:40px;
	text-align:center;
}

.grey-box {
	background-color:#E8EEF3;
	padding:50px 0;
}

.button-box {
	width:260px;
}

.flex-box {
	display:flex;
}

.flex-box-column {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.wrap {
	flex-wrap:wrap;
	justify-content: space-between;
}

.left {
	justify-content:flex-start;
}

.box {
	text-align:center;
}

.icon {
	width:100px;
	height:70px;

}

.icon-box {
	width:25%;
}

.meaning {
    background-color: #FFFFFF;
    padding: 30px 50px;
    margin-bottom: 40px;
	box-shadow:0 0 5px rgba(0,0,0,0.21)
}

article {
	display:flex;
	flex-flow: row wrap;
	width:1000px;
	padding:20px;
	margin: auto;
	justify-content: center;
	overflow: hidden;
}

.article-box {
	visibility:hidden;
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
	width:40%;
	height:auto;
	padding:1.5%;
	margin-bottom: 40px;
	transition: box-shadow .6s;
	transition: transform .2s;
}


.article-box:hover {
	box-shadow: 0px 0px 7px rgba(0,0,0,.1);
	transform:scale(1.03,1.03);
}

.blue {
	color:#203CED;
	font-weight:bold;
}

.text {
	width:100%;
	height:1000px;
	visibility:hidden;
}
.img-printer {
	width:100%;
	height:auto;
	margin-bottom:20px;
	background-size:contain;
	background-position:top;
	background-repeat:no-repeat;
}

.text-box  {
	margin-bottom:20px;
}

.header-text {
	font-size:20px;
	font-weight:bold;
	margin:0 0 20px 0;
}

.bigger {
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#575454;
}

.bold {
	font-weight:bold;
	margin-bottom:10px;
}

.grey {
	color: grey;
	margin-bottom:20px;
}

.decoration {
	color:#0C96D4;
	font-weight:bold;
}

.price-box {
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items:center;
}

.price-box a{
	width:45%;
}

.text-box {
	text-align:left;
}

.price {
	font-size:30px;
	font-weight:bold;
	color:#FF0004;
}

.button {
  display: block;
  border-radius: 2px;
  border:solid 2px #0171ad;
  color: #fff;
  background-color:#0171ad;
  text-align: center;
  font-size: 17px;
  padding: 5px 20px;
  width: 100%;
  transition: all 0.4s;
  cursor: pointer;
  vertical-align:middle;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.4s;
}

.button:hover span {
  padding-right: 15px;
  color:#fff;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button-orange {
  display: block;
  border-radius: 2px;
  border:solid 2px #FF9E00;
  color: #fff;
  background-color:#FF9E00;
  text-align: center;
  font-size: 17px;
  padding: 5px 20px;
  width: 260px;
  transition: all 0.4s;
  cursor: pointer;
  vertical-align:middle;
  margin-right:20px;
}

.button-orange span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.button-orange span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.4s;
}

.button-orange:hover span {
  padding-right: 15px;
  color:#fff;
}

.button-orange:hover span:after {
  opacity: 1;
  right: 0;
}

.section-container {
	margin:0 auto;
	width:1000px;
	margin-bottom:80px;
}

.button-back {
  display: block;
  border-radius: 2px;
  border:solid 2px #2C4390;
  color: #fff;
  background-color:#2C4390;
  text-align: center;
  font-size: 20px;
  padding: 5px;
  width: 100%;
  transition: all 0.4s;
  cursor: pointer;
}

.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: -30px;
  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,
	.intel-container,
	section,
	article	 {
		width: auto;
  	}
	.center-box	 {
		width:95%;
	}
	.box {
		width:200px;
	}
	
	.background-img-container {
		width:95%;
	}

	.article-box {
		width:33%;
	}

	.text-container {
		width:100%;
	}

	.section-container {
		width: auto;
	}
	
}


@media screen and (max-width: 850px) {
  	.wrapper-header,
	section,
	article	 {
		width: auto;
  	}	
	.article-box {
		width:50%;
	}
	
	.slide01 {
		background:url(images/background02-850.png);
		width: 1200px;
    	height: 679px;
	}

	.button-back {
    	width: 95%;
	}
	.header-text {
		font-size:14px;
	}
	h1 {
		font-size:35px;
	}
	h3 {
		font-size:20px;
	}
	
	
}

@media screen and (max-width: 600px) {
	.background-img {
		width:1050px;
		height:300px;
	}

	article {
		align-items: center;
	}
	.container-main-image {
		height:450px;
	}
	
	.second {
		align-self:center;
	}
	
	.img {
		width:690px;
		height:190px;
	}
	.slide01 {
		background:url(images/background02-600.png);
		width:690px;
		height:390px;
	}
	.label {
		width:126px;
		height:344px;
	}
	
	.button-box {
		width:100%;
	}
	
	.button-orange-box {
		width:100%;
	}
	
	.button-orange {
		width:100%;
		margin: 30px 0 30px 0;
		
	}
	h1 {
		font-size:25px;
	}
	h3 {
		font-size:15px;
	}
	.header-text {
		font-size:14px;
	}
	.icon-box {
		width:300px;
	}
	
	.flex-box {
		justify-content:center;
	}
	

}

@media screen and (max-width: 500px) {
	.article-box {
		width:80%;
	}
	.header-text {
		font-size:16px;
	}
	article {
		justify-content: center;
	}
}



@media screen and (max-width: 360px) {
  	.wrapper-header,
	.intel-container,
	section,
	article	 {
		width: auto;
  	}
  	article {
	  justify-content:space-around;
	  align-items:center;
	}

	
	.left-logo {
		height:60px;
		width:150px;	}
	
	.right-logo {
		height:60px;
		width:120px;
	}
	.background-img {
		width:1300px;
	}
	.text-container {
		height:135px;
	}
	
	h1 {
		font-size:20px;
	}
	h3 {
		font-size:14px;
	}
	.second {
		flex-wrap:no-wrap;
	}

	.article-box {
		width:100%;
	}
	.header-text {
		font-size:16px;
	}
	
}


