body{
	font-size: 24px;
	overflow-x: hidden;
}
.body-wrapper{
	position: relative;
	overflow: hidden;
}
.modal-backdrop {
	background: #000;
}
.btn:focus{outline: none;}
.bg-red{color: #fff;background-color: #f43;}
.bg-orange{color: #fff;background-color: #ff6800;}
.bg-primary{background-color: #009688;}
.bg-gray{background-color:}
.bg-tomat{color: #fff;background: url('../img/bg-tomat.jpg') center no-repeat #f43;background-size: cover;}
.bg-comment{background: url('../img/bg-comment.png') center no-repeat;background-size: 100% 100%;}

.img-bg-wrapper{position:absolute;height:0;width:100%;}
.img-bg-con{position:relative;height:0;width:1px;margin:auto;}
.img-bg-con img{position:absolute;}

.text-black{color: black;}
.text-red{color: #f43;}
.text-blue{color: #00547f;}
.text-subtitle{font-size: 1.25em; font-weight: 400; color: #ff6800; margin-bottom: 40px;}
.text-shadow{text-shadow: 1px 1px 1px rgba(0,0,0,.4)}

.custom-label{
	display: inline-block;
	padding: .5em 1em;
	border-radius: 1em;
	color: white;
	background-color: red;
}

.fixed-button{
	position: fixed !important;
	bottom: 50px;
	right: 50px;

	transform: scale(1.2);
	animation: fixedbutton 1.5s 0s ease-out infinite;
	transition: all .2s ease;
}
.fixed-button i{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-12px,-12px);
	-ms-transform: translate(-12px,-12px);
	-o-transform: translate(-12px,-12px);
	transform: translate(-12px,-12px);
	line-height: 24px;
	width: 24px;
}
.fixed-button:focus{
	background-color: #ff5346 !important;
}
.fixed-button:hover{
	background-color: #ff5346 !important;
	transform: scale(1.5);
}

.top-nav{
	position: fixed;
	width: 100%;
	max-height: 44px;
	overflow: auto;
	background-color: rgba(255,255,255,.9);
	background: url('../img/triangles.gif') left bottom repeat-x,linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9));
	z-index: 10;
}
.nav-link{
	margin: 0;
	padding: 12px 26px;
	font-weight: 400;
}
.nav-link.hover::after {
	height: 5px;
}
.nav-link:hover::after {
	height: 5px;
}
.nav-link::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: #009688;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

section{position: relative;}
.bg-video-con{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;

	z-index: -1;
}
.bg-video-con .bg-video-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background-color: rgba(255,255,255,.8);
	/*background: url('../../vendor/img/overlay50.png') center repeat;*/
}
.quality-cont-grid{
    display: grid;
    grid-template-columns: 12fr 1fr 12fr;
    grid-template-rows: 450px 1fr;

}
#quality-akcize{
    grid-column: 1/4;
    margin-top: 30px;
}

.bg-video-con video{
	width: auto;
	height: 100%;
}
@media (min-width: 1140px) {
	.bg-video-con video{
		width: 100%;
		height: auto;
	}
}

#block-main{
	padding-top: 80px;
	background: url("../img/header-img.jpg") center no-repeat;
	background-size: cover;
}
#block-comparison{
	background: url('../img/why_bg2.jpg') center no-repeat;
	background-size: cover;
}
#bg-quality{
	background: url('../img/bg-quality.jpg') center no-repeat;
	background-size: cover;
}
#block-comparison .our-company{
	margin-top: 30px;
	padding: 2em;
	border-radius: 2em;
}
#block-comparison .other-companies{
	padding: 1.6em;
	font-size: .9em;
	border-radius: 2em;
}
#block-comparison ul{
	list-style: none;
}
#block-comparison ul li{
	position: relative;
	padding-top: 10px;
	padding-left: 60px;
	font-weight: 400;
}
#block-comparison ul li i{
	position: absolute;
	left: -20px;
}
#block-comparison .our-company ul li i{
	left: -40px;
}
@media (min-width: 992px) {
	#block-comparison .our-company{
		margin-top: 0;
		margin-left: -30px;
	}
	#block-comparison .other-companies{
		margin-top: 100px;
		border-radius: 2em 0 0 2em;
	}
}

#block-advantage{

}
#block-gallery{
	background: url("../img/bg-silver.jpg") repeat;
}
#block-price{
	background: url("../img/back2.jpg") top center no-repeat;
	background-size: cover;
}

.panel-order .panel-body{
	background: url("../img/cucumber.jpg") center right no-repeat;
}

.block-title{
	padding: 1rem;
	font-weight: 400;
	color: #fff;
}

.advantage-table tr td{
	font-size: 18px;
	font-style: italic;
	vertical-align: middle !important;
}
.advantage-table .img-arrows{
	width: 80px;
	margin: 0 20px;
}

.card{}
.card .card-block{}
.card .card-border{border-top: 1px solid silver;}
.card .card-title{padding: 15px; font-size: 1.2em; font-weight: 700;}
.card .card-text{padding: 15px;}

.block-circle{}
.block-circle .circle-head{
	font-style: italic;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #00547f;
}
.block-circle .circle-body{
	font-size: .8em;
}
.block-circle .circle-body > div{position: static;}
.block-circle .circle-body img{
	padding: 15px;
}
@media (min-width: 1200px) {
	.block-circle{position: relative;}
	.block-circle .circle-head{
		position: absolute;
		width: 100%;
		padding-top: 150px;
		background: url('../img/img-circle/circle_bg.gif') center no-repeat;
		background-size: contain;
	}
	.block-circle .circle-body{}
	.block-circle .circle-body > div{position: relative;}
	.block-circle .circle-body img{
		padding: 15px;
	}
}

/*@media (min-width: 992px) {
	.cardDescription{margin-top: -30px;}
}*/

.cardDescription{
	position: relative;
	padding: 10px;
	background-color: #fff;
}
.cardDescription .checkbox-material{margin-right: 10px;}
.cardDescription table tr td{vertical-align: middle;}
.cardDescription table tr td img{
	max-width: 150px;
	transition: all .4s ease;
}
.cardDescription table tr:hover td img{
	transform: scale(1.1);
}
.cardDescription table tr:hover td i{
	color: #a33;
}
.cardDescription table tr td .form-group{margin: 0;padding: 0;}
.cardDescription table tr td .radio{margin: 0;padding: 0;}

.gallery{}
.gallery .gallery-item{
	overflow: hidden;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.gallery .gallery-item .gallery-img{
	max-width: 100%;
	max-height: 100%;
	transition: all .5s ease;
}
.gallery .gallery-item:hover .gallery-img{
	transform: scale(1.5);
}

figure.fig-static{
	position: relative;
}
figure.fig-static img{}
figure.fig-static figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 18px;

	color: #fff;
	background-color: rgba(0,84,255,.7);
}

footer{
	padding: 150px 50px;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)), url('../img/bg-tomato.jpg') center no-repeat;
	background-size: auto, cover;
}
footer .q-order{
	padding: 2em;
	border-radius: 10px;
	background-color: rgba(0,0,0,.8);
}

@keyframes fixedbutton {
	0% {box-shadow: 0 0 4px 4px rgba(255,0,0, .6);}
	100% {box-shadow: 0 0 8px 12px rgba(255,0,0, 0);}
}