@import url(c:\Users\1x32\Desktop\Kottans\cinema_project\css\normalize.css);
:root {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000;
}

.container {
  margin: auto;
  width: 80vw;
}

.header {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9E9E9E;
}

.header__container {
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__nav-item {
  padding: 3px;
  margin: 5px;
  border-radius: 6px;
  color: #FAFAFA;
  text-align: center;
}

.header__nav-item a {
  text-decoration: none;
  color: #FAFAFA;
  text-align: center;
}

.header__nav-item a:hover {
  color: #2E7D32;
}

.header__nav-item a:active {
  color: #1B5E20;
}

.header__search {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.header__search-form-input {
  width: 200px;
  font-size: 1rem;
  font-family: inherit;
  letter-spacing: 2px;
  font-weight: 300;
  margin: 0 5px;
}

.header__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.header__account-avatar {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__account-avatar-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #FAFAFA;
}

.header__account-avatar-img:hover {
  border-color: #2E7D32;
}

.header__account-login-btn {
  font-size: 1.25rem;
  font-family: inherit;
  font-weight: 300;
  letter-spacing: 2px;
  background-color: #2E7D32;
  border-radius: 6px;
  border-color: #FAFAFA;
  border-width: thin;
  color: #FAFAFA;
  padding: 7px 10px;
  margin: 0 10px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px 1px #1B5E20;
          box-shadow: 1px 1px 3px 1px #1B5E20;
}

.header__account-login-btn:hover {
  background-color: #388E3C;
}

.header__account-login-btn:active {
  background-color: #1B5E20;
}

.container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__info {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  background-color: #000;
}

.content__info-header {
  width: 100%;
  color: #FAFAFA;
  margin: 20px;
  text-align: center;
}

.content__info-poster {
  margin: 0 30px 0 0;
}

.content__info-poster-img {
  width: 320px;
  height: 450px;
}

.table-border .table-header {
  color: #FAFAFA;
  border-bottom: 1px solid #9E9E9E;
  margin: 0;
}

.table-border .table-data {
  color: #FAFAFA;
  border-bottom: 1px solid #9E9E9E;
  margin: 0;
}

.table-header {
  text-align: left;
  font-size: .9rem;
  width: 120px;
  padding: 5px 5px 5px;
}

.table-data {
  text-align: left;
  font-size: .9rem;
  line-height: 1.3;
  width: 400px;
  padding: 3px 1px;
}

.content__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FAFAFA;
  width: 100%;
  margin-bottom: 30px;
}

.content__video-label {
  z-index: 2;
  width: 87%;
  background-color: #1a1919;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 3px 1px #1B5E20;
          box-shadow: 1px 1px 3px 1px #1B5E20;
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: 1px;
  color: #FAFAFA;
  border: 1px solid #1B5E20;
  cursor: pointer;
}

.content__video-label:hover {
  color: #2E7D32;
  background-color: #1a1919;
}

.content__video-label:active {
  color: #1B5E20;
  background-color: #161616;
}

.content__video-trailer {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding: 20px 0;
  width: 87%;
  -webkit-transition: margin-top  .5s linear;
  transition: margin-top  .5s linear;
}

.hide {
  margin-top: -390px;
}

label {
  margin: 0 5px;
  padding: 2px;
  border-radius: 2px;
  color: #2E7D32;
  font-size: 1.1rem;
  background-color: #4242423f;
  font-weight: 400;
  cursor: pointer;
}

input + label:hover {
  color: #FAFAFA;
  background-color: #1565C0;
}

input:disabled + label {
  color: #616161;
  cursor: not-allowed;
}

input:focus + label {
  background-color: #ef5350;
  color: #FAFAFA;
}

input:checked + label {
  background-color: #c62828;
  color: #FAFAFA;
}

table {
  border-spacing: 0;
}

.screen {
  width: 100%;
  height: 20px;
  border-top: 12px solid #2E7D32;
  border-bottom-color: #000;
  border-radius: 50%;
  content: " ";
}

.content__seats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FAFAFA;
  width: 90%;
}

.content__seats-container {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seats__label h2 {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.seats__body {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4242423f;
  border-radius: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}

.seats__body-table-seats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seats__body-submit {
  margin-top: 20px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seats__body-submit-btn button {
  width: 190px;
  height: 60px;
  background-color: #1a1919;
  color: #1B5E20;
  border-radius: 5px;
  border: 2px solid #2E7D32;
  font-size: 1.2rem;
  -webkit-box-shadow: 1px 1px 3px 1px #1B5E20;
          box-shadow: 1px 1px 3px 1px #1B5E20;
  cursor: pointer;
}

.seats__body-submit-btn button:hover {
  background-color: #1565C0;
  color: #FAFAFA;
}

.seats__body-submit-btn button:active {
  background-color: #c62828;
  color: #FAFAFA;
}

.seats__body-submit-btn button:focus {
  background-color: #c62828;
  color: #FAFAFA;
}

.seats__body-table {
  border-spacing: 15px;
}

.seats__body-table-head-seat {
  text-align: center;
}

.seats__body-table-row {
  border-spacing: 10px;
}

.seats__body-table-seats {
  text-align: center;
}

.seats__body-table-seats-place {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.seats__body-table-seats-place:focus + label {
  background-color: #ef5350;
}

.seats__body-table-seats-place:checked + label {
  background-color: #c62828;
}

.seats__body-table-seats-place:disabled + label {
  background-color: #3E2723;
  cursor: not-allowed;
}

.seats__body-ticket-preview {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

input[name='ticketDate'],
input[name='ticketTime'],
input[name='ticketType'],
input[name='ticketCustom'],
input[name='ticketCustomMulti'] {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 170px;
  width: 100%;
  border-top: 1px solid #9E9E9E;
  color: #FAFAFA;
  font-size: 1.2rem;
}

.footer__about {
  line-height: 1.3;
}

.footer__about p {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.footer__about a {
  text-decoration: none;
  font-style: normal;
  color: #FAFAFA;
}

.footer__about a:hover {
  color: #2E7D32;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo-img {
  width: 150px;
  height: 110px;
  margin: 0 10px;
}

.whitespaces {
  font-weight: 700;
}

.whitespaces::before {
  content: "\00A0";
}

.whitespaces::after {
  content: "\00A0";
}

.ticket__svg {
  width: 70px;
  height: 50px;
}

.ticket__custom-svg {
  width: 60px;
  height: 40px;
}

.ticket__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 1.2rem;
}

.ticket__date .dynamic {
  margin: 0 5px;
  color: #2E7D32;
  text-decoration: underline;
}

.ticket__date div {
  padding: 0 10px;
}

.ticket__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 50px;
  font-size: 1rem;
}

.ticket__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}

.ticket__amount button {
  margin: 0 10px;
  padding: 0;
  width: 150px;
}

.ticket__icon {
  fill: #1B5E20;
}

@media screen and (max-width: 1180px) {
  .header {
    height: 130px;
  }
  .header__container {
    margin-bottom: -20px;
  }
  .header__nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
  }
  .header__search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__search-form-input {
    width: 350px;
  }
  .header__account {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 1087px) {
  .header__account-login-btn {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1060px) {
  .header {
    height: 120px;
  }
  .header__container {
    margin-bottom: -20px;
  }
  .header__nav {
    margin-top: 10px;
  }
  .header__search-form-input {
    width: 300px;
  }
  .seats__body-table {
    border-spacing: 10px;
  }
  .footer {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer__about {
    margin-bottom: 10px;
  }
  .footer__logo {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
  .header__nav {
    font-size: 1rem;
  }
  .header__nav-item {
    padding: 0;
  }
  .header__nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__search-form-input {
    font-size: .8rem;
    width: 180px;
  }
  .header__account-avatar-img {
    width: 35px;
    height: 35px;
  }
  .header__account-login-btn {
    padding: 3px 4px;
    margin-left: 5px;
  }
  .content__seats {
    width: 100%;
  }
}

@media screen and (max-width: 529px) {
  .container {
    width: 93vw;
  }
  .header {
    height: 140px;
  }
  .header__container {
    width: 100%;
  }
  .header__nav {
    font-size: 1rem;
  }
  .header__nav-item {
    padding: 0;
  }
  .content__seats {
    width: 100%;
  }
  .seats__body-table {
    border-spacing: 2px;
  }
  .seats__body-table-seats-place + label {
    font-size: 1rem;
  }
}

@media screen and (max-width: 420px) {
  .container {
    width: 99vw;
  }
  .header__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__nav {
    width: 100%;
    margin-top: 5px;
    font-size: .8rem;
  }
  .header__nav-list {
    width: 98%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
  }
  .header__nav-item {
    margin: 0;
    font-size: .8rem;
    font-weight: 600;
  }
  .header__nav-item a {
    padding: 0 2px;
  }
  .header__account {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .header__account-login-btn {
    margin-right: 5px;
  }
  .content__info {
    font-size: .95rem;
  }
  .content__info-poster {
    margin-right: 0;
  }
  .content__info-poster-img {
    width: 290px;
    height: 407px;
  }
  label {
    margin: 0 2px;
    font-size: 1rem;
  }
  .seats__body-table {
    border-spacing: 3px;
  }
  .seats__body-table-seats-place + label {
    font-size: 1rem;
  }
  .seats__body-table-row {
    font-size: .8rem;
  }
  .ticket__date {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .btn-go-back, .btn-go-to-pay {
    margin: 0 !important;
    padding: 0 !important;
  }
}

.hidden {
  display: none;
  position: fixed;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  background-color: #1a1919;
  overflow: scroll;
  color: #FAFAFA;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hidden .ticket__date {
  padding-top: 15vh;
  padding-bottom: 7vh;
}

.hidden .btn-go-back {
  background-color: #ef5350;
  color: #FAFAFA;
}

.hidden .btn-go-back:hover {
  background-color: #c62828;
}

.hidden .btn-go-to-pay {
  background-color: #1565C0;
  color: #FAFAFA;
}

.visible {
  display: block;
  z-index: 3;
}
/*# sourceMappingURL=style.css.map */