<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reset {
	clear: both;
	float: none;
	font-size: 0;
	line-height: 0;
	height: 0;
}

body {
	margin: 0;
	font-family: 'Fira Sans', sans-serif;
	font-size: 100%; /* 100% = 16px */
	color: #333;
	height: 100%;
	zoom: 1;
}

html {
	background: #fff;
  height: 100%;
  width: 100%;	/* for IE7 */
  zoom: 1;
}

.hidden {
    display: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: arial, tahoma, verdana;
	font-size: 0.85em;
	color: #000;
}

p, ul, li, table, tr, td, h1, h2, h3, h4, h5, h6, abbr, figure, img {
	padding: 0;
	margin: 0;
	border: none;
}

ul {
  list-style-type: square;
  margin-left: 1em;
}

p {
	margin: 1em 0;
}

a,
a:focus {
	color: #3333cc;
	text-decoration: underline;
}

a:hover {
	color: #000;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin-bottom: 0.7em;
	margin-top: 1em;
  line-height: 1.2em;
}

h1 {
	font-size: 2em;
	margin-bottom: 1.4em;
	margin-top: 0.5em;
  color: #333;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 0.75em;
  padding-left: 0.3em;
  margin-left: -0.3em;
}

h1 a {
	text-decoration: none;
	color: #000;
}

h2 {
	font-size: 1.5em;
	padding-bottom: 0.25em;
	margin-top: 1em;
  color: #ff6600;
  text-transform: uppercase;
}

h2 a,
h2 a:hover,
h2 a:focus {
  text-decoration: none;
  color: #ff6600;  
}

h3 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	font-weight: bold;
  color: #ff6600;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

#header, #header_menu {
  background: #000;
}

#header_inner {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
}

#header_nonstop {
  text-align: center;
  background: #ff6600;
  padding: 0.75em;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  -moz-box-shadow:    inset 0 0 5px #666;
  -webkit-box-shadow: inset 0 0 5px #666;
  box-shadow:         inset 0 0 5px #666;
}

#header_nonstop .phone {
  background: url("../imgs/ico_phone.png") no-repeat left;
  display: inline-block;
  margin: 10px auto 0 auto;
  padding-left: 35px;
  font-size: 1.1em;
}

#bez_dopravy {
  font-size: 0.9em;
  background: #222;
  padding: 0.2em;
  color: yellow;
}

#bez_dopravy a {
  display: inline-block;
  padding: .25em .35em;
  margin-left: .5em;
  border-radius: .25em;
  text-decoration: none;
  border: 1px solid yellow;
  color: #222;
  background: rgb(238,238,238);
  background: linear-gradient(0deg, rgb(250, 255, 190) 0%, rgb(255, 252, 64) 33%, rgb(250, 255, 190) 100%);
  text-shadow: 2px 2px 4px #fff;
  box-shadow: 0 0 2px #fff;
}

#logotype {
  max-width: 400px;
  margin: 0 auto;
  padding: 2em 1.5em 2em 1.5em;
}

#logotype a {
  display: block;
}

#logotype img {
  width: 100%;
}

#menu {
  text-align: center;
  padding-bottom: 1em;
}

#menu li {
  display: inline-block;
  padding: 0 1em 0 1.5em;
}

#menu a {
  /*font-weight: bold;*/
  color: #ccc;
  text-decoration: none;
  font-size: 1.1em;
}

#menu a:hover,
#menu a:focus {
  color: #fefefe;
}

#top_img_wrapper img {
  width: 100%;
  display: block;
}

#main {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.4em;
  max-width: 1680px;
  margin: 0 auto;
}

.main_wrapper {
  padding: 2em 2.3em 2em 2.3em;
  min-height: 800px;
}

.main_wrapper img {
  margin: 0 0 1em 1.25em;
}

#main_sidebar {
  padding: 2em 2.3em 2em 2.3em;
}

#main_sidebar p {
  margin-top: 0;
}

#fb_sidebar {
  font-size: 1.1em;
  font-weight: bold;
  color: #5353c9;
  background: url("../imgs/ico_fb_big.png") no-repeat 0 6px;
  margin: 2em 1em;
  padding-left: 60px;
  min-height: 55px;
}

#main img {
  max-width: 100%;
}

.box {
  background: #333333;
  border: 4px solid #ff6600;
  border-radius: 10px;
  color: #fff;
}

.box .box_inner {
  padding: 1em 1.5em;
  font-size: 1.1em;
}

.box .box_inner .ico_support {
  background: url("../imgs/ico_support.png") no-repeat 20px 25px;
  padding-left: 115px;
  height: 120px;
}

.btn {
  display: inline-block;
}

#footer {
  background: #333333;
  color: #fff;
  padding: 2em 1em 0.5em 2.3em;
}

#footer_inner {
  max-width: 1680px;
  margin: 0 auto;
}

#footer img {
  max-width: 100%;
}

#footer {
  line-height: 1.4em;
}

#footer .hours {
  padding-top: 1em;
}

#footer .hours .hours_label {
  display: inline-block;
  width: 80px;
}

#signature {
  text-align: right;
  margin-top: 2em;
  font-size: 0.65em;
  padding: 0.5em;
}

#signature a {
  color: #ccc;
}

#signature a:hover,
#signature a:focus {
  color: #fff;
}

.box_contact {
  background: #fff;
  border: 4px solid #ff6600;
  border-radius: 8px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.25em 1em 0.25em 52px;
  min-height: 2em;
  line-height: 2em;
}

#footer .footer_right {
  margin-top: 3em;
  float: right;
  padding-right: 2em;
}

.box_contact a {
  color: #333;
  text-decoration: none;
}

.box_contact a:hover,
.box_contact a:focus {
  color: #000;
}

.box_contact.ico_phone_black,
.box_contact.ico_fb,
.box_contact.ico_mail {
  background-image: url("../imgs/ico_phone_black.png");
  background-repeat: no-repeat;
  background-position: 15px;
}

.box_contact.ico_fb {
  background-image: url("../imgs/ico_fb.png");
}

.box_contact.ico_mail {
  background-image: url("../imgs/ico_mail.png");
}

/*.ico_phone_black {
  background: url("../imgs/ico_phone_black.png") no-repeat left;
} */

#footer_bottom_image {
  float: left;
  margin-right: 3em;
}

#fb_wrapper {
  display: none;
}
  
.fb-page {
  margin-top: 40px;
}

.slicknav_menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 199;
  background: #222;
  border-bottom: 1px solid #444;
  font-size: 20px;
}

.slicknav_menu .slicknav_icon {
  margin: 0.188em 0 0 0;
  float: right;
}

.slicknav_btn {
  background-color: #f60;
  width: 100%;
  max-width: 150px;
}

.slicknav_nav {
  text-align: right;
  float: right;
  min-width: 200px;
  padding: 0;
  width: 100%;
}

.slicknav_nav a {
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 5px 0;
  padding: 0.65em 1em 0.65em 0.65em;
  color: #333;
}

.slicknav_nav a:hover {
  background-color: #ff6600;
  text-decoration: none;
  color: #fff;
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: 0 1px 3px #666;
}

.gallery a {
  display: inline-block;
  margin: 0 1em 1em 0;
}

.gallery a img {
  margin: 0;
}

/* Flexible iFrame */

.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 90%;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spaced {
  line-height: 1.6em;
  font-size: 1.1em;
}

#site_id {
  display: none;
}

#header_nonstop .phone a.tel,
#header_nonstop .phone a.tel:hover {
  text-decoration: none;
  color: #fff;
}

.fixed_menu #header_nonstop {
  position: fixed;
  z-index: 101;
  width: 100%;
  top: 15px;
  padding: 0 0 10px 0;  
}

.fixed_menu #top_img_wrapper {
  margin-top: 65px;
}

.subresource {
  display: inline-block;
  width: 200px;
  margin: 0 1em 1em 0;
}

.subresource img {
  margin: 0;
}

.subresource a {
  color: #f60;
  text-decoration: none;
}

.subresource a:hover {
  color: #f60;
  text-decoration: underline;
}

a.back,
a:hover.back,
a:focus.back {
  font-weight: bold;
  text-transform: uppercase;
  color: #f60;
}

label {
  display: inline-block;
  width: 20em;
  vertical-align: top;
}

label.auto {
  width: auto;
}

input, textarea {
	font-family: arial, tahoma, verdana;
	font-size: 0.85em;
	color: #000;
  padding: 0.5em;
  min-width: 40%;
  max-width: 40em;
}

input.check {
  min-width: auto;
}

form .row {
  margin-bottom: 0.5em;
  vertical-align: top;
}

#contactForm input,
#contactForm textarea {
  width: 90%;
}

#contactForm input.check {
  width: auto;
}

input#approval,
input#approval1,
input#approval2 {
  width: auto;
  min-width: 0;
}

#contactForm input.button {
  width: auto;
  min-width: 0;
  margin-top: 1em;
  background: #c8ff92;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: bold;
  box-shadow: 2px 2px 4px #eee;
  color: #000;
  text-shadow: 0 0 2px #eee;
}

#contactForm input.button:hover {
  background: #efffe0;
}

label.max {
  width: 100%;
}

label.required {
  font-weight: bold;
}

.errorBox {
  background: #ffc2c2;
  padding: 1em;
  border-radius: .25em;
  font-weight: bold;
  border: 1px solid red;
  color: #333;
}

.errorField {
  font-style: italic;
  color: red;
  margin-bottom: 0.25em;
}

.subresources_side {
  margin: 3em 0;
}

.subresources_side h3 {
  text-transform: uppercase;
  font-size: 1.3em;
  padding-left: 15px;
}

.subresource_side {
  display: block;
  padding: .75em 1em;
  background: #ebedee;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  border-bottom: 1px solid #999;
  border-top: 1px solid #ccc;
  box-shadow: 0 0 7px #fff inset;
  text-shadow: 2px 2px 2px #fff;
  font-weight: bold;
  text-decoration: none;
}

.subresource_side:hover, .subresource_side:focus {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ffe8d9 100%);
}

.subresource1 {
  display: inline-block;
  width: 450px;
  max-width: 100%;
  height: 80px;
  margin: 0 2em 1em 0;
}

.service_box1 {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 110px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #ccc;
  box-shadow: 0 0 20px #666 inset, 0 0 5px #f60 inset, 2px 2px 5px #eee;
}

.service_box1 h3 {
  display: inline-block;
  width: 220px;
  height: 100%;
  margin: 0;
  vertical-align: top;
  background: #ebedee;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  font-size: 1.1em;
  text-transform: uppercase;
  border-right: 5px solid #f60;
  box-shadow: 0 0 7px #fff inset;
  text-shadow: 2px 2px 2px #fff;  
}

a.service_box1:hover h3, a.service_box1:focus h3 {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ffe8d9 100%);
}

.service_box1 h3 span {
  display: inline-block;
  padding: 1em .5em .5em 1em;
}
  
.service_boxes {
  margin-bottom: 20px;
  position: relative;
  top: -60px
}

.service_box {
  display: block;
  width: 400px;
  height: 270px;
  float: left;
  max-width: 100%;
  max-height: 150px;
  position: relative;
  border-top: 10px solid #f60;
  border-bottom: 10px solid #f60;
  box-shadow: 0 0 10px #999;
}

.service_box:hover .title, .service_box:focus .title {
  color: yellow;
  background: #000;
  box-shadow: 0 0 10px #ccc;
}

.service_box .title {
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #f60;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-shadow: 0 0 1px #000, 0 0 4px #000;
  text-transform: uppercase;
}

#contactWorkPlaceMap {
  display: inline-block;
  height: 300px;
  width: 100%;
  max-width: 800px;
  margin-top: 1em;
  font-family: arial, tahoma, verdana;
  font-size: 0.85em;
}

.mapLabel {
  font-style: italic;
  color: #666;
  font-size: .95em;
  width: 21em;
  padding-top: .75em;
}

.contactWorkPlaceWrapper {
  position: relative;
  max-width: 1111px;
}

#contactForm .step1 {
  display: none;
}

a.subjectTypeWrapper {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background: #fff1d1;
  box-shadow: 2px 2px 4px #eee;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  min-width: 200px;
  cursor: pointer;
  color: #222;
}
a.subjectTypeWrapper:hover, a.subjectTypeWrapper.selected {
  background: #ffe6ad;
  border-color: #999;
}

.subjectTypeWrapper label {
  cursor: pointer;
}

.subjectTypeWrapper input {
  visibility: hidden;
}

.step1 {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px 10px;
  background: #fcfcff;
}

.approvalRow label {
  max-width: 90%;
}

.successFormSent {
  background: url(../imgs/checkmark-32.png) no-repeat 15px 12px #d4ffe5;
  padding: 17px 10px 17px 60px;
  border-radius: 5px;
  font-weight: bold;
  color: green;
  border: 1px solid #91d591;
  margin: 1em 0 2em;
}

a.order_now {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(180deg, #fcfcfc 0%, #eee 50%);
  padding: .5em 1.2em;
  border: 1px solid #aaa;
  border-radius: 7px;
  box-shadow: 0 0 4px #eee, 0 0 2px #ddd inset;
  margin-bottom: 1em;
  display: inline-block;
  text-shadow: 1px 1px 3px #fff;
}

a.order_now:hover, a.order_now:focus {
  text-decoration: none;
}

a.btn {
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(180deg, #fcfcfc 0%, #fafafa 50%);
  padding: .5em 1.2em;
  border: 1px solid #bbb;
  border-radius: 7px;
  box-shadow: 0 0 4px #eee, 0 0 2px #ddd inset;
  margin-bottom: 1em;
  display: inline-block;
  text-shadow: 1px 1px 3px #fff;
}

a.btn:hover, a.btn:focus {
  text-decoration: none;
}

.contactFormAnchor {
  position: relative;
  top: -100px;
}

#breadcrumb {
  margin: 0;
  margin-bottom: 1em;
}

#breadcrumb li {
  display: inline-block;
  padding-left: .5em;
}

#breadcrumb li:before {
  content: "\003E";
  padding-right: 5px;
}

#breadcrumb li:first-child {
  padding-left: 0;
  margin-left: 0;
}

#breadcrumb li:first-child:before {
  content: "";
  padding-right: 0;
}



@media screen and (min-width: 400px) {

  #footer {
    padding-right: 2.3em;
  }

  #header_nonstop .top,
  #header_nonstop .phone {
    display: inline-block;
    font-size: 1.1em;
  }
  
  #header_nonstop .phone {
    margin-left: 1em;
    vertical-align: top;
    min-height: 24px;
    margin-top: 0em;
    font-size: 1.2em;
  }

  .fixed_menu #header_inner {
    position: fixed;
    background: #000;
    top: -82px;
    width: 100%;
    max-width: 100%;
    z-index: 100;
  }
  
  .fixed_menu #header_inner2 {  
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
  }
    
  .fixed_menu #header_menu {
    width: 100%;
  }

  .fixed_menu #header_nonstop {
    position: static;
    padding: 10px 5px 5px 5px;
  }
  
  .fixed_menu #top_img_wrapper {
    margin-top: 188px;
  }
  
}

@media screen and (min-width: 440px) {
  
  .box .box_inner .ico_support {
    background-position: 10px 10px;
    float: left; 
  }
  
  #header_nonstop .phone {
    margin-left: 2em;
  }
  
}

@media screen and (min-width: 500px) {

  .subresource1 {
    height: 100px;
  }
  
  .service_box1 h3 {
    width: 250px;
  }
  
  .service_box1 h3 {
    font-size: 1.3em;
  }
  
}

@media screen and (min-width: 540px) {

  #footer .hours {  
    float: left;
  }
  
  #header_nonstop .phone {
    margin-left: 3em;
  }
  
  .service_box {
    max-width: 50%;
    max-height: 180px;
  }
  
}

@media screen and (min-width: 640px) {

  #contactWorkPlaceMapGeocoder {
    position: absolute;
    right: 0;
    top: 10px;
  }
    
}

@media screen and (min-width: 660px) {

  .fixed_menu #header_inner {  
    top: -125px;
  }
  
  .fixed_menu #top_img_wrapper {
    margin-top: 240px;
  }
  
}

@media screen and (max-width: 660px) {
  
  #menu {
		display: none;
	}
	
	.slicknav_menu {
		display: block;
	}
  
  #header {
    padding-top: 55px;
    background: #000;
  }
  
}

@media screen and (min-width: 900px) {
  
  #main {
    position: relative;
  }
  
  .main_wrapper.sidebar {
    padding-right: 490px;
  }
  
  #main_sidebar {
    width: 400px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #fb_wrapper {
    display: block;
  }
    
}

@media screen and (min-width: 1150px) {

  #footer .hours {  
    float: left;
  }

  #header {
    position: relative;
  }
    
  #header_menu {
    min-height: 185px;
    text-align: left;
  }
  
  #menu {
    margin-right: 485px;
  }

  .fixed_menu #header_menu {
    width: 100%;
  }

  #header_nonstop {
    width: 480px;
    min-height: 185px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 1.4em;
  }
  
  .fixed_menu #header_nonstop {
    position: absolute;
    top: 0;
    width: 480px;
    padding: 0;
  }
  
  #header_nonstop .top {
    display: block;
    margin-top: 15px;
  }
  
  #header_nonstop .phone {
    margin-left: 0;
    margin-top: 5px;
    vertical-align: baseline;
    min-height: auto;
    padding-top: 0;
  }
  
  .fixed_menu #header_nonstop .phone {
    margin-top: 48px;
    font-size: 0.95em;
  }
  
  .fixed_menu #top_img_wrapper {
    margin-top: 180px;
  }
  
  #logotype {
    margin: 0 0 0 20px;
  }
  
  #menu {
    text-align: left;
  }

}

@media screen and (min-width: 1450px) {
  
  .service_box {
    max-width: 33%;
    max-height: 220px;
  }
    
}

@media screen and (min-width: 1650px) {
  
  .approvalRow {
    margin-left: 20em;
  }
    
}

@media screen and (min-width: 1800px) {
  
  .service_box {
    max-width: 100%;
    max-height: 270px;
  }
    
}
</pre></body></html>