html {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #e6e2e2;
}

@font-face {
  font-family: Southbank;
  src: url(fonts/SouthbankLT.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: UniForm;
  src: url(fonts/Uniform%20Extra%20Condensed.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: UniFormLight;
  src: url(fonts/Uniform%20Extra%20Condensed%20Light.otf);
  font-weight: light;
  font-style: light;
}
@font-face {
  font-family: SouthBank;
  src: url(fonts/SouthbankLT.otf);
  font-weight: normal;
  font-style: normal;
}
a {
  color: #e6e2e2;
  text-decoration: none;
}

body {
  background-color: #000;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1px;
  font-family: "UniForm";
  font-style: normal;
}

.container {
  width: 90%;
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  margin-top: 5%;
}
@media (max-width: 47em) {
  .container {
    flex-direction: column;
  }
}

.container-faq {
  width: 90%;
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  margin-top: 5%;
  justify-content: center;
}
@media (max-width: 47em) {
  .container-faq {
    flex-direction: column;
  }
}

.book-desktop {
  width: 40%;
}
.book-desktop img {
  width: 150%;
  margin-left: -100px;
  margin-top: -100px;
}

.book-mobile {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.book-mobile img {
  margin-left: -60px;
  margin-top: 0px;
  width: 100%;
  height: auto;
  align-self: flex-start;
}

.right-side, .faq {
  width: 60%;
}
@media (max-width: 47em) {
  .right-side, .faq {
    width: 100%;
  }
}
.right-side header, .faq header {
  height: auto;
  width: 100%;
  display: flex;
  position: relative;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 750px) and (orientation: portrait) {
  .right-side header, .faq header {
    top: 0;
    position: relative;
  }
}
@media (max-width: 47em) {
  .right-side header, .faq header {
    height: auto;
    flex-direction: column;
  }
}
@media (max-width: 64em) {
  .right-side header, .faq header {
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
}
.right-side header .logo, .faq header .logo {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 47em) {
  .right-side header .logo, .faq header .logo {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 64em) {
  .right-side header .logo, .faq header .logo {
    width: 100%;
  }
}
.right-side header .logo img, .faq header .logo img {
  width: 100%;
  max-width: 400px;
}
.right-side header .menu, .faq header .menu {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 47em) {
  .right-side header .menu, .faq header .menu {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    justify-content: center;
  }
}
@media (max-width: 64em) {
  .right-side header .menu, .faq header .menu {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
}
.right-side header .menu ul, .faq header .menu ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.right-side header .menu ul li, .faq header .menu ul li {
  border-right: 1px solid #5b5555;
  padding: 0px 10px;
  font-size: 0.9rem;
  cursor: pointer;
  color: #5b5555;
}
.right-side header .menu ul a, .faq header .menu ul a {
  font-size: 0.9rem;
  cursor: pointer;
  color: #5b5555;
}
.right-side header .menu ul li:last-child, .faq header .menu ul li:last-child {
  border-right: 0px;
}
.right-side .detail, .faq .detail {
  width: 70%;
  height: 150px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-family: "UniFormLight";
  display: flex;
  justify-content: center;
}
@media (max-width: 47em) {
  .right-side .detail, .faq .detail {
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 64em) {
  .right-side .detail, .faq .detail {
    width: 100%;
    height: auto;
    font-size: 0.97rem;
    line-height: 1.2rem;
  }
}
.right-side .detail .detail-text, .faq .detail .detail-text {
  max-width: 460px;
}
.right-side .content, .faq .content {
  width: 100%;
  display: flex;
}
@media (max-width: 47em) {
  .right-side .content, .faq .content {
    flex-direction: column;
    margin-top: 50px;
  }
}
@media (max-width: 64em) {
  .right-side .content, .faq .content {
    margin-top: 50px;
  }
}
.right-side .content .standart, .faq .content .standart {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 47em) {
  .right-side .content .standart, .faq .content .standart {
    width: 100%;
    align-items: center;
  }
}
.right-side .content .content-photo, .faq .content .content-photo {
  width: 40%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 47em) {
  .right-side .content .content-photo, .faq .content .content-photo {
    width: 100%;
  }
}
.right-side .content .content-photo img, .faq .content .content-photo img {
  width: 90%;
}
.right-side .content .special, .faq .content .special {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 47em) {
  .right-side .content .special, .faq .content .special {
    width: 100%;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .book-mobile {
    display: flex;
  }

  .book-desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .book-mobile {
    display: none;
  }

  .book-desktop {
    display: block;
  }
}
.faq {
  width: 70%;
}
@media (max-width: 47em) {
  .faq {
    width: 100%;
    margin-top: 0px;
  }
}
.faq .faq-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  line-height: 20px;
}
.faq .faq-details .faq-title {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  text-align: center;
  font-family: "Southbank";
}
.faq .faq-details .faq-desc {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5px;
  color: #979090;
}
.faq .faq-details:last-child {
  margin-bottom: 100px;
}

.faq header {
  height: auto;
}
.faq header .logo {
  width: 100%;
  align-items: center;
}
@media (max-width: 47em) {
  .faq header .logo {
    width: 100%;
  }
}
@media (max-width: 64em) {
  .faq header .logo {
    width: 100%;
  }
}
.faq header .menu {
  position: absolute;
  right: 0;
  width: auto;
  margin-right: -100px;
  margin-top: -100px;
}
@media (max-width: 47em) {
  .faq header .menu {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}

.content-title {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Southbank";
}
.content-title span {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
@media (max-width: 64em) {
  .content-title {
    line-height: 1.7rem;
  }
}

.content-desc {
  font-size: 1.1rem;
  line-height: 1.3rem;
  margin-top: 30px;
  font-family: UniFormLight;
}
@media (max-width: 47em) {
  .content-desc {
    text-align: center;
  }
}

.content-price {
  font-size: 2.5rem;
  color: #fff;
  margin-top: 30px;
  font-family: "Southbank";
}

.ok-right {
  margin-left: -60px;
}

.ok-left {
  margin-right: -20px;
}

@media (max-width: 47em) {
  .ok-left, .ok-right {
    display: none;
  }
}

.font-right {
  text-align: right;
}
@media (max-width: 47em) {
  .font-right {
    text-align: center;
  }
}

.content-button {
  background-image: url("img/buton.png");
  width: 180px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 20px;
}
.content-button .button-text {
  text-transform: uppercase;
  margin-top: -25px;
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Southbank";
}
.content-button .button-text a {
  color: #000;
}

.euro {
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
}

.row {
  margin: 40px 0px;
}

.row > .column {
  padding: 0 8px 0 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 7%;
}
@media (max-width: 47em) {
  .column {
    width: 50%;
    margin-bottom: 10px;
  }
}
.column img {
  border: 1px solid red;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000d6;
}
@media (max-width: 47em) {
  .modal {
    padding-top: 20%;
  }
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 800px;
  max-width: 1200px;
}
@media (max-width: 47em) {
  .modal-content {
    width: 90%;
  }
}

.close {
  color: white;
  position: absolute;
  top: 8%;
  right: 18%;
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 47em) {
  .close {
    top: 10px;
    right: 25px;
  }
}

.close:hover, .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}
.mySlides img {
  max-height: 80vh;
  border: 1px solid red;
}

.cursor {
  cursor: pointer;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.demo {
  opacity: 0.6;
}

.active, .demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.video-close {
  margin-right: -30px;
  float: right;
  margin-top: -30px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 47em) {
  .video-close {
    margin-right: -20px;
  }
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#ij-box .window {
  position: absolute;
  width: 900px;
  height: 515px;
  display: none;
  z-index: 9999;
  -moz-box-shadow: 0 0 5px 5px #000;
  -webkit-box-shadow: 0 0 5px 5px #000;
  box-shadow: 0 0 5px 5px #000;
  text-align: center;
  border: 10px solid #fff;
}
@media (max-width: 47em) {
  #ij-box .window {
    width: 90%;
    margin-left: -10px;
    margin-top: -50px;
    height: 300px;
  }
}

.contact-form .form-group {
  box-sizing: border-box;
  padding: 5px 12.5px;
  float: left;
  width: 50%;
}
@media (max-width: 47em) {
  .contact-form .form-group {
    width: 100%;
  }
}
.contact-form .form-group.form-group-block {
  width: 100%;
}
.contact-form .form-group .form-label, .contact-form .form-group .form-description {
  letter-spacing: 0.6px;
  font-weight: normal;
  color: #EEE;
}
.contact-form .form-group .form-label {
  font-family: Southbank;
  line-height: 50px;
  font-size: 14px;
}
.contact-form .form-group .form-description {
  margin: 20px 0 25px;
  line-height: 20px;
  font-size: 16px;
}
.contact-form .form-group .form-description.text-center {
  text-align: center;
}
.contact-form .form-group .form-element {
  width: 100%;
}
.contact-form .form-group .form-element .form-text, .contact-form .form-group .form-element .form-select, .contact-form .form-group .form-element .form-textarea {
  background-color: transparent;
  border: solid 1px #DD4D34;
  padding: 0 10px;
  height: 42px;
  width: 100%;
}
.contact-form .form-group .form-element .form-select {
  background: url("./img/appearance.png") no-repeat 98%;
  appearance: none;
}
.contact-form .form-group .form-element .form-select .form-option {
  color: #000;
}
.contact-form .form-group .form-element .form-textarea {
  height: 118px;
  resize: none;
}
.contact-form .form-group .form-submit {
  background: url(./img/button--send.png) no-repeat;
  justify-content: center;
  font-family: Southbank;
  letter-spacing: 1.5px;
  padding-bottom: 15px;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  color: #000;
  margin: auto;
  border: none;
  width: 161px;
  height: 60px;
}

/*# sourceMappingURL=style.css.map */