@import "compass/css3";

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.42em;
  color: #454545;

}

a {
  text-decoration: none;
}

.download_link {
  margin-top: 10px;
  border-bottom: 1px solid black;
}

.download_link:hover {
  border: none;
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog>div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;

}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #00d9ff;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container p {
  padding: 3em 1em;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

#messages {
  font-size: 17px;
  position: fixed;
  top: 20%;
  left: 40%;
  border: 1px solid #054403;
  z-index: 9999;
  width: 300px;
  height: auto;
  min-height: 100px;
  border-radius: 5px;
  background-color: #ADFEB9;
  color: #093105;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

#back-to_site {
  color: #e55032;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  #back-to_site {
    color: #e55032;
    display: block;
    font-size: 29px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

#back-to_site:hover {
  text-decoration: underline;
}

#validity_link {
  margin-bottom: 20px;
  margin: 15px;
  padding-left: 10px;
}
@media screen and (max-width: 500px) {
  #validity_link {
    margin-bottom: 20px;
    margin: 15px;
    font-size: 30px;
    padding-left: 10px;
  }
}

#demo {
  color: #e55032;
  font-weight: bold;
}

#information_error {
  display: none;
  margin-top: 45px;
}

#information_error a {
  font-weight: bold;
  color: #e55032;
}

#div_reservations {
  display: none;
}

#information_email {
  display: none;
}

#information_email a {
  font-weight: bold;
  color: #e55032;
  display: block;
  margin-top: 10px;
}

#email_method>input {
  display: none;
}

#email_method>label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
}

#email_method input[type="radio"]:checked+label {
  background-color: #e55032;
  color: white;
}

.container-res {
  width: 70%;
  max-width: 1150px;
  margin: 0 auto;
  height: auto;
  min-height: 80%;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  /*   margin-bottom: 100px; */
  padding: 50px 100px 100px 100px;
}

label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
}

input {
  width: 290px;
  height: 30px;
  display: block;
  padding: 2px;
  padding-left: 14px;
  background: #f5f5f5;
  border: none;
  font-size: 14px;
  color: #454545;
  line-height: 24px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  outline: none;

}


.buttonload {
  cursor: pointer;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  background: #e55032;
  border: 1px solid #e55032;
  color: white;
  display: block;
  margin-top: 15px;
  font: 15px sans-serif;
  box-shadow: 2px 2px 2px #e55032;
  text-shadow: 0px 1px 0px #B9B8B8;
  padding: 5px 0;
  outline: none;

}

.buttonload>i {
  margin-right: 10px;
}

.buttonload:hover {
  background: #D34A2E;

}

#user_btn_code {
  width: 100px;
}

.help-block-res {
  display: block;
  width: 290px;
  background: #e55032;
  padding: 4.1px;
  color: white;
  display: none;
  padding-left: 11.7px;
}

#title {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
}

#information {
  font-family: Georgia, serif;
}

#logout {
  color: #b0063a;
  float: right;
  cursor: pointer;
  font: bold 18px sans-serif;
  text-decoration: none;

}

@media screen and (max-width: 500px) {
  #logout {
    color: #b0063a;
    float: right;
    cursor: pointer;
    font: bold 35px sans-serif;
    text-decoration: none;

  }
}

#logout:hover {
  text-decoration: underline;
}

#header-res {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 30px;
}



.return_ticket {
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  display: block;
  background-color: #9D9D9D;
  border: 1px solid #9D9D9D;
  color: white;
}

.return_ticket:hover {
  background-color: #818181;
  border: 1px solid #818181;
}


.test1,
.test2 {
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  display: block;
}

.test3 {
  border: 1px solid #32cce5;
  color: #32cce5;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 500px) {
  .test1,
  .test2 {
    text-align: center;
    padding: 19px 10px;
    cursor: pointer;
    display: block;
  }
}

#wait_return {
  border: 1px solid #818181;
  color: #818181;
}

#can_pay {
  background-color: #e55032;
  border: 1px solid #e55032;
  color: white;

}

#can_pay:hover {
  background-color: #CA492F;
  border: 1px solid #CA492F;
}

#no_can_pay {
  border: 1px solid #e55032;
  color: #e55032;
}

#no_can_pay:hover {

  color: #454545;
  /* background-color:  #575555;
      border: 1px solid #575555;
  */
}

#cabinet {
  font: Impact, Charcoal, sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #454545;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  #cabinet {
    font: Impact, Charcoal, sans-serif;
    font-size: 50px;
    line-height: 42px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 69px;
    color: #454545;
    font-weight: bold;
  }
}

#languages {
  text-align: center;
  margin-bottom: 15px;
}

#languages a {
  margin-right: 5px;
  border: 1px solid #575555;
  color: #575555;
  border-radius: 50%;
  padding: 5px;
}

#languages a:hover {
  color: white;
  background-color: #575555;
}

#languages a.active {
  color: white;
  background-color: #575555;
}

#myTable {
  overflow: auto;
  margin-bottom: 40px;
  color: #2E2E2E;
  margin-bottom: 175px;
}
@media screen and (max-width: 500px) {
  #myTable {
    overflow: auto;
    margin-bottom: 40px;
    color: #2E2E2E;
    margin-bottom: 87px;
  }  
}

#myTable td {
  border-left: none;
}

#myTable tr {
  background-color: white;
}

#myTable thead {
  border-bottom: 1px solid black;
}

#myTable tr {
  border-bottom: 1px solid #A8A8A8;
}

#myTable th {
  font-weight: bold;
}

#myTable td,
#myTable th {
  padding-bottom: 1.5%;
  padding-top: 1.5%;
  padding-left: 1.5%;
}

#myTable td:first-child {
  color: #e55032;
  cursor: pointer;
}


#myTable td.code_id:hover {
  text-decoration: underline;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background: #f8f8f8;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

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

  table tr {
    border-bottom: 3px solid #FFFFFF;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #FFFFFF;
    display: block;
    font-size: 1.8em;
    text-align: right;
  }

  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width:1030px) {
  body {
    width: 100%;
    min-width: 0px;
  }

  header {
    height: auto;
  }
}

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

  body {
    width: 100%;
    min-width: unset;
  }
}
@media only screen and (max-width:600px) {

  header .logo {
    height: 150px;
    line-height: 40px;
  }
}

@media screen and (max-width:600px) {

  header .logo {
    height: 150px;
    line-height: 40px;
  }
}

@media screen and (max-width:990px) {
  .container-res {
    width: 90%;
    padding: 50px 10px 100px 10px;
  }

}




@media screen and (max-width:300px) {
  input {
    width: 250px;
  }

  .help-block {
    width: 250px;
  }

  .container-res {

    padding: 50px 30px 100px 30px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  /* Styles */

  .container-res {
    width: 310px;
    padding: 50px 10px 100px 10px;
  }

  input {
    width: 290px;
  }

  .help-block {
    width: 290px;
  }


}

@media only screen and (min-device-width : 481px) and (max-device-width : 780px) {
  /* Styles */

  .container-res {
    width: 90%;
    padding: 50px 10px 100px 10px;
  }



}

@media screen and (max-width: 500px) {
  .container-res {
    width: 90%;
    padding: 50px 30px 100px 30px;
    margin-bottom: 30px;
  }
}



/* Поля ввода данных пользователя в кабинете */




.clientInputs_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.clientInputs_wrapper button {
  font-family: "Roboto", sans-serif;
  font-size: 0.98958vw;
  padding: 0.52083vw;
  border: none;
  outline: none;
  border-radius: 0.26042vw;
  background-color: #e55032;
  color: #fff;
  cursor: pointer;
}

.clientInputs_wrapper button:hover {
  background-color: #e23613;
}

.clientInputs_title {
  font-family: "Roboto", sans-serif;
  font-size: 1.25vw;
  text-align: center;
  margin-top: 0.78125vw;
  margin-bottom: 1.30208vw;
  color: #454545;
  font-weight: bold;
}

.clientInputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: unset;
  align-content: unset;
}

.clientInputs div {
  /* width: 23.4375vw; */
  margin-bottom: 1.04167vw;
}

.clientInputs div input {
  width: 100%;
  height: 2.08333vw;
  padding-left: 0.78125vw;
  font-family: "Roboto", sans-serif;
  font-size: 0.98958vw;
  margin: 0.52083vw 0 0 0;
  color: #454545;
}

.clientInputs div label {
  margin-left: 0.78125vw;
  font-family: "Roboto", sans-serif;
  font-size: 0.98958vw;
  opacity: 0.8;
  color: #454545;
}

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


  .clientInputs_wrapper {
    width: 100%;
  }

  .clientInputs_wrapper button {
    font-size: 12.90625vw;
    padding: 7.5625vw;
    border-radius: 1.78125vw;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .clientInputs_title {
    font-size: 10.64583vw;
    line-height: 12vw;
    margin-top: 3.125vw;
    margin-bottom: 12.30208vw;
  }

  .clientInputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: unset;
    align-content: unset;
    margin-bottom: 2.60417vw;
  }

  .clientInputs div {
    width: 100%;
    margin-bottom: 7.04167vw;
  }

  .clientInputs div input {
    width: 100%;
    height: 17.8125vw;
    padding-left: 5.34375vw;
    font-size: 8.125vw;
    margin: 4.52083vw 0 0 0;
  }

  .clientInputs div label {
    margin-left: 5.34375vw;
    font-size: 8.125vw;
  }
}



/* =========================================== */
