body{
	color:#0668A0;
	background-image: linear-gradient(to right, #E2E8F4, #FFFFFF);
	background-image: url('../img/home.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'Archivo Black', sans-serif;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden; 
}

a, a:hover, a:focus{
  text-decoration: none;
  color: inherit;
}

button:focus{
  outline: none;
}

.logo {
	width:100%; 
	min-width: 200px;
	max-width:640px;
	margin-top:15px;
}

.selected {
	background:#ccc;
}

.main-wrapper{
  width: 100%;
  margin: 0 auto;
}

.img-main{
	width:100%;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
	margin:-1em;
}

.slogan {
	margin:1em 0;
	font-size:4em;
	font-weight: bold;
	line-height: 1.5em;
	text-align:center;
}

.category {
	margin:1em; 
	color:#FFF; 
	padding:0.5em; 
	text-align:center; 
	font-weight:bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #0770B1;
}

.products {
	padding-top:1em;
}

.product-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:0 1em; 
	padding:0.5em;
	text-align: center;
}

.product {
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: flex-start;
	width:150px; 
	height:210px; 
	margin:1em; 
	padding:1em 1em; 
	overflow:hidden; 
	border:1px solid #ccc; 
	border-radius:75px; 
	font-weight:bold;
	-webkit-box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13); 
	box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13);
	background: #fff;
	background-image: url('../img/world.jpg');
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	font-size: 0.9em;
}

.product:hover {
	-webkit-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.5); 
	box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.5);
}

.product-title {
	display: flex;
    align-items: center;
	justify-content: center;
	width:150px;
	height:140px;
	padding:4px;
}

.product img {
	height:2em;
	margin-top:0.5em;
}

.product-space {
	margin-right:1.5em;
}

.contacts {
	width:100%;
	background:#ccc; 
	margin-top:2em;
	padding:0.5em 0;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.contacts-btn {
	width:100%; 
	background-color:#5279BD; 
	border-color:#5279BD; 
	color:#fff;
	cursor:pointer;
	-webkit-appearance: button;
	touch-action: manipulation;
	user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px;
}

.footer {
	margin-top:1em;
	text-align: center;
}

.footer-big {
	font-size:1.5em;
	line-height:1.5em;
}