@charset "utf-8";
@font-face {
	font-family: "exo_2.0_extra_bold";
	src: url("../fonts/exo_2.0_extra_bold.eot");
	src: url("../fonts/exo_2.0_extra_bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/exo_2.0_extra_bold.woff") format("woff"),
	url("../fonts/exo_2.0_extra_bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "exo_2.0_extra_light";
	src: url("../fonts/exo_2.0_extra_light.eot");
	src: url("../fonts/exo_2.0_extra_light.eot?#iefix")format("embedded-opentype"),
	url("../fonts/exo_2.0_extra_light.woff") format("woff"),
	url("../fonts/exo_2.0_extra_light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

a, img, .btn, .scrollup, .bottom-line {	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


body{
	font-family:"exo_2.0_extra_light";
	font-weight: 600;
	height: 100%;
	min-width: 320px;
	font-size: 20px;
	background-image: url(../img/bg.jpg);
	background-color: #f4f2ef;
}
section {
	margin-top: 18px;
	margin-bottom: 18px;
}

.text-wht{
	color: #FFFFFF;
}

.h1{
	font-family:"exo_2.0_extra_bold";
	color: #fff;
	display: inline-block;
	min-width: 40%;
	padding: 1rem;
	text-transform: uppercase;
	text-align:center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.green {
	background-color: #00CC00;
}
.red {
	background-color: #CC0000;
}

ul{
	margin-bottom: 0;
	padding-left: 1rem;
}
.bold {
	font-family:"exo_2.0_extra_bold";
}

.intro{
	background-image: url(../img/intro-bg.jpg);
	background-size: cover;
	padding-bottom: 2rem;
	color: #FFFFFF;
	/* min-height: 580px; */
	/* text-align: center; */
}



header{
	margin: 0 -15px;
	padding: 5px 15px;
	background-color: rgba(0,0,0,.65);
}
.logo{
	width: 120px;
	height: 70px;
	background: url("../img/AVA-karton.svg") no-repeat center;
	background-size: contain;
	margin-left: 10px
}
.slogan {
	background-color: #CC0000;
	padding: 8px;
}
.phone{
	display: block;
	font-size: 1.25rem;
}
.mail{
	display: block;
	font-size: 1rem;
}
.phone:focus, .phone:hover, .mail:focus, .mail:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.hr{
	background-color: #FFF;
	height: 5px;
	margin-top: 5px;
	width: 100%;
}
#menu a{
	color: inherit;
	text-transform: uppercase;
	margin: 0 1rem;
	width: 100%;
}
.nav-link:focus, .nav-link:hover {
    background-color: #000;
}
.intro > div{
	margin: 2rem 0 0;
}
.intro .card-1{
	background-color: rgba(0,204,0,.8);
}
.intro .card-1 li{
	font-size: 2.2rem;
	margin: 1rem;
	line-height: 1;
}
.intro .card-2{
	font-size: 1.2rem;
	background-color: rgba(0,0,0,.5);
	padding: 1rem;
}
.card-2 li{
	display: flex;
	align-items: center;
}
.intro .card-2 img{
	width: 48px;
	margin-right: 1rem;
}
.card-2 ul li:nth-child(2), .card-2 :nth-child(4){
	margin-left: 30px;
}
.card-2 :nth-child(3){
	margin-left: 40px;
}
.intro .card-3{
	font-size: 1.8rem;
	background-color: rgba(204,0,0,0.80);
	background-image: url(../img/sale.png);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
#about {
	background-color: #FFFFFF;
	background-image: url(../img/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 1rem;
}
#about > p{
	text-indent: 2rem;
	margin: 0;
}
#about ul{
	margin-left: 5%;
	/* margin-bottom: 20px; */
}
#products {
	background-color: #FFFFFF;
	background-image: url(../img/productst-bg.jpg);
	background-size: cover;
	padding-bottom: 1rem;
}
#products > div{
	background-color: #fff; 
	box-shadow: #000 0 0 10px;
}
.carousel-control-prev, .carousel-control-next{
	color: #222222;
	font-size: 4rem;
	width: 7%;
}
.carousel-item .row{
	min-height: 300px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #222222;
    opacity: .8;
}
.btn-success{
	color: #FFF;
	height: 40px;
	border-radius: 20px;
	border: #fff 2px solid;
	box-shadow: #000 0 0 8px;
}
#sale {
	background-color: #00CC00;
	background-image: url(../img/sale.jpg);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
#sale p{
	font-size: 3rem;
}

#price{
	background-image: url(../img/price-bg.jpg);
	background-size: cover;
}
form{
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	margin: 0 1rem 1rem;
}
form .hr{
	margin: 1rem;
}
.form-control {
	border: 2px solid #cc0000;
}
.form-control:focus {
	border-color: #cc0000;
	box-shadow: 0 0 0 0.2rem rgba(204,0,0,.25);
}

#map{
	width: 100%;
	height: 500px;
}


#contacts{
	position: relative;
}
.address-card{
	position:absolute;
	left:10%; 
	top:2rem;
	max-width: 50%;
	background-color: rgba(0,0,0,0.6);
	padding: 1rem;
	text-align: center;
}
.address-card a{
	color: #fff;
	font-size: 1.5rem;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 5px solid #cc9966;
}

#prod{
	background-color: #fff;
	padding-bottom: 1rem;
}
#prod .card {
	border: 2px solid #cc0000;
	border-radius: 0;
	margin-top: .2rem;
}
#prod .card-header{
	border: none;
	background-color: #fff;
	font-size: 2rem;
	padding-top: 0;
	padding-bottom: .25rem;
}
#prod .card-header button{
	width: 100%;
	text-align: left;
	font-size: 1.5rem;
	color: #000;
	padding-top: 0;
	white-space: pre-line;
}
#prod button:focus, #prod button:hover {
    text-decoration: none;
}
#prod .card-body{
	padding-top: 0;
	font-size: 1rem;
	}
#prod .card-body h2{
	font-size: 1.4rem;
	text-align: center;
	}
#prod .card-body > p{
	text-align: justify;
	}	
#prod .card-body p:first-child {
	border-top: solid;
	padding-top: 1rem;
} 
#prod .card-body > div{
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#prod .card-body span{
	flex-shrink;
}
#prod .card-body img{
	width: 100%;
	max-width: 300px;
	}	

@media (max-width:767px){
	.h1{
		font-size: 2rem;
	}
	.slogan{
		font-size: 1.2rem;
	}
	.intro .card-1{
		font-size: 1.5rem;
	}
	.intro .card-2 img{
		width: 36px;
	}
	.intro .card-3{
		font-size: 1.2rem;
	}	
	#about p {
		font-size: 1rem;
	}
	#about li {
		font-size: 1rem;
	}

	.carousel-item li{
		font-size: 1rem;
	}
		
	#sale p {
		font-size: 1.6rem; 
	}
	.address-card a {
		font-size: 1.2rem;
	}
	#prod .card-header button{
		text-align: center;
		font-size: 1.3rem;
	}	
	
}
@media (max-width:479px){
	body{
		font-size:16px;
	}
	section {
		margin-top: 0;
		margin-bottom: 0;
	}
	.h1{
		font-size: 1.2rem;
	}
	.slogan{
		font-size: .7rem;
	}
	.intro .card-1 li{
		font-size: 1.5rem;
	}
	.intro .card-2{
		font-size: .9rem;
	}
	.intro .card-2 img{
		width: 32px;
	}
	.card-2 li{
		/*margin-left: 0px !important;*/
	}
	.carousel-item .row{
		min-height: 380px;
	}
	.carousel-item li{
		font-size: 1rem;
	}
		
	#sale p {
		font-size: 1.2rem; 
	}
	.address-card {
		left: 15%;
		top: 2rem;
		max-width: 60%;
	}
	.address-card a {
		font-size: 1rem;
	}
	#prod .card-body > div{
		/* flex-direction: column; */
	}
}

.bord-r{
	border:solid #E00000 1px !important;
}
.bord-g{
	border:solid #0F0 1px !important;
}
.bord-b{
	border:solid #00F 1px !important;
}

