@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic,latin);
@charset "utf-8";


html{font-family: 'Roboto Condensed', Arial, sans-serif;color: #555;}
body{background:url(../images/bg.jpg) repeat;}


.footer {background:#000; width:100%;}
.fleft2016 {text-align:left;margin-bottom: 0;padding-bottom:0; }
.fright2016 {text-align:right;margin-bottom: 0; padding:8px 0; font-size:0.8em;color:#666;}

/*------------------------------------*\
	LOGO
\*------------------------------------*/

.top2016 {background:url(../images/bbg.png) repeat; width:100%; border-bottom:solid 1px #000;}
.reback {background:url(../images/yellow-paper.jpg) repeat; width:100%; border-top:solid 1px #fffaef;border-bottom:solid 1px #fffaef;}
.reback2 {background:url(../images/white-leather.png) repeat; width:100%; border-top:solid 1px #ffffff;border-bottom:solid 1px #ffffff;}

.logotype {width:100%; margin-top:20px;}
.pics {margin-top:20px; width:100%; border:solid 3px white; border-radius:8px;}
.telephone {text-align:right;}
.tel-big{font-size:1.7em; font-weight: bold; color:#444; line-height: 1.4em; margin-right:10px;}

.telephone a{padding:0 10px;}
.center2016 {text-align:center;}
.left2016 {text-align:left;margin-bottom: 0; font-size:0.9em;color:#ccc;}
.right2016 {text-align:right;margin-bottom: 0; font-size:0.9em;color:#ccc;}

.text2016 {padding:0 20px 20px 0;}
.meneger { margin-right:10px;}
.meneger a{font-size:1.5em; font-weight: bold; color:#000; line-height: 1.4em; padding-right:0;}
.meneger span{color:#000; font-size:14px; font-weight:100; }

.zvonit {color:#b51500;font-size:14px; font-weight:100;}
/*------------------------------------*\
	TOP NAVIGATION
\*------------------------------------*/

.nav a {  border: 1px solid #F6EEE3;  border-radius:4px;}
.nav a:hover{ border: 1px solid #4971C2; border-radius:4px; text-decoration:none;}
.nav a.active{  border: 1px solid #4971C2;  border-radius:4px;}


/*------------------------------------*\
	TYPE
\*------------------------------------*/
/* @font-face kit by Fonts2u (http://www.fonts2u.com/oswald.schriftart) */
/* Font Oswald, SIL-licenced, author Vernon Adams */  
@font-face {font-family: 'Roboto Condensed',"Oswald";src:url("Oswald.eot?") format("eot"),url("Oswald.woff") format("woff"),url("Oswald.ttf") format("truetype"),url("Oswald.svg#Oswald") format("svg");font-weight:normal;font-style:normal;}

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', 'Oswald', Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #4971c2;
	text-shadow: 1px 1px 0px #0a3489;
}

h1{font-size:2.5em;	margin-bottom:0.75em; line-height:1.5;}
h2{font-size:2.3em;	margin-bottom:1em; line-height:1.4em; border-bottom:2px solid #FFC666;padding:10px 0;}
h3{font-size:2em; margin-bottom:1em; line-height:1.3;}
h4{font-size:1.5em;	margin-bottom:0.8em; line-height:auto; text-shadow: none; }
h5{font-size:1.3em; margin-bottom:0.6em; text-shadow: none; line-height:auto;}
h6{font-size:1.2em; margin-bottom:0.6em; text-shadow: none; line-height:auto;}
/*------------------------------------*\
	CLASSES
\*------------------------------------*/
/*
Some not-too-pretty and insemantic classes to do odd jobs.
*/
.left	{ float:left!important; }
.right	{ float:right!important; }

.intro {padding: 10px 0; color: #555;}
.intro h2 {font-size: 3em; line-height: 1em; letter-spacing: -1px; text-transform:uppercase; padding-right:15px; margin: 0 0 20px 0;}
.intro p {font-family: 'Roboto Condensed', 'Oswald', Arial, sans-serif; font-size: 1.9em; line-height: 1.2em; letter-spacing: -2px; padding-right: 15px;}

.quote {font-family: 'Roboto Condensed', Arial, sans-serif; font-size: 1.4em; letter-spacing: -1px; font-style: italic; line-height: 1.3em; } /*a styled quote in addition to blockquote*/
.quote span {display: block; font-size: 0.7em; padding-top: 10px; font-style: normal;}

/*Colored boxes, green and grey*/
.green, .grey {-webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; zoom: 1; border-top: 1px solid #fff; border-bottom: 1px solid #fff; margin-bottom: 15px!important;}
.green {background-color: #EAFFC4;}
.grey {background-color: #EFEFEF;}
.green p, .grey p {padding:10px 30px 0;}
.green h2, .grey h2, .green h3, .grey h3, .green h4, .grey h4 {border-bottom: 5px solid #fff; margin-bottom: 0; }
.green h2, .grey h2, .green h3, .grey h3, .green h4, .grey h4, .green h5, .grey h5, .green h6, .grey h6 {padding: 0px 30px; line-height: 1.7em;}

/*Additional whitespace top,bottom or both for any element. You don´t have to use hr or lots of <br />*/
.top {margin-top: 30px!important;}
.bottom {margin-bottom: 30px!important;}

.ticker {border: none!important; background: none!important; line-height: auto;}

/*------------------------------------*\
	LINKS and BUTTON
\*------------------------------------*/

a{ color: #4971c2;text-decoration:none;}

input.button {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1em;
	line-height: auto;
	background-color: #0a3489;/* fallback for browsers that don´t support gradients */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4971c2), to(#0a3489));/* Safari 4+, Chrome 1-9 */
	background-image: -moz-linear-gradient(top, #4971c2, #0a3489);/* Firefox 3.6+ */
	background-image: -o-linear-gradient(top, #4971c2, #0a3489);/* Opera 11.10+ */
	background-image: -webkit-linear-gradient(top, #4971c2, #0a3489);/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -ms-linear-gradient(top, #4971c2, #0a3489);/* IE 10+ */
    border: 1px solid #002672;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #8aa9e9 inset;
    color: white;
    position: relative;
    text-shadow: 0 1px 0 #424F1C;
	text-decoration: none;
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
	padding: 0.3em 0.7em;
	display: inline-block;
	cursor: pointer;}
	
input.button:hover {
	background-color: #4971c2;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0a3489), to(#4971c2));
	background-image: -moz-linear-gradient(#0a3489, #4971c2);
	background-image: -moz-linear-gradient(top, #0a3489, #4971c2);
	background-image: -o-linear-gradient(top, #0a3489, #4971c2);
	background-image: -webkit-linear-gradient(top, #0a3489, #4971c2);
	background-image: -ms-linear-gradient(top, #0a3489, #4971c2);}

/*------------------------------------*\
	LISTS
\*------------------------------------*/
ul.check {list-style:none;
	list-style-image:url(../images/check.png);
	list-style-position: inside;
	}
/*------------------------------------*\
	IMAGES
\*------------------------------------*/
img{margin-bottom: 10px;}
img.left	{ margin:0 20px 10px 0; }
img.right	{ margin:0 0 10px 20px; }
/* due to article of Chris Coyier 
http://css-tricks.com/441-resizeable-images-at-full-resolution/ */
img.expand { width: 24em; margin: 0; }

/*-------------------------------------------*\
	No borders and background for form-tables
\*-------------------------------------------*/
.form th, .form td {border:none; background:none; padding: 0.75em 0;}
.form tbody tr:nth-of-type(odd){background:none;}
/*------------------------------------*\
	hr with image (leaf)
\*------------------------------------*/
hr{margin:1em 0; width: 100%; height: 26px; background: url(../images/hr.png) no-repeat top center; border:none;}

/******************************************************************************************************
TABS by Sohtanaka, CSS tweaked by SiGa
*******************************************************************************************************/
ul.tabs {
 margin: 0;
 padding: 0;
 list-style: none;
 height: 32px; /*--Set height of tabs--*/
 width: 100%;
 display: block;
}
ul.tabs li {
 float: left;
 margin: 0;
 padding: 0;
 height: 32px; 
 line-height: 32px; /*--Vertically aligns the text within the tab--*/
 border-bottom: 1px solid #fff;
 border-left: 1px solid #fff;
 overflow: hidden;
 position: relative;
 background: #CECECE;
}
ul.tabs li a {
 text-decoration: none;
 color: #666;
 display: block;
 font-size: 1.1em;
 padding: 0 15px;
 outline: none;
}
ul.tabs li a:hover {
 background: #E0E0E0;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
 background: #EFEFEF; border: none; border-bottom: 1px solid #EFEFEF;
}
.tab_container {
 background: #EFEFEF;
 overflow: hidden;
 clear: both;
float: left; width: 100%; margin-bottom: 25px;
}
.tab_content {
 padding: 15px 18px 10px;
 font-size: inherit;
}
.tab_content p {margin-bottom: 1em;}

/*------------------------------------*\
	NARROW  Media queries
\*------------------------------------*/
/*
CSS for tablets and narrower devices
*/

@media (min-width: 721px) and (max-width: 960px){
.telephone {font-size:0.9em;}
.telephone a{padding:0 5px;}
#logo{margin:0 auto 1em; width: 100%;}

.intro h2 {font-size: 2.5em; line-height: 1em; letter-spacing: -1px; text-transform:uppercase; padding-right:15px; margin: 0 0 20px 0;}
.intro p {font-family: 'Roboto Condensed', 'Oswald',"Helvetica Neue", Arial, sans-serif;font-size: 1.6em; line-height: 1.2em; letter-spacing: -2px; padding-right: 20px;}	
.social {text-align: center; margin: 30px 0 15px 0;}
.wrapper{width:auto!important; padding:15px!important;}
}

/*------------------------------------*\
	MOBILE  Media queries
\*------------------------------------*/
/*
CSS for mobile devices.
Linearise it!
*/

@media (max-width: 720px){
.left2016 {text-align:center;}
.right2016 {text-align:center;}
.telephone {text-align:center;}
.telephone a{line-height: 2em;}
.tel-big{font-size:1.5em; font-weight: bold; color:#555; line-height: 1.7em;}
.debug, .debug body{background:none!important;}
body{-webkit-text-size-adjust:none;}

.wrapper{line-height: 1.5em; width:auto!important; padding:10px!important;}
.wrapper p {font-size:0.9em;}
.social {text-align: center; margin: 30px 0 15px 0;}
.text2016 {padding:0 10px 10px 10px;}

.nav a {  margin:5px 0;}


#subheader {margin: 110px 0 20px;}

h1{font-size:1.9em;margin-bottom:0.75em;line-height:1.7;}
h2{font-size:1.7em;margin-bottom:1em;line-height:1.5;}
h3{font-size:1.5em;	margin-bottom:1em;line-height:1.3em;}
h4{font-size:1.1em;	margin-bottom:0.8em;line-height:auto;font-weight:bold;}
h5,h6{font-size:1em;margin-bottom:0.8em;line-height:auto;}

.intro p {font-size: 1.2em; line-height: 1.2em; letter-spacing: -1px;}
.intro h2 {font-size: 2em;}	


	
.grids{margin:0!important;width:auto!important;}
[class^="grid-"],
.grids [class^="grid-"]{
	width:auto!important;
	float:none!important;
	margin:0!important;
}


/*------------------------------------*\
	LOGO
\*------------------------------------*/
#logo{margin:0 auto 1em; width: 100%;}

/* =============================================
 
    MediaQuery-Reporter Styles
	Uncomment and use this to display the screen 
	sizes while developing your media queries!
	http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/a-basic-responsive-grid-plus-handy-css3-media-query-reporter/
 
================================================ */
 
/*body:after {
    content: "less than 320px";
    font-size: 300%;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    width: 100%;
    text-align: center;
    background-color: hsla(1,60%,40%,0.7);
    color: #fff;
}
@media only screen and (min-width: 320px) {
    body:after {
        content: "320 to 480px";
        background-color: hsla(90,60%,40%,0.7);
    }
}
@media only screen and (min-width: 480px) {
    body:after {
        content: "480 to 768px";
        background-color: hsla(180,60%,40%,0.7);
    }
}
@media only screen and (min-width: 768px) {
    body:after {
        content: "768 to 1024px";
        background-color: hsla(270,60%,40%,0.7);
    }
}
@media only screen and (min-width: 1024px) {
    body:after {
        content: "1024 and up";
        background-color: hsla(360,60%,40%,0.7);
    }
}
*/
}



.pakety .pok {
	display:flex;
	align-items: center;
	gap:20px;
}

.pakety .pokb {
	border-bottom:1px solid #eee;
	padding-bottom:20px;
}

.pakety .pt {
	padding-top:20px;
}

.pakety .pok img{
	width:100%;
	max-width:200px;
	
}

.pakety .pokborder {
	color:#4971C2; 
	border:1px solid #4971C2; 
	padding:20px; 
	border-radius:10px;
	margin-bottom:30px;
}
.pakety .pokback {
	color:white; 
	font-size:1.3em;
	border:0; 
	padding:20px; 
	background:#4971C2; 
	border-radius:10px;
}

.main-f {
	display:flex;
	align-items: center;
	justify-content: space-between;
}


@media (max-width: 900px){
.main-f {
	flex-wrap: wrap;
	}
}
