@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&family=Pattaya&display=swap");

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `search field` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `text field` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.no-select {
    user-select: none;
}

/* Slick slider styles */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.hamburger {
    padding: 5px 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none;
}

@media (min-width: 1200px) {
    .hamburger {
        display: none;
    }
}

.hamburger-box {
    margin-left: 30px;
    width: 30px;
    height: 21px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    margin-top: -1.5px;
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: 9px;
    transition: opacity 0.125s 0.275s ease;
    width: 18px;
    left: 6px;
}

.hamburger-inner::after {
    bottom: -9px;
    top: 18px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-active .hamburger .hamburger-inner,
.is-active .hamburger .hamburger-inner::before,
.is-active .hamburger .hamburger-inner::after {
    background-color: #000;
}

.is-active .hamburger .hamburger-inner {
    transform: translate3d(0, 9px, 0) rotate(135deg);
    transition-delay: 0.075s;
}

.is-active .hamburger .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.is-active .hamburger .hamburger-inner::after {
    transform: translate3d(0, -18px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #212121;
    background: #fff;
    font: 16px/1.2 "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

.gm-style img {
    max-width: none;
}

.text-center {
    text-align: center;
}

.is-active .header .menu-holder {
    opacity: 1;
    visibility: visible;
}

.header {
    padding: 10px 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .header {
        padding: 15px 0;
    }


}

@media (min-width: 320px) {
    .header {
        padding: 15px 0;
    }


}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header .logo {
    width: 40px;
    display: block;
    font-size: 0;
    margin-right: 40px;
}

@media (min-width: 1200px) {
    .header .logo {
        width: 65px;
    }
}

@media (min-width: 1300px) {
    .header .logo {
        margin-right: 155px;
    }
}

.header .hamburger {
    position: relative;
    z-index: 150;
}

.header .menu-holder {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 15px 40px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.08),
    3px 6px 12px rgba(0, 0, 0, 0.10);
}

@media (min-width: 768px) {
    .header .menu-holder {
        padding: 20px 25px 40px;
    }

}

@media (min-width: 800px) {
    .header .menu-holder {
        padding: 20px 55px 40px;
    }
}

@media (min-width: 1200px) {
    .header .menu-holder {
        opacity: 1;
        visibility: visible;
        flex-grow: 3;
        position: static;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .header .menu-holder .menu li .submenu {
        display: block;
    }

    .header .menu-holder .menu li .submenu .submenu-last {
        display: block;
    }

    .arrow {
        display: block;
    }

    .arrow-mr {
        display: block;
    }
}

.header .menu-holder .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 1200px) {
    .header .menu-holder .menu {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0 0 0 -10px;
    }

    .details-item-df {
        display: flex;
        justify-content: space-between;
    }

    .details-list-mr {
        margin-right: 30px;
    }


    .info-item .image-holder .image-block img.img-object-pos {
        object-position: -90px 0;
    }


}

.info-section .image-holder .image-block img.img-object-pos {
    object-position: -75px 0;
}

.box-section .box-image img.box-image-objpos {
    object-position: -140px 0;
}

/* .box-section .box-image img.box-image-obpos {
  object-position: -320px 0px;
} */
@media (min-width: 320px) {
    .box-section .box-image img.box-image-objpos {
        object-position: -50px 0;
    }
}

@media (min-width: 768px) {
    .box-section .box-image img.box-image-objpos {
        object-position: -140px 0;
    }

    /* .box-section .box-image img.box-image-obpos {
    object-position: -202px 0px;
  } */
}

.check-time-section .check-time-info .col-black {
    color: #000;
}

.check-time-section .check-time-info .col-black {
    color: #000;
    margin-bottom: 20px;
}


/*  //////////custom styles\\\\\\\\\ */


.hero-banner .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

@media (min-width: 768px) {
    .hero-banner .image-holder img {
        object-position: center top;
    }
}

.box-section .box-image .img-objpos {
    object-position: 50% 0;
}


.mobile-trigger {
    display: block;
    cursor: pointer;
}

.link-w {
    width: 255px;
}


.mobile-trigger.active {
    /* display: block; */
    z-index: 50;
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}


.mobile-trigger:not(.active) {
    display: none;
}


.submenu-last li:last-child {
    margin-bottom: 25px;
}

.arrow-mr {
    margin-right: 15px;
}


.header .menu-holder .menu .submenu li {
    padding-bottom: 0;
    margin-bottom: -5px;
    margin-left: 0;
    transition: .3s linear;
}

.arrow {
    position: relative;
    margin-right: 20px;
}

.menu_arrow {
    transform: rotate(-180deg);
}

.mobile-trigger:hover .menu-arrow {
    transform: rotate(-0deg);
}

.arrow:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(/img/arrow-bottom.svg);
    transform: rotate(-180deg);
    background-repeat: no-repeat;
    top: -2px;
    right: -5px;
    cursor: pointer;
    transition: all .3s;
}

.arrow:hover:after {
    transform: rotate(-0deg);
    top: 7px;
}

.submenu-arrow {
    position: relative;
    margin-right: 20px;
}

.submenu-arrow:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(/img/arrow-bottom.svg);
    transform: rotate(-180deg);
    background-repeat: no-repeat;
    top: 7px;
    left: -20px;
    transition: all .3s;
}

.submenu-arrow:hover:after {
    transform: rotate(-0deg);
    top: 7px;
}


.arrow .submenu-last li:first-child {
    padding-top: 20px;
}

.header .menu-holder .menu .submenu .submenu-arrow:after {
    top: -4px;
}

.header .menu-holder .menu .submenu .submenu-arrow:hover:after {
    top: 7px;
}


.submenu-arrow:hover .submenu-last {
    background-color: #fff;
}

.header .menu-holder .menu .submenu .submenu-last:hover {
    background-color: #fff;
    z-index: 154645645;
}

.header .menu-holder .menu .submenu li {
    margin-bottom: 15px;
}

.submenu-last li a {
    margin-bottom: -50px;
}


.submenu li a {
    margin-bottom: 5px;
}

.submenu-last li {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}


.header .menu-holder .menu li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
}

.header .menu-holder .menu li {
    margin: 0 0 15px;
}

.header .menu-holder .menu .submenu {
    max-width: 120px;
    width: 120px;
    position: absolute;
    list-style: none;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: 0.3s linear;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    padding-top: 25px;
    padding-bottom: 1px;
    padding-left: 35px;
}

@media (min-width: 1200px) {
    .header .menu-holder .menu .submenu .submenu-last {
        position: absolute;
        left: 113%;
        top: -10px;
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        display: none;
        max-width: 360px;
        width: 360px;
        list-style: none;
        padding: 0;
        transition: linear .3s;
        z-index: 1;
    }

}

@media (max-width: 1200px) {
    .check-time-section .check-time-info .col-black {
        color: #000;
    }

    .header .menu-holder .menu .submenu .submenu-last {
        position: absolute;
        left: 113%;
        top: -10px;
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        display: none;
        max-width: 360px;
        width: 360px;
        list-style: none;
        padding: 0;
        transition: linear .3s;
        z-index: 1;
    }

}

@media (max-width: 1199px) {
    .header .menu-holder .menu .submenu {
        opacity: 1;
        position: relative;
        z-index: 15050;
        visibility: visible;
        box-shadow: none;
        transition: none;
        transform: rotateX(0deg);
    }

    .submenu-arrow:after {
        top: -2px;
    }

    .header .menu-holder .menu .submenu .submenu-last {
        position: absolute !important;
        left: 95%;
        top: -10px;
        background-color: #fff;
        box-shadow: none;
        display: block;
        max-width: 200px;
        width: 200px;
        list-style: none;
        padding: 0;
        transition: none;
        z-index: 1;

    }

    .header .menu-holder .menu .submenu .submenu-last li {
        padding-left: 0;
    }

    .header .menu-holder .menu .submenu {
        padding-left: 0;
    }

    .header .menu-holder .menu li:hover > .submenu {
        padding-bottom: 50px;
    }


    .arrow:after {
        left: 75px;
    }

    *,
    *:before,
    *:after {
        box-sizing: inherit;
    }

    .header .menu-holder .menu li:hover > .submenu .submenu-last-sum {
        /* padding-bottom: 75px; */
        position: absolute;
        top: -100px;
    }

    .header .menu-holder .menu li:hover > .submenu .submenu-last-pb {
        padding-bottom: 100px;
    }

    .header .menu-holder .menu li:hover > .submenu {
        padding-bottom: 40px;
    }

    .arrow .submenu-last li:first-child {
        padding-top: 10px;
    }

    .submenu li a {
        margin-bottom: 10px;
    }

    .submenu-arrow:after {
        display: none;

    }

    .submenu-arrow {
        list-style: none;
    }

    .item-flexdir {
        display: flex;
        flex-direction: column-reverse;
    }


    .included-price-section .included-price-image .image-objpos-b {
        object-position: bottom;
    }

    .included-price-section .included-price-image .image-objpos-c {
        object-position: center;
    }

}

.mb-none {
    margin-bottom: -120px !important;
}


.box-section .box-image img.self-study-op {
    object-position: 0 85%;
}

.box-section .box-image img.box-image-obje_pos {
    object-position: 85% 0;
}

.check-time-section .check-time-footer p.transfer-mb {
    display: block;
    margin-bottom: 50px;
}

/*  //////////custom styles\\\\\\\\\ */

@media (min-width: 1200px) {
    .header .menu-holder .menu li {
        margin: 0 10px;
    }
}

.header .menu-holder .menu a {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.07em;
    text-decoration: none;
    color: #212121;
    display: inline-block;
    position: relative;
}

.header .menu-holder .menu a:hover:before,
.header .menu-holder .menu a:hover:after {
    opacity: 1;
    visibility: visible;
}

.border-n .menu a:before {
    background: #000;
}

.header .menu-holder .menu a:before,
.header .menu-holder .menu a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    background: #30EADA;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.header .menu-holder .menu a:after {
    filter: blur(2px);
}

.header .contact-holder {
    display: flex;
    align-items: center;
}

.header .contact-block {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
}

@media (min-width: 768px) {
    .header .contact-block {
        margin: 0 0 0 0;
    }

}

@media (min-width: 1200px) {
    .header .contact-block li {
        margin-right: 30px;
    }
}

.header .contact-block .phone {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .header .contact-block .phone {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.07em;
        text-decoration: none;
        color: #212121;
    }

    .header .contact-block {
        margin-bottom: 0;
        margin-right: -30px;
    }
}

.header .contact-block .phone .icon {
    display: block;
    font-size: 0;
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .header .contact-block .phone .icon {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1200px) {
    .header .contact-block .phone .icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
}

.header .contact-block .phone svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header .contact-block .btn {
    padding: 10px 39px;
}

.footer {
    padding: 25px 0;
    background: #BCFFF9;
    border-top: 2px solid #22CCBD;
}

@media (min-width: 768px) {
    .footer {
        padding: 30px 0;
    }
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .footer-top {
        margin-bottom: 30px;
    }
}

.footer-top h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .footer-top h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}

.footer-top a {
    color: inherit;
    text-decoration: none;
}

.footer-top a:hover {
    text-decoration: underline;
}

.footer-info {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .footer-info {
        text-align: left;
        padding-right: 50%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .footer-info {
        margin-bottom: 0;
        padding-right: 20px;
        max-width: 30%;
    }
}

.footer-info .footer-logo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.35;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .footer-info .footer-logo-holder {
        justify-content: flex-start;
        margin-bottom: 15px;
        font-size: 14px;
    }
}

.footer-info .footer-logo-holder img {
    width: 40px;
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .footer-info .footer-logo-holder img {
        width: 65px;
        margin-right: 30px;
    }
}

.footer-info .text-block {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.33;
}

@media (min-width: 1200px) {
    .footer-info .text-block {
        font-size: 14px;
    }
}

.footer-directions {
    width: 100%;
    max-width: 50%;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.33;
}

@media (min-width: 768px) {
    .footer-directions {
        max-width: 33.333%;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .footer-directions {
        max-width: 23.333%;
        padding-right: 20px;
    }
}

.footer-directions ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.footer-contacts {
    width: 100%;
    max-width: 50%;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.33;
}

@media (min-width: 768px) {
    .footer-contacts {
        max-width: 33.333%;
        display: flex;
        justify-content: space-between;
        text-align: left;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .footer-contacts {
        max-width: 23.333%;
        padding-right: 20px;
    }
}

.footer-contacts ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-contacts .contacts-holder {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .footer-contacts .contacts-holder {
        margin-bottom: 0;
    }
}

.footer-contacts .contacts li {
    margin-bottom: 6px;
    padding-right: 27px;
    position: relative;
}

@media (min-width: 768px) {
    .footer-contacts .contacts li {
        margin-bottom: 11px;
        padding-right: 0;
        padding-left: 28px;
    }
}

@media (min-width: 1200px) {
    .footer-contacts .contacts li {
        padding-left: 29px;
    }
}

.footer-contacts .contacts li:last-child {
    margin-bottom: 0;
}

.footer-contacts .contacts li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (min-width: 768px) {
    .footer-contacts .contacts li:after {
        left: 0;
        right: auto;
        width: 17px;
        height: 17px;
    }
}

@media (min-width: 1200px) {
    .footer-contacts .contacts li:after {
        width: 18px;
        height: 18px;
    }
}

.footer-contacts .contacts li.phone:after {
    background-image: url("/img/icon-phone.svg");
}

.footer-contacts .contacts li.mail:after {
    background-image: url("/img/icon-mail.svg");
}

@media (min-width: 1200px) {
    .social-links-holder {
        max-width: 23.333%;
    }
}

.social-links-holder ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-links-holder .social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .social-links-holder .social-links {
        justify-content: flex-start;
    }
}

.social-links-holder .social-links li {
    margin: 0 6px;
}

.social-links-holder .social-links li:last-child {
    margin-right: 0;
}

.social-links-holder .social-links li:first-child {
    margin-left: 0;
}

.social-links-holder .social-links img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .social-links-holder .social-links img {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 1200px) {
    .social-links-holder .social-links img {
        width: 22px;
        height: 22px;
    }
}

.social-links-holder .social-links a {
    display: block;
}

.social-links-holder .social-links a:hover {
    transform: scale(1.1);
}

.footer-bottom {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 1.333;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-bottom {
        font-size: 14px;
        font-weight: 400;
    }
}

.footer-bottom a {
    color: inherit;
    display: inline-block;
}

.footer-bottom a:hover {
    text-decoration: none;
}

.footer-bottom ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .footer-bottom ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.footer-bottom ul li {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .footer-bottom ul li {
        order: 5;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .footer-bottom ul li:first-child {
        order: 10;
    }
}

.footer-bottom ul li:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .footer-bottom ul li:last-child {
        order: 7;
    }
}

.page-holder {
    overflow-x: hidden;
    overflow-y: visible;
    padding-top: 60px;
}

@media (min-width: 768px) {
    .page-holder {
        padding-top: 70px;
    }
}

@media (min-width: 1200px) {
    .page-holder {
        padding-top: 95px;
    }
}

.container {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container {
        padding: 0 25px;
    }
}

@media (min-width: 800px) {
    .container {
        padding: 0 55px;
    }
}

a {
    transition: 0.3s;
}

.text-blue {
    color: #30EADA;
}

.text-grey {
    color: #9A9A9A;
}

.btn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #212121;
    line-height: 1.333;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 12px 11px;
    background: #30EADA;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 5px 10px #A6ABBD;
    transition: 0.3s;
    border: none;
}

@media (min-width: 768px) {
    .btn {
        font-size: 15px;
        padding: 15px 32px;
    }
}

@media (min-width: 1200px) {
    .btn {
        font-size: 18px;
        padding: 18px 62px;
    }
}

.btn:hover {
    box-shadow: 0 0 0 #A6ABBD;
}

@media (min-width: 1200px) {
    .d-none {
        display: none !important;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .t-none {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .m-none {
        display: none !important;
    }
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.phone-fixed {
    z-index: 99;
    position: fixed;
    bottom: 105px;
    right: 85px;
}

@media (min-width: 768px) {
    .phone-fixed {
        right: 85px;
        bottom: 100px;
    }
}

@media (min-width: 800px) {
    .phone-fixed {
        right: 85px;
        bottom: 100px;
    }
}

@media (min-width: 1500px) {
    .phone-fixed {
        bottom: 100px;
        right: calc(50vw - 710px);
    }
}

.phone-fixed a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #30EADA;
    box-shadow: 0 4px 10px rgba(21, 224, 188, 0.45);
    font-size: 0;
    padding: 11px;
}

@media (min-width: 768px) {
    .phone-fixed a {
        width: 65px;
        height: 65px;
        padding: 19px;
    }
}

@media (min-width: 1200px) {
    .phone-fixed a {
        width: 85px;
        height: 85px;
        padding: 25px;
    }
}

.phone-fixed a svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-holder-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 50px;
}

.btn-holder-documents {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 30px;
}

.btn-holder-documents a {
    min-width: 150px;
}

@media (min-width: 768px) {
    .btn-holder-documents {
        justify-content: flex-end;
        gap: 2.5rem;
    }

    .btn-holder-documents a {
        min-width: 200px;
    }
}

@media (min-width: 1200px) {
    .btn-holder-documents a {
        min-width: 300px;
    }
}

.section {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .section {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .section {
        margin-bottom: 120px;
    }
}

.section .header-section {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .section .header-section {
        margin: 0 0 60px;
    }
}

@media (min-width: 1200px) {
    .section .header-section {
        margin: 0 0 80px;
    }
}

.section .label-section {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 1.35;
    margin-bottom: 10px;
    display: block;
}

@media (min-width: 768px) {
    .section .label-section {
        font-size: 20px;
        letter-spacing: 0.06em;
    }
}

@media (min-width: 1200px) {
    .section .label-section {
        font-size: 25px;
    }
}

.section .title-section {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0.07em;
    line-height: 1.35;
    margin: 0;
}

@media (min-width: 768px) {
    .section .title-section {
        font-size: 30px;
        letter-spacing: 0.06em;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .section .title-section {
        font-size: 55px;
        margin: 0;
    }
}

.hero-banner {
    margin-bottom: 90px;
    height: 300px;
    position: relative;
    color: #fff;
    padding: 15px 0 20px;
    display: flex;
    flex-direction: column;
    user-select: none;
}

@media (min-width: 768px) {
    .hero-banner {
        margin-bottom: 170px;
        height: 590px;
        padding: 30px 0;
    }
}

@media (min-width: 1200px) {
    .hero-banner {
        margin-bottom: 180px;
        height: 670px;
        padding: 60px 0 50px;
    }
}

.hero-banner .image-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 5;
}


.hero-banner .image-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner .image-holder:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.2;
    z-index: 7;
}

.hero-banner .label-block {
    position: relative;
    z-index: 10;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.333;
}

@media (min-width: 768px) {
    .hero-banner .label-block {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .hero-banner .label-block {
        font-size: 18px;
    }
}

.hero-banner .label-block span:first-child:after {
    content: "";
    width: 40px;
    height: 2px;
    margin: 0 11px 0 15px;
    display: inline-block;
    vertical-align: middle;
    background: #30EADA;
}

@media (min-width: 768px) {
    .hero-banner .label-block span:first-child:after {
        width: 60px;
        margin: 0 15px 0 20px;
    }
}

@media (min-width: 1200px) {
    .hero-banner .label-block span:first-child:after {
        margin: 0 6px 0 10px;
    }
}

.hero-banner .title-block {
    position: relative;
    z-index: 10;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    flex-grow: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px;
    font-family: "Pattaya", "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-banner .title-block {
        font-size: 40px;
        padding: 50px 0 10px;
    }
}

@media (min-width: 1200px) {
    .hero-banner .title-block {
        font-size: 70px;
    }
}

.hero-banner .info-list-block {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0 -15px;
}

@media (min-width: 1400px) {
    .hero-banner .info-list-block {
        margin: 0 -30px;
    }
}

.hero-banner .info-list-block li {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .hero-banner .info-list-block li {
        padding: 0 10px;
    }
}

@media (min-width: 1024px) {
    .hero-banner .info-list-block li {
        padding: 0 15px;
    }
}

@media (min-width: 1400px) {
    .hero-banner .info-list-block li {
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    .hero-banner .info-list-block li:first-child {
        min-width: 225px;
    }
}

@media (min-width: 1400px) {
    .hero-banner .info-list-block li:first-child {
        min-width: 385px;
    }
}

@media (min-width: 768px) {
    .hero-banner .info-list-block li:last-child {
        min-width: 205px;
    }
}

@media (min-width: 1400px) {
    .hero-banner .info-list-block li:last-child {
        min-width: 330px;
    }
}

.hero-banner .info-list-block a {
    font-size: 14px;
    line-height: 1.333;
    letter-spacing: 0.07em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
    position: relative;
}

@media (min-width: 768px) {
    .hero-banner .info-list-block a {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    .hero-banner .info-list-block a {
        font-size: 25px;
        padding-left: 80px;
    }
}

.hero-banner .info-list-block a:hover {
    color: #30EADA;
}

.hero-banner .info-list-block a:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

@media (min-width: 1400px) {
    .hero-banner .info-list-block a:before {
        width: 50px;
        height: 50px;
    }
}

.hero-banner .info-list-block a.map-block:before {
    background-image: url("/img/map.svg");
}

@media (min-width: 1400px) {
    .hero-banner .info-list-block a.map-block:before {
        width: 63px;
        height: 57px;
    }
}

.hero-banner .info-list-block a.location-block:before {
    background-image: url("/img/map-pin.svg");
    width: 23px;
    height: 28px;
}

@media (min-width: 1400px) {
    .hero-banner .info-list-block a.location-block:before {
        width: 53px;
        height: 64px;
    }
}

.hero-banner .info-list-block a.video-block:before {
    background-image: url("/img/play-circle.svg");
}

.column-box-section {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .column-box-section {
        margin-bottom: 100px;
        display: flex;
    }
}

@media (min-width: 1200px) {
    .column-box-section {
        margin-bottom: 115px;
    }
}

.column-box-section .text-holder {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .column-box-section .text-holder {
        margin-bottom: 0;
        max-width: 50%;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .column-box-section .text-holder {
        padding-right: 110px;
    }
}

.column-box-section .title-section {
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .column-box-section .title-section {
        margin-bottom: 30px;
    }
}

.column-box-section .text-block {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.07em;
    color: #878787;
    margin-bottom: 30px;
}

.text-block {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.07em;
    color: #878787;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .column-box-section .text-block {
        font-size: 17px;
        margin-bottom: 50px;
    }

    .text-block {
        font-size: 17px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .column-box-section .text-block {
        font-size: 25px;
        padding-right: 60px;
    }

    .text-block {
        font-size: 25px;
        padding-right: 60px;
    }
}

.column-box-section .text-block p {
    margin: 0 0 15px;
}

.text-block p {
    margin: 0 0 15px;
}

.column-box-section .text-block p:last-child {
    margin-bottom: 0;
}

.text-block p:last-child {
    margin-bottom: 0;
}

.column-box-section .box-holder {
    position: relative;
    padding: 10px 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

@media (min-width: 768px) {
    .column-box-section .box-holder {
        padding: 30px 0 20px 10px;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .column-box-section .box-holder {
        padding: 50px 0 30px 10px;
    }
}

.column-box-section .box-holder:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -9999px;
    left: calc(50% + 7px);
    z-index: 0;
    background: #B7FFEA;
    border-radius: 60px 0 0 0;
}

@media (min-width: 768px) {
    .column-box-section .box-holder:after {
        left: 70px;
    }
}

@media (min-width: 1200px) {
    .column-box-section .box-holder:after {
        left: 110px;
        border-radius: 100px 0 0 0;
    }
}

.column-box-section .box-holder .box-item {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: calc(50% - 8px);
    margin-bottom: 20px;
    padding: 10px 5px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

@media (min-width: 768px) {
    .column-box-section .box-holder .box-item {
        padding: 15px 10px;
    }
}

@media (min-width: 1200px) {
    .column-box-section .box-holder .box-item {
        padding: 30px 40px 30px 20px;
    }
}

.column-box-section .box-holder .box-item .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .column-box-section .box-holder .box-item .image {
        width: 90px;
        height: 90px;
        margin-bottom: 24px;
    }
}

.column-box-section .box-holder .box-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column-box-section .box-holder .box-item .title {
    margin: 0 0 5px;
    font-size: 14px;
    letter-spacing: 0.07em;
    font-weight: 600;
    color: #212121;
    line-height: 1.35;
}

@media (min-width: 768px) {
    .column-box-section .box-holder .box-item .title {
        margin: 0 0 10px;
    }
}

@media (min-width: 1200px) {
    .column-box-section .box-holder .box-item .title {
        font-size: 22px;
    }
}

.column-box-section .box-holder .box-item .text {
    color: #878787;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 1.333;
}

@media (min-width: 1200px) {
    .column-box-section .box-holder .box-item .text {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .box-section .box-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
}

.box-section .box-item {
    width: 100%;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .box-section .box-item {
        max-width: 50%;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .box-section .box-item {
        max-width: 33.333%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .box-section .box-item:nth-child(2n) .box-image {
        order: -1;
        margin: 0 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .box-section .box-item:nth-child(2n) .box-text {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .box-section .box-item:nth-child(3n-1) .box-image {
        order: -1;
        margin: 0 0 30px;
    }
}

@media (min-width: 1200px) {
    .box-section .box-item:nth-child(3n-1) .box-text {
        margin-bottom: 0;
    }
}

.box-section .btn-holder {
    text-align: center;
    padding-bottom: 15px;
}

.box-section .btn-holder .btn {
    min-width: 144px;
}

.box-section .box-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.36;
    margin: 0 0 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .box-section .box-title {
        font-size: 25px;
        margin: 0 0 17px;
        letter-spacing: 0.06em;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .box-section .box-title {
        margin: 0 0 10px;
    }
}

.box-section .box-text {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.07em;
    margin: 0 0 20px;
    text-align: center;
    line-height: 1.375;
}

@media (min-width: 768px) {
    .box-section .box-text {
        text-align: left;
        font-size: 16px;
        letter-spacing: 0.06em;
        margin: 0 0 30px;
    }
}

@media (min-width: 1200px) {
    .box-section .box-text {
        font-size: 20px;
    }
}

.box-section .box-image {
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
    padding-top: 89%;
    position: relative;
}

@media (min-width: 768px) {
    .box-section .box-image {
        padding-top: 130%;
    }
}

@media (min-width: 1200px) {
    .box-section .box-image {
        padding-top: 120%;
    }
}

.box-section .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}

.tab-section {
    margin-bottom: 95px;
}

@media (min-width: 768px) {
    .tab-section {
        margin-bottom: 138px;
    }
}

@media (min-width: 1200px) {
    .tab-section {
        margin-bottom: 120px;
    }
}

.tab-section .header-section {
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .tab-section .header-section {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .tab-section .header-section {
        margin-bottom: 80px;
    }
}

.tab-section .tabset {
    list-style-type: none;
    padding: 0 0 16px;
    margin: 0 0 31px;
    position: relative;
    transform: translate(0, 0);
}

@media (min-width: 768px) {
    .tab-section .tabset {
        margin: 0 0 36px;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .tab-section .tabset {
        margin: 0 0 51px;
    }
}

.tab-section .tabset:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(135, 135, 135, 0.5);
}

.tab-section .tabset li {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .tab-section .tabset li {
        margin-bottom: 0;
        width: 100%;
        max-width: 36%;
    }
}

@media (min-width: 1200px) {
    .tab-section .tabset li {
        max-width: 40%;
    }
}

@media (min-width: 1300px) {
    .tab-section .tabset li {
        max-width: 32%;
        margin-right: 18%;
    }
}

.tab-section .tabset li:last-child {
    margin-bottom: 0;
}

.tab-section .tabset li:nth-child(2) button.active:after {
    left: 50%;
    right: 0;
}

@media (min-width: 768px) {
    .tab-section .tabset li:nth-child(2) button.active:after {
        left: 0;
    }
}

.tab-section .tabset button {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.07em;
    color: #878787;
    opacity: 0.4;
    text-decoration: none;
    line-height: 1.33;
    padding: 0 0 0 50px;
    display: block;
    width: 100%;
    position: relative;
    border: none;
    background: transparent;
    text-align: left;
}

@media (min-width: 768px) {
    .tab-section .tabset button {
        font-size: 20px;
        padding: 0 0 31px 88px;
    }
}

@media (min-width: 1200px) {
    .tab-section .tabset button {
        font-size: 35px;
        padding: 0 0 50px 110px;
    }
}

.tab-section .tabset button.active {
    font-size: 18px;
    opacity: 1;
    color: #212121;
}

@media (min-width: 768px) {
    .tab-section .tabset button.active {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .tab-section .tabset button.active {
        font-size: 35px;
    }
}

.tab-section .tabset button.active span {
    font-size: 25px;
}

@media (min-width: 768px) {
    .tab-section .tabset button.active span {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .tab-section .tabset button.active span {
        font-size: 55px;
    }
}

.tab-section .tabset button.active:after {
    content: "";
    position: fixed;
    bottom: -1px;
    height: 4px;
    left: 0;
    right: 50%;
    background: #30EADA;
    z-index: 10;
}

@media (min-width: 768px) {
    .tab-section .tabset button.active:after {
        position: absolute;
        right: 0;
    }
}

.tab-section .tabset button span {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    font-size: 17px;
}

@media (min-width: 768px) {
    .tab-section .tabset button span {
        top: calc(50% - 15px);
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .tab-section .tabset button span {
        font-size: 55px;
        top: calc(50% - 25px);
    }
}

.time-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) {
    .time-list {
        flex-direction: row;
        justify-content: space-between;
        padding: 60px 45px;
    }
}

@media (min-width: 1200px) {
    .time-list {
        padding: 100px 110px;
    }
}

.time-list:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 3px;
    background: repeating-linear-gradient(#878787, #878787 8px, rgba(135, 135, 135, 0) 8px, rgba(135, 135, 135, 0) 13px);
    opacity: 0.5;
}

@media (min-width: 768px) {
    .time-list:after {
        left: 50px;
        right: 50px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: auto;
        height: 3px;
        background: repeating-linear-gradient(90deg, #878787, #878787 12px, rgba(135, 135, 135, 0) 12px, rgba(135, 135, 135, 0) 20px);
    }
}

@media (min-width: 1200px) {
    .time-list:after {
        left: 115px;
        right: 115px;
    }
}

.time-list li {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-bottom: 40px;
    background: #30EADA;
    border: 3px solid #212121;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.33;
    position: relative;
}

@media (min-width: 768px) {
    .time-list li {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .time-list li {
        font-size: 25px;
    }
}

.time-list li:last-child {
    margin-bottom: 0;
}

.time-list li:nth-child(2n) span {
    right: auto;
    left: calc(100% + 20px);
    text-align: left;
}

@media (min-width: 768px) {
    .time-list li:nth-child(2n) span {
        bottom: auto;
        top: calc(100% + 20px);
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .time-list li:nth-child(2n) span {
        top: calc(100% + 30px);
    }
}

.time-list li span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50vw - 50px);
    right: calc(100% + 20px);
    text-align: right;
}

@media (min-width: 768px) {
    .time-list li span {
        bottom: calc(100% + 20px);
        top: auto;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .time-list li span {
        bottom: calc(100% + 30px);
    }
}

.info-section .info-item {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .info-section .info-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .info-section .info-item:nth-child(even) {
        flex-direction: row-reverse;
    }
}

@media (min-width: 768px) {
    .info-section .info-item:nth-child(even) .image-holder .image-block {
        margin: 0 -60px 0 -120px;
    }
}

@media (min-width: 1200px) {
    .info-section .info-item:nth-child(even) .image-holder .image-block {
        margin: 0 calc(650px - 50vw) 0 -158px;
    }
}

@media (min-width: 768px) {
    .info-section .info-item:nth-child(even) .image-holder .image-block img {
        right: auto;
        left: 0;
    }
}

.info-section .info-item:last-child {
    margin-bottom: 0;
}

.info-section .image-holder {
    width: 100%;
    margin-bottom: 20px;
    font-size: 0;
}

@media (min-width: 768px) {
    .info-section .image-holder {
        max-width: calc(50% - 15px);
        margin-bottom: 0;
    }
}

.info-section .image-holder .image-block {
    position: relative;
    padding-top: 93%;
}

@media (min-width: 768px) {
    .info-section .image-holder .image-block {
        padding-top: 0;
        height: 366px;
        margin: 0 -120px 0 -60px;
    }
}

@media (min-width: 1200px) {
    .info-section .image-holder .image-block {
        height: 580px;
        padding-top: 51.9%;
        margin: 0 -158px 0 calc(650px - 50vw);
    }
}

.info-section .image-holder .image-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    max-width: 1118px;
}

@media (min-width: 768px) {
    .info-section .image-holder .image-block img {
        left: auto;
        right: 0;
    }
}

.info-section .text-holder {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .info-section .text-holder {
        max-width: calc(50% - 15px);
        padding: 22px;
    }
}

@media (min-width: 1200px) {
    .info-section .text-holder {
        padding: 35px;
    }
}

.info-section .text-holder:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(168.53deg, rgba(48, 234, 218, 0.9) 0%, rgba(91, 228, 215, 0.5) 100%);
    backdrop-filter: blur(2px);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.08),
    3px 6px 12px rgba(0, 0, 0, 0.10);
}

@media (max-width: 768px) {
    .info-section .text-holder:after {
        box-shadow: none;
    }
}

.info-section .text-holder .title-block {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.35;
}

@media (min-width: 768px) {
    .info-section .text-holder .title-block {
        margin: 0 0 10px;
        font-size: 19px;
    }
}

@media (min-width: 1200px) {
    .info-section .text-holder .title-block {
        font-size: 35px;
    }
}

.info-section .text-holder .text-block {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.35;
}

@media (min-width: 768px) {
    .info-section .text-holder .text-block {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .info-section .text-holder .text-block {
        font-size: 20px;
    }
}

.banner {
    background: #BCFFF9;
    border-radius: 10px;
    margin: 0 0 90px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .banner {
        display: flex;
        width: 100%;
        max-width: 690px;
        margin: 135px auto 100px;
        overflow: visible;
    }
}

@media (min-width: 1200px) {
    .banner {
        max-width: 1289px;
        margin-bottom: 120px;
        margin-top: 170px;
    }
}

.banner:before,
.banner:after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    background-position: 50%;
    background-size: 32px;
    background-repeat: no-repeat;
    background-image: url("/img/banner-icon-01.png");
}

@media (min-width: 768px) {

    .banner:before,
    .banner:after {
        width: 65px;
        height: 65px;
        background-color: #fff;
        border: 2px solid rgba(48, 234, 218, 0.3);
        border-radius: 50%;
    }
}

@media (min-width: 1200px) {

    .banner:before,
    .banner:after {
        width: 100px;
        height: 100px;
        background-size: 50px;
    }
}

.banner:before {
    top: 0;
    left: 0;
    transform: translate(-25%, -25%) rotate(45deg);
}

@media (min-width: 768px) {
    .banner:before {
        transform: translate(-50%, -50%);
    }
}

.banner:after {
    bottom: 0;
    right: 0;
    transform: translate(15%, 15%) rotate(-45deg);
}

@media (min-width: 768px) {
    .banner:after {
        display: none;
    }
}

.banner.banner-three:before,
.banner.banner-three:after {
    background-image: url("/img/banner-icon-03.png");
}

.banner.banner-second, .banner.banner-third {
    background: #34CEA5;
    color: #212121;
}

.banner.banner-second:before, .banner.banner-second:after {
    background-image: url("/img/banner-icon-03.png");
}

.banner.banner-second.banner-ua:before, .banner.banner-second.banner-ua:after {
    background-image: url("/img/banner-icon-02.png");
}

.banner.banner-third::before, .banner.banner-third::after {
    background-image: url("/img/poland-flag-icon.png");
    background-size: 65%;
}

@media (min-width: 768px) {
    .banner.banner-second .image-holder:after,
    .banner.banner-third .image-holder:after {
        left: calc(100% - 80px);
        background-image: url("/img/banner-decor-03.png");
    }
}

@media (min-width: 1200px) {
    .banner.banner-second .image-holder:after,
    .banner.banner-third .image-holder:after {
        left: calc(100% - 184px);
    }
}

.banner.banner-second .text-holder p a {
    background: #ED2914;
    color: #fff;
    padding: 0 10px;
}

.banner.banner-third .text-holder p a {
    background: #ED2914;
    color: #fff;
    padding: 0 10px;
}

.banner.banner-second .btn, .banner.banner-third .btn {
    background: #fff;
    box-shadow: 0 5px 10px rgba(48, 234, 218, 0.6);
}

.banner.banner-second .btn:hover, .banner.banner-third .btn:hover {
    box-shadow: 0 5px 10px rgba(48, 234, 218, 0.6);
}

.banner.banner-blue {
    background: #327CEB;
    color: #EAE330;
}

.banner.banner-blue:before,
.banner.banner-blue:after {
    background-image: url("/img/banner-icon-02.png");
}

@media (min-width: 768px) {

    .banner.banner-blue:before,
    .banner.banner-blue:after {
        border: 2px solid rgba(50, 124, 235, 0.3);
    }
}

.banner.banner-blue:before {
    transform: translate(-25%, -25%) rotate(45deg);
}

@media (min-width: 768px) {
    .banner.banner-blue:before {
        transform: translate(-50%, -50%);
    }
}

.banner.banner-blue:after {
    transform: translate(25%, 25%) rotate(45deg);
}

@media (min-width: 768px) {
    .banner.banner-blue:after {
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) {
    .banner.banner-blue .text-holder {
        max-width: 60%;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .banner.banner-blue .text-holder {
        max-width: 55.5%;
    }
}

@media (min-width: 1200px) {
    .banner.banner-blue .text-holder p {
        font-size: 25px;
    }
}

.banner.banner-blue .text-holder p a {
    background: #FFDF33;
    color: #212121;
}

@media (min-width: 768px) {
    .banner.banner-blue .image-holder {
        max-width: 40%;
        margin-left: -60px;
    }
}

@media (min-width: 1200px) {
    .banner.banner-blue .image-holder {
        max-width: 44.5%;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .banner.banner-blue .image-holder:after {
        left: calc(100% - 50px);
        background-image: url("/img/banner-decor-02.png");
    }
}

@media (min-width: 1200px) {
    .banner.banner-blue .image-holder:after {
        left: calc(100% - 184px);
    }
}

.banner.banner-blue .btn {
    background: #FFDF33;
    box-shadow: 0 5px 10px rgba(255, 223, 51, 0.6);
}

.banner.banner-blue .btn:hover {
    box-shadow: 0 0 0 rgba(255, 223, 51, 0.6);
}

.banner .text-holder {
    padding: 35px;
    text-align: center;
}

@media (min-width: 768px) {
    .banner .text-holder {
        width: 100%;
        max-width: 55.5%;
        padding: 42px 49px 42px 43px;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .banner .text-holder {
        padding: 50px 50px 20px 100px;
    }
}

.banner .text-holder p {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.333;
}

@media (min-width: 768px) {
    .banner .text-holder p {
        margin-bottom: 40px;
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .banner .text-holder p {
        font-size: 24px;
    }
}

@media (min-width: 1400px) {
    .banner .text-holder p {
        font-size: 30px;
        margin-bottom: 55px;
    }
}

@media (min-width: 768px) {
    .banner .text-holder p br {
        display: none;
    }
}

.banner .text-holder p a {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    padding: 4px;
    border-radius: 10px;
    background: #fff;
    color: #30EADA;
    text-decoration: none;
    font-weight: 700;
}

@media (min-width: 768px) {
    .banner .text-holder p a {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }
}

.banner .image-holder {
    display: none;
}

@media (min-width: 768px) {
    .banner .image-holder {
        display: block;
        width: 100%;
        max-width: 44.5%;
        position: relative;
    }
}

@media (min-width: 768px) {
    .banner .image-holder:after {
        content: "";
        width: 300px;
        height: 320px;
        position: absolute;
        top: 10px;
        left: calc(100% - 77px);
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-image: url("/img/banner-decor.png");
    }
}

@media (min-width: 1200px) {
    .banner .image-holder:after {
        left: calc(100% - 184px);
    }
}

.banner .image-holder .image-block {
    padding-top: 249px;
    width: 250px;
    position: relative;
    border-radius: 300px 10px 10px 10px;
    overflow: hidden;
    z-index: 10;
}

@media (min-width: 1200px) {
    .banner .image-holder .image-block {
        width: 414px;
        height: 300px;
    }
}

.banner .image-holder .image-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
}

.banner .btn {
    min-width: 144px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .banner .btn {
        min-width: 167px;
    }
}

@media (min-width: 1200px) {
    .banner .btn {
        min-width: 200px;
    }
}

.reviews-slider-section {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .reviews-slider-section {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .reviews-slider-section {
        margin-bottom: 120px;
    }
}

.reviews-slider-section .header-section {
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .reviews-slider-section .header-section {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .reviews-slider-section .header-section {
        margin-bottom: 80px;
    }
}

.reviews-slider {
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .reviews-slider {
        margin: 0 auto;
        padding: 0 62px;
        max-width: 724px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .reviews-slider {
        max-width: 980px;
        padding: 0 100px;
    }
}

.reviews-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 13px;
    height: 24px;
    background: transparent;
    border: none;
    padding: 0;
}

@media (min-width: 768px) {
    .reviews-slider .slick-arrow {
        top: calc(50% - 30px);
        width: 18px;
        height: 35px;
    }
}

@media (min-width: 1200px) {
    .reviews-slider .slick-arrow {
        width: 27px;
        height: 50px;
        top: calc(50% - 60px);
    }
}

.reviews-slider .slick-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #212121;
}

@media (min-width: 1200px) {
    .reviews-slider .slick-arrow:after {
        width: 30px;
        height: 30px;
        border-bottom-width: 3px;
    }
}

.reviews-slider .slick-arrow.slick-prev {
    left: 15px;
}

.reviews-slider .slick-arrow.slick-prev:after {
    transform: translate(-50%, -50%) rotate(45deg);
    border-left: 2px solid #212121;
}

@media (min-width: 1200px) {
    .reviews-slider .slick-arrow.slick-prev:after {
        border-left-width: 3px;
    }
}

.reviews-slider .slick-arrow.slick-next {
    right: 15px;
}

.reviews-slider .slick-arrow.slick-next:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    border-right: 2px solid #212121;
}

@media (min-width: 1200px) {
    .reviews-slider .slick-arrow.slick-next:after {
        border-right-width: 3px;
    }
}

.reviews-slider .slick-list {
    overflow: visible;
}

.reviews-slider .slick-track {
    display: flex;
    height: 235px;
    align-items: flex-end;
}

@media (min-width: 768px) {
    .reviews-slider .slick-track {
        height: 365px;
    }
}

@media (min-width: 1200px) {
    .reviews-slider .slick-track {
        height: 536px;
    }
}

.reviews-slider .reviews-item {
    padding: 0 15px;
    float: none;
    height: auto;
    position: relative;
}

@media (min-width: 768px) {
    .reviews-slider .reviews-item {
        transition: 0.3s;
        opacity: 0.3;
        padding-top: 45px;
    }
}

@media (min-width: 1200px) {
    .reviews-slider .reviews-item {
        height: 415px;
        padding: 68px 0 0;
    }
}

@media (min-width: 768px) {
    .reviews-slider .reviews-item.slick-current {
        opacity: 1;
        z-index: 10;
        margin-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .reviews-slider .reviews-item.slick-current {
        margin-bottom: 120px;
    }
}

.reviews-slider .reviews-box {
    background: #BCFFF9;
    border-radius: 10px;
    padding: 54px 13px 11px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .reviews-slider .reviews-box {
        padding: 72px 72px 26px;
    }
}

@media (min-width: 1200px) {
    .reviews-slider .reviews-box {
        padding: 92px 140px 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 850px;
        height: 340px;
    }
}

.reviews-slider .reviews-box .image-block {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #30EADA;
}

@media (min-width: 768px) {
    .reviews-slider .reviews-box .image-block {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 1200px) {
    .reviews-slider .reviews-box .image-block {
        width: 136px;
        height: 136px;
    }
}

.reviews-slider .reviews-box .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-slider .reviews-box .text-block {
    margin-bottom: 28px;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.57;
    height: 66px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .reviews-slider .reviews-box .text-block {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 44px;
        height: 110px;
    }
}

.reviews-slider .reviews-box .text-block:before {
    content: "";
    float: left;
    width: 5px;
    height: 66px;
}

@media (min-width: 1200px) {
    .reviews-slider .reviews-box .text-block:before {
        display: none;
    }
}

.reviews-slider .reviews-box .text-block:after {
    content: "…";
    box-sizing: content-box;
    float: right;
    position: relative;
    top: -22px;
    left: 100%;
    width: 3em;
    margin-left: -3em;
    padding: 0 0 0 5px;
    text-align: left;
    background: #BCFFF9;
}

@media (min-width: 1200px) {
    .reviews-slider .reviews-box .text-block:after {
        display: none;
    }
}

.reviews-slider .reviews-box .text-block p {
    float: right;
    width: 100%;
    margin: 0 0 0 -5px;
}

@media (min-width: 1200px) {
    .reviews-slider .reviews-box .text-block p {
        float: none;
        margin: 0;
    }
}

.reviews-slider .reviews-box .name-block {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.375;
}

@media (min-width: 768px) {
    .reviews-slider .reviews-box .name-block {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media (min-width: 1200px) {
    .reviews-slider .reviews-box .name-block {
        font-size: 27px;
        margin-bottom: 10px;
    }
}

.reviews-slider .reviews-box .link-block {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.833;
    letter-spacing: 0.07em;
    color: #FF6565;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #30EADA;
    text-decoration: none;
}

@media (min-width: 768px) {
    .reviews-slider .reviews-box .link-block {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .reviews-slider .reviews-box .link-block {
        font-size: 20px;
        line-height: 1.1;
    }
}

.reviews-slider .reviews-box .link-block:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #30EADA;
    filter: blur(3px);
}

@media (min-width: 768px) {
    .accordion-section .body-section {
        display: flex;
    }
}

.accordion-section .body-section .image-holder {
    width: 100%;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .accordion-section .body-section .image-holder {
        padding-right: 15px;
        margin-bottom: 0;
    }
}

.accordion-section .body-section .text-holder {
    width: 100%;
}

@media (min-width: 768px) {
    .accordion-section .body-section .text-holder {
        padding-left: 15px;
    }
}

.faq-accordion-block .faq-accordion-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #30EADA;
}

@media (min-width: 1200px) {
    .faq-accordion-block .faq-accordion-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.faq-accordion-block .faq-accordion-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #30EADA;
    filter: blur(2px);
}

.faq-accordion-block .faq-accordion-item.active .opener:after {
    opacity: 0;
}

.faq-accordion-block .faq-accordion-item .opener {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.375;
    padding: 0 20px 0 0;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}

@media (min-width: 768px) {
    .faq-accordion-block .faq-accordion-item .opener {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .faq-accordion-block .faq-accordion-item .opener {
        font-size: 22px;
        padding: 0 30px 0 0;
    }
}

.faq-accordion-block .faq-accordion-item .opener:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #30EADA;
    border-radius: 1px;
}

@media (min-width: 1200px) {
    .faq-accordion-block .faq-accordion-item .opener:before {
        height: 3px;
        width: 25px;
        border-radius: 2px;
    }
}

.faq-accordion-block .faq-accordion-item .opener:after {
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    background: #30EADA;
    border-radius: 1px;
    transition: 0.3s;
}

@media (min-width: 1200px) {
    .faq-accordion-block .faq-accordion-item .opener:after {
        height: 25px;
        width: 3px;
        border-radius: 2px;
        right: 11px;
    }
}

.faq-accordion-block .faq-accordion-item .slide {
    padding-top: 10px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 1.38;
    color: #9F9F9F;
}

@media (min-width: 768px) {
    .faq-accordion-block .faq-accordion-item .slide {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .faq-accordion-block .faq-accordion-item .slide {
        font-size: 16px;
    }
}

.faq-accordion-block .faq-accordion-item .slide p:last-child,
.faq-accordion-block .faq-accordion-item .slide ul:last-child {
    margin-bottom: 0;
}

.faq-accordion-block .faq-accordion-item .slide ul {
    margin-top: 0;
    padding-left: 18px;
}

@media (min-width: 1200px) {
    .faq-accordion-block .faq-accordion-item .slide ul {
        padding-left: 22px;
    }
}

.people-slider-section {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .people-slider-section {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .people-slider-section {
        margin-bottom: 120px;
    }
}

.people-slider-section .header-section {
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .people-slider-section .header-section {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .people-slider-section .header-section {
        margin-bottom: 80px;
    }
}

.people-slider {
    padding: 0 40px;
}

@media (min-width: 768px) {
    .people-slider {
        padding: 0;
        margin: 0 -15px;
    }
}

.people-slider .slick-arrow {
    position: absolute;
    top: calc(50% + 10px);
    transform: translateY(-50%);
    z-index: 10;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    padding: 0;
}

@media (min-width: 768px) {
    .people-slider .slick-arrow {
        top: calc(50% + 20px);
    }
}

@media (min-width: 1200px) {
    .people-slider .slick-arrow {
        width: 50px;
        height: 50px;
        top: calc(50% + 30px);
    }
}

.people-slider .slick-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #212121;
}

@media (min-width: 1200px) {
    .people-slider .slick-arrow:after {
        width: 30px;
        height: 30px;
        border-bottom-width: 3px;
    }
}

.people-slider .slick-arrow.slick-prev {
    left: 0;
}

@media (min-width: 768px) {
    .people-slider .slick-arrow.slick-prev {
        left: 15px;
    }
}

.people-slider .slick-arrow.slick-prev:after {
    transform: translate(-50%, -50%) rotate(45deg);
    border-left: 2px solid #212121;
}

@media (min-width: 1200px) {
    .people-slider .slick-arrow.slick-prev:after {
        border-left-width: 3px;
    }
}

.people-slider .slick-arrow.slick-next {
    right: 0;
}

@media (min-width: 768px) {
    .people-slider .slick-arrow.slick-next {
        right: 15px;
    }
}

.people-slider .slick-arrow.slick-next:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    border-right: 2px solid #212121;
}

@media (min-width: 1200px) {
    .people-slider .slick-arrow.slick-next:after {
        border-right-width: 3px;
    }
}

.people-slider .slick-list {
    overflow: visible;
}

.people-slider .slick-track {
    display: flex;
    height: 340px;
    align-items: flex-end;
}

@media (min-width: 768px) {
    .people-slider .slick-track {
        height: 363px;
    }
}

@media (min-width: 1200px) {
    .people-slider .slick-track {
        height: 560px;
    }
}

.people-slider .people-item {
    padding: 0 7px;
    float: none;
    height: auto;
}

@media (min-width: 768px) {
    .people-slider .people-item {
        padding: 0 15px;
    }
}

.people-slider .people-item.slick-current .people-box {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .people-slider .people-item.slick-current .people-box {
        margin-bottom: 0;
        height: 363px;
    }
}

@media (min-width: 1200px) {
    .people-slider .people-item.slick-current .people-box {
        height: 560px;
    }
}

.people-slider .people-item.slick-current .people-box .text-holder {
    opacity: 1;
}

.people-slider .people-item.slick-active .people-box .image-block:after {
    opacity: 0;
}

.people-slider .people-item.slick-current ~ .people-item:not(.slick-active) .people-box .image-block:after {
    right: auto;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) -2%, rgba(0, 0, 0, 0) 95.03%);
}

.people-slider .people-box {
    position: relative;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.3s;
}

@media (min-width: 768px) {
    .people-slider .people-box {
        height: 323px;
    }
}

@media (min-width: 1200px) {
    .people-slider .people-box {
        height: 500px;
    }
}

.people-slider .people-box:hover .name-block:after {
    left: 10px;
}

.people-slider .people-box .image-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.people-slider .people-box .image-block:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 1.82%, rgba(0, 0, 0, 0) 100%);
    transition: 0.3s;
}

@media (min-width: 1200px) {
    .people-slider .people-box .image-block:after {
        width: 100%;
    }
}

.people-slider .people-box .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.people-slider .people-box .text-holder {
    padding: 12px 10px;
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border-radius: 10px;
    display: block;
    opacity: 0;
    transition: 0.3s;
}

@media (min-width: 1200px) {
    .people-slider .people-box .text-holder {
        padding: 20px 20px 30px;
    }
}

.people-slider .people-box .name-block {
    position: relative;
    z-index: 10;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.07em;
    padding-bottom: 22px;
    margin-bottom: 12px;
    display: block;
}

@media (min-width: 1200px) {
    .people-slider .people-box .name-block {
        font-size: 20px;
        padding-bottom: 27px;
        margin-bottom: 25px;
    }
}

.people-slider .people-box .name-block:after {
    content: "";
    width: 61px;
    height: 20px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url("/img/icon-arrow.svg");
    transition: 0.3s;
}

@media (min-width: 1200px) {
    .people-slider .people-box .name-block:after {
        background-image: url("/img/icon-arrow-big.svg");
        width: 156px;
    }
}

.people-slider .people-box .text-block {
    position: relative;
    display: block;
    z-index: 10;
    font-size: 14px;
    letter-spacing: 0.07em;
    font-weight: 400;
    line-height: 1.2;
}

.check-time-section .header-section {
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .check-time-section .header-section {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .check-time-section .header-section {
        margin-bottom: 125px;
    }
}

.check-time-section .check-time-table {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .check-time-section .check-time-table {
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .check-time-section .check-time-table {
        margin-bottom: 55px;
    }
}

.check-time-section .row {
    border-bottom: 2px solid #30EADA;
    display: flex;
    font-size: 14px;
    letter-spacing: 0.07em;
    font-weight: 800;
}

@media (min-width: 768px) {
    .check-time-section .row {
        border-bottom-width: 3px;
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .check-time-section .row {
        border-bottom-width: 5px;
        font-size: 35px;
    }
}

@media (min-width: 768px) {
    .check-time-section .row:first-child {
        font-size: 23px;
    }
}

@media (min-width: 1200px) {
    .check-time-section .row:first-child {
        font-size: 35px;
    }
}

.check-time-section .row .col {
    border-right: 2px solid #30EADA;
    width: 100%;
    text-align: center;
    min-height: 53px;
    padding: 10px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.shift-title {
    padding-top: 0.5rem;
    font-size: 12px;
}

@media (min-width: 768px) {
    .check-time-section .row .col {
        border-right-width: 3px;
        /*flex-direction: row;*/
        min-height: 64px;
    }

    .shift-title {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .check-time-section .row .col {
        border-right-width: 5px;
        min-height: 118px;
    }
}

.check-time-section .row .col:last-child {
    border-right: none;
}

.check-time-section .row .col:nth-child(2) {
    padding: 10px 20px;
}

@media (max-width: 767px) {
    .check-time-section .row .col:nth-child(2) .line-through {
        font-size: 10px;
    }
}

.check-time-section .disabled {
    color: #aaa;
}

.row.disabled > .col:not(.status):not(:has(.shift-title)),
.row.disabled > .col > div:not(.shift-title) {
    text-decoration: line-through;
}

.row.disabled .shift-title,
.row.disabled .status {
    text-decoration: none;
}

.check-time-section .line-through {
    text-decoration: line-through;
}

.check-time-section .check-time-info {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin-bottom: 20px;
    text-align: center;
    color: #878787;
}

@media (min-width: 768px) {
    .check-time-section .check-time-info {
        font-size: 30px;
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .check-time-section .check-time-info {
        font-size: 35px;
        margin-bottom: 55px;
    }
}

.check-time-section .check-time-footer {
    margin-top: 25px;
    text-align: center;
}

@media (min-width: 1200px) {
    .check-time-section .check-time-footer {
        padding: 0 50px;
    }
}

.check-time-section .check-time-footer h3 {
    color: #212121;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 5px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .check-time-section .check-time-footer h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .check-time-section .check-time-footer h3 {
        font-size: 45px;
    }
}

.check-time-section .check-time-footer p {
    color: #212121;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}

@media (min-width: 768px) {
    .check-time-section .check-time-footer p {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .check-time-section .check-time-footer p {
        font-size: 45px;
    }
}

.included-price-section .slick-arrow {
    background: transparent;
    padding: 0;
    border: none;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    bottom: 320px;
    z-index: 20;
}

@media (min-width: 768px) {
    .included-price-section .slick-arrow {
        bottom: 490px;
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 1200px) {
    .included-price-section .slick-arrow {
        bottom: 0;
        width: 70px;
        height: 70px;
    }
}

.included-price-section .slick-arrow.slick-prev {
    right: 45px;
}

@media (min-width: 768px) {
    .included-price-section .slick-arrow.slick-prev {
        right: 60px;
    }
}

@media (min-width: 1200px) {
    .included-price-section .slick-arrow.slick-prev {
        right: 120px;
    }
}

.included-price-section .slick-arrow svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .included-price-section .included-price-slider {
        padding-bottom: 125px;
    }

    .included-price-section .included-price-slider.location-slider {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .included-price-section .included-price-slide {
        display: flex;
    }
}

.included-price-section .included-price-list {
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .included-price-section .included-price-list {
        margin: 0 0 115px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 25px;
    }
}

@media (min-width: 1200px) {
    .included-price-section .included-price-list {
        margin: 0;
        order: 5;
        width: calc(100% - 410px);
        row-gap: 125px;
    }
}

.included-price-section .included-price-item {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .included-price-section .included-price-item {
        padding: 0;
        break-inside: avoid;
    }
}

.included-price-section .included-price-item .header-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .included-price-section .included-price-item .header-block {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .included-price-section .included-price-item .header-block {
        margin-bottom: 25px;
    }
}

.activities_icon {
    max-width: 90px;
    margin-right: 15px;
}

.included-price-section .included-price-item .icon-block {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #30EADA;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .included-price-section .included-price-item .icon-block {
        width: 60px;
        height: 60px;
        padding: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .included-price-section .included-price-item .icon-block {
        max-width: 80px;
        width: 100%;
        height: 80px;
        padding: 20px;
        margin-right: 30px;
    }
}

.included-price-section .included-price-item .icon-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.included-price-section .included-price-item .title-block {
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.07em;
    margin: 0;
}

@media (min-width: 768px) {
    .included-price-section .included-price-item .title-block {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .included-price-section .included-price-item .title-block {
        font-size: 30px;
    }
}

.included-price-section .included-price-item .text-block {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 1.33;
    color: #878787;
}

@media (min-width: 768px) {
    .included-price-section .included-price-item .text-block {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .included-price-section .included-price-item .text-block {
        font-size: 22px;
    }
}

.included-price-section .included-price-image {
    height: 290px;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .included-price-section .included-price-image {
        max-width: 450px;
        height: 447px;
        border-radius: 90px;
    }
}

@media (min-width: 1200px) {
    .included-price-section .included-price-image {
        height: 570px;
        max-width: 440px;
        margin-right: 30px;
        border-radius: 180px;
    }
}


.included-price-section .included-price-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.actions-wrapper {
    padding: 20px 0 0 0;
}

.actions-list {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.07em;
    padding: 0 0 0 1rem;
}

.actions-list .actions-title {
    position: relative;
    font-size: 18px;
}

.actions-list .actions-price {
    color: #555;
    font-size: 16px;
}

.actions-list p {
    text-align: justify;
    padding: 0 1rem 0 0;
    margin-bottom: 1.5rem;
}

.actions-list .actions-title::before {
    content: "•";
    position: absolute;
    left: -15px;
}

@media (min-width: 768px) {
    .actions-list {
        font-size: 22px;
    }

    .actions-list .actions-title {
        font-size: 32px;
    }

    .actions-list .actions-price {
        font-size: 24px;
    }

    .actions-list .actions-title::before {
        left: -30px;
    }

    .actions-list p {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .actions-list {
        font-size: 18px;
    }

    .actions-list .actions-title {
        font-size: 40px;
    }

    .actions-list .actions-price {
        font-size: 32px;
    }

    .actions-list .actions-title::before {
        left: -30px;
    }
}

.actions-list p {
    margin-left: 20px;
}

.details-section .details-item {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .details-section .details-item {
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .details-section .details-item {
        margin-bottom: 50px;
    }
}

.details-section .details-item:last-child {
    margin-bottom: 0;
}

.details-caption h3 {
    margin: 0 0 15px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.07em;
}

.details-section .details-item h3 {
    margin: 0 0 15px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.07em;
    text-align: center;
}

@media (min-width: 768px) {
    .details-section .details-item h3 {
        font-size: 30px;
        padding: 0 40px;
    }

    .details-caption h3 {
        font-size: 30px;
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .details-section .details-item h3 {
        font-size: 45px;
        margin: 0 0 20px;
        padding: 0 50px;
    }

    .details-caption h3 {
        font-size: 45px;
        margin: 0 0 20px;
        padding: 0 50px;
    }
}

.details-section .details-item ul {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.07em;
    padding: 0 0 0 1rem;
}

.details-section .details-item ul.custom-list {
    list-style: none;
}

@media (min-width: 768px) {
    .details-section .details-item ul {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .details-section .details-item ul {
        font-size: 32px;
    }

    .details-section .details-item ul.details-item__list-fs {
        font-size: 40px;
    }
}

.image-slider-section .slick-list {
    overflow: visible;
}

.image-slider-section .image-slide {
    font-size: 0;
    border: 3px solid #30EADA;
    width: 106px;
    height: 106px;
}

@media (min-width: 768px) {
    .image-slider-section .image-slide {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .image-slider-section .image-slide {
        width: 320px;
        height: 320px;
    }
}

.image-slider-section .image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-section.section {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .contact-section.section {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .contact-section.contact-section-second .body-holder:before {
        background-image: url("/img/contact-bg-second.jpg");
    }
}

.contact-section.contact-section-croatia .body-holder:before {
    background-image: url("../sommer/croatia/img/image_map.jpg");
}

@media (min-width: 768px) {
    .contact-section .body-holder {
        display: flex;
        justify-content: space-between;
        padding: 65px 0 20px;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .contact-section .body-holder {
        padding: 35px 0;
    }
}

@media (min-width: 768px) {
    .contact-section .body-holder:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        background-image: url("/img/contact-bg.jpg");
        z-index: -2;
    }
}

@media (min-width: 1200px) {
    .contact-section .body-holder:before {
        background-image: url("/img/contact-bg-big.jpg");
    }
}

@media (min-width: 768px) {
    .contact-section .body-holder:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        background: rgba(0, 0, 0, 0.35);
        z-index: -1;
    }
}

.contact-section .content-holder {
    margin: 0 -15px 40px;
    padding: 25px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("/img/contact-bg.jpg");
    position: relative;
    /*text-align: center;*/
}

.contact-section .content-holder .link-block {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .contact-section .content-holder {
        margin: 95px 0 0;
        background: none;
        padding: 0;
        position: static;
    }
}

@media (min-width: 1200px) {
    .contact-section .content-holder {
        margin: 75px 0 0;
    }
}

.contact-section .content-holder:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
    .contact-section .content-holder:after {
        display: none;
    }
}

.contact-section .content-holder .link-block {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.07em;
    display: inline-block;
    margin: 0 0 33px;
}

@media (min-width: 768px) {
    .contact-section .content-holder .link-block {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .contact-section .content-holder .link-block {
        top: 35px;
    }
}

.contact-section .content-holder .link-block:hover {
    text-decoration: none;
}

.contact-section .content-holder .contact-holder {
    position: relative;
    z-index: 10;
}

.contact-section .content-holder .label-block {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 22px;
    padding-left: 45px;
    display: inline-block;
    position: relative;
}

@media (min-width: 1200px) {
    .contact-section .content-holder .label-block {
        margin-bottom: 27px;
    }
}

.contact-section .content-holder .label-block:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #30EADA;
}

.contact-section .content-holder .label-block:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(0, 255, 178, 0.25);
}

.contact-section .content-holder .contact-block {
    border: 3px solid #30EADA;
    box-shadow: 0 0 10px #30EADA;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    list-style-type: none;
    padding: 15px;
    min-height: 208px;
    text-align: left;
}

@media (min-width: 768px) {
    .contact-section .content-holder .contact-block {
        max-width: 269px;
    }
}

@media (min-width: 1200px) {
    .contact-section .content-holder .contact-block {
        max-width: 395px;
        padding: 20px;
        min-height: 234px;
    }
}

.contact-section .content-holder .contact-block li {
    margin-bottom: 15px;
}

.contact-section .content-holder .contact-block h3,
.contact-section .content-holder .contact-block .mailto {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.375;
    margin: 0 0 5px;
}

@media (min-width: 768px) {

    .contact-section .content-holder .contact-block h3,
    .contact-section .content-holder .contact-block .mailto {
        font-size: 25px;
        margin: 0 0 10px;
    }
}

.contact-section .content-holder .contact-block .icon-block {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .contact-section .content-holder .contact-block .icon-block {
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }
}

.contact-section .content-holder .contact-block .icon-block svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-section .content-holder .contact-block .mailto {
    font-weight: 400;
}

@media (min-width: 768px) {
    .contact-section .content-holder .contact-block .mailto {
        font-size: 18px;
    }
}

.contact-section .content-holder .contact-block a {
    color: #212121;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .contact-section .content-holder .contact-block a {
        font-size: 18px;
        margin-left: 40px;
    }
}

.contact-section .content-holder .contact-block a:hover {
    text-decoration: underline;
}

.contact-section .form-holder {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .contact-section .form-holder {
        max-width: 330px;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .contact-section .form-holder {
        max-width: 410px;
    }
}

.contact-section .form-holder form {
    border-radius: 10px;
    background: #fff;
    list-style-type: none;
    padding: 15px 0;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .contact-section .form-holder form {
        border: 3px solid #30EADA;
        box-shadow: 0 0 10px #30EADA;
        padding: 40px 15px;
    }
}

@media (min-width: 1200px) {
    .contact-section .form-holder form {
        margin-bottom: 25px;
        padding: 40px 25px;
    }
}

.contact-section .form-holder form h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.375;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .contact-section .form-holder form h3 {
        margin-bottom: 30px;
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .contact-section .form-holder form h3 {
        font-size: 25px;
        margin-bottom: 23px;
    }
}

.contact-section .form-holder form .control-item {
    border: 2px solid #30EADA;
    border-radius: 10px;
    box-shadow: 0 0 10px #30EADA;
    padding: 10px 12px;
    margin-bottom: 15px;
}

.contact-section .form-holder form .control-item span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .contact-section .form-holder form .control-item span {
        font-size: 14px;
    }
}

.contact-section .form-holder form .control-item input,
.contact-section .form-holder form .control-item textarea {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    display: block;
    width: 100%;
}

@media (min-width: 768px) {

    .contact-section .form-holder form .control-item input,
    .contact-section .form-holder form .control-item textarea {
        font-size: 18px;
    }
}

.contact-section .form-holder form .control-item input::-webkit-input-placeholder,
.contact-section .form-holder form .control-item textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #999;
}

.contact-section .form-holder form .control-item input::-moz-placeholder,
.contact-section .form-holder form .control-item textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #999;
}

.contact-section .form-holder form .control-item input:-moz-placeholder,
.contact-section .form-holder form .control-item textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #999;
}

.contact-section .form-holder form .control-item input:-ms-input-placeholder,
.contact-section .form-holder form .control-item textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #999;
}

.contact-section .form-holder form .control-item input:focus::-webkit-input-placeholder,
.contact-section .form-holder form .control-item textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #999;
}

.contact-section .form-holder form .control-item input:focus::-moz-placeholder,
.contact-section .form-holder form .control-item textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #999;
}

.contact-section .form-holder form .control-item input:focus:-moz-placeholder,
.contact-section .form-holder form .control-item textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #999;
}

.contact-section .form-holder form .control-item input:focus:-ms-input-placeholder,
.contact-section .form-holder form .control-item textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #999;
}

.contact-section .form-holder form .control-item textarea {
    max-width: 100%;
    min-height: 20px;
    height: 20px;
    resize: none;
}

@media (min-width: 768px) {
    .contact-section .form-holder form .control-item textarea {
        height: 24px;
        min-height: 24px;
    }
}

.contact-section .form-holder form .control-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-section .form-holder form .control-row .control-select {
    height: 36px;
    padding: 5px 20px 5px 15px;
    border: 2px solid #30EADA;
    border-radius: 10px;
    font-size: 12px;
    letter-spacing: 0.07em;
    font-weight: 600;
    width: 135px;
    box-shadow: 0 0 10px #30EADA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-size: 15px;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-image: url("/img/arrow-bottom.svg");
    cursor: pointer;
}

@media (min-width: 768px) {
    .contact-section .form-holder form .control-row .control-select {
        height: 41px;
        font-size: 14px;
        background-position: calc(100% - 5px) 50%;
        background-size: 12px;
        padding: 8px 20px 7px 15px;
    }
}

@media (min-width: 1200px) {
    .contact-section .form-holder form .control-row .control-select {
        width: 161px;
        background-position: calc(100% - 15px) 50%;
        background-size: 15px;
    }
}

.contact-section .form-holder form .control-row .btn {
    padding: 10px 21px;
    height: 36px;
    box-shadow: 0 0 10px #30EADA;
    font-size: 12px;
}

@media (min-width: 768px) {
    .contact-section .form-holder form .control-row .btn {
        font-size: 14px;
        height: 41px;
        padding: 13px 11px;
    }
}

@media (min-width: 1200px) {
    .contact-section .form-holder form .control-row .btn {
        padding: 13px 30px;
    }
}

.contact-section .form-holder .time-block {
    padding: 15px;
    border: 2px solid #30EADA;
    box-shadow: 0 0 10px #30EADA;
    background: #fff;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .contact-section .form-holder .time-block {
        padding: 22px;
    }
}

@media (min-width: 1200px) {
    .contact-section .form-holder .time-block {
        padding: 20px 25px;
    }
}

.contact-section .form-holder .time-block h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .contact-section .form-holder .time-block h3 {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .contact-section .form-holder .time-block h3 {
        font-size: 21px;
    }
}

.contact-section .form-holder .time-block p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.07em;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .contact-section .form-holder .time-block p {
        font-size: 15px;
    }
}

.dialog-content {
    width: 290px;
    text-align: center;
    padding: 15px 30px;
    letter-spacing: 0.05em;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .dialog-content {
        width: 700px;
        padding: 15px 210px;
    }
}

.dialog-content .is-close-btn {
    top: 10px !important;
    right: 10px !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #000;
    padding: 5px;
    opacity: 1 !important;
}

@media (min-width: 768px) {
    .dialog-content .is-close-btn {
        top: 15px !important;
        right: 15px !important;
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}

.dialog-content .is-close-btn svg {
    stroke: #000;
    stroke-width: 3px;
}

.dialog-content .image-block {
    width: 200px;
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .dialog-content .image-block {
        width: 282px;
    }
}

.dialog-content .dialog-title {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .dialog-content .dialog-title {
        font-size: 23px;
    }
}

@media (min-width: 768px) {
    .dialog-content .dialog-title {
        font-size: 25px;
    }
}

.dialog-content .dialog-text {
    font-size: 12px;
    line-height: 1.33;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .dialog-content .dialog-text {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .dialog-content .dialog-text {
        font-size: 15px;
    }
}

.dialog-content .dialog-button {
    display: block;
    width: calc(100% + 60px);
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-decoration: underline;
    margin: 0 -30px -15px;
    background: #D6FBF8;
    border: none;
    outline: none;
    color: #212121;
}

@media (min-width: 768px) {
    .dialog-content .dialog-button {
        padding: 13px 20px;
        font-size: 28px;
        width: calc(100% + 420px);
        margin: 0 -210px -15px;
    }
}

.dialog-content .dialog-button:hover {
    text-decoration: none;
}

.resize-active * {
    transition: none !important;
}

.check-time-info.medal-banner {
    position: relative;
    color: #121212;
    border-radius: 10px;
    padding: 30px;
    background: linear-gradient(168.53deg, rgba(48, 234, 218, 0.9) 0%, rgba(91, 228, 215, 0.5) 100%);
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.08),
    5px 8px 16px rgba(0, 0, 0, 0.10);
}

.medal {
    position: absolute;
    z-index: 1;
    width: 175px;
    aspect-ratio: 1/1;
    top: -110px;
    right: -100px;
    border-radius: 50%;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.08),
    3px 6px 12px rgba(0, 0, 0, 0.10);
}

.medal_2025 {
    z-index: 2;
    right: -50px;
}

.medal_2023 {
    width: 150px;
    top: -60px;
}

@media (max-width: 1200px) {
    .medal_2025 {
        width: 120px;
        top: -60px;
        right: -15px;
    }

    .medal_2023 {
        width: 100px;
        top: -20px;
        right: -45px;
    }
}

@media (max-width: 800px) {
    .medal_2025 {
        right: 15px;
    }

    .medal_2023 {
        right: -15px;
    }
}

@media (max-width: 768px) {
    .medal_2025 {
        width: 90px;
        top: -45px;
        right: 10px;
    }

    .medal_2023 {
        width: 70px;
        top: -15px;
        right: -10px;
    }
}

.box-section .box-image .record-image {
    position: absolute;
    right: 18px;
    top: 4%;
    width: 45%;
    height: auto;
    left: auto;
    mix-blend-mode: luminosity;
    opacity: 0.7;
}

@media (max-width: 1200px) {
    .box-section .box-image .record-image {
        right: 24px;
        top: 5%;
    }
}

@media (max-width: 768px) {
    .box-section .box-image .record-image {
        right: 15px;
        top: 3%;
        width: 40%;
    }
}

.slider-wrapper {
    position: relative;
}

.slider-hint {
    position: absolute;
    top: 130px;
    right: 250px;
    font-size: 22px;
    color: #777;
    opacity: 0.8;
    animation: fadeHint 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes fadeHint {
    0%, 100% {
        opacity: 0.2;
        transform: translateX(0);
    }
    50% {
        opacity: 1;
        transform: translateX(6px);
    }
}

.included-price-slider {
    position: relative;
}

.location-slider .slick-arrow {
    position: absolute;
    top: -90px;
}

@media (max-width: 1200px) {
    .slider-hint {
        top: 60px;
        right: 130px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .slider-hint {
        top: 80px;
        right: 100px;
        font-size: 14px;
    }

    .location-slider .slick-arrow {
        top: -40px
    }
}

.font-black {
    color: #212121;
}