@import url('template.css');
body {background: #efefef!important;padding: 0}
header#head {
	position:absolute;
	width: 100%;
	top:0;
	left:0;}
header#head .top {background: transparent;min-height: 30px;}
header#head .top li {display: inline-flex;padding:0;margin:0}
header#head .top li a {padding: 16px 6px;color: white;font-size: 20px}
.bigbanner {
    color: #fff;
    padding: 0;
    overflow: hidden;
    position: relative;
	text-align: center;
}
.bgimgoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
	
	/*background: radial-gradient(ellipse at center, rgba(157,119,119,0.7) 40%,rgb(217, 209, 209) 90%);*/
}
.bigbanner .block {padding: 0}
.bbn {
	background:url(../../../images/site/bg_top.png) 50% 100% no-repeat;
	background-size: 100% auto;
	z-index: 12;
	padding: 200px 0 200px 0;
	position: relative;
}
.bbn .prtxt h2 {font-weight: normal;font-size: 32px;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);letter-spacing:1px;}
 .bbn h1 {color: #fff;padding: 20px;font-size: 45px;text-shadow: 0 2px 3px rgba(0,0,0,.3);text-transform:uppercase;letter-spacing:1px}
.bbn .opis {display: block;max-width: 400px;margin: 0 auto 40px auto;}
.bbn .btn {border-color: #fff;color: #fff;position:relative;padding: 12px 60px 12px 25px;margin: 16px;}
.btn.downl {background: #900000;color: #fff;border-color:#900000;box-shadow: 0 1px 4px rgba(160, 0, 0, 0.5), 0 1px 57px rgba(255,255,255,.8)}
.bbn .btn:after {
	position: absolute;
	right: 0;
	top: 6px;
	content: "";
	width: 42px;
	height: 30px;
	background:url(../../../images/site/hand.png) 50% 50% no-repeat;
	border-left: 1px solid rgba(255,255,255,.5)
}

img.bgimg {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    -webkit-animation: scaling-bg 56s linear infinite;
    animation: scaling-bg 30s linear infinite;
    top: 0;
    left: 0;
}
@keyframes scaling-bg {
    0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
}

.mediacat {
	background: #fff;
	padding:0;
	border-radius: 4px
}
.mediacat p {display:block;background:#ccc;height:400px}
.mediacat .img {
	position:relative;
	width:100%;
	height: 550px;
}
.mediacat img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

.mediacat .rewcont {
	position: absolute;
	right: 200px;
	top: 30px;
	font-size: 16px;
	color: #333;
	background: #ffffffd4;
	padding: 20px;
	border-left: 4px solid #ed1b24;
	opacity:0;
	transition: .7s;
}
.mediacat .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 0;background: rgba(0,0,0,.5);padding: 20px 0}
.mediacat .swiper-pagination-bullet {
	display: inline-flex;
	padding: 5px 10px;
	border-left: 4px solid red;
	width: 150px;
	height: 50px;
	background:transparent;
	text-align: left;
	opacity: 1;
	color: #fff
}
.mediacat .swiper-pagination-bullet-active {border-left: 4px solid blue;}
.mediacat .swiper-slide {}
.mediacat .swiper-slide-active .rewcont {
	opacity:1;
	top: 130px;
}

.about {
	background: #fff url(../../../images/site/bigbg.jpg) right center;
    background-attachment: fixed;
	padding: 80px 0;
}
.about .opis {
	display: block;
	padding: 20px 40px 20px 0;
	font-size: 16px;
	line-height: 22px;
}
.about .obert {
    display: flex;
    flex-wrap: wrap;
}
.about .obert > div {
    width: 50%;
    flex-basis: 50%;
    align-self: center;
}
.about .olli li img {border: 2px solid #333;padding: 4px;width: 100%}
.brandblock {
	position: relative;
	background: #fff url(../../../images/site/bg4.jpg) right center;
    background-attachment: scroll;
    background-size: cover;
	background-attachment: fixed;
	text-align: left;
	border-top: 10px solid #900000;
	border-bottom: 10px solid #900000;
}
.brandblock .block {padding: 0;z-index:9}
.brandblock:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(157,119,119,0.7) 40%,rgb(217, 209, 209) 90%);
	background: rgba(0, 0, 0, 0.6);
}
.brandblock:after {
	position: absolute;
	content: "";
	left: 0;
	top: 2%;
	width: 100%;
	height: 96%;
	z-index: 1;
	border-bottom: 6px dashed rgba(255, 255, 255, 0.19);
	border-top: 6px dashed rgba(255, 255, 255, 0.19);
}
.brandblock h2 {color: #fff;padding: 20px 0;font-size: 45px;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);}
.brand {
	display: flex;
	flex-wrap: wrap;
}
.brand .opis {
	display: block;
	padding: 20px 40px 20px 0;
	font-size: 16px;
	line-height: 22px;
}
.brand .btn {
	border-color:#fff;
	color:#fff;
	position: relative;
	padding: 12px 60px 12px 25px
}
.brand .btn::after {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
    width: 42px;
    height: 30px;
    background: url(../../../images/site/download.png) 50% 50% no-repeat;
    border-left: 1px solid rgba(255,255,255,.5);
}
.brand > div, .brand > ul {
    width: 50%;
    flex-basis: 50%;
    align-self: center;
}
.brand ul {background: #fff}
.brand ul li {display: inline-flex}
.brand .bftxt {
	color: #fff
}
.brand .imgbl {
    display: block;
    text-align: center;
    padding: 40px 20px;
}
.brand {padding: 120px 0;position:relative}
.brand .imgblli {text-align:center}
.brand img {filter: grayscale(100%);transition: .3s;max-width: 100%;max-height: 42px;display: inline-flex;margin: 20px;}
.brand img:hover {filter: grayscale(0%)}
.review {
	position:relative;
	background:url(../../../images/site/reviewbg.jpg);
	padding: 35px 0;
	color:#fff;
	background-attachment: fixed;
	box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}

.review .block {background: #ffffff3b;padding: 60px;box-shadow: 0 0 5px rgba(0,0,0,.1);}
.review .moduletitle {
	text-align: center;
	margin-bottom: 20px;
	color: #777;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;

}
.review .rewcont {
	padding: 30px 30px 30px 130px;
	background: rgba(0,0,0,.2)
}
.review .rewcont:before {
    position: absolute;
    left: 0;
    top: 14px;
    content: "";
    width: 110px;
    height: 110px;
    background: url(../../../images/site/quote.png) 50% 50% no-repeat;
    border-right: 1px solid rgba(255,255,255,.5);
}
.review h4 {font-size: 14px;text-transform: uppercase;margin-bottom: 10px;letter-spacing: 1px;color:rgba(255,255,255,.5)}
.review .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 10px
}
.review .swiper-container-horizontal > .swiper-pagination-bullets {bottom: 0}
.review .swiper-container {padding-bottom: 40px}
.review .swiper-pagination-bullet-active {background: #fff}
h1.moduletitle {
	display: block;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 100px;
	font-weight: 600;
	letter-spacing: -3px;
}
.certf .swiper-pagination-bullet {background: #fff}
.certf .swiper-pagination-bullet-active {background: #248ace}

.solutions ol {display: flex;flex-wrap: wrap;padding: 20px 0;}
.solutions ol li {
	display:block;
	width: calc(25% - 15px + 0px);
	margin: 0 20px 20px 0;
    align-self: center;
	border: 1px solid #dadce0;
	height: 380px;
	text-align: center
}
.solutions ol li:nth-child(4n) {
    margin-right: 0px;
}
.offer .prtxt {
    display: flex;
    flex-wrap: wrap;
	padding: 20px 0;
}
.offer .coll1, .offer .coll2 {
    width: 50%;
    flex-basis: 50%;
    align-self: center;
}
.tovcat {
	padding: 30px 0 60px 0;
	background:url(../../../images/site/bg_top.png) 50% 100% no-repeat;
}
.tovcat .moduletitle {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin: 0 auto 16px auto;
    text-align: center;
}
.tovcat .opis {
	display: block;
	padding: 0 0 40px 0;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin: auto
}
.tovcat li {
    background: #e4e4e4; 
	border-top: 3px solid #8a8a8a;
	transition: .3s;
}
.tovcat li:hover {border-top: 3px solid #000;}
.tovcat .oli{display:block;padding: 16px;text-align:center;color: #333;transition: .3s;} 

.tovcat li:hover .oli {background: #b3272d;color:#fff}
.tovcat li:hover img {box-shadow: 0 1px 30px rgba(255,255,255,.8);}
.tovcat li img {
    background: #fff;
    border-radius: 1000px;
	max-width: 100%
}

.prim {text-align:center}
.tovcat h4 {
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

@keyframes rotate{ 
	from { 
		transform:  rotate(0);
	}	
	to {
		transform: rotate(360deg);
	}



} 
@-moz-keyframes rotate{from {-moz-transform:  rotate(0);}	to {-moz-transform: rotate(360deg);}} 

@-webkit-keyframes rotate{from {-webkit-transform:  rotate(0);}	to {-webkit-transform: rotate(360deg);}}

#rotar {
	position: fixed;
	bottom: 0;
	left:50%;
	margin-left: -300px;
	animation: rotate 10s infinite linear; 
	-moz-animation: rotate 10s infinite linear;
	-webkit-animation: rotate 10s infinite linear;
	opacity: 0.5;
	z-index: -1;
}


.moduletitle, .prtxt h2 {
	font-weight: 200;
	font-size: 40px
}




.certf .moduletitle, .why h2 {color:#fff}
.certf .moduletitle::after, .why h2::after {background: #ed1b24}
.why h2 {text-align: left}
.why h2::after {margin: 15px 0 40px 0}

.bloknews a {display:block;position:relative;color: #b3272d;font-weight: 600;}
.bloknews img {display:block;min-width:100%;border: 2px solid #333; padding: 4px; width: 100%;}
.bloknews .title {
	display:block;
	padding:14px 0 0 0;
	margin:0;
	width:100%;
	font-weight:bold;
	font-size: 14px;
	text-transform:uppercase
}
.bloknews .date {display:block;font-size:12px;margin-bottom:10px;color: #bfbfbf}

.image {
	margin:30px; 
	float:left;
	cursor:pointer;
	max-height:100px;
}
.popup {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
	z-index:999
}
.popup_bg {
	background:rgba(0,0,0,0.8);
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
}
.popup_img {
	position: relative;
	margin:0 auto;
	z-index:2;
	max-height:94%;
	max-width:94%;
	margin:1% 0 0 0;
}

 
@media (min-width:768px){
	
}
@media (min-width:992px){
	
}
@media (min-width:1200px){
	
}
@media (min-width:1700px){
	
}	
@media (min-width:768px) and (max-width:17000px){

}
@media (max-width:1200px){
	.topphone h1 {font-size: 34px;padding: 10px 30px;}
	.topphone .branches li {float:left;width:50%;font-size: 20px;}
	.topphone .branches span {font-size: 14px;}
	.mediacat {padding: 14px!important}
	.blok104,#opic {width:100%;float:none}
	.blok104 {border-radius:4px 4px 0 0;background: #248ace;}
	#opic {border-radius: 0 0 4px 4px;padding: 5px 14px;min-height:auto}
	.blok104 .img img {border-radius:0;height:auto}
	.blok104 .img {max-height: 400px;overflow: hidden;}
	#opic ul li {padding:14px 25px}
	
	
	.why .block > div {width: 100%;flex-basis:100%;text-align:center}
	.why h2 {text-align:center}
	.why h2::after {margin: 10px auto;}
	.why .block ol {margin:0;padding:50px 20px 0 20px;border:none;text-align:left}
	.why .block ol li {padding: 15px 0}
	.why li img {margin:0 20px 0 0}
	.why li div {font-size: 14px}
	.swiper-pagination-bullet {width: 17px!important;height: 17px!important;border-radius:4px;}
}
@media (min-width:768px) and (max-width:1300px){
	.brand {display: block;padding: 80px;}
	.brand > div, .brand > ul {
		display: block;
		width: 100%;
	}
	.brand > ul {margin: 40px 0}
	.brand .bftxt {text-align: center}
	.about {padding: 80px 20px}
	.about .coll-4 > li {
    width: calc(50% - 10px + 0px);
    margin: 0 20px 20px 0;
    float: left;
	}
	.about .coll-4 > li:nth-child(2n) {
		margin-right: 0px;
	}
}
@media (max-width:767px){
	/* /images/site/bg2.jpg */
	.bigbanner {
	background:red url(../../../images/site/bg2.jpg) 0% 0% no-repeat;
	background-size: auto;
	background-size: auto 100%;
	}
	.bgimg, #rotar {display: none}
	
	header#head .top li {display: block}
	header#head .top li a {display: block;padding: 6px;}
	header#head .top {padding: 6px}
	.bbn {padding: 100px 0 50px 0;}
	.bbn .prtxt h2 {font-size: 18px;color: rgba(255,255,255,.8);}
	.bbn h1 {font-size: 24px;}
	.brand {text-align:center}
	.brand .btn, .about .btn {display: block;margin: 16px 0}
	.brand .imgbl {padding: 16px}
	.imgbl img {margin: 12px 10px;max-height: 25px;}
	.brand .opis, main .block, .about .opis {padding: 0}
	.brand, .about {display:block;padding: 40px 16px}
	.brand > div, .brand > ul, .about .obert > div {width:100%}
	.about .obert{display:block}
	
	img.bgimg {animation: none}
	.tovcat .opis {padding: 0 0 10px 0}
	.tovcat li:hover, .tovcat li {background: #fff;border-top: 0;}
	.tovcat li img {width: 40px;border-radius:0;float:left;margin-right: 10px;}
	.tovcat h4 {font-size:12px;text-align:left}
	.tovcat h4:after {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		position: relative;
		width: 100%;
	}
	.tovcat .coll-4 > li {
		width: calc(50% - 4px); 
		margin: 4px 4px 0 0;
		float:left;
	}
	.tovcat .coll-4 > li:nth-child(4n) {
		margin-right: 0px;
	}
	.tovcat .coll-4 {margin-bottom: 40px}
	.about .olli li img {border: 1px solid #333;padding: 4px;}
	.about .coll-4 > li {
		width: calc(25% - 3px); 
		margin: 0 4px 0 0;
		float:left;
	}
	.about .coll-4 > li:nth-child(4n) {
		margin-right: 0px;
	}
	.review .block {padding: 16px}
	.review .rewcont::before {top: 50%;margin-top: -50px;width: 60px;height: 100px;}
	.review .rewcont {padding: 16px 16px 16px 70px;}
	.opis {font-size: 16px}
	.moduletitle, .prtxt h2 {font-size: 24px;font-weight: 500;}
	.moduletitle::after, .prtxt h2::after {margin: 10px auto 10px auto;height: 2px;width: 100px;}
	.blok104 .img {max-height: 250px;}
	.blok104 .img img {border-radius:0;height:auto}
	.mediacat {padding:5px!important}
	.mediacat h4 {
		position: absolute;
		left: 0;
		bottom: 0;
		font-size: 20px;
		background: rgba(255,255,255,.8);
		padding: 30px 20px;
		border-left: none;
		width:100%;
		height:100px;
		color: #000;
		line-height: 22px;
	}
	.tovcat {background: #eee;padding: 0 10px}
	.certf {padding: 0 10px}
	
	.lastnews {padding: 60px 10px}
	.lastnews li {margin: 0 0 30px 0;}
	.bloknews .date, .lastnews li p {display:none} 
	.bloknews .title {padding:5px 0;text-align:center}
	.bloknews .title a {text-transform: none;color: #333}
}