html {
  scroll-behavior: smooth;
}
.button a {
  width: 320px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #40b1f1;
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
}
.header {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  padding: 16px 0;
  color: #fff;
  width: 100%;
  z-index: 9;
}
.header.fixed {
  background: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 0;
}
.header .navigation {
  gap: 22px;
  text-transform: uppercase;
}
.header ul {
  gap: 28px;
}
.header ul a {
  position: relative;
}
.header .phone a {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.header li.active a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: -8px;
  background: #40b1f1;
}
.main {
  position: relative;
}
.main .slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  top: 50%;
  z-index: 3;
  margin-top: -30px;
}
.main .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.main .slick-prev {
  left: 5%;
}
.main .slick-prev:after {
  background-position: 20px center;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='32' viewBox='0 0 17 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1L1 16L16 31' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.main .slick-next {
  right: 5%;
}
.main .slick-next:after {
  background-position: 24px center;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='32' viewBox='0 0 17 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L16 16L1 31' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.main .slide {
  position: relative;
  width: 100%;
  height: 900px;
  background-position: center;
  background-size: cover;
  max-height: 100vh;
  background-repeat: no-repeat;
}
.main .slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  background: url(../img/clouds.png) no-repeat center bottom;
}
.main .content-block {
  position: absolute;
  top: 0;
  padding-top: 330px;
  z-index: 2;
  left: 0;
  width: 100%;
}
.main .content-block .date input[type="text"] {
  background: none;
  border: none;
  color: #000;
  width: 106px;
}
.main .content-block .date ::placeholder {
  opacity: .5;
}

.main .content-block .date ::-ms-input-placeholder { /* Edge 12 -18 */
  opacity: .5;
}

.main .content-block .control {
  position: relative;
}
.main .content-block .control.after:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 48px;
  right: -52px;
  top: 0px;
  background: #a4a4a4;
}
.main .content-block .control.place .dropdown {
  z-index: 4;
  display: none;
  position: absolute;
  top: 80px;
  width: 220px;
  left: -30px;
  background: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 20px 0;
}
.main .content-block .control.place .dropdown.opened {
  display: block;
}
.main .content-block .control.place .dropdown li {
  padding: 10px 20px;
  cursor: pointer;
}
.main .content-block .control.place .dropdown li:hover {
  background: rgba(64, 177, 241, 0.1);
  transition: all 0.3s ease 0s;
}
.main .content-block .control.count .dropdown {
  z-index: 2;
  display: none;
  position: absolute;
  top: 80px;
  width: 220px;
  left: -30px;
  background: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 20px;
}
.main .content-block .control.count .dropdown.opened {
  display: block;
}
.main .content-block .control.count .dropdown input {
  text-align: center;
  width: 38px;
  border: none;
  background: none;
}
.main .content-block .control.count .dropdown button {
  width: 37px;
  height: 37px;
  border: 1px solid #40b1f1;
  border-radius: 50%;
  position: relative;
  background: none;
}
.main .content-block .control.count .dropdown button:before {
  width: 19px;
  height: 1px;
  top: 50%;
  left: 8px;
  background: #40b1f1;
  position: absolute;
  content: "";
}
.main .content-block .control.count .dropdown button:after {
  height: 19px;
  width: 1px;
  left: 50%;
  top: 8px;
  background: #40b1f1;
  position: absolute;
  content: "";
}
.main .content-block .control.count .dropdown button.minus:after {
  display: none;
}
.main .content-block .control .selected {
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  padding-top: 6px;
}
.main .content-block .control .selected:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 7px;
  right: 0;
  top: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%2340B1F1' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.main .title_ {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 38px;
}
.main .title_ h1 {
  letter-spacing: 1px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  color: #40b1f1;
  margin-bottom: 4px;
}
.main .title_ h2 {
  letter-spacing: 0.6px;
}
.order-widget {
  background: #D9EFFC;
  border-radius: 110px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px 20px 20px 30px;
}
.order-widget .button button {
  width: 220px;
  height: 60px;
  border-radius: 30px;
  background: #40b1f1;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  border: none;
}
.order-widget label {
  display: block;
}
.order-widget .select {
  cursor: pointer;
}
.gallery {
  padding: 120px 0 60px;
  font-size: 18px;
}
.gallery .caption {
  width: 600px;
  letter-spacing: 0.2px;
}
.gallery .caption p {
  line-height: 1.7;
}
.gallery h2 {
  letter-spacing: 0.3px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}
.gallery .button {
  margin-top: 40px;
}
.gallery .gallery-block {
  gap: 20px;
}
.gallery .gallery-block .gallery-block_inner {
  gap: 10px;
}
.gallery .gallery-block .item a {
  border-radius: 30px;
}
.tickets {
  padding: 60px 0 120px 0;
}
.tickets .title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 34px;
  text-transform: uppercase;
  color: #40b1f1;
}
.tickets .content .item {
  padding: 40px 30px;
  border-radius: 30px;
  background: #F3FBFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  width: 380px;
}
.tickets .content .item .image {
  border-radius: 30px;
}
.tickets .content .item h3 {
  line-height: 1.25;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.tickets .content .item h3 span {
  display: block;
  color: #40b1f1;
}
.tickets .content .item ul {
  padding-top: 26px;
  font-size: 14px;
}
.tickets .content .item ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 11px;
}
.tickets .content .item ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 13px;
  left: 0px;
  top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.88889L6.68966 11L16 1' stroke='%2340B1F1' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.tickets .content .button {
  text-align: center;
  margin-top: 48px;
}
.tickets .content .button a {
  width: 240px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  letter-spacing: 1px;
}
.sertificate {
  background: url(../img/bg-2.jpg) no-repeat center / cover;
  padding: 76px 0 66px 0;
}
.sertificate .img img {
  max-width: 100%;
}
.sertificate h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.sertificate .description {
  width: 596px;
}
.gallery-main {
  padding: 120px 0;
}
.gallery-main .item img {
  max-width: 100%;
}
.gallery-main .item a {
  max-width: 100%;
  border-radius: 30px;
}
.about {
  padding: 106px 0;
  background: url(../img/bg-3.jpg) no-repeat center / cover;
}
.about .description {
  width: 600px;
  font-size: 18px;
}
.about .description h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 36px;
  padding-right: 30px;
  letter-spacing: 0.4px;
}
.about .description p {
  line-height: 1.6;
  letter-spacing: 0.2px;
  margin-bottom: 34px;
}
.about .button {
  margin-top: 54px;
}
.about .image {
  border-radius: 30px;
}
.faq {
  padding: 112px 0;
}
.faq .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #40b1f1;
  letter-spacing: 1px;
}
.faq ul li {
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #A4A4A4;
}
.faq ul li h4 {
  font-size: 20px;
  padding: 15px 56px 15px 24px;
  position: relative;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.faq ul li h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 29px;
  top: 20px;
  background: #40b1f1;
  transition: all 0.3s ease 0s;
}
.faq ul li h4:after {
  border-radius: 20px;
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='19' stroke='%2340B1F1' stroke-width='2'/%3E%3Cpath d='M10 20H30.5' stroke='%2340B1F1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.faq ul li .answer {
  padding-left: 26px;
  padding-top: 4px;
  padding-bottom: 16px;
  display: none;
}
.faq ul li:not(.opened) h4:hover {
  background: rgba(64, 177, 241, 0.1);
  transition: all 0.3s ease 0s;
}
.faq ul li.opened h4:before {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.footer {
  background: url(../img/footer.jpg) no-repeat center 0;
  padding: 84px 0;
  color: #fff;
}
.footer h3 {
  font-size: 32px;
  color: #40b1f1;
  margin-bottom: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer .info {
  letter-spacing: 1px;
  width: 280px;
}
.footer .info p {
  line-height: 2;
  margin-bottom: 24px;
}
.footer .info strong {
  font-weight: 700;
  text-transform: uppercase;
}
.footer .info .button {
  margin-bottom: 38px;
}
.footer .info .button a {
  width: 260px;
}
.footer .info .watch-on-map {
  color: #40b1f1;
  text-decoration: underline;
  position: relative;
  margin-left: 24px;
}
.footer .info .watch-on-map:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 19px;
  left: -24px;
  top: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.656 2.30475C10.532 -0.76825 5.467 -0.76825 2.343 2.30475C-0.781 5.37875 -0.781 10.3617 2.343 13.4347L7.999 18.9998L13.656 13.4347C16.78 10.3617 16.78 5.37875 13.656 2.30475ZM7.999 10.4998C7.331 10.4998 6.704 10.2397 6.231 9.76775C5.256 8.79275 5.256 7.20675 6.231 6.23175C6.703 5.75975 7.331 5.49975 7.999 5.49975C8.667 5.49975 9.295 5.75975 9.767 6.23175C10.742 7.20675 10.742 8.79375 9.767 9.76775C9.295 10.2397 8.667 10.4998 7.999 10.4998Z' fill='%2340B1F1'/%3E%3C/svg%3E%0A");
}
.footer .socials ul {
  gap: 20px;
}
.footer .socials ul path {
  fill: #40b1f1;
}
.footer .form {
  width: 638px;
}
.footer .form .fields {
  gap: 20px 0;
}
.footer .form .att {
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.footer .form .message {
  width: 100%;
}
.footer .form .message textarea {
  border: none;
  width: 100%;
  border-radius: 25px;
  padding-left: 20px;
  background: #d9effc;
  padding-top: 18px;
  height: 130px;
}
.footer .form .message textarea:focus {
  background: #fff;
}
.footer .form .button {
  width: 100%;
}
.footer .form .button button {
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #40b1f1;
  border-radius: 25px;
  border: none;
  display: inline-block;
  text-transform: uppercase;
}
.footer .form .field input {
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding-left: 20px;
  background: #d9effc;
}
.footer .form .field input:focus {
  background: #fff;
}
.footer .form .field.w-50 {
  width: 48%;
}
.copy {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
.mobile-navigation {
  position: fixed;
  top: 0;
  height: 100vh;
  padding: 0 20px;
  background: #d9effc;
  width: 350px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
  left: -400px;
  transition: all 0.3s ease 0s;
}
.mobile-navigation.opened {
  left: 0;
  transition: all 0.3s ease 0s;
}
.mobile-navigation .button a {
  width: 100%;
}
.mobile-navigation .nav-captin {
  width: 100%;
}
.mobile-navigation .nav-captin > ul.menu li {
  margin-bottom: 16px;
}
.mobile-navigation .mobile-navigation_inner {
  height: 100%;
}
.mobile-navigation .phone {
  margin-top: 20px;
}
.mobile-navigation .socials {
  margin-top: 50px;
}
.mobile-navigation .socials ul {
  gap: 20px;
}
.order-form h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(64, 177, 241, 1);
  text-align: center;
}
.order-form .field {
  margin-bottom: 12px;
}
.order-form input {
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding-left: 20px;
  background: #d9effc;
}
.order-form {
  width: 460px;
  max-width: 100%;
  display: none;
  background: #fff;
}
.order-form .button {
  text-align: center;
}
.order-form .button button {
  max-width: 100%;
  width: 320px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #40b1f1;
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
}
.message-sent {
  width: 460px;
  max-width: 100%;
  display: none;
  background: #fff;
  text-align: center;
  font-size: 18px;
}
.message-sent h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(64, 177, 241, 1);
  text-align: center;
}
