/* Generated on: Wed Aug 04 2021 09:00:59 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}




.map_order {
  position: relative;
  text-align: center;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.room-box {
  opacity: 0.8;
}

.room-box:hover {
  transition: opacity .2s ease;
  opacity: 0.5;
  cursor: pointer;
}



.description {
  z-index: 20;
  text-align: center;
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
  display: none;
  width:350px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);

}

img {
  max-width: 100%;
}
.radio label, .checkbox label {
  min-height: 0px;
  padding-left: 0px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: gray;
  opacity: 0.5;
  z-index: 10;
}
#closed{
  cursor: pointer;
}
.footer-span{
  text-align: center;
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: red;
  background-color: transparent;
}
.conteiner{
  background: red;
}
.butt_index{
  border: 1px solid #1D3564;
  border-radius: 5px;
  padding: 10px;
}
.span_index{
  margin-left: 160px;
}
.thank_you_page{
  text-align: center;
  font-size: 25pt;
  color: green;
}

.thank_you_page_p{
  text-align: center;
}
.form-reg-customer{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.skils{
  opacity: 0.2;
}
.about{
  opacity: 0.2;
}
.noyt{
  opacity: 0.2;
}
.flag{
  opacity: 0.1;
}
:hover.noyt{
  opacity: 0.5;
}
:hover.flag{
  opacity: 0.2;
}
:hover.skils{
  opacity: 0.5;
}
:hover.about{
  opacity: 0.5;
}

.jobs{
  opacity: 0.2;
}

:hover.jobs{
  opacity: 0.5;
}

.contacts{
  opacity: 0.2;
}
:hover.contacts{
  opacity: 0.5;
 }


.lamp{

  opacity: 0;
}
:hover.lamp{
  opacity: 2.5;
}
.message {
  position: absolute;
}
.linc{
  opacity: 0.1;
}
:hover.linc{
  opacity: 0.5;
}

