/***** FONTS *****/
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

a {
  background-color: transparent;
  transition: 0.3s ease;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: inherit;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
  transition: 0.3s ease;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

input,
textarea {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

:focus {
  outline: none;
}

.clear {
  clear: both !important;
}

.clear_after:after {
  content: "";
  clear: both;
  display: block;
}

/***** GENERAL ELEMENTS *****/
:root {
  --content-width: 1440px;
  --container-offset: 30px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --primary-color: #0a7c8a;
  --gray-bg: #f5f6fb;
  --font-color: #466171;
  --error-color: #ff0000;
  --white-color: #ffffff;
  --black-color: #000000;
}

/***** Mixins *****/
@media screen and (max-width: 576px) {
  :root {
    --container-offset: 16px;
  }
}
/***** BLOCKS GLOBAL *****/
/*-----generals-----*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: var(--font-color);
  background: var(--gray-bg);
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

section {
  width: 100%;
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0 !important;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

.container-padding {
  width: 100%;
  box-sizing: border-box;
  padding-left: calc((100vw - var(--content-width)) / 2);
  padding-right: calc((100vw - var(--content-width)) / 2);
  max-width: 100%;
}

.container-left {
  width: 100%;
  padding-left: max(var(--container-offset), (100% - var(--content-width)) / 2);
  max-width: 100%;
  margin-left: 0;
}

.container-right {
  width: 100%;
  padding-right: max(var(--container-offset), (100% - var(--content-width)) / 2);
  max-width: 100%;
  margin-right: 0;
}

.link-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.dis-scroll {
  overflow: hidden;
  height: 100vh;
}

.hidden,
.screen-reader-text {
  display: none !important;
}

/***** COMPONENTS GLOBAL *****/
.footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #89F2FF;
  background: #0A7C8A;
  background: -webkit-linear-gradient(180deg, rgb(10, 124, 138) 0%, rgb(15, 70, 100) 100%);
  background: -moz-linear-gradient(180deg, rgb(10, 124, 138) 0%, rgb(15, 70, 100) 100%);
  background: linear-gradient(180deg, rgb(10, 124, 138) 0%, rgb(15, 70, 100) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A7C8A", endColorstr="#0F4664", GradientType=0);
}
.footer p {
  color: #89f2ff;
}
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 60px;
  width: 170px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-copyright {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #89f2ff;
}

@media screen and (max-width: 576px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-logo {
    margin-bottom: 36px;
    width: 160px;
  }
}
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 58px;
  padding: 16px 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: var(--white-color) !important;
  border: 0;
  outline: none;
  border-radius: 12px;
  background-color: var(--primary-color);
  transition: all 0.3s ease;
}
.button-primary:hover {
  opacity: 0.9;
}
.button-primary--white {
  color: var(--primary-color) !important;
  background-color: var(--white-color);
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 58px;
  padding: 16px 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: var(--font-color) !important;
  outline: none;
  border: 1px solid var(--font-color);
  border-radius: 12px;
  background-color: var(--white-color);
  transition: all 0.3s ease;
}
.button-secondary:hover {
  opacity: 0.9;
}

@media screen and (max-width: 576px) {
  .button-primary,
.button-secondary {
    padding: 10px 16px;
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
  color: var(--primary-color);
}

h1 {
  font-size: 32px;
}
h1:not(:first-child) {
  margin-top: 28px;
}
h1:not(:last-child) {
  margin-bottom: 24px;
}

h2 {
  font-size: 32px;
}
h2:not(:first-child) {
  margin-top: 28px;
}
h2:not(:last-child) {
  margin-bottom: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: var(--font-color);
}
p:not(:last-child) {
  margin-bottom: 20px;
}
p strong, p b {
  font-weight: bold;
}

.section-heading {
  width: 100%;
  margin-bottom: 40px;
}
.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.light h2 {
  color: var(--white-color);
}
.section-heading h2 {
  margin-bottom: 20px;
}
.section-heading p {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  h1:not(:first-child) {
    margin-top: 20px;
  }
  h1:not(:last-child) {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  h2:not(:first-child) {
    margin-top: 20px;
  }
  h2:not(:last-child) {
    margin-bottom: 20px;
  }
  p {
    font-size: 15px;
    line-height: 1.4;
  }
  p:not(:last-child) {
    margin-bottom: 16px;
  }
  .section-heading {
    margin-bottom: 36px;
  }
  .section-heading h2 {
    margin-bottom: 16px;
  }
}
.swiper {
  width: 100%;
}

.slider-container {
  position: relative;
}

.slider-button-prev,
.slider-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 100px;
  color: var(--font-color);
  border: 1px solid transparent;
  background-color: var(--white-color);
  box-shadow: 0 15px 40px rgba(61, 71, 121, 0.19);
  transition: all 0.3s ease;
  z-index: 0;
  cursor: pointer;
}
.slider-button-prev.swiper-button-lock,
.slider-button-next.swiper-button-lock {
  display: none !important;
}
.slider-button-prev svg,
.slider-button-next svg {
  display: block;
  width: 16px;
  height: auto;
}
.slider-button-prev:hover,
.slider-button-next:hover {
  border-color: var(--secondary-color);
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0.3;
  border-color: transparent !important;
  cursor: auto;
}

.slider-button-prev {
  left: 0px;
}

.slider-button-next {
  right: 0px;
}

@media screen and (max-width: 576px) {
  .slider-button-prev,
.slider-button-next {
    width: 56px;
    height: 56px;
  }
  .slider-button-prev svg,
.slider-button-next svg {
    width: 16px;
  }
}
.form-input {
  width: 100%;
  min-height: 58px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black-color);
  border-radius: 12px;
  outline: none;
  border: 1px solid #dddfeb;
  box-sizing: border-box;
  background: none;
  transition: 0.3s ease;
}
.form-input::placeholder {
  color: var(--font-color);
}
.form-input.not-valid {
  border-color: var(--error-color);
}

/*-----accordion----*/
.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.accordion-item {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #DDDFEB 0 4px, transparent 4px 8px);
}
.accordion-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.accordion-header h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: calc(100% - 40px);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--primary-color);
  transition: color 0.3s ease;
}
.accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
}
.accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: var(--black-color);
  transition: background-color 0.3s ease;
}
.accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  border-radius: 5px;
  background: var(--black-color);
  transition: opacity 0.3s ease;
}
.accordion-content {
  overflow: hidden;
  height: 0;
  transition: all 0.25s ease;
}
.accordion-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.accordion-content p:first-child {
  margin-top: 16px;
}
.accordion-content p:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-open .accordion-icon::after {
  opacity: 0;
}

@media screen and (max-width: 576px) {
  .accordion-item {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .accordion-header h3 {
    width: calc(100% - 24px);
    font-size: 16px;
  }
  .accordion-icon {
    margin-top: 4px;
    width: 12px;
    height: 12px;
  }
  .accordion-content p {
    font-size: 14px;
  }
}
.timer-wrapper {
  width: 100%;
  text-align: center;
  color: var(--white-color);
}
.timer-wrapper > h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: var(--white-color);
}
.timer-inner {
  width: 100%;
}
.timer-inner > p {
  margin-bottom: 20px !important;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: var(--white-color);
}
.timer-inner .digits {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.timer-inner .digits .unit {
  position: relative;
  min-width: 114px;
}
.timer-inner .digits .unit:not(:last-child) {
  margin-right: 20px;
}
.timer-inner .digits .unit:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: #ffffff;
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF00", GradientType=0);
}
.timer-inner .digits .unit .value {
  width: 100%;
  font-size: 84px;
  font-weight: 600;
  line-height: 68px;
  text-align: center;
  color: var(--white-color);
}
.timer-inner .digits .unit .label {
  margin-top: 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
}

.ticket-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
.ticket-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #DDDFEB 0 4px, transparent 4px 8px);
}
.ticket-card-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
}
.ticket-type {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--primary-color);
}
.ticket-description {
  margin-top: 6px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  color: var(--font-color);
}
.ticket-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
}
.ticket-quantity-plus, .ticket-quantity-minus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: 1px solid #C9D7E0;
  border-radius: 8px;
  background-color: var(--white-color);
  transition: all 0.3s ease;
}
.ticket-quantity-plus::before, .ticket-quantity-minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ticket-quantity-plus:hover, .ticket-quantity-minus:hover {
  border-color: var(--primary-color);
}
.ticket-quantity-plus::before {
  background-image: url("../img/icon-plus.svg");
}
.ticket-quantity-minus::before {
  background-image: url("../img/icon-minus.svg");
}
.ticket-quantity-value {
  min-width: 32px;
  margin-left: 10px;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--black-color);
}
.ticket-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  min-width: 60px;
}
.ticket-price-title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
  text-align: right;
  color: var(--font-color);
}
.ticket-price-value {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
  color: var(--black-color);
}

.summary {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 28px;
}
.summary-title {
  margin-right: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: var(--font-color);
}
.summary-total {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.summary-total-regular {
    position: relative;
    margin-right: 28px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: var(--black-color);
    z-index: 0;
}
.summary-total-regular::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 4px);
    height: 2px;
    background: var(--error-color);
    z-index: 1;
}
.summary-total-bundle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: var(--primary-color);
}

.summary .button-primary {
  margin-right: 32px;
}
.summary .note {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  color: var(--font-color);
}

@media screen and (max-width: 1024px) {
  .timer-inner .digits .unit {
    min-width: 100px;
  }
  .timer-inner .digits .unit .value {
    font-size: 64px;
    line-height: 56px;
  }
  .timer-inner .digits .unit .label {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .timer-wrapper > h2 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.2;
  }
  .timer-inner > p {
    margin-bottom: 12px !important;
    font-size: 16px;
  }
  .timer-inner .digits .unit {
    min-width: 60px;
  }
  .timer-inner .digits .unit:not(:last-child) {
    margin-right: 40px;
  }
  .timer-inner .digits .unit:not(:last-child)::before {
    right: -20px;
  }
  .timer-inner .digits .unit .value {
    font-size: 32px;
    line-height: 26px;
  }
  .timer-inner .digits .unit .label {
    margin-top: 8px;
    font-size: 15px;
  }
  .ticket-card {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .ticket-card-right {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 14px;
  }
  .ticket-type {
    font-size: 18px;
  }
  .ticket-description {
    margin-top: 6px;
    font-size: 14px;
  }
  .ticket-quantity {
    margin-right: 16px;
  }
  .ticket-quantity-plus, .ticket-quantity-minus {
    width: 36px;
    height: 36px;
  }
  .ticket-quantity-value {
    font-size: 20px;
  }
  .ticket-price-title {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .ticket-price-value {
    font-size: 16px;
  }
  .summary-title {
    margin-right: 12px;
    font-size: 18px;
  }
  .summary-total {
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .summary-total-regular {
    margin-right: 0;
    font-size: 18px;
    flex-shrink: 0;
  }
  .summary-total-regular::before {
    height: 1.4px;
  }
  .summary-total-bundle {
    font-size: 18px;
    flex-shrink: 0;
    margin-left: 28px;
  }
  .summary .button-primary {
    width: 100%;
    margin-right: 0;
  }
  .summary .note {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (max-width: 359px) {
  .timer-inner .digits .unit:not(:last-child) {
    margin-right: 20px;
  }
  .timer-inner .digits .unit:not(:last-child)::before {
    right: -10px;
  }
}
/***** SECTIONS GLOBAL (Widgets) *****/
.section1 {
  position: relative;
  padding-top: 52px;
  padding-bottom: 80px;
  background: var(--gray-bg);
  z-index: 0;
}
.section1-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding-bottom: 140px;
  min-height: 710px;
}
.section1-container::before {
  content: "";
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-mouse.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: floatY 1.6s ease-in-out infinite;
}
.section1-container h1 {
  max-width: 1220px;
  margin-bottom: 20px;
}
.section1-container p {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 640px;
  font-size: 18px;
}
.section1-container .timer-wrapper {
  margin-top: 56px;
}
.section1-booking {
  width: 100%;
  padding: 60px 100px;
  border-radius: 32px;
  background: var(--white-color);
}
.section1 .timer-wrapper {
  width: 616px;
  padding: 40px 24px 24px 24px;
  border-radius: 32px;
  background: rgba(10, 124, 138, 0.73);
}
.section1 .timer-wrapper > h2 {
  margin-bottom: 30px;
}
.section1 .timer-inner {
  width: 100%;
  padding: 20px 20px;
  border-radius: 24px;
  background: rgba(4, 56, 84, 0.57);
}
.section1-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.section1-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 208px;
  background: var(--white-color);
  z-index: -9;
}
.section1-bg::after {
  content: "";
  position: absolute;
  top: 207px;
  left: 0;
  right: 0;
  width: 100%;
  height: 254px;
  background: #ffffff;
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF00", GradientType=0);
  z-index: -9;
}
.section1-bg-desktop {
  display: block;
  position: absolute;
  top: 208px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1920px;
  max-width: none;
  z-index: -10;
}
.section1-bg-mobile {
  display: none;
}

@keyframes floatY {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -3px);
  }
}
@media screen and (max-width: 1024px) {
  .section1 {
    padding-top: 44px;
    padding-bottom: 60px;
  }
  .section1-container {
    padding-bottom: 0;
    margin-bottom: 32px;
    min-height: 660px;
  }
  .section1-container::before {
    display: none;
  }
  .section1-container h1 {
    max-width: 100%;
  }
  .section1-container .timer-wrapper {
    margin-top: 32px;
  }
  .section1-booking {
    padding: 24px 40px 32px 40px;
    border-radius: 24px;
  }
  .section1 .timer-wrapper {
    max-width: 100%;
    border-radius: 20px;
  }
  .section1 .timer-wrapper > h2 {
    margin-bottom: 24px;
  }
  .section1-bg::before {
    height: 320px;
  }
  .section1-bg::after {
    top: 319px;
    height: 300px;
  }
  .section1-bg-desktop {
    top: 320px;
    width: 100%;
    min-width: 1400px;
  }
}
@media screen and (max-width: 576px) {
  .section1 {
    padding-top: 36px;
    padding-bottom: 40px;
  }
  .section1-container {
    margin-bottom: 20px;
    min-height: 610px;
  }
  .section1-container::before {
    display: none;
  }
  .section1-container h1 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .section1-container p {
    width: 340px;
    max-width: calc(100% - 8px);
    font-size: 16px;
  }
  .section1-container .timer-wrapper {
    margin-top: 20px;
  }
  .section1-booking {
    padding: 12px 16px 28px;
    border-radius: 24px;
  }
  .section1 .timer-wrapper {
    padding: 14px 16px 16px;
    width: 100%;
    border-radius: 24px;
  }
  .section1 .timer-wrapper > h2 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.2;
  }
  .section1 .timer-inner {
    padding: 14px 16px 14px;
    border-radius: 16px;
  }
  .section1-bg::before {
    height: 220px;
  }
  .section1-bg::after {
    top: 219px;
    height: 240px;
  }
  .section1-bg-desktop {
    display: none;
  }
  .section1-bg-mobile {
    display: block;
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -10;
  }
}
@media screen and (max-width: 359px) {
  .section1-container {
    min-height: 540px;
  }
}
.section2 {
  padding-top: 52px;
  padding-bottom: 60px;
  background: var(--white-color);
}
.section2 .section-heading {
  max-width: 780px;
}
.section2-slider {
  width: calc(100% - 196px);
  border-radius: 24px;
}
.section2-slider .swiper-wrapper {
  border-radius: 24px;
}
.section2-slider .swiper-slide img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 24px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.section2-slider .swiper-slide h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.section2-slider .swiper-slide p {
  margin-top: 0;
  margin-bottom: 0;
}
.section2 .slider-button-prev,
.section2 .slider-button-next {
  top: 136px;
  transform: none;
}

@media screen and (max-width: 1024px) {
  .section2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 576px) {
  .section2 {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .section2 .section-heading {
    max-width: 100%;
  }
  .section2-slider {
    width: calc(100% - 32px);
    border-radius: 16px;
  }
  .section2-slider .swiper-wrapper {
    border-radius: 16px;
  }
  .section2-slider .swiper-slide {
    text-align: center;
  }
  .section2-slider .swiper-slide img {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 48px);
    height: auto;
    aspect-ratio: 25/29;
    border-radius: 16px;
  }
  .section2-slider .swiper-slide h3 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }
  .section2-slider .swiper-slide p {
    font-size: 14px;
    text-align: center;
  }
  .section2 .slider-button-prev,
.section2 .slider-button-next {
    top: 180px;
    z-index: 100;
  }
}
@media screen and (max-width: 430px) {
  .section2 .slider-button-prev,
.section2 .slider-button-next {
    top: 160px;
  }
}
@media screen and (max-width: 395px) {
  .section2 .slider-button-prev,
.section2 .slider-button-next {
    top: 130px;
  }
}
@media screen and (max-width: 360px) {
  .section2 .slider-button-prev,
.section2 .slider-button-next {
    top: 110px;
  }
}
@media screen and (max-width: 321px) {
  .section2 .slider-button-prev,
.section2 .slider-button-next {
    top: 100px;
  }
}
.section3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section3-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 85px;
}
.section3-content {
  width: calc(100% - 586px);
  padding: 52px 204px 60px 98px;
  color: var(--white-color);
  border-radius: 32px;
  background: var(--primary-color);
}
.section3-content h2 {
  margin-bottom: 28px;
  color: var(--white-color);
}
.section3-content > p {
  max-width: 560px;
  font-size: 18px;
  color: #89F2FF;
}
.section3-content .button-primary {
  margin-top: 40px;
}
.section3-list {
  margin-top: 68px;
  width: 100%;
}
.section3-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.section3-list-item:not(:last-child) {
  margin-bottom: 16px;
}
.section3-list-item img {
  display: block;
  padding: 14px;
  flex-shrink: 0;
  border: 1px solid #1CA3B4;
  border-radius: 16px;
  margin-right: 16px;
}
.section3-list-item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #89f2ff;
}
.section3-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 732px;
  height: 660px;
}
.section3-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

@media screen and (max-width: 1400px) {
  .section3-container {
    padding-bottom: 60px;
  }
  .section3-content {
    width: calc(100% - 400px);
    padding: 48px 100px 48px 60px;
  }
  .section3-list {
    margin-top: 60px;
    max-width: 580px;
  }
  .section3-image {
    width: 600px;
    height: 600px;
  }
}
@media screen and (max-width: 1300px) {
  .section3-container {
    padding-bottom: 40px;
  }
  .section3-content {
    width: calc(100% - 400px);
    padding: 48px 120px 48px 60px;
  }
  .section3-image {
    width: 480px;
    height: 540px;
  }
}
@media screen and (max-width: 1024px) {
  .section3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section3-container {
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .section3-content {
    width: 540px;
    text-align: center;
    padding: 120px 40px 40px 40px;
    border-radius: 24px;
    margin-top: -80px;
    z-index: -1;
  }
  .section3-content h2 {
    margin-bottom: 20px;
  }
  .section3-content > p {
    max-width: 100%;
  }
  .section3-content .button-primary {
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
  }
  .section3-list {
    margin-top: 36px;
  }
  .section3-list-item {
    justify-content: center;
    flex-direction: column;
  }
  .section3-list-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .section3-list-item img {
    padding: 14px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .section3-image {
    position: unset;
    right: auto;
    bottom: auto;
    width: 600px;
    height: auto;
    aspect-ratio: 360/324;
  }
  .section3-image img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section3-content {
    width: 100%;
    padding: 200px 24px 36px;
    margin-top: -164px;
  }
  .section3-content > p {
    font-size: 16px;
  }
  .section3-content .button-primary {
    margin-top: 32px;
    width: 100%;
  }
  .section3-list {
    margin-top: 32px;
  }
  .section3-list-item:not(:last-child) {
    margin-bottom: 28px;
  }
  .section3-list-item p {
    font-size: 16px;
  }
  .section3-image {
    width: calc(100% + 32px);
  }
}
.section4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #0A7C8A;
  background: -webkit-linear-gradient(180deg, rgb(10, 124, 138) 0%, rgb(15, 70, 100) 100%);
  background: -moz-linear-gradient(180deg, rgb(10, 124, 138) 0%, rgb(15, 70, 100) 100%);
  background: linear-gradient(180deg, rgb(10, 124, 138) 0%, rgb(15, 70, 100) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A7C8A", endColorstr="#0F4664", GradientType=0);
}
.section4-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
  width: 100%;
  max-width: 100%;
}
.section4-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.section4-card img {
  width: 100%;
  aspect-ratio: 464/300;
  object-fit: cover;
  border-radius: 32px;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.section4-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: var(--white-color);
}
.section4-card p {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #89f2ff;
}
.section4-card a {
  margin-top: auto;
}

@media screen and (max-width: 1024px) {
  .section4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section4-grid {
    grid-template-columns: repeat(1, 1fr);
    width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .section4-card {
    justify-content: flex-start;
  }
  .section4-card a {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .section4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section4-grid {
    width: 100%;
    gap: 44px;
  }
  .section4-card img {
    border-radius: 24px;
    margin-bottom: 20px;
  }
  .section4-card h3 {
    font-size: 18px;
  }
  .section4-card p {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .section4-card a {
    width: 100%;
  }
}
.section5 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section5-slider {
  width: calc(100% - 196px);
  border-radius: 24px;
}
.section5-slider .swiper-wrapper {
  border-radius: 24px;
}
.section5-slider .swiper-slide {
  height: auto;
}
.section5-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section5-card img {
  display: block;
  width: calc(100% - 48px);
  height: 224px;
  object-fit: cover;
  border-radius: 24px;
}
.section5-card-content {
  margin-top: -60px;
  width: 100%;
  height: calc(100% - 164px);
  padding: 86px 24px 28px 24px;
  border-radius: 24px;
  background: var(--white-color);
  z-index: -1;
}
.section5-card-content > p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
.section5-card-head {
  text-align: center;
  margin-bottom: 18px;
}
.section5-card-head h3 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black-color);
}
.section5-card-head p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  color: var(--primary-color);
}

@media screen and (max-width: 1024px) {
  .section5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 576px) {
  .section5 {
    padding-top: 36px;
    padding-bottom: 40px;
  }
  .section5 .section-heading {
    margin-bottom: 24px;
  }
  .section5-slider {
    width: 100%;
    border-radius: 16px;
  }
  .section5-slider .swiper-wrapper {
    border-radius: 16px;
  }
  .section5-card img {
    aspect-ratio: 296/224;
    border-radius: 16px;
  }
  .section5-card-content {
    margin-top: -64px;
    height: auto;
    padding: 86px 16px 24px 16px;
    border-radius: 16px;
  }
  .section5-card-content > p {
    font-size: 14px;
  }
  .section5-card-head h3 {
    font-size: 18px;
  }
  .section5-card-head p {
    font-size: 16px;
  }
  .section5 .slider-button-prev,
.section5 .slider-button-next {
    top: 140px;
    transform: none;
    z-index: 100;
  }
}
.section6 {
  position: relative;
  padding-bottom: 60px;
}
.section6 .faq-wrapper {
  width: 100%;
  margin-bottom: 80px;
  padding: 60px 100px;
  border-radius: 32px;
  background: var(--white-color);
}
.section6-wrapper {
  width: 100%;
}
.section6 .timer-wrapper {
  width: 100%;
  padding: 48px 40px;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  background: var(--primary-color);
}
.section6 .timer-wrapper > h2 {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.section6-booking {
  width: 100%;
  padding: 60px 100px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  background: var(--white-color);
}
.section6-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.section6-bg::after {
  content: "";
  position: absolute;
  top: calc(100% - 1667px);
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background: #ffffff;
  background: -webkit-linear-gradient(180deg, rgb(245, 246, 251) 0%, rgba(245, 246, 251, 0.01) 100%);
  background: -moz-linear-gradient(180deg, rgb(245, 246, 251) 0%, rgba(245, 246, 251, 0.01) 100%);
  background: linear-gradient(180deg, rgb(245, 246, 251) 0%, rgba(245, 246, 251, 0.01) 100%);
  z-index: -9;
}
.section6-bg-desktop {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2500px;
  height: 1666px;
  max-width: none;
  object-fit: cover;
  z-index: -10;
}

@media screen and (max-width: 1024px) {
  .section6 {
    padding-bottom: 48px;
  }
  .section6 .faq-wrapper {
    margin-bottom: 60px;
    padding: 48px 40px;
    border-radius: 24px;
  }
  .section6 .timer-wrapper {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
  .section6 .timer-wrapper > h2 {
    margin-bottom: 40px;
  }
  .section6-booking {
    padding: 24px 40px 32px 40px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section6 .faq-wrapper {
    margin-bottom: 24px;
    padding: 36px 16px;
  }
  .section6 .faq-wrapper .section-heading {
    margin-bottom: 24px;
  }
  .section6 .timer-wrapper {
    padding: 14px 16px 16px;
    background: rgba(10, 124, 138, 0.73);
  }
  .section6 .timer-wrapper > h2 {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.2;
  }
  .section6 .timer-inner {
    width: 100%;
    padding: 14px 16px 14px;
    border-radius: 16px;
    background: rgba(4, 56, 84, 0.57);
  }
  .section6-booking {
    padding: 12px 16px 28px;
  }
}
.payment {
  padding-top: 60px;
  padding-bottom: 60px;
}
.payment-wrapper {
  width: 100%;
  padding: 60px 40px;
  border-radius: 32px;
  background: var(--white-color);
}
.payment-wrapper h1 {
  margin-top: 0;
  margin-bottom: 56px;
  text-align: center;
}
.payment-inner {
  max-width: 100%;
  width: 708px;
  margin-left: auto;
  margin-right: auto;
}
.payment-amount-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  margin-bottom: 40px;
}
.payment-amount-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #DDDFEB 0 4px, transparent 4px 8px);
}
.payment-amount-block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #DDDFEB 0 4px, transparent 4px 8px);
}
.payment-amount-block p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.payment-amount-block p:not(:last-child) {
  margin-right: 16px;
}
.payment-amount-block p.payment-amount {
  text-align: right;
  color: var(--primary-color);
}
.payment-description {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: var(--primary-color);
}
.payment-description strong {
  font-weight: 600;
}
.payment-form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
}
.payment-form .form-input {
  width: 100%;
  margin-bottom: 40px;
}
.payment-form .button-primary {
  width: calc(50% - 12px);
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 24px;
}
.payment-form .button-secondary {
  width: calc(50% - 12px);
  padding-right: 10px;
  padding-left: 10px;
}
.payment-security {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-security-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.payment-security-info img {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 12px;
}
.payment-security-info p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: var(--font-color);
}
.payment-security-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 60px;
}
.payment-security-logos img {
  display: block;
  width: 100px;
  height: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 576px) {
  .payment {
    padding-top: 44px;
    padding-bottom: 44px;
    background: var(--white-color);
  }
  .payment-wrapper {
    border-radius: 0;
    padding: 0;
  }
  .payment-wrapper h1 {
    margin-bottom: 36px;
  }
  .payment-inner {
    width: 100%;
  }
  .payment-amount-block {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 36px;
  }
  .payment-description {
    margin-bottom: 36px !important;
  }
  .payment-form {
    margin-bottom: 16px;
  }
  .payment-form .form-input {
    margin-bottom: 36px;
  }
  .payment-form .button-primary {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .payment-form .button-secondary {
    width: 100%;
  }
  .payment-security-info {
    margin-bottom: 28px;
  }
  .payment-security-info img {
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 5px;
    background: #F5F6FB;
  }
  .payment-security-info p {
    font-size: 14px;
    line-height: 1.3;
  }
  .payment-security-logos {
    justify-content: space-between;
    gap: 12px;
  }
  .payment-security-logos img {
    width: 72px;
  }
}