/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0px 0px;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 1400px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (max-width: 1400px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (max-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (max-width: 480px) {
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media only screen and (max-width: 480px) {
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-offset-0,
    .col-xs-offset-1,
    .col-xs-offset-2,
    .col-xs-offset-3,
    .col-xs-offset-4,
    .col-xs-offset-5,
    .col-xs-offset-6,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9,
    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 5px;
        padding-left: 5px;
    }

    .col-xs {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-xs-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xs-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-xs-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xs-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xs-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xs-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xs-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xs-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xs-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xs-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xs-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xs-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-xs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-xs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-xs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-xs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-xs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-xs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-xs {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-xs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-xs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-xs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 480.01px) {
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 991.98px) {
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 1199px) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 1399px) {
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-offset-0,
    .col-xl-offset-1,
    .col-xl-offset-2,
    .col-xl-offset-3,
    .col-xl-offset-4,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9,
    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xl-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xl-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xl-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xl-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none;
}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent;
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-connect {
    height: 100%;
    width: 100%;
}

.noUi-origin {
    height: 10%;
    width: 10%;
}

/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3fb8af;
}

/* Handles and cursors;
  */
.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
  *
  */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
  *
  */
.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

.ss-main {
    position: relative;
    display: inline-block;
    user-select: none;
    color: #666;
    width: 100%;
}

.ss-main .ss-single-selected {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color 0.2s;
}

.ss-main .ss-single-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ss-main .ss-single-selected.ss-open-below {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ss-main .ss-single-selected .placeholder {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: calc(100% - 30px);
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ss-main .ss-single-selected .placeholder * {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
    color: #dedede;
}

.ss-main .ss-single-selected .ss-deselect {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px 0 6px;
    font-weight: bold;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
    display: none;
}

.ss-main .ss-single-selected .ss-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px 0 6px;
}

.ss-main .ss-single-selected .ss-arrow span {
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: transform 0.2s, margin 0.2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    transform: rotate(-135deg);
    margin: 3px 0 0 0;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
    transform: rotate(45deg);
    margin: -3px 0 0 0;
}

.ss-main .ss-multi-selected {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0 0 0 3px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color 0.2s;
}

.ss-main .ss-multi-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
    color: #666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
    cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ss-main .ss-multi-selected.ss-open-below {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ss-main .ss-multi-selected .ss-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1 1 100%;
    width: calc(100% - 30px);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: flex;
    padding: 4px 5px;
    margin: 2px 0px;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: #dedede;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0px;
    color: #fff;
    background-color: #5897fb;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
    animation-name: scaleOut;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    margin: 0 0 0 5px;
    cursor: pointer;
}

.ss-main .ss-multi-selected .ss-add {
    display: flex;
    flex: 0 1 3px;
    margin: 9px 12px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666;
    position: relative;
    height: 10px;
    width: 2px;
    transition: transform 0.2s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    background: #666;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
    transform: rotate(45deg);
}

.ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0 0;
    box-sizing: border-box;
    border: solid 1px #dcdee2;
    z-index: 1010;
    background-color: #fff;
    transform-origin: center top;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    transform: scaleY(0);
}

.ss-content.ss-open {
    display: block;
    opacity: 1;
    transform: scaleY(1);
}

.ss-content .ss-search {
    display: flex;
    flex-direction: row;
    padding: 8px 8px 6px 8px;
}

.ss-content .ss-search.ss-hide {
    height: 0px;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.ss-content .ss-search.ss-hide input {
    height: 0px;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.ss-content .ss-search input {
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0px;
    height: 30px;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: textfield;
}

.ss-content .ss-search input::placeholder {
    color: #8a8a8a;
    vertical-align: middle;
}

.ss-content .ss-search input:focus {
    box-shadow: 0 0 5px #5897fb;
}

.ss-content .ss-search .ss-addable {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 0 0 8px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    box-sizing: border-box;
}

.ss-content .ss-addable {
    padding-top: 0px;
}

.ss-content .ss-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    padding: 6px 10px 6px 10px;
    font-weight: bold;
}

.ss-content .ss-list .ss-optgroup .ss-option {
    padding: 6px 6px 6px 25px;
}

.ss-content .ss-list .ss-optgroup-label-selectable {
    cursor: pointer;
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
    color: #fff;
    background-color: #5897fb;
}

.ss-content .ss-list .ss-option {
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    user-select: none;
}

.ss-content .ss-list .ss-option * {
    display: inline-block;
}

.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
    color: #fff;
    background-color: #5897fb;
}

.ss-content .ss-list .ss-option.ss-disabled {
    cursor: not-allowed;
    color: #dedede;
    background-color: #fff;
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
    color: #666;
    background-color: rgba(88, 151, 251, 0.1);
}

.ss-content .ss-list .ss-option.ss-hide {
    display: none;
}

.ss-content .ss-list .ss-option .ss-search-highlight {
    background-color: #fffb8c;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.leader-line {
    position: absolute;
    overflow: visible !important;
    pointer-events: none !important;
    font-size: 16px;
}

#leader-line-defs {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.leader-line-line-path {
    fill: none;
}

.leader-line-mask-bg-rect {
    fill: white;
}

.leader-line-caps-mask-anchor,
.leader-line-caps-mask-marker-shape {
    fill: black;
}

.leader-line-caps-mask-anchor {
    stroke: black;
}

.leader-line-caps-mask-line,
.leader-line-plugs-face {
    stroke: rgba(0, 0, 0, 0);
    /* `transparent` might not be supported */
}

.leader-line-line-mask-shape {
    stroke: white;
}

.leader-line-line-outline-mask-shape {
    stroke: black;
}

.leader-line-plug-mask-shape {
    fill: white;
    stroke: black;
}

.leader-line-plug-outline-mask-shape {
    fill: black;
    stroke: white;
}

.leader-line-areaAnchor {
    position: absolute;
    overflow: visible !important;
}

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
._swiper {
    overflow: hidden;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
    /*
   --swiper-navigation-color: var(--swiper-theme-color);
   */
}

.swiper-button-lock {
    display: none;
}

/* a11y */
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

aside,
nav,
footer,
header,
section {
    display: block;
}

html {
    font-size: 16px;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "Montserrat";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body._lock {
    overflow: hidden;
}
body._lock .header__img-black {
    display: block;
}
body._lock .header__img-white {
    display: none;
}

input,
button,
textarea {
    font-family: "Montserrat";
    font-size: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    background-color: inherit;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

.header {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
}
.header__body {
    min-height: 90px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 991.98px) {
    .header__body {
        min-height: 60px;
    }
}
.header__logo {
    flex: 0 0 190px;
}
.header__logo img {
    max-width: 100%;
}
@media (max-width: 991.98px) {
    .header__logo {
        flex: 0 0 135px;
    }
}
@media (max-width: 767.98px) {
    .header__logo {
        position: relative;
        z-index: 3;
    }
}
.header__img-black {
    display: none;
}
.header__menu {
    flex: 1 1 auto;
    padding: 0px 65px 0px 65px;
}
@media (max-width: 1139.98px) {
    .header__menu {
        padding: 0px 30px 0px 30px;
    }
}
@media (max-width: 991.98px) {
    .header__menu {
        padding: 0px 20px 0px 20px;
    }
}
.header__languages {
    flex: 0 0 65px;
}

@media (min-width: 1139.98px) {
    .menu__body {
        max-width: 700px;
        margin: 0px auto;
    }
}
@media (max-width: 767.98px) {
    .menu__body {
        position: fixed;
        z-index: 2;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #def2ff;
        overflow: auto;
        transition: all 0.3s ease 0s;
        display: flex;
        flex-direction: column;
        padding: 150px 15px 70px 15px;
    }
    .menu__body::before {
        content: "";
        position: fixed;
        z-index: 2;
        top: -100%;
        left: 0;
        width: 100%;
        height: 60px;
        margin: 0px auto;
        background-color: #def2ff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .menu__body._active {
        top: 0;
    }
    .menu__body._active::before {
        top: 0;
    }
}
.menu__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu__list li {
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .menu__list {
        flex: 1 1 auto;
        display: block;
        margin: 0px 0px 30px 0px;
    }
    .menu__list li {
        justify-content: center;
        margin: 0px 0px 40px 0px;
    }
    .menu__list li:last-child {
        margin: 0px 0px 0px 0px;
    }
}
.menu__icon {
    flex: 0 0 20px;
    margin: 0px 10px 0px 0px;
}
.menu__icon svg {
    width: 20px;
    height: 20px;
}
@media (max-width: 991.98px) {
    .menu__icon {
        flex: 0 0 16px;
        margin: 0px 5px 0px 0px;
    }
    .menu__icon svg {
        width: 16px;
        height: 16px;
    }
}
.menu__link {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
    .menu__link:hover {
        color: #FB0096;
    }
}
@media (max-width: 991.98px) {
    .menu__link {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .menu__link {
        font-weight: 500;
        font-size: 20px;
        color: #000000;
    }
}

.languages__toggle {
    position: relative;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 10px 5px;
    transition: all 0.5s ease 0.35s;
}
.languages__toggle._show {
    transition: all 0s ease 0s;
}
.languages__toggle._show .languages__arrow svg {
    transform: rotate(-180deg);
}
@media (max-width: 991.98px) {
    .languages__toggle {
        height: 35px;
    }
}
@media (max-width: 767.98px) {
    .languages__toggle {
        max-width: 60px;
        background: rgba(255, 255, 255, 0.8);
        margin: 0px auto;
    }
}
.languages__arrow {
    color: #ffffff;
    cursor: pointer;
    margin: 0px 0px 0px 5px;
}
.languages__arrow svg {
    width: 10px;
    height: 10px;
    color: inherit;
    fill: currentColor;
    transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
    .languages__arrow {
        color: #383838;
    }
}
.languages__span {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff;
}
@media (max-width: 767.98px) {
    .languages__span {
        color: #383838;
    }
}
.languages__menu {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0px 0px 0px;
}
.languages__link {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    background: #18E3FF;
    border-radius: 25px 25px 25px 25px;
    padding: 15px 5px 15px 5px;
    transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
    .languages__link:hover {
        background: #FB0096;
    }
}
@media (max-width: 991.98px) {
    .languages__link {
        padding: 10px 5px 10px 5px;
    }
}
@media (max-width: 767.98px) {
    .languages__link {
        color: #383838;
        background: rgba(255, 255, 255, 0.8);
    }
}

.icon-menu {
    display: none;
}
@media (max-width: 767.98px) {
    .icon-menu {
        display: block;
        position: relative;
        width: 32px;
        height: 27px;
        cursor: pointer;
        z-index: 5;
    }
    .icon-menu span {
        transition: all 0.3s ease 0s;
        top: calc(50% - 3px);
        left: 0px;
        position: absolute;
        width: 24px;
        height: 6px;
        background-color: #FB0096;
        border-radius: 10px;
        margin: 0px 0px 0px 8px;
        padding: 0px 0px 0px 8px;
    }
    .icon-menu span:first-child {
        top: 0px;
    }
    .icon-menu span:last-child {
        top: auto;
        bottom: 0px;
    }
    .icon-menu span::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -8px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #FB0096;
        transform: translateY(-50%);
    }
    .icon-menu._active {
        width: 32px;
    }
    .icon-menu._active span {
        transform: scale(0);
    }
    .icon-menu._active span:first-child {
        transform: rotate(-45deg);
        top: calc(50% - 3px);
        width: 100%;
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .icon-menu._active span:last-child {
        transform: rotate(45deg);
        bottom: calc(50% - 3px);
        width: 100%;
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .icon-menu._active span::before {
        display: none;
    }
}

.footer {
    background: #def2ff;
    position: relative;
}
.footer::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 10%;
    width: 70px;
    height: 70px;
    background: url("../img/bg-yaht/bird-left.png") 0 0/100% no-repeat;
    pointer-events: none;
}
.footer::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 10%;
    width: 70px;
    height: 70px;
    background: url("../img/bg-yaht/bird-right.png") 0 0/100% no-repeat;
    pointer-events: none;
}
.footer__body {
    position: relative;
    padding: 70px 0px 100px 0px;
}
@media (max-width: 767.98px) {
    .footer__body {
        padding: 40px 0px 40px 0px;
    }
}
.footer__up {
    position: fixed;
    z-index: 3;
    bottom: 4%;
    right: 2%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
}
.footer__up svg {
    width: 40px;
    height: 40px;
}
.footer__up._active {
    display: block;
}
.footer__row {
    display: flex;
}
@media (max-width: 767.98px) {
    .footer__row {
        flex-wrap: wrap;
    }
}
.footer__info {
    flex: 1 1 auto;
    padding: 0px 50px 0px 0px;
}
@media (max-width: 767.98px) {
    .footer__info {
        flex: 0 1 100%;
        padding: 0px 0px;
        margin: 0px 0px 35px 0px;
    }
}
.footer__menu {
    padding: 0px 50px 0px 0px;
}
@media (max-width: 767.98px) {
    .footer__menu {
        flex: 0 1 100%;
        padding: 0px 0px;
        text-align: center;
        margin: 0px 0px 35px 0px;
    }
}
.footer__form .footer__title {
    text-align: center;
}
@media (max-width: 767.98px) {
    .footer__form {
        flex: 0 1 100%;
        padding: 0px 0px;
        text-align: center;
    }
}
.footer__content {
    max-width: 245px;
}
@media (max-width: 767.98px) {
    .footer__content {
        margin: 0px auto;
        text-align: center;
    }
}
.footer__logo {
    display: inline-block;
    max-width: 190px;
    margin: 0px 0px 15px 0px;
}
.footer__label {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #383838;
    margin: 0px 0px 20px 0px;
}
.footer__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
    color: #383838;
    margin: 0px 0px 15px 0px;
}
.footer__list li {
    margin: 0px 0px 15px 0px;
}
.footer__list li:last-child {
    margin: 0px 0px 0px 0px;
}
.footer__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #383838;
    transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
    .footer__link:hover {
        color: #FB0096;
    }
}
.footer__bottom {
    border-top: 1px solid #b2e0ff;
    padding: 15px 15px;
}
.footer__data {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: rgba(103, 110, 113, 0.7);
}
@media (max-width: 479.98px) {
    .footer__data {
        font-size: 12px;
    }
}

.social-footer {
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .social-footer {
        justify-content: center;
    }
}
.social-footer__link {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18E3FF;
    transition: all 0.3s ease 0s;
    margin: 0px 10px 0px 0px;
}
.social-footer__link:last-child {
    margin: 0px 0px 0px 0px;
}
.social-footer__link svg {
    width: 20px;
    height: 20px;
}
@media (any-hover: hover) {
    .social-footer__link:hover {
        background-color: #FB0096;
        color: #ffffff;
    }
}
.social-footer__link_telegram svg {
    transform: translateX(-2px);
}
@media (max-width: 767.98px) {
    .form-footer {
        max-width: 260px;
        margin: 0px auto;
    }
}
.form-footer__line {
    margin: 0px 0px 10px 0px;
}
.form-footer__input {
    width: 100%;
    height: 45px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    color: #383838;
    font-size: 16px;
    outline: none;
    padding: 0px 20px;
}
.form-footer__input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #b3b3b3;
}
.form-footer__text-area {
    resize: none;
    width: 100%;
    height: 90px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    color: #383838;
    font-size: 16px;
    outline: none;
    padding: 15px 20px;
}
.form-footer__text-area::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #b3b3b3;
}
.form-footer__btn {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    background: #fb0096;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19);
    border-radius: 25px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 15px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
    .form-footer__btn:hover {
        color: #ffffff;
        background-color: #cc007a;
    }
}

.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0px auto;
}
@media (max-width: 1139.98px) {
    .container {
        max-width: 970px;
    }
}
@media (max-width: 991.98px) {
    .container {
        max-width: 750px;
    }
}
@media (max-width: 767.98px) {
    .container {
        max-width: none;
        padding: 0 15px;
    }
}
.container_min-small {
    max-width: 1290px;
    padding: 0 15px;
    margin: 0px auto;
}
@media (max-width: 1290px) {
    .container_min-small {
        max-width: 1140px;
    }
}
@media (max-width: 1139.98px) {
    .container_min-small {
        max-width: 970px;
    }
}
@media (max-width: 991.98px) {
    .container_min-small {
        max-width: 750px;
    }
}
@media (max-width: 767.98px) {
    .container_min-small {
        max-width: none;
        padding: 0 15px;
    }
}
.container_big {
    max-width: 1900px;
    padding: 0 15px;
    margin: 0px auto;
}
@media (max-width: 1900px) {
    .container_big {
        max-width: 1710px;
    }
}
@media (max-width: 1710px) {
    .container_big {
        max-width: 1599px;
    }
}
@media (max-width: 1599px) {
    .container_big {
        max-width: 1140px;
    }
}
@media (max-width: 1139.98px) {
    .container_big {
        max-width: 970px;
    }
}
@media (max-width: 991.98px) {
    .container_big {
        max-width: 750px;
    }
}
@media (max-width: 767.98px) {
    .container_big {
        max-width: none;
        padding: 0 15px;
    }
}
.container_center {
    max-width: 1710px;
    padding: 0 15px;
    margin: 0px auto;
}
@media (max-width: 1710px) {
    .container_center {
        max-width: 1599px;
    }
}
@media (max-width: 1599px) {
    .container_center {
        max-width: 1140px;
    }
}
@media (max-width: 1139.98px) {
    .container_center {
        max-width: 970px;
    }
}
@media (max-width: 991.98px) {
    .container_center {
        max-width: 750px;
    }
}
@media (max-width: 767.98px) {
    .container_center {
        max-width: none;
        padding: 0 15px;
    }
}
.container_small {
    max-width: 1525px;
    padding: 0 15px;
    margin: 0px auto;
}
@media (max-width: 1599px) {
    .container_small {
        max-width: 1140px;
    }
}
@media (max-width: 1139.98px) {
    .container_small {
        max-width: 970px;
    }
}
@media (max-width: 991.98px) {
    .container_small {
        max-width: 750px;
    }
}
@media (max-width: 767.98px) {
    .container_small {
        max-width: none;
        padding: 0 15px;
    }
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.wrapper .page {
    flex: 1 1 auto;
}

.page__hero {
    padding: 210px 0px 90px 0px;
}
@media (max-width: 991.98px) {
    .page__hero {
        padding: 130px 0px 90px 0px;
    }
}
@media (max-width: 767.98px) {
    .page__hero {
        padding: 130px 0px 40px 0px;
    }
}
.page__tours {
    padding: 60px 0px 121px 0px;
    padding-top: 20px;
}
@media (max-width: 1139.98px) {
    .page__tours {
        padding: 60px 0px 90px 0px;
        padding-top: 20px;
    }
}
@media (max-width: 767.98px) {
    .page__tours {
        padding: 40px 0px 70px 0px;
        padding-top: 20px;
    }
}
.page__calendar {
    padding: 120px 0px 140px 0px;
}
@media (max-width: 1139.98px) {
    .page__calendar {
        padding: 0px 0px 140px 0px;
    }
}
.page__style {
    padding: 0px 0px 100px 0px;
}
@media (max-width: 1600px) {
    .page__style {
        padding: 0px 0px 120px 0px;
    }
}
@media (max-width: 1139.98px) {
    .page__style {
        padding: 0px 0px 40px 0px;
    }
}
@media (max-width: 991.98px) {
    .page__style {
        padding: 0px 0px 120px 0px;
    }
}
.page__reviews {
    padding: 180px 0px 170px 0px;
}
@media (max-width: 1139.98px) {
    .page__reviews {
        padding: 80px 0px 140px 0px;
    }
}
@media (max-width: 767.98px) {
    .page__reviews {
        padding: 60px 0px 140px 0px;
    }
}
.page__foto {
    padding: 60px 0px 50px 0px;
}
@media (max-width: 1139.98px) {
    .page__foto {
        padding: 0px 0px 20px 0px;
    }
}
@media (max-width: 767.98px) {
    .page__foto {
        padding: 0px 0px 20px 0px;
    }
}
.page__video {
    padding: 140px 0px 80px 0px;
}
@media (max-width: 1139.98px) {
    .page__video {
        padding: 100px 0px 80px 0px;
    }
}
@media (max-width: 991.98px) {
    .page__video {
        padding: 100px 0px 80px 0px;
    }
}
@media (max-width: 767.98px) {
    .page__video {
        padding: 70px 0px 80px 0px;
    }
}
.page__banner {
    background: url("../img/bg-yaht/test-bottom.png") center center/cover no-repeat;
}
.page__banner_main {
    background: url("../img/bg-yaht/test-bottom.png") center center/cover no-repeat;
    margin: -170px 0px 0px 0px;
    padding: 80px 0px 0px 0px;
}
@media (max-width: 991.98px) {
    .page__banner_main {
        margin: -220px 0px 0px 0px;
        padding: 100px 0px 0px 0px;
        background: url("../img/bg-yaht/test-bottom.png") center 0px/cover no-repeat;
    }
}
.page__banner_tour {
    background: #fafafa url("../img/bg-yaht/test-bottom.png") center center/cover no-repeat;
    padding: 20px 0px 40px 0px;
}
@media (max-width: 767.98px) {
    .page__banner_tour {
        padding: 0px 0px 0px 0px;
    }
}
.page__banner_calendar {
    background: url("../img/bg-yaht/test-bottom.png") center center/cover no-repeat;
    margin: -210px 0px 0px 0px;
    padding: 80px 0px 0px 0px;
}
@media (max-width: 991.98px) {
    .page__banner_calendar {
        margin: -235px 0px 0px 0px;
        padding: 80px 0px 0px 0px;
    }
}
@media (max-width: 767.98px) {
    .page__banner_calendar {
        background: url("../img/bg-yaht/test-bottom.png") center center/cover no-repeat;
        margin: -160px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
}
.page__banner_contact {
    background: #fafafa url("../img/bg-yaht/test-bottom.png") center center/cover no-repeat;
    padding: 20px 0px 40px 0px;
}
@media (max-width: 767.98px) {
    .page__banner_contact {
        padding: 0px 0px 0px 0px;
    }
}
.page__banner_policy {
    background: #fafafa url("../img/bg-yaht/test-bottom.png") center center/cover no-repeat;
    padding: 20px 0px 40px 0px;
}
@media (max-width: 767.98px) {
    .page__banner_policy {
        padding: 0px 0px 0px 0px;
    }
}
.page__banner_how-work {
    background: url("../img/bg-yaht/test-bottom.png") center center/cover no-repeat;
    margin: -165px 0px 0px 0px;
    padding: 80px 0px 0px 0px;
}
@media (max-width: 1139.98px) {
    .page__banner_how-work {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        background: url("../img/bg-yaht/test-bottom.png") center 0px/cover no-repeat;
    }
}
.page__country {
    padding: 50px 0px 50px 0px;
}
@media (max-width: 991.98px) {
    .page__country {
        padding: 10px 0px 10px 0px;
    }
}
.page__tabs-products-sliders {
    padding: 150px 0px 200px 0px;
}
@media (max-width: 991.98px) {
    .page__tabs-products-sliders {
        padding: 100px 0px 140px 0px;
    }
}
@media (max-width: 767.98px) {
    .page__tabs-products-sliders {
        padding: 70px 0px 140px 0px;
    }
}
@media (max-width: 479.98px) {
    .page__tabs-products-sliders {
        padding: 70px 0px 70px 0px;
    }
}
.page__route {
    padding: 30px 0px 70px 0px;
    padding-bottom: 0;
}
@media (max-width: 991.98px) {
    .page__route {
        padding: 30px 0px 30px 0px;
        padding-bottom: 0;
    }
}
.page__yaht {
    padding: 170px 0px 150px 0px;
}
@media (max-width: 991.98px) {
    .page__yaht {
        padding: 120px 0px 70px 0px;
    }
}
@media (max-width: 767.98px) {
    .page__yaht {
        padding: 90px 0px 70px 0px;
    }
}
.page__dates {
    padding: 60px 0px 30px 0px;
}
@media (max-width: 767.98px) {
    .page__dates {
        padding: 30px 0px 0px 0px;
    }
}
.page__info {
    padding: 170px 0px 80px 0px;
}
@media (max-width: 991.98px) {
    .page__info {
        padding: 120px 0px 80px 0px;
    }
}
@media (max-width: 767.98px) {
    .page__info {
        padding: 90px 0px 10px 0px;
    }
}
@media (max-width: 479.98px) {
    .page__info {
        padding: 70px 0px 10px 0px;
    }
}
.page__contact {
    padding: 165px 0px 90px 0px;
}
@media (max-width: 767.98px) {
    .page__contact {
        padding: 130px 0px 40px 0px;
    }
}
.page__policy {
    padding: 165px 0px 60px 0px;
}
@media (max-width: 991.98px) {
    .page__policy {
        padding: 120px 0px 40px 0px;
    }
}
@media (max-width: 767.98px) {
    .page__policy {
        padding: 100px 0px 40px 0px;
    }
}
.page__how-work {
    padding: 165px 0px 0px 0px;
}
@media (max-width: 767.98px) {
    .page__how-work {
        padding: 100px 0px 0px 0px;
    }
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 30px;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    transform: translateZ(0);
}
.btn span {
    text-align: center;
}
.btn__animate {
    height: 250px;
    width: 250px;
    position: absolute;
    top: -20px;
    left: -120px;
    background: rgb(255, 255, 255);
    border-radius: 100%;
    transform: scale(0);
    animation: ripple 4s linear infinite;
    pointer-events: none;
}
@keyframes ripple {
    20% {
        opacity: 0;
        transform: scale(2.5);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
@media (max-width: 479.98px) {
    .btn {
        min-height: 45px;
        font-size: 14px;
        padding: 10px 20px;
    }
}

.btn-size__full {
    width: 100%;
}
.btn-size_280 {
    min-width: 280px;
}
@media (max-width: 479.98px) {
    .btn-size_280 {
        min-width: 190px;
    }
}
.btn-size_370 {
    min-width: 370px;
}
@media (max-width: 479.98px) {
    .btn-size_370 {
        min-width: 100%;
    }
}

.btn-color_pink {
    background: #fb0096;
}
@media (any-hover: hover) {
    .btn-color_pink:hover {
        color: #ffffff;
        background-color: #cc007a;
    }
}

.btn-icon {
    flex: 0 0 23px;
    width: 23px;
    height: 20px;
    margin: 0px 0px 0px 15px;
}
.btn-icon svg {
    width: 23px;
    height: 20px;
}

.main-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #383838;
    margin: 0px 0px 40px 0px;
}
.main-title span {
    color: #18E3FF;
}
@media (max-width: 479.98px) {
    .main-title {
        font-size: 22px;
        margin: 0px 0px 20px 0px;
    }
}

.arrows-block {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
}
.arrows-block__arrow {
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FB0096;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.arrows-block__arrow svg {
    flex: 0 0 20px;
    height: 20px;
}
@media (any-hover: hover) {
    .arrows-block__arrow:hover {
        background-color: #FB0096;
        color: #ffffff;
    }
}
@media (max-width: 1139.98px) {
    .arrows-block__arrow {
        width: 50px;
        height: 50px;
    }
    .arrows-block__arrow svg {
        flex: 0 0 16px;
        height: 16px;
    }
}
.arrows-block__arrow_prev {
    left: 130px;
}
@media (max-width: 1710px) {
    .arrows-block__arrow_prev {
        left: 10px;
    }
}
.arrows-block__arrow_next {
    right: 130px;
}
.arrows-block__arrow_next svg {
    transform: rotate(-180deg);
}
@media (max-width: 1710px) {
    .arrows-block__arrow_next {
        right: 10px;
    }
}

.dotts {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dotts .swiper-pagination-bullet {
    position: relative;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #18E3FF;
    background: transparent;
    margin: 0px 3px;
}
.dotts .swiper-pagination-bullet-active {
    background: #18E3FF;
}

._tabs-block {
    display: none;
}
._tabs-block._active {
    display: block;
}

.modal-block {
    padding: 100px 0px 100px 0px;
}
.modal-block__btn {
    margin: 0px 150px 20px 0px;
}

.modal {
    padding: 40px 30px 0px;
    max-width: 600px;
    background-color: transparent;
}
@media (max-width: 630px) {
    .modal {
        max-width: 94%;
        padding: 40px 0px 0px;
    }
}
.modal__body {
    background: url("../img/bg-yaht/modal-1.jpg") 0 0/cover no-repeat;
    border-radius: 22px;
    overflow: hidden;
    padding: 40px 40px 60px 40px;
}
@media (max-width: 630px) {
    .modal__body {
        padding: 35px 10px 35px 10px;
    }
}
.modal__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    margin: 0px 0px 6px 0px;
}
.modal__title span {
    font-weight: 400;
    color: #18E3FF;
}
@media (max-width: 630px) {
    .modal__title {
        font-size: 28px;
    }
}
.modal__sub-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    margin: 0px 0px 25px 0px;
}
.modal__sub-title span {
    font-weight: 700;
}
@media (max-width: 630px) {
    .modal__sub-title {
        font-size: 16px;
    }
}
.modal__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
}
.modal__column {
    flex: 0 1 50%;
    padding: 0px 8px;
    margin: 0px 0px 20px 0px;
}
@media (max-width: 630px) {
    .modal__column {
        flex: 0 1 100%;
    }
}
.modal__inner {
    position: relative;
}
.modal__inner._error .modal__input {
    border: 1px solid #FB0096;
}
.modal__inner._error .modal__btn {
    opacity: 0.5;
    pointer-events: none;
}
.modal__inner._error .modal__error-massage {
    display: block;
}
.modal__input {
    width: 100%;
    height: 45px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    font-size: 14px;
    color: #383838;
    outline: none;
    padding: 0px 20px;
}
.modal__input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}
.modal__error-massage {
    display: none;
    position: absolute;
    bottom: -17px;
    left: 20px;
    color: #FB0096;
}
.modal__button {
    padding: 15px 0px 0px 0px;
    text-align: center;
}
@media (max-width: 480px) {
    .modal__button {
        padding: 5px 0px 0px 0px;
    }
}
@media (max-width: 479.98px) {
    .modal__btn {
        width: 100%;
    }
}
.modal .fancybox-button svg {
    color: #e6e6e6;
}

.modal-events {
    padding: 40px 30px 0px;
    max-width: 775px;
    width: 100%;
    background-color: transparent;
}
@media (max-width: 805px) {
    .modal-events {
        max-width: 94%;
        padding: 40px 0px 0px;
    }
}
.modal-events__body {
    border-radius: 22px;
    overflow: hidden;
    padding: 70px 70px;
    background-color: #ffffff;
}
@media (max-width: 805px) {
    .modal-events__body {
        padding: 20px 20px;
    }
}
.modal-events__image {
    position: relative;
    padding: 0px 0px 64.7% 0px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px 0px 25px 0px;
}
.modal-events__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-events__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    margin: 0px 0px 10px 0px;
}
@media (max-width: 805px) {
    .modal-events__title {
        font-size: 18px;
    }
}
.modal-events__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.6);
}
.modal-events .fancybox-button svg {
    color: #e6e6e6;
}

.hero {
    position: relative;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    pointer-events: none;
}
.hero_tour {
    padding: 160px 0px 150px 0px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_tour::before {
    display: none;
}
@media (max-width: 991.98px) {
    .hero_tour {
        padding: 160px 0px 100px 0px;
    }
}
@media (max-width: 767.98px) {
    .hero_tour {
        padding: 130px 0px 70px 0px;
    }
}
.hero_tour .hero__top {
    margin: 0px 0px 40px 0px;
}
@media (max-width: 479.98px) {
    .hero_tour .hero__top {
        margin: 0px auto 40px;
    }
}
.hero_calendar {
    z-index: 2;
    padding: 130px 0px 100px 0px;
    background: url("../img/bg-yaht/calendar-1.png") center 0/cover no-repeat;
}
.hero_calendar::before {
    display: none;
}
@media (max-width: 767.98px) {
    .hero_calendar {
        padding: 100px 0px 70px 0px;
    }
}
.hero_calendar .hero__top {
    margin: 0px 0px 40px 0px;
}
@media (max-width: 479.98px) {
    .hero_calendar .hero__top {
        margin: 0px auto 40px;
        text-align: left;
        max-width: 100%;
    }
}
.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero__bg video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero_no-date {
    background-position: bottom;
}
.hero__image {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    width: 100%;
}
.hero__content {
    position: relative;
    z-index: 2;
    max-width: 810px;
}
.hero__top {
    position: relative;
    color: #ffffff;
    margin: 0px 0px 150px 0px;
}
@media (max-width: 991.98px) {
    .hero__top {
        margin: 0px 0px 140px 0px;
    }
}
@media (max-width: 479.98px) {
    .hero__top {
        max-width: 290px;
        text-align: center;
        margin: 0px auto 140px auto;
    }
}
.hero__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
    margin: 0px 0px 30px 0px;
}
.hero__title span {
    display: block;
    color: #18E3FF;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .hero__title {
        font-size: 44px;
    }
}
@media (max-width: 479.98px) {
    .hero__title {
        font-size: 25px;
        margin: 0px 0px 20px 0px;
    }
}
.hero__date-block {
    margin: 0px 0px 30px 0px;
}
.hero__sub-title {
    max-width: 505px;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    margin: 0px 0px 40px 0px;
}
@media (max-width: 479.98px) {
    .hero__sub-title {
        font-size: 16px;
    }
}
@media (max-width: 479.98px) {
    .hero__btn {
        margin: 0px auto;
    }
}
.hero__show-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}
.hero__arrow {
    position: relative;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: #ffffff;
    margin: 0px 12px 0px 0px;
    pointer-events: none;
}
.hero__arrow svg {
    width: 14px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.hero__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff;
    text-transform: uppercase;
    pointer-events: none;
}

.date-block {
    max-width: 450px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 20px 20px;
    color: #ffffff;
}
.date-block__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin: 0px 0px 15px 0px;
}
@media (max-width: 479.98px) {
    .date-block__title {
        font-size: 20px;
    }
}
.date-block__item {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    margin: 0px 0px 10px 0px;
}
.date-block__item:last-child {
    margin: 0px 0px 0px 0px;
}
@media (max-width: 479.98px) {
    .date-block__item {
        font-size: 16px;
    }
}

.info-hero {
    margin: 0px 0px 30px 0px;
}
.info-hero__row {
    display: inline-flex;
    margin: 0px 0px 30px 0px;
}
@media (max-width: 767.98px) {
    .info-hero__row {
        flex-direction: column;
    }
}
.info-hero__item {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    margin: 0px 10px 0px 0px;
}
.info-hero__item:last-child {
    margin: 0px 0px 0px 0px;
}
@media (max-width: 767.98px) {
    .info-hero__item {
        flex: 0 1 100%;
        margin: 0px 0px 10px 0px;
    }
}
.info-hero__icon {
    margin: 0px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-hero__icon svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}
.info-hero__text {
    font-weight: 400;
    font-size: 20px;
    color: #18e3ff;
}
.info-hero__descr {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #ffffff;
}
@media (max-width: 767.98px) {
    .info-hero__descr {
        font-size: 16px;
    }
}

.calen {
    position: relative;
    z-index: 1;
    background: url("../img/bg-yaht/calendar-25.png") center 0/cover no-repeat;
    margin: -176px 0px 0px 0px;
    padding: 240px 0px 150px 0px;
}
@media (max-width: 991.98px) {
    .calen {
        margin: -100px 0px 0px 0px;
        padding: 100px 0px 70px 0px;
    }
}
@media (max-width: 767.98px) {
    .calen {
        margin: -70px 0px 0px 0px;
        padding: 70px 0px 70px 0px;
    }
}
.calen .hero__top {
    margin: 0px 0px 40px 0px;
}
@media (max-width: 479.98px) {
    .calen .hero__top {
        margin: 0px auto 40px;
        text-align: left;
        max-width: 100%;
    }
}
.calen_2 {
    background: url("../img/bg-yaht/calendar-26.png") center 0/cover no-repeat;
    position: relative;
    z-index: 0;
}
@media (max-width: 991.98px) {
    .calen_2 {
        padding: 140px 0px 150px 0px;
    }
}
@media (max-width: 767.98px) {
    .calen_2 {
        margin: -70px 0px 0px 0px;
        padding: 70px 0px 140px 0px;
    }
}

.tours {
    position: relative;
    background: url("../img/bg-yaht/tours-bg.png") center -100px no-repeat;
}
.tours__top {
    max-width: 1110px;
    margin: 0px auto;
}
.tours__descr {
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #676E71;
    margin: 0px 0px 30px 0px;
}
@media (max-width: 767.98px) {
    .tours__descr {
        font-size: 20px;
    }
}
@media (max-width: 479.98px) {
    .tours__descr {
        font-size: 16px;
    }
}
.tours__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #383838;
    margin: 0px 0px 50px 0px;
}
.tours__title span {
    color: #18E3FF;
}
@media (max-width: 479.98px) {
    .tours__title {
        font-size: 20px;
        margin: 0px 0px 30px 0px;
    }
}
.tours__item {
    display: block;
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
@media (any-hover: hover) {
    .tours__item:hover .tours__image {
        transform: scaleY(1.185);
    }
    .tours__item:hover .tours__image img {
        transform: scaleX(1.185);
    }
}
.tours__image {
    position: relative;
    padding: 0px 0px 108.6% 0px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.tours__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.3s ease 0s;
}
.tours__text {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    z-index: 1;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, -50%);
    padding: 15px 15px;
}
@media (max-width: 479.98px) {
    .tours__text {
        font-size: 14px;
        padding: 10px 10px;
    }
}
@media (max-width: 767.98px) {
    .tours__arrows {
        display: none;
    }
}
.tours__dotts {
    bottom: -50px;
}
@media (max-width: 1139.98px) {
    .tours__dotts {
        bottom: -50px;
    }
}
@media (max-width: 767.98px) {
    .tours__dotts {
        bottom: -35px;
    }
}

.slider-block {
    position: relative;
}
.slider-block::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: -30px;
    width: 100%;
    height: 277px;
    border-radius: 20px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 228%);
    transform: translateX(-100%);
}
@media (max-width: 1710px) {
    .slider-block::before {
        height: 315px;
    }
}
@media (max-width: 1599px) {
    .slider-block::before {
        height: 285px;
        left: -20px;
    }
}
@media (max-width: 1139.98px) {
    .slider-block::before {
        height: 326px;
    }
}
@media (max-width: 991.98px) {
    .slider-block::before {
        height: 246px;
    }
}
.slider-block::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: -30px;
    width: 100%;
    height: 277px;
    border-radius: 20px;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 228.3%);
    transform: translateX(100%);
}
@media (max-width: 1710px) {
    .slider-block::after {
        height: 315px;
    }
}
@media (max-width: 1599px) {
    .slider-block::after {
        height: 285px;
        right: -20px;
    }
}
@media (max-width: 1139.98px) {
    .slider-block::after {
        height: 326px;
    }
}
@media (max-width: 991.98px) {
    .slider-block::after {
        height: 246px;
    }
}
.slider-block__slider {
    overflow: visible;
    margin: -5px -5px;
    padding: 5px 5px;
}
.calendar {
    background: url("../img/bg-yaht/calendar-23.png") center 70px no-repeat;
}
@media (max-width: 1139.98px) {
    .calendar {
        background: url("../img/bg-yaht/calendar-23.png") center -10px no-repeat;
    }
}
.calendar__title {
    padding: 50px 0px 0px 0px;
}
@media (max-width: 479.98px) {
    .calendar__title {
        font-size: 22px;
    }
}
.calendar__body {
    position: relative;
    padding: 0px 0px 50px 0px;
    margin: 0px 0px 40px 0px;
}
@media (max-width: 767.98px) {
    .calendar__body {
        padding: 0px 0px 30px 0px;
        margin: 0px 0px 30px 0px;
    }
}
@media (max-width: 479.98px) {
    .calendar__arrows {
        display: none;
    }
}
.calendar__arrow {
    transform: translateY(-100%);
}
.calendar__dotts {
    bottom: 0px;
}
.calendar__bottom {
    text-align: center;
}
.item-calendar {
    height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 25px 25px 25px 25px;
}
@media (any-hover: hover) {
    .item-calendar:hover .item-calendar__content {
        transform: translateY(0px);
    }
}
@media (max-width: 479.98px) {
    .item-calendar {
        padding: 25px 15px 25px 15px;
    }
}
.item-calendar__content {
    position: relative;
    z-index: 1;
    color: #ffffff;
    transform: translateY(75px);
    transition: transform 0.3s ease 0s;
}
.item-calendar__country {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    margin: 0px 0px 10px 0px;
}
.item-calendar__label {
    font-weight: 700;
    font-size: 25px;
    margin: 0px 0px 20px 0px;
}
.item-calendar__info {
    display: flex;
    margin: 0px 0px 30px 0px;
}
.item-calendar__date {
    flex: 0 1 50%;
    padding: 0px 10px 0px 0px;
}
.item-calendar__price {
    flex: 0 1 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0px 0px 0px 10px;
}
.item-calendar__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.7);
    margin: 0px 0px 5px 0px;
}
@media (max-width: 479.98px) {
    .item-calendar__title {
        font-size: 14px;
    }
}
.item-calendar__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
@media (max-width: 479.98px) {
    .item-calendar__text {
        font-size: 14px;
    }
}
.item-calendar__link {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #FB0096;
    color: #ffffff;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 30px;
}
.item-calendar__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style {
    position: relative;
    z-index: 1;
    background: url("../img/bg-yaht/new-style.png") center top/1920px 688px no-repeat;
    margin: -135px 0px 0px 0px;
}
@media (max-width: 1139.98px) {
    .style {
        background: url("../img/bg-yaht/new-style.png") center top/cover no-repeat;
    }
}
.style__title {
    color: #ffffff;
    padding: 120px 0px 0px 0px;
    margin: 0px 0px 50px 0px;
}
.style__title span {
    color: #FB0096;
}
@media (max-width: 1139.98px) {
    .style__title {
        padding: 100px 0px 0px 0px;
    }
}
@media (max-width: 767.98px) {
    .style__title {
        margin: 0px 0px 10px 0px;
    }
}
.style__body {
    position: relative;
}
.style__slider {
    height: 380px;
    margin: -5px -5px;
    padding: 5px 5px;
}
.style__slider .swiper-wrapper {
    align-items: flex-start;
}
@media (max-width: 991.98px) {
    .style__slider {
        height: auto;
    }
}
@media (max-width: 479.98px) {
    .style__slider {
        max-width: 215px;
        margin: 0px auto;
        height: auto;
        overflow: visible;
    }
}
@media (max-width: 479.98px) {
    .style__slide.swiper-slide-active .style__descr {
        opacity: 1;
        visibility: visible;
    }
}
.style__item {
    display: block;
    position: relative;
    height: 290px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease 0s;
}
@media (any-hover: hover) {
    .style__item:hover {
        height: 366px;
    }
    .style__item:hover .style__text {
        position: relative;
        top: 0;
        transition: all 0.5s ease 0s;
    }
    .style__item:hover .style__label {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
}
@media (max-width: 479.98px) {
    .style__item {
        margin: 0px 0px 15px 0px;
    }
}
.style__descr {
    display: none;
}
@media (max-width: 479.98px) {
    .style__descr {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease 0s;
    }
}
.style__video {
    width: 100%;
    height: 100%;
}
.style__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.style__info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transform: translate(-50%, -50%);
    padding: 15px 15px;
    pointer-events: none;
}
@media (max-width: 479.98px) {
    .style__info {
        display: none;
    }
}
.style__label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    transition: all 0s ease 0s;
}
.style__text {
    position: absolute;
    top: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    transition: all 0s ease 0s;
    padding: 10px 0px 0px 0px;
}
.style__dotts {
    display: none;
}
@media (max-width: 991.98px) {
    .style__dotts {
        display: flex;
        bottom: -30px;
    }
}

.descr-style {
    color: #ffffff;
    text-align: center;
}
.descr-style__label {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    margin: 0px 0px 10px 0px;
}
.descr-style__text {
    font-size: 16px;
    line-height: 110%;
    color: rgba(255, 255, 255, 0.6);
}

.reviews {
    position: relative;
    background: url("../img/bg-yaht/reweivs2.png") center -70px no-repeat;
    margin: -120px 0px 0px 0px;
}
@media (max-width: 1139.98px) {
    .reviews {
        background: url("../img/bg-yaht/reweivs2.png") center -70px/cover no-repeat;
        margin: -60px 0px 0px 0px;
    }
}
.reviews__title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 35px 0px;
}
@media (max-width: 767.98px) {
    .reviews__title {
        margin: 0px 0px 20px 0px;
    }
}
.reviews__body {
    position: relative;
}
.reviews__slider {
    margin: -15px -15px;
    padding: 15px 15px;
}
.reviews__dotts {
    bottom: -50px;
}
@media (max-width: 767.98px) {
    .reviews__dotts {
        bottom: -30px;
    }
}
@media (max-width: 991.98px) {
    .reviews__arrows {
        display: none;
    }
}
.item-reveiws {
    position: relative;
    background: #ffffff;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px 20px;
}
@media (max-width: 767.98px) {
    .item-reveiws {
        padding: 15px 15px;
    }
}
.item-reveiws__top {
    display: flex;
    align-items: center;
    margin: 0px 0px 17px 0px;
}
.item-reveiws__image {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #676E71;
}
.item-reveiws__image img {
    max-width: 100%;
    max-height: 61px;
}
.item-reveiws__info {
    padding: 0px 0px 0px 20px;
}
.item-reveiws__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    margin: 0px 0px 8px 0px;
}
@media (max-width: 767.98px) {
    .item-reveiws__name {
        font-size: 16px;
    }
}
.item-reveiws__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
    .item-reveiws__date {
        font-size: 16px;
    }
}
.item-reveiws__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
    .item-reveiws__text {
        font-size: 14px;
    }
}
.item-reveiws__icon {
    position: absolute;
    top: -5px;
    right: 0;
}
.item-reveiws__icon svg {
    width: 30px;
    height: 26px;
}
@media (max-width: 767.98px) {
    .item-reveiws__icon {
        top: 0px;
        right: 0;
    }
    .item-reveiws__icon svg {
        width: 20px;
        height: 16px;
    }
}

@media (max-width: 1139.98px) {
    .foto {
        margin: -60px 0px 0px 0px;
    }
}
.foto__top {
    margin: 0px 0px 90px 0px;
}
@media (max-width: 767.98px) {
    .foto__top {
        margin: 0px 0px 60px 0px;
    }
}
.foto__item {
    display: block;
    position: relative;
    padding: 0px 0px 108.6% 0px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
    .foto__item:hover {
        border-radius: 0px;
    }
}
.foto__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foto__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
}
.foto__icon svg {
    width: 20px;
    height: 20px;
}
.foto__bottom {
    text-align: center;
}
@media (max-width: 767.98px) {
    .foto__arrows {
        display: none;
    }
}
.foto__dotts {
    bottom: -50px;
}
@media (max-width: 767.98px) {
    .foto__dotts {
        bottom: -30px;
    }
}

.video {
    position: relative;
    z-index: 1;
    background: url("../img/bg-yaht/video.png") center 0 no-repeat;
}
@media (max-width: 1139.98px) {
    .video {
        background: url("../img/bg-yaht/video.png") center 0/cover no-repeat;
    }
}
.video__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: #ffffff;
    margin: 0px 0px 35px 0px;
}
@media (max-width: 767.98px) {
    .video__title {
        margin: 0px 0px 20px 0px;
    }
}
@media (max-width: 479.98px) {
    .video__title {
        font-size: 22px;
    }
}
.video__top {
    position: relative;
    margin: 0px 0px 70px 0px;
}
@media (max-width: 1139.98px) {
    .video__top {
        background: none;
    }
}
@media (max-width: 991.98px) {
    .video__top {
        margin: 0px 0px 120px 0px;
    }
}
.video__slider {
    max-width: 822px;
    margin: 0px auto;
    overflow: visible;
}
.video__slide {
    border-radius: 20px;
}
.video__player {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background-color: #e2e2e2;
    width: 100%;
    padding: 0px 0px 55% 0px;
}
.video__player iframe,
.video__player img {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: none;
}
@media (max-width: 479.98px) {
    .video__player {
        padding: 0px 0px 60% 0px;
    }
}
.video__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video__bg::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video__btn {
    width: 88px;
    height: 88px;
    border: none;
    background-color: transparent;
    background-image: url("../img/video/play.svg");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}
@media (max-width: 479.98px) {
    .video__btn {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 991.98px) {
    .video__arrows {
        top: auto;
        bottom: -10px;
        width: 110px;
        right: 0;
        left: auto;
    }
}
@media (max-width: 991.98px) {
    .video__arrow {
        transform: translateY(0%);
    }
}
.video__arrow_prev {
    left: 0px;
}
@media (max-width: 1400px) {
    .video__arrow_prev {
        left: 0px;
    }
}
.video__arrow_next {
    right: 0px;
}
@media (max-width: 1400px) {
    .video__arrow_next {
        right: 0px;
    }
}
.video__dotts {
    display: none;
}

.banner {
    position: relative;
    z-index: 2;
}
.banner__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0099ff url("../img/bg-yaht/banner.png") 0 0 no-repeat;
    border-radius: 20px;
    padding: 20px 20px 20px 30px;
}
@media (max-width: 991.98px) {
    .banner__body {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px 30px 20px;
    }
}
.banner__text {
    flex: 0 1 500px;
    align-self: flex-start;
}
.banner__text span {
    font-family: "Montserrat";
    max-width: 500px;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: #ffffff;
}
.banner__text p {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    display: none;
}
@media (max-width: 991.98px) {
    .banner__text {
        flex: 0 1 auto;
        align-self: center;
        margin: 0px 0px 30px 0px;
    }
    .banner__text span {
        display: none;
    }
    .banner__text p {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .banner__text p {
        font-size: 18px;
    }
}
@media (max-width: 479.98px) {
    .banner__text {
        margin: 0px 0px 20px 0px;
    }
    .banner__text p {
        font-size: 12px;
    }
}
.banner__sub-span {
    padding: 0px 3px 0px 0px;
}
.banner__button {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
@media (max-width: 479.98px) {
    .banner__button {
        min-width: 100%;
    }
}
.banner__span {
    text-align: center;
}
.banner__icon-telegram {
    width: 20px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0px 15px;
}
.banner__icon-telegram svg {
    width: 20px;
    height: 17px;
}

.country__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
}
@media (max-width: 991.98px) {
    .country__body {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.country__media {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 25px;
}
@media (max-width: 991.98px) {
    .country__media {
        gap: 15px;
    }
}
@media (max-width: 479.98px) {
    .country__media {
        grid-template-columns: 120px 1fr;
    }
}
.country__item_grid {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}
@media (max-width: 991.98px) {
    .country__item_grid {
        gap: 15px;
    }
}
.country__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px 0px 163% 0px;
}
.country__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.country__image_grid {
    padding: 0px 0px 47% 0px;
}
@media (max-width: 991.98px) {
    .country__image_grid {
        padding: 0px 0px 30% 0px;
    }
}
@media (max-width: 991.98px) {
    .country__image_grid {
        padding: 0px 0px 29% 0px;
    }
}

.content-country__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #383838;
    margin: 0px 0px 15px 0px;
}
@media (max-width: 479.98px) {
    .content-country__title {
        font-size: 22px;
    }
}
.content-country__row {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0px 0px 20px 0px;
}
@media (max-width: 1139.98px) {
    .content-country__row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
.content-country__item {
    display: flex;
    align-items: center;
    border: 1px solid #18e3ff;
    border-radius: 25px;
    padding: 10px 20px;
}
.content-country__icon {
    margin: 0px 10px 0px 0px;
}
.content-country__icon svg {
    width: 20px;
    height: 20px;
}
.content-country__text {
    font-weight: 400;
    font-size: 18px;
    color: #18E3FF;
}
.content-country__sub-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 125%;
    color: #383838;
    margin: 0px 0px 15px 0px;
}
@media (max-width: 479.98px) {
    .content-country__sub-title {
        font-size: 20px;
        margin: 0px 0px 10px 0px;
    }
}
.content-country__descr {
    max-width: 510px;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991.98px) {
    .content-country__descr {
        max-width: 100%;
    }
}
@media (max-width: 479.98px) {
    .content-country__descr {
        font-size: 16px;
    }
}

.tabs-products-sliders {
    background: url("../img/bg-yaht/tabs-block.png") center 0/cover no-repeat;
}
.tabs-products-sliders__top {
    max-width: 1140px;
    margin: 0px auto 50px;
    position: relative;
}
@media (max-width: 767.98px) {
    .tabs-products-sliders__top {
        flex-direction: column;
        margin: 0px 0px 30px 0px;
    }
}
.tabs-products-sliders__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #383838;
    margin: 0px 0px 25px 0px;
}
@media (max-width: 479.98px) {
    .tabs-products-sliders__title {
        margin: 0px 0px 15px 0px;
        font-size: 22px;
    }
}
.tabs-products-sliders__buttons {
    transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
    .tabs-products-sliders__buttons {
        position: relative;
        width: 100%;
        background: #FB0096;
        border-radius: 5px;
        padding: 8px 20px;
        height: 30px;
        overflow: hidden;
        margin: 0px 0px 10px 0px;
    }
    .tabs-products-sliders__buttons._open {
        height: 120px;
    }
}
@media (max-width: 767.98px) and (max-width: 479.98px) {
    .tabs-products-sliders__buttons._open {
        height: 110px;
    }
}
.tabs-products-sliders__icon-arrow {
    display: none;
    color: #ffffff;
}
.tabs-products-sliders__icon-arrow svg {
    width: 12px;
    height: 12px;
}
@media (max-width: 767.98px) {
    .tabs-products-sliders__icon-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 40px;
        height: 30px;
        top: 0;
        right: 0;
    }
}
.tabs-products-sliders__bottom {
    position: relative;
}
@media (max-width: 767.98px) {
    .tabs-products-sliders__bottom {
        position: relative;
    }
}
.tabs-products-sliders__item {
    display: none;
}
.tabs-products-sliders__item._active {
    display: block;
    position: relative;
}
.tabs-products-sliders__item._active::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: -30px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 228%);
    transform: translateX(-100%);
}
@media (max-width: 1139.98px) {
    .tabs-products-sliders__item._active::before {
        left: -20px;
    }
}
.tabs-products-sliders__item._active::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: -30px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 228.3%);
    transform: translateX(100%);
}
@media (max-width: 1139.98px) {
    .tabs-products-sliders__item._active::after {
        right: -20px;
    }
}
.tabs-products-sliders__arrows {
    display: none;
}
.tabs-products-sliders__arrows._active {
    display: block;
}
@media (max-width: 767.98px) {
    .tabs-products-sliders__arrows._active {
        display: none;
    }
}
.tabs-products-sliders__arrow_prev {
    left: 40px;
}
.tabs-products-sliders__arrow_next {
    right: 40px;
}
.tabs-products-sliders__dotts {
    display: none;
}
.tabs-products-sliders__dotts._active {
    opacity: 1;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    white-space: nowrap;
    display: flex;
}
.tabs-products-sliders__dotts._active .swiper-pagination-bullet {
    position: relative;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #18E3FF;
    background: transparent;
    margin: 0px 3px;
    transition: 0.2s transform, 0.2s left;
}
.tabs-products-sliders__dotts._active .swiper-pagination-bullet-active {
    background: #18E3FF;
}
.tabs-products-sliders__dotts._active .swiper-pagination-bullet-active-main {
    background: #18E3FF;
}
@media (max-width: 479.98px) {
    .tabs-products-sliders__dotts._active {
        bottom: -30px;
    }
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.tabs-buttons {
    display: flex;
    align-items: center;
}
@media (max-width: 991.98px) {
    .tabs-buttons {
        justify-content: center;
    }
}
@media (max-width: 767.98px) {
    .tabs-buttons {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        top: 8px;
        left: 20px;
    }
}
.tabs-buttons__btn {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    margin: 0px 0px 10px 0px;
}
.tabs-buttons__btn:last-child {
    margin: 0px 0px 0px 0px;
}
.tabs-buttons__btn::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #FB0096;
    border-radius: 10px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
    .tabs-buttons__btn:hover {
        color: #FB0096;
    }
    .tabs-buttons__btn:hover::before {
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 767.98px) {
    .tabs-buttons__btn {
        margin: 0px 50px 0px 0px;
        color: #383838;
    }
}
@media (max-width: 767.98px) {
    .tabs-buttons__btn {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .tabs-buttons__btn._visible {
        opacity: 1;
        visibility: visible;
        display: block;
    }
}
@media (max-width: 479.98px) {
    .tabs-buttons__btn {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .tabs-buttons__btn._active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 767.98px) {
    .tabs-buttons__btn._active {
        color: #FB0096;
    }
    .tabs-buttons__btn._active::before {
        opacity: 1;
        visibility: visible;
    }
}

.tabs-slider {
    overflow: visible;
}
@media (max-width: 479.98px) {
    .tabs-slider {
        max-width: 74%;
        margin: 0px auto;
    }
}
.tabs-slider__item {
    position: relative;
}
.tabs-slider__icon {
    position: absolute;
    z-index: 1;
    top: 25px;
    right: 25px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-slider__icon::before {
    content: "?";
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.212);
    transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
    .tabs-slider__icon:hover::before {
        color: #cc007a;
    }
}
.tabs-slider__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px 0px 100% 0px;
}
.tabs-slider__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.route__body {
    position: relative;
    max-width: 1045px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 65px 0px 65px 0px;
    padding-bottom: 0;
}
@media (max-width: 767.98px) {
    .route__body {
        padding: 160px 0px 0px 0px;
    }
}
.route__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.route__image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.route__content {
    flex: 0 0 535px;
    position: relative;
    z-index: 1;
    transform: translateX(65px);
}
@media (max-width: 1139.98px) {
    .route__content {
        transform: translateX(0px);
    }
}
@media (max-width: 767.98px) {
    .route__content {
        flex: 0 1 100%;
    }
}
.tabs-route {
    background: #ffffff;
    box-shadow: 8px 8px 27px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 30px 30px;
}
@media (max-width: 479.98px) {
    .tabs-route {
        padding: 20px 20px;
    }
}
.tabs-route__label {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: rgba(0, 0, 0, 0.5);
    margin: 0px 0px 20px 0px;
}
@media (max-width: 479.98px) {
    .tabs-route__label {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }
}
.tabs-route__buttons {
    display: flex;
    margin: 0px 0px 25px 0px;
}
@media (max-width: 479.98px) {
    .tabs-route__buttons {
        margin: 0px 0px 15px 0px;
    }
}
.tabs-route__btn {
    flex: 0 0 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: rgba(56, 56, 56, 0.5);
    margin: 0px 15px 0px 0px;
    cursor: pointer;
}
.tabs-route__btn:last-child {
    margin: 0px 0px 0px 0px;
}
.tabs-route__btn._active {
    font-weight: 600;
    color: #ffffff;
    background-color: #18E3FF;
    border: 1px solid #18E3FF;
}
@media (max-width: 479.98px) {
    .tabs-route__btn {
        flex: 0 0 20px;
        height: 20px;
        font-size: 14px;
        margin: 0px 10px 0px 0px;
    }
}
.tabs-route__title {
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    margin: 0px 0px 15px 0px;
}
@media (max-width: 479.98px) {
    .tabs-route__title {
        font-size: 20px;
        margin: 0px 0px 10px 0px;
    }
}
.tabs-route__sub-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.6);
    margin: 0px 0px 20px 0px;
}
@media (max-width: 479.98px) {
    .tabs-route__sub-title {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }
}
.tabs-route__location {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #18E3FF;
    margin: 0px 0px 15px 0px;
}
@media (max-width: 479.98px) {
    .tabs-route__location {
        font-size: 14px;
    }
}
.tabs-route__icon-location {
    margin: 0px 5px 0px 0px;
}
.tabs-route__icon-location svg {
    width: 20px;
    height: 20px;
}
.tabs-route__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: rgba(0, 0, 0, 0.6);
    margin: 0px 0px 15px 0px;
}
@media (max-width: 479.98px) {
    .tabs-route__descr {
        font-size: 14px;
    }
}
.tabs-route__media {
    display: flex;
}
.tabs-route__image {
    flex: 0 1 149px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px 20px 0px 0px;
}
.tabs-route__image:last-child {
    margin: 0px 0px 0px 0px;
}
.tabs-route__image img {
    max-width: 100%;
}
@media (max-width: 479.98px) {
    .tabs-route__image {
        flex: 0 1 120px;
        margin: 0px 10px 0px 0px;
    }
}

.yaht {
    background: url("../img/bg-yaht/slider-yaht.png") center 0/cover no-repeat;
}
.yaht__title {
    color: #ffffff;
    margin: 0px 0px 40px 0px;
}
.yaht__title span {
    color: #FB0096;
}
.yaht__body {
    position: relative;
}
@media (max-width: 767.98px) {
    .yaht__body {
        padding: 0px 0px 30px 0px;
    }
}
@media (max-width: 479.98px) {
    .yaht__slider {
        max-width: 74%;
        margin: 0px auto;
        overflow: visible;
    }
}
.yaht__dotts {
    display: none;
}
@media (max-width: 767.98px) {
    .yaht__dotts {
        bottom: 0;
        display: flex;
    }
}

.item-yaht__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px 0px 72.3% 0px;
    margin: 0px 0px 25px 0px;
}
.item-yaht__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-yaht__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
}
.item-yaht__price {
    font-weight: 700;
    font-size: 25px;
    color: #18E3FF;
    margin: 0px 0px 15px 0px;
}
.item-yaht__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: rgba(255, 255, 255, 0.8);
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 8;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.item-yaht__arrows {
    padding: 0px 0px 72.3% 0px;
    top: 0;
    pointer-events: none;
}
.item-yaht__arrow {
    top: 50%;
    width: 36px;
    height: 36px;
    background-color: #FB0096;
    color: #ffffff;
    pointer-events: all;
}
.item-yaht__arrow svg {
    width: 10px;
    height: 10px;
}
@media (any-hover: hover) {
    .item-yaht__arrow:hover {
        background-color: #ffffff;
        color: #FB0096;
    }
}
@media (max-width: 767.98px) {
    .item-yaht__arrow {
        width: 29px;
        height: 29px;
    }
    .item-yaht__arrow svg {
        width: 9px;
        height: 9px;
    }
}
.item-yaht__arrow_prev {
    left: 20px;
}
@media (max-width: 767.98px) {
    .item-yaht__arrow_prev {
        left: 10px;
    }
}
.item-yaht__arrow_next {
    right: 20px;
}
@media (max-width: 767.98px) {
    .item-yaht__arrow_next {
        right: 10px;
    }
}

.dates__items {
    margin: 0px 0px 30px 0px;
}
.dates__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../img/bg-yaht/dates.png") 0 0/cover no-repeat;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 27px 30px;
    margin: 0px 0px 20px 0px;
}
.dates__item:last-child {
    margin: 0px 0px 0px 0px;
}
@media (max-width: 767.98px) {
    .dates__item {
        padding: 20px 20px;
    }
}
.dates__data {
    font-weight: 700;
    font-size: 25px;
    color: #000000;
}
@media (max-width: 767.98px) {
    .dates__data {
        font-size: 18px;
    }
}
.dates__price {
    font-weight: 400;
    font-size: 30px;
    color: #fb0096;
}
@media (max-width: 767.98px) {
    .dates__price {
        font-size: 20px;
    }
}
.dates__button {
    text-align: center;
}
.info {
    position: relative;
    z-index: 2;
    background-color: #fafafa;
    overflow: hidden;
}
.info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 133px;
    background-image: url("../img/info-line.png");
    background-position: right;
    z-index: 2;
}
.info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/info-bg.svg");
    background-position: bottom;
    z-index: 1;
    opacity: 0.5;
}
.info .container {
    position: relative;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .info::before {
        height: 60px;
        background-size: cover;
    }
}
.info__top {
    display: flex;
    margin: 0px -50px 0px;
}
@media (max-width: 767.98px) {
    .info__top {
        flex-wrap: wrap;
    }
}
.info__column {
    flex: 0 1 50%;
    padding: 0px 50px;
}
@media (max-width: 767.98px) {
    .info__column {
        flex: 0 1 100%;
        margin: 0px 0px 30px 0px;
    }
}
.info__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #383838;
    margin: 0px 0px 30px 0px;
}
@media (max-width: 767.98px) {
    .info__title {
        font-size: 25px;
        margin: 0px 0px 20px 0px;
    }
}
@media (max-width: 479.98px) {
    .info__title {
        font-size: 18px;
    }
}
.info__item {
    display: flex;
    align-items: flex-start;
    margin: 0px 0px 10px 0px;
}
.info__item:last-child {
    margin: 0px 0px 0px 0px;
}
.info__icon {
    margin: 0px 10px 0px 0px;
}
.info__icon svg {
    width: 20px;
    height: 20px;
}
.info__text {
    font-weight: 400;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
    .info__text {
        font-size: 16px;
    }
}
@media (max-width: 479.98px) {
    .info__text {
        font-size: 14px;
    }
}

.contact {
    position: relative;
    background: url("../img/bg-yaht/contact.png") center 0/cover no-repeat;
}
.contact__image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
}
@media (max-width: 991.98px) {
    .contact__image-bg {
        height: 60px;
    }
}
.contact__body {
    max-width: 290px;
    margin: 0px auto;
    text-align: center;
}
.contact__title {
    margin: 0px 0px 20px 0px;
}
.contact__sub-title {
    font-weight: 400;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0px 0px 15px 0px;
}
.contact__social {
    margin: 0px 0px 30px 0px;
}
@media (max-width: 479.98px) {
    .contact__btn {
        min-width: 250px;
    }
}

.social-contact {
    display: flex;
    justify-content: center;
}
.social-contact__link {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 153, 255, 0.08);
    color: #0099ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 15px 0px 0px;
}
.social-contact__link:last-child {
    margin: 0px 0px 0px 0px;
}
.social-contact__link svg {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}
@media (any-hover: hover) {
    .social-contact__link:hover {
        background-color: #FB0096;
        color: #ffffff;
    }
}
.social-contact__link_telegram svg {
    transform: translateX(-2px);
}
.policy {
    position: relative;
    background: #fafafa;
}
.policy__image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
}
@media (max-width: 991.98px) {
    .policy__image-bg {
        height: 60px;
    }
}
.policy__main-title {
    margin: 0px 0px 20px 0px;
}
.policy__item {
    margin: 0px 0px 25px 0px;
}
.policy__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #18e3ff;
    text-transform: uppercase;
    margin: 0px 0px 11px 0px;
}
@media (max-width: 479.98px) {
    .policy__title {
        font-size: 18px;
    }
}
.policy__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.6);
    margin: 0px 0px 15px 0px;
}
.policy__descr:last-child {
    margin: 0px 0px 0px 0px;
}
.policy__descr p {
    margin: 0px 0px 10px 0px;
}
.policy__descr p:last-child {
    margin: 0px 0px 0px 0px;
}
.policy__descr span {
    display: block;
    margin: 0px 0px 10px 0px;
}
.policy__descr span:last-child {
    margin: 0px 0px 0px 0px;
}
.policy__descr a {
    color: #18E3FF;
}
.policy__sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #18e3ff;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}
@media (max-width: 479.98px) {
    .policy__sub-title {
        font-size: 16px;
    }
}
.policy__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
@media (max-width: 767.98px) {
    .policy__buttons {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
.policy__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.how-work {
    position: relative;
    z-index: 2;
}
.how-work__image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
}
@media (max-width: 991.98px) {
    .how-work__image-bg {
        height: 60px;
    }
}
.how-work__main-title {
    margin: 0px 0px 20px 0px;
}
.how-work__sub-title {
    max-width: 786px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    margin: 0px auto 10px;
}
@media (max-width: 1139.98px) {
    .how-work__sub-title {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .how-work__sub-title {
        padding: 0px 15px;
    }
}
.how-work__row {
    display: flex;
    height: 70%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.how-work__row_2 {
    margin: -6.1% 0px 0px 0px;
}
.how-work__row_3 {
    margin: -6.1% 0px 0px 0px;
}
.how-work__row_4 {
    margin: -6.1% 0px 0px 0px;
}
.how-work__row_5 {
    margin: -6.1% 0px 0px 0px;
}
.how-work__row_6 {
    margin: -6.1% 0px 0px 0px;
}
.how-work__row_reverse {
    flex-direction: row-reverse;
}
.how-work__row_reverse .how-work__media {
    margin: 0px 0px 20px 0px;
}
@media (max-width: 1139.98px) {
    .how-work__row {
        background-image: none !important;
        flex-wrap: wrap;
        margin: 0px -15px 30px -15px;
    }
}
.how-work__media {
    flex: 0 0 50%;
}
@media (max-width: 1139.98px) {
    .how-work__media {
        flex: 0 1 100%;
        padding: 0px 15px;
    }
}
.how-work__image {
    display: none;
}
@media (max-width: 1139.98px) {
    .how-work__image {
        display: block;
        position: relative;
        padding: 0px 0px 70% 0px;
        margin: 0px 0px 10px 0px;
    }
    .how-work__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.how-work__content {
    position: relative;
    flex: 0 0 50%;
    padding: 33% 0px 0px 0px;
}
@media (max-width: 1139.98px) {
    .how-work__content {
        flex: 0 1 100%;
        padding: 0px 15px;
    }
}
.how-work__item {
    position: absolute;
    top: 50%;
    left: 40px;
    max-width: 540px;
    transform: translateY(-50%);
}
@media (max-width: 1450px) {
    .how-work__item {
        padding: 0px 15px 0px 0px;
    }
}
@media (max-width: 1139.98px) {
    .how-work__item {
        position: static;
        transform: translateY(0);
        padding: 0px 15px 0px 15px;
        text-align: center;
        left: 0;
        max-width: 100%;
        margin: 0px 0px 10px 0px;
    }
}
.how-work__item_left {
    left: auto;
    right: 40px;
}
@media (max-width: 1450px) {
    .how-work__item_left {
        padding: 0px 0px 0px 15px;
    }
}
@media (max-width: 1139.98px) {
    .how-work__item_left {
        padding: 0px 15px 0px 15px;
        right: 0px;
    }
}
.how-work__title {
    font-weight: 700;
    font-size: 30px;
    color: #383838;
    margin: 0px 0px 15px 0px;
}
.how-work__title span {
    color: #FB0096;
}
@media (max-width: 479.98px) {
    .how-work__title {
        font-size: 22px;
    }
}
.how-work__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.6);
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 12;
    -webkit-line-clamp: 12;
    line-clamp: 12;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
@media (max-width: 1450px) {
    .how-work__text {
        font-size: 16px;
    }
}
