/*
Quick.Cms default stylesheet
More about design modifications - http://opensolution.org/docs/?p=pl-design
*/
/* GLOBAL STYLES */
body, body *{margin:0;padding:0;border:0;}
body,table{color:#333;font-size:1em;font-family:Arial, sans-serif;}
h1,h2,h3,h4{font-size:1em;} /* na razie czyste, potem się ustali wielkosci czcionek w body */

body{padding:0;background:#f8f8ed;text-align:center;}

.wrapper1{background:url('img/bg-wrapper-1.png') repeat-y center top;}
.wrapper2{background:url('img/bg-wrapper-2.png') repeat-y center top;}
.wrapper3{background:url('img/bg-wrapper-3.png') repeat-y center top;}

.container-width{max-width:990px;margin:0 auto;}
.container-color1{background:#bfdeff;}
.container-color2{background:#fff;}

input[type="text"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#0093dd;}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;}
input[type="submit"]{padding:5px 14px;border-width:1px;border-style:solid;background:#333;color:#fff;}
input[type="submit"]:hover{background:#666;cursor:pointer;}
label{font-weight:bold;color:#0093dd;}
label span{padding-left:10px;color:#aaa;font-weight:normal;}

a{color:#0070b8;text-decoration:underline;}
a:hover{color:#000;text-decoration:underline;}

.msg.error h1{padding:20px 0;text-align:center;}

#container{position:relative;text-align:center;background:#f8f8ed;padding-bottom:94px;}
#container:after{content:"";display:table;clear:both;}
#page1 #container{padding-bottom:0 !important;}

#header{}
#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0px;left:0px;}
#skiplinks a{position:absolute;top:-500px;left:0px;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#000;color:#fff;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */

#head1 .container{overflow:hidden;position:relative;}
#logo{float:left;width:247px;margin-top:39px;}

#head1 .menu-1{position:absolute;top:179px;left:21px;z-index:999999;}
#head1 .menu-1 ul{list-style:none;width:247px;text-align:left;}
#head1 .menu-1 ul li{border-bottom:solid 1px #eaf4ff;background:url('img/menu-pointer.png') no-repeat left center;padding-left:22px;}
#head1 .menu-1 ul li a{font:normal 17px 'Roboto Condensed';color:#002e6c;text-decoration:none;line-height:47px;}
#head1 .menu-1 ul li:last-child{border:none;}
#head1 .menu-1 .selected a{color:#fff;}


/* HEADER WITH SLIDER */
.quick-slider{position:relative;margin:auto;overflow:hidden;}
.quick-slider ul{padding:0;margin:0px;list-style:none;}
.quick-slider-slide{position:absolute;width:100%;display:none;text-align:left;overflow:hidden;line-height:0px;}
.quick-slider-slide:first-child{display:block;}
.quick-slider-nav-arrows{position:absolute;bottom:75px;float:right;display:block;margin:0 0 -20px;padding:5px 10px;border:1px solid #fff;color:#fff;text-decoration:none;background:rgba(0,0,0,0.4);}
.quick-slider-nav-arrows:hover{color:#000;text-decoration:none;border:1px solid #000;background:rgba(255,255,255,0.4);transition:all 0.3s ease;}
.quick-slider-nav-arrows-next{right:20px;}
.quick-slider-nav-arrows-prev{left:20px;}
.quick-slider-nav-arrows-next:after{content:" >";padding-left:3px;}
.quick-slider-nav-arrows-prev:before{content:"< ";padding-right:3px;}
.quick-slider-nav-dots-wrapper{position:absolute;bottom:20px;left:100px;float:right;width:100%;list-style:none;}
.quick-slider-nav-dots{float:left;width:12px;height:12px;margin:0 10px 0 0;background:rgba(0,0,0,0.4);border:1px solid #666;color:transparent;}
.quick-slider-nav-dots.active, .quick-slider-nav-dots:hover{background:#fff;transition:all 0.3s ease;color:transparent;}
.quick-slider-slide .description{z-index:3;position:absolute;top:10px;left:20px;width:25%;margin:10px 200px 0 0;padding:10px;background:rgba(0,0,0,0.3);line-height:1.25em;color:white;}
.quick-slider-slide .description a{color:inherit;}
.quick-slider-slide .description a:hover{text-decoration:none;}

.slide25{background:#007ebb;} /* CUSTOM */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;}
#body:after{content:"";display:table;clear:both;}

#body .container{padding:0;}

.menu-2{width:205px;float:left;margin:0 21px;text-align:left;padding-top:40px;}
.menu-2 strong{text-align:left;font:normal 20px 'Roboto Condensed';color:#002e6c;}
.menu-2 ul{list-style:none;margin:15px 0;}
.menu-2 ul li{border-bottom:solid 1px #e8e8e8;background:url('img/menu-pointer.png') no-repeat left center;padding-left:22px;}
.menu-2 ul li a{font:300 17px 'Roboto Condensed';color:#002e6c;text-decoration:none;line-height:47px;}
.menu-2 ul .selected a{font-weight:normal;}
.menu-2 ul li:last-child{border:none;}

/* PAGE */
#page{position:relative;float:right;width:743px;margin:0;text-align:left;padding:0;}
#page h1{font:normal 20px 'Roboto Condensed';color:#002e6c;margin-bottom:15px;padding-top:40px;}

/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{margin-bottom:20px;}
#page nav.breadcrumb a{}
#page nav.breadcrumb a:hover{}

/* PAGE CONTENT */
#page div.content{font:300 14px 'Roboto Condensed';color:#515151;line-height:22px;padding-bottom:40px !important;}

#page div.content strong, #page div.content h3{font:normal 16px 'Roboto Condensed';color:#306bb4;}
#page div.content h3{margin-bottom:20px;}

#page .content-short{background:#f8f8ed;padding:40px 20px;clear:both;font:300 14px 'Roboto Condensed';color:#515151;}
#page .content-short h3{font:normal 20px 'Roboto Condensed';color:#002e6c;margin-bottom:15px;}
#page .content-short h4{font:normal 14px 'Roboto Condensed';color:#306bb4;margin-bottom:10px;}
#page .content-short ul{list-style:none;padding:0;margin:0;}
#page .content-short ul li{padding-left:35px;background:url('img/pointer.png') no-repeat left 9px;margin:5px 0;}


#page div.content > ul, #page div.content > ol{padding:0 0 0 30px;}
#page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;}
#page div.content > ul li, #page div.content > ol li{margin:8px 0;padding:0;}
#page div.content p{padding-bottom:10px;}


#page .cennik-table{float:left;width:100%;margin-bottom:40px;}
#page .cennik-table td, #page .cennik-table th{padding:10px;}
#page .cennik-table td{border-bottom:dotted 1px #ccc;}
#page .cennik-table td{font:300 14px 'Roboto Condensed';color:#515151;}
#page .cennik-table .value{color:#306bb4;text-align:right;width:40%;}
#page .cennik-table th{font:normal 16px 'Roboto Condensed';color:#515151;padding-bottom:30px;}

.contact-column{float:left;width:200px;margin-right:47px;font:300 14px 'Roboto Condensed';color:#515151;line-height:22px;}
.smaller-margin{margin-right:32px;}
.contact-column strong{font:normal 14px 'Roboto Condensed' !important;color:#515151 !important;}
.contact-column .phone{display:block;font:300 24px 'Roboto Condensed';color:#306bb4;}
.contact-column .phone strong{font:normal 24px 'Roboto Condensed' !important;color:#306bb4 !important;}
.contact-column .phone-small{font:normal 14px 'Roboto Condensed';color:#306bb4;}
.contact-column .mail{display:block;font:normal 16px 'Roboto Condensed';color:#306bb4;text-decoration:none;padding-top:5px;}
.contact-column .mail:hover{text-decoration:underline;}

.contact-column .phone.smaller{font-size:14px !important;}
.contact-column .phone.smaller strong{font-size:14px !important;font-weight:300 !important;}
.contact-column .mail.smaller{font-size:14px !important;}

#contact-form{background:#f8f8ed;padding:40px 20px;clear:both; max-width:723px}
#contact-form legend{font:normal 20px 'Roboto Condensed';color:#002e6c;margin-bottom:25px;}
#contact-form .container{float:left;width:222px;margin-right:18px;}
#contact-form .no-margin{margin:0;}
#contact-form .full-width{float:none;width:100%;margin:0;}
#contact-form label{font:300 14px 'Roboto Condensed';color:#515151;}
#contact-form input{width:202px;height:39px;padding:0;margin-top:5px;border:solid 1px #e3e3d6;margin-bottom:10px;font:normal 16px 'Roboto Condensed';color:#444;padding:0 10px;}
#contact-form textarea{width:681px;height:93px;border:solid 1px #e3e3d6;font:normal 16px 'Roboto Condensed';color:#444;padding:10px;}
#contact-form .submit{height:35px;width:144px;padding:0;background:url('img/contact-form-submit.png') no-repeat left top;border:none;font:normal 14px 'Roboto Condensed';color:#fff;margin-top:10px;}

#contact-form .cf-turnstile{
	width:auto !important;
	float:none !important;
	margin-top:10px;
}

#contact-form .submit-container{
	width:100% !important;
	float:none !important;	
}

.contactMessage{background:#f8f8ed;padding:80px 20px;clear:both;text-align:center;font:normal 30px 'Roboto Condensed';color:#5b9d05;}
.contactMessage#error{color:#be0606;}

.map-container iframe{
	width:100%;
	height:300px;
	margin-top:5px;
}

/* IMAGES STYLES */

/* list global */
.images-2{position:relative;}
.images-1, .images-2{list-style:none;}
.images-1 li{margin:0 0 15px 0;background:inherit;text-align:center;}
.images-1 p{max-width:250px;margin:0 auto;color:#0093dd;font-size:0.875em;}
/* list custom */
.images-1{clear:left;float:left;margin:9px 20px 0 0;}
.images-2{clear:right;float:right;margin:0;margin-left:15px;}
.images-2 li{margin:0 !important;padding:0 !important;float:right !important;}
.images-2 li img{float:right;}

/* FILES LIST STYLES */
#content .files-list{width:100%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;border-left:2px solid #c8cccf;font-size:0.9em;}
#content .files-list li{float:left;clear:left;width:100%;height:20px;margin:9px 0 9px 20px;padding-left:30px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
#content .files-list p{display:inline;color:#0093dd;font-style:italic;}
#content .files-list p:before{content:" - ";}
#content .files-list li.zip{background-position:0 0;}
#content .files-list li.xml{background-position:0 -20px;}
#content .files-list li.xls{background-position:0 -40px;}
#content .files-list li.web{background-position:0 -60px;}
#content .files-list li.vcf{background-position:0 -80px;}
#content .files-list li.txt{background-position:0 -100px;}
#content .files-list li.sys{background-position:0 -120px;}
#content .files-list li.swf{background-position:0 -140px;}
#content .files-list li.psd{background-position:0 -160px;}
#content .files-list li.pps{background-position:0 -180px;}
#content .files-list li.png{background-position:0 -200px;}
#content .files-list li.pic{background-position:0 -220px;}
#content .files-list li.pdf{background-position:0 -240px;}
#content .files-list li.nn{background-position:0 -260px;}
#content .files-list li.eml{background-position:0 -280px;}
#content .files-list li.media{background-position:0 -300px;}
#content .files-list li.fla{background-position:0 -320px;}
#content .files-list li.exe{background-position:0 -340px;}
#content .files-list li.chm{background-position:0 -360px;}
#content .files-list li.cdr{background-position:0 -380px;}
/* to do */

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0px;top:0px;background:rgba( 0, 0, 0, 0.7 );z-index:200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#quick-box .image-wrapper{position:relative;line-height:0px;}
#quick-box .image-wrapper img{margin:0px;padding:0px;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0px;margin:0px;padding:5px 0;text-align:center;font-size:0.875em;font-weight:bold;color:#ddd;line-height:normal;background:rgba( 0, 0, 0, 0.2 );width:100%;}
#quick-box .description{margin:0px;padding:5px 0;text-align:center;font-size:0.875em;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}

#quick-box .prev, #quick-box .next{position:absolute;width:50%;top:15%;height:70%;margin:0px;color:#fff;font-family:Verdana;z-index:100;opacity:0.15;}
#quick-box .prev span, #quick-box .next span{position:absolute;top:47%;left:0px;padding:10px;border:1px solid #fff;background:#000;}
#quick-box .next span{left:auto;right:0px;border-right:none;}
#quick-box .prev span{border-left:none;}
#quick-box .next:hover, #quick-box .prev:hover{opacity:0.8;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0px;right:0px;padding:0px 4px 2px;opacity:0.5;background:#000;color:#fff;font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid #fff;border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .prev, #quick-box .next{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}

/* SUBPAGES LIST STYLES */
.pages-list{float:left;width:100%;margin:7px 0;list-style:none;}
.pages-list li{clear:left;float:left;width:100%;margin:15px 0;padding:25px 0 20px;border:1px solid #e0e0e0;border-top:5px solid #e8eaee;}
.pages-list li .image{float:left;margin:0 2.5% 5px;}
.pages-list h2{padding:0 2.5% 15px;}
.pages-list h2 a{color:#cc1426;font-size:1.25em;font-weight:normal;background:none;text-decoration:none;}
.pages-list h2 a:hover{color:#0093dd;background:none;text-decoration:underline;}
.pages-list div.description{margin:0 2.5%;font-weight:normal;font-size:1em;line-height:1.4em;}
.pages-list ul, .pages-list ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list li li{padding:0;border:0;background:none;}
.pages-list li ol{list-style:decimal;}
.pages-list p{padding-bottom:10px;}

#offerBlock{}
#offerBlock h3{width:167px;float:left;font:normal 18px 'Roboto Condensed';color:#002e6c;text-align:right;padding-right:20px;padding-left:60px;padding-top:40px;}
#offerBlock ul{list-style:none;}
#offerBlock ul li{float:left;width:247px;position:relative;}

#offerBlock ul .dark, #offerBlock ul .dark1, #offerBlock ul .dark2{background:#f8f8ed;}
#offerBlock ul h2{margin:0;padding:0;}
#offerBlock ul h2 a{font:normal 18px 'Roboto Condensed';color:#002e6c;text-decoration:none;margin:35px 20px 45px;text-align:left;display:block;}
#offerBlock ul h2 a:hover{text-decoration:underline;}
#offerBlock .more{display:block;width:124px;height:35px;background:url('img/details-link.png') no-repeat left top;text-align:left;margin:0 20px;font:normal 14px 'Roboto Condensed';color:#fff;line-height:35px;text-decoration:none;padding-left:20px;position:absolute;bottom:-18px;z-index:999;}
#offerBlock .more:hover{text-decoration:underline;}
#offerBlock p{font:300 14px 'Roboto Condensed';color:#515151;text-align:left;padding:0 20px;min-height:140px;}

.offerMain ul h2 a{font-size:20px !important;margin:35px 20px 25px !important;}
.offerMain ul li img{float:left;margin:0 2px;}
.offerMain h3{padding-top:0 !important;}

#mainOfferLeftSubtitles{width:247px;float:left;padding-top:86px;}
#mainOfferLeftSubtitles #contactTitle{margin-top:100px;margin-bottom:30px;}
#mainOfferLeftSubtitles p{text-align:right;}
#mainOfferLeftSubtitles .phone{display:block;font:300 24px 'Roboto Condensed';color:#306bb4;}
#mainOfferLeftSubtitles .phone strong{font:normal 24px 'Roboto Condensed' !important;color:#306bb4 !important;}
#mainOfferLeftSubtitles .phone-small{font:normal 14px 'Roboto Condensed';color:#306bb4;}
#mainOfferLeftSubtitles .mail{display:block;font:normal 16px 'Roboto Condensed';color:#306bb4;text-decoration:none;padding-top:5px;}
#mainOfferLeftSubtitles .mail:hover{text-decoration:underline;}

#mainAboutCompany{width:491px;height:392px;float:left;background:#f8f8ed url('img/main-about-bg.png') no-repeat right bottom;text-align:left;font:300 14px 'Roboto Condensed';color:#515151;line-height:22px;padding-left:20px;padding-right:230px;position:relative;}
#mainAboutCompany h2{font:normal 18px 'Roboto Condensed';color:#002e6c;margin-top:80px;margin-bottom:20px;}
#mainAboutCompany strong{font:normal 14px 'Roboto Condensed';color:#306bb4;}
#mainAboutCompany .more{display:block;width:124px;height:35px;background:url('img/contact-form-submit.png') no-repeat left top;text-align:left;margin:0;font:normal 14px 'Roboto Condensed';color:#fff;line-height:35px;text-decoration:none;padding-left:20px;position:absolute;bottom:40px;}
#mainAboutCompany .more:hover{text-decoration:underline;}

#mainContact{width:207px;height:392px;float:left;background:#306bb4;text-align:left;padding:0 20px;font:300 14px 'Roboto Condensed';color:#fff;line-height:22px;position:relative;}
#mainContact h2{font:normal 18px 'Roboto Condensed';color:#fff;margin-top:80px;margin-bottom:20px;}
#mainContact h3{font:300 14px 'Roboto Condensed';color:#bfdeff;}
#mainContact .cennik-table{float:left;width:100%;margin-top:10px;}
#mainContact .cennik-table td, #page .cennik-table th{padding:5px 0;}
#mainContact .cennik-table td{border-bottom:dashed 1px #bfdeff;}
#mainContact .cennik-table td{font:300 14px 'Roboto Condensed';color:#fff;}
#mainContact .cennik-table .value{color:#bfdeff;text-align:right;width:25%;}
#mainContact .more{display:block;clear:both;width:124px;height:35px;background:url('img/details-link.png') no-repeat left top;text-align:left;margin:0;font:normal 14px 'Roboto Condensed';color:#fff;line-height:35px;text-decoration:none;padding-left:20px;position:absolute;bottom:40px;}
#mainContact .more:hover{text-decoration:underline;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;}
#foot .container{padding:50px 0;overflow:hidden;}
#logo-footer{float:right;margin-top:12px;margin-right:43px;}
#foot .menu-1{}
#foot .menu-1 ul{list-style:none;}
#foot .menu-1 ul li{float:left;height:61px;border-right:solid 1px #eee;padding:0 25px;}
#foot .menu-1 ul li a{font:300 15px 'Roboto Condensed';color:#306bb4;text-decoration:none;line-height:61px;}
#foot .menu-1 ul li:last-child{border:none;}

#foot .copy{font:300 12px 'Roboto Condensed';color:#9d9d9d;clear:left;text-align:left;padding-left:25px;padding-top:54px;}
#foot .copy a{font:300 12px 'Roboto Condensed';color:#9d9d9d;text-decoration:none;}
#foot .copy a strong{font-weight:400;}
#foot .copy span{padding:0 5px;}

#powered{clear:both;width:100%;margin-bottom:30px;text-align:center;}
#powered a{display:inline-block;width:192px;height:26px;}
#powered a:hover{border-color:#fff;}

#main-slider{width:743px;height:430px;float:right;position:relative;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  body{margin:1cm 0;font-size:0.875em;}
  #container{position:static;width:17.2cm;height:auto;margin:0;box-shadow:none;}
  #head1{height:auto;}
  #logo{padding:0 0 0.2cm;}
  #logo #title a{font-size:2em;}
  #header .menu-1{margin-top:0.3cm;}
  #header .menu-1 li a{padding:0.1cm 0.2cm;border:0px;border-right:1px solid #000;font-size:1em;}
  #header .menu-1 .selected a{font-weight:bold;}
  #head2 .container{position:static;}

  #body{clear:none;border-top:0px;}
  #page{clear:both;position:static;float:none;}
  #page h1{margin:0;}

  #body, #head1, #foot{float:none;}
  #search#foot .options{display:none;}
  #slider-1, .quick-slider img, .quick-slider-nav-arrows, .quick-slider-nav-dots{display:none;}
}
/*-----------------------------------------------------------------*/

	.menuMobile{display:none}

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1199px){
  #container{}
}

@media screen and (max-width:990px){
  
  #container{padding-bottom:54px}
  #main-slider{display:none}
  
  #logo{width:100%; margin:20px 0}
  #head1 .menu-1{position:relative; top:0; left:0}
  #head1 .menu-1 ul{width:auto}
  #head1 .menu-1 ul li{width:calc((100% / 5) - 1px); padding-left:0; background:none; border-bottom:none; border-right: solid 1px #eaf4ff; border-top: solid 1px #eaf4ff; float:left; text-align:center}
  #head1 .menu-1 ul li:last-child{border-top: solid 1px #eaf4ff;}
  #mainOfferLeftSubtitles, #offerBlock ul li{width:25%}
  .offerMain ul li img {width: calc(100% - 4px);}
  #mainAboutCompany{width:calc(75% - 248px); height:auto; background-size: auto 100%; min-height: 392px;}
  #mainAboutCompany h2{margin-top: 40px;}
  #mainAboutCompany .more{position:relative; padding-bottom: 10px; margin-top: 10px; bottom:0}
  #mainContact{width:calc(25% - 42px)}
  #offerBlock h3{width:auto}
  #foot .menu-1{width:calc(100% - 205px)}
  #foot .menu-1 ul li{width:calc((100% / 5) - 1px); padding-left:0; padding-right:0 }
  
  #mainOfferLeftSubtitles #contactTitle{margin-top:70px}
  
  #offerBlock.offerMain h3{width:calc(100% - 40px); padding-left:20px}
  #offerBlock h3{width:17%; padding-left:6%; padding-right:2%}
  #offerBlock li img{width:calc(100% - 4px)}
  #page{width:98%; padding-left:1%; padding-right:1%}
  
  #page .images-2{max-width:50%}
  .images-2 li img{max-width:100%}
}


@media screen and (max-width:808px){
	
	#mainContact{height:401px}
	
	
	
	
	.theme-default .nivo-controlNav{top:355px}
	
	#mainOfferLeftSubtitles, #offerBlock ul li { width: 50%;}
    #offerBlock p{    min-height: 80px;}
    
     #offerBlock ul .white{background: #f8f8ed;}
    #offerBlock ul .dark2{background:#fff}
    #offerBlock ul .dark1{margin-bottom:30px}
    #offerBlock.offerMain ul .dark1{margin-bottom:0}
    #offerBlock h3{width:42%}
    #mainContact{width:160px}
    #mainAboutCompany { width: calc(100% - 450px);}
    
    .slider-wrapper{padding-top: 5%;}
    
}


@media screen and (max-width:778px){
	
	#mainContact {height: 423px;}
	
	
	
}

@media screen and (max-width:761px){
	
	#foot .menu-1{display:none!important}
	#logo-footer{margin-top:0; margin-right:5px; width:20%; min-width:80px}
	#foot .container{padding-top:30px}
	#foot .copy{padding-top:24px; padding-left:10px}
	#contact-form textarea{width:calc(100% - 20px)}
	#contact-form .container{margin-right:10px; width:100%;}
	#contact-form input{width:calc(100% - 20px)}
	
}


@media screen and (max-width:745px){
	
	#mainContact {height: 445px;}
	
	
	
}


@media screen and (max-width:717px){
	
	#mainContact {height: 467px;}
	
	
	
}





@media screen and (max-width:700px){
	
	.menuMobile{border-top: solid 1px #eaf4ff; padding: 10px 0; z-index:99999; height:31px; width:100%; background: url('img/menuMobile.png') no-repeat center center; cursor: pointer; display: block; float:right}
	#head1 .menu-1{display:none; background:#fff; width: 100%; margin-top:0px; padding-top:0; z-index:999999999999999999999; position:relative; float:right; left:0; top:0}
	#head1 .menu-1 ul li{ float:right; width:100%; padding-left:0; background-image:none}
	#head1 .menu-1 ul li:last-child{border-bottom: solid 1px #eaf4ff;}
	#head1 .menu-1 li.selected a{color: #bfdeff}
	#head1 .menu-1 a{display:block; margin:0 auto; text-align:center; width:100%; }
	
	#main-slider{display:none}
	#logo{margin-top:5px; margin-left:5px}
	#mainAboutCompany { width: calc(100% - 250px);}
	#mainContact {width:calc(100% - 40px); height: 240px}
	#mainContact h2{margin-top:30px}
	#mainContact .more{bottom:30px}
}



@media screen and (max-width:619px){
	
	#offerBlock p {min-height: 100px;}
	
	
	
}

@media screen and (max-width:521px){
	
	#page .images-2{margin-left:0}
	#page div.content{width:50%}
	.smaller-margin{margin-bottom:10px}
	
	
}

@media screen and (max-width:515px){
	
	#offerBlock p {min-height: 130px;}
	
	#mainAboutCompany{padding-right:100px; width: calc(100% - 120px); text-shadow: 0 1px 0 #f8f8ed, 0 -1px 0 #f8f8ed, 1px 0 0 #f8f8ed, -1px 0 0 #f8f8ed; }
	#mainAboutCompany .more{text-shadow:none}
	
	#contact-form .container{width:100%}
	#contact-form .no-margin{}
	#contact-form .container input{width:calc(100% - 117px)}
	.contact_slogan{display:none}
	#contact-form > .container > .width{width:85px; height:39px; line-height:39px; margin-top:5px}
}

@media screen and (max-width:410px){
	
	#mainOfferLeftSubtitles p{padding-right: 30%}
	#offerBlock.offerMain h3{padding-right:30%; padding-left:0; width:70%}
	#mainOfferLeftSubtitles{padding-top:36px; width:100%}
	#offerBlock ul li{width:100%}
	#mainOfferLeftSubtitles #contactTitle{margin-top:30px; padding-right:30%; padding-left:0; width:70%}
	#mainOfferLeftSubtitles .mail{padding-bottom:15px}
	#offerBlock.offerMain p{min-height:90px}
	.offerMain ul h2 a{ margin-bottom:15px!important}
	#offerBlock.offerMain li img{position:absolute; top:-110px; width:100%; left:0; height:auto; overflow: hidden}
	#offerBlock.offerMain li .box_images{position:relative; overflow:hidden; height:150px}
	
	#mainAboutCompany{background-image:none; width:98%; padding-left:1%; padding-right:1%}
	
	#offerBlock > h3{padding-top:0; width:92%}
	
	#page ul.images-2 li img{display:none}
	#page div.content, #page h1{padding-left:25%; width:75%}
}

@media screen and (max-width:385px){

	#offerBlock p {min-height: 145px;}
	#mainContact .more {bottom: 10px;}
	
}

@media screen and (max-width:350px){

	#offerBlock p {min-height: 160px;}
	
}

@media screen and (max-width:345px){
	
	#mainOfferLeftSubtitles .phone, #mainOfferLeftSubtitles .phone strong{font-size:22px!important}
	
	
}

@media screen and (max-width:338px){

	#offerBlock p {min-height: 170px;}
	
}


























/* PLUGINS */
