html, button, input, select, textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, img, video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'Lug';
  src: url("../fonts/Lug/Lug.eot");
  src: url("../fonts/Lug/Lug.woff") format("woff"), url("../fonts/Lug/Lug.ttf") format("truetype"), url("../fonts/Lug/Lug.svg") format("svg"); }

.left {
  float: left; }

.right {
  float: right; }

* {
  font-family: Arial, Verdana, 'Times New Roman';
  outline: none; }

* a:focus {
  outline: none; }

.clearfix {
  clear: both; }

/* HEADER */
header {
  background: -webkit-gradient(linear, left top, left bottom, from(#9acbff), to(#fff));
  background: -webkit-linear-gradient(top, #9acbff, #fff);
  background: -o-linear-gradient(top, #9acbff, #fff);
  background: linear-gradient(to bottom, #9acbff, #fff); }

.wrap {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3); }

header .wrap .top_header {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

header .wrap .top_header a.logo_ico {
  background: url("../img/logo.png") no-repeat;
  height: 203px;
  width: 204px;
  display: block; }

header .wrap .top_header .menu_header {
  padding: 0px 5px;
  width: 220px; }

header .wrap .top_header .menu_header ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

header .wrap .top_header .menu_header ul li {
  margin-bottom: 1px; }

header .wrap .top_header .menu_header ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  background-color: #4b9bec;
  background: -webkit-gradient(linear, left top, left bottom, from(#55c2fc), to(#4b9bec));
  background: -webkit-linear-gradient(top, #55c2fc, #4b9bec);
  background: -o-linear-gradient(top, #55c2fc, #4b9bec);
  background: linear-gradient(to bottom, #55c2fc, #4b9bec);
  padding: 0px 10px;
  height: 33px; }

header .wrap .top_header .menu_header ul li a:hover {
  background-color: #55c2fc;
  background: -webkit-gradient(linear, left top, left bottom, from(#4b9bec), to(#55c2fc));
  background: -webkit-linear-gradient(top, #4b9bec, #55c2fc);
  background: -o-linear-gradient(top, #4b9bec, #55c2fc);
  background: linear-gradient(to bottom, #4b9bec, #55c2fc); }

header .wrap .top_header .indent {
  background: url("../img/logo2.png") no-repeat;
  border: 3px solid #4b99eb;
  width: 750px;
  height: 197px; }

header .wrap .top_header .indent h1 {
  margin: 0px;
  padding-top: 2px; }

header .wrap .top_header .indent h1,
header .wrap .top_header .indent h1 a {
  font-size: 27px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-indent: 20px;
  text-shadow: #4b9bec 1px 0px, #4b9bec 1px 1px, #4b9bec 0px 1px, #4b9bec -1px 1px, #4b9bec -1px 0px, #4b9bec -1px -1px, #4b9bec 0px -1px, #4b9bec 1px -1px, #4b9bec 0 0 3px, #4b9bec 0 0 3px, #4b9bec 0 0 3px, #4b9bec 0 0 3px, #4b9bec 0 0 3px, #4b9bec 0 0 3px, #4b9bec 0 0 3px, #4b9bec 0 0 3px; }

header .wrap .top_header .indent h1 a:hover {
  text-decoration: underline; }

/* END HEADER */
/* CONTAINER */
.container .wrap {
  padding-bottom: 50px; }

.container .wrap .block_all {
  padding: 0px 5px; }

.container .wrap .title_page {
  height: 30px;
  background-color: #4b9bec;
  background: -webkit-gradient(linear, left top, left bottom, from(#55c2fc), to(#4b9bec));
  background: -webkit-linear-gradient(top, #55c2fc, #4b9bec);
  background: -o-linear-gradient(top, #55c2fc, #4b9bec);
  background: linear-gradient(to bottom, #55c2fc, #4b9bec);
  padding: 0px 20px;
  line-height: 30px;
  margin-bottom: 20px; }

.container .wrap .title_page span.point {
  width: 6px;
  height: 6px;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  margin: 12px 10px 0px 0px; }

.container .wrap .title_page a {
  font-size: 14px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase; }

.container .wrap .title_page a:hover {
  border-bottom: 1px solid #fff; }

.container .wrap .form {
  background: url("../img/screenbooking.jpg") no-repeat;
  margin: 0px auto;
  height: 401px;
  width: 427px; }

.container .wrap img {
  margin: 20px auto;
  display: block; }

.container .wrap img.font_bg {
  width: 100%;
  border: 1px solid #ddd; }

.container .wrap h1 {
  font-size: 20px;
  margin: 0px;
  background-color: #cdc8c7;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: normal;
  color: #0d0d5f;
  font-family: Lug, Arial, Verdana, 'Times New Roman';
  margin-bottom: 5px; }

.container .wrap p {
  font-size: 14px;
  line-height: 22px;
  color: #3d3d3d;
  padding: 0px 20px; }

.container .wrap a {
  font-size: 14px;
  line-height: 22px;
  color: #3d3d3d; }

.container .wrap p.link {
  margin: 0px; }

/* END CONTAINER */
/* FOOTER */
footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9acbff));
  background: -webkit-linear-gradient(top, #fff, #9acbff);
  background: -o-linear-gradient(top, #fff, #9acbff);
  background: linear-gradient(to bottom, #fff, #9acbff); }

footer .wrap {
  margin-top: 50px; }

footer .wrap .footer_block {
  background-color: #cdc8c7;
  padding: 10px 5px; }

footer .wrap .footer_block p {
  font-size: 10px;
  color: #3d3d3d;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0px; }

footer .wrap .footer_block ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

footer .wrap .footer_block ul li {
  float: left;
  border-right: 1px solid #3d3d3d;
  line-height: 10px; }

footer .wrap .footer_block ul li:last-of-type {
  border-right: none; }

footer .wrap .footer_block ul li a {
  font-size: 12px;
  line-height: 12px;
  color: #3d3d3d;
  padding: 0px 10px; }

footer .wrap .footer_block p.copy {
  text-align: center;
  padding-top: 10px; }

/* END FOOTER */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

.wrap {
  max-width: 100%; }
  .wrap img,
  .wrap audio, .wrap canvas, .wrap img, .wrap video {
    max-width: 100%;
    height: auto; }
  .wrap h3, .wrap h4, .wrap h2 {
    padding-left: 20px; }
  .wrap table, .wrap iframe {
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.menu-opener {
  display: none; }

@media all and (max-width: 1220px) {
  header .wrap .top_header .indent {
    width: calc(100% - 440px);
    background-position: -50px center; } }

@media all and (max-width: 980px) {
  header .wrap .top_header .indent {
    width: 100%;
    background: none;
    position: relative;
    padding-bottom: 25%;
    height: auto; }
    header .wrap .top_header .indent::after {
      content: '';
      width: 100%;
      height: 100%;
      background: url(../img/logo2.png) no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .menu_header,
  .logo_ico {
    display: none !important; } }
