@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Playfair+Display:ital,wght@1,400;1,700;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #021823;
    color: #FFF;

}
html {
    font-family: 'Montserrat', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

html, body {
    height:100%;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
    color: #CAB877;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    font-weight: 500;
    margin: 0.67em 0;
}

mark {
    background-color: #CAB877;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
/*
html {
    font-size: 62.5%;
}
*/
body {
    font-size: 14px;
    background: #021823;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

p span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: #CAB877;
}

a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    width: 100%;
}

figure {
    margin: 0;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mp-110 {
    padding-top: 110px;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-60 {
    margin-top: 80px !important;
}
.p-20 {
    /*padding: 0 40px;*/
}
.pt-0 {
    padding-top: 0 !important;
}
.plr-40 {
    padding: 0 40px;
}
.wrapper {
    background: #021823 url("../img/main_bg4.jpg") center top no-repeat;
    min-height: 1600px;
    width: 100%;
    padding-bottom: 0px;
    background-size: contain;
    overflow: hidden;
}

.container-fluid  {
   max-width: 1680px;
    /* padding: 0 24px !important;*/
}

.main-content {
    min-height: 540px;
}
a.btn-popup {
    display: inline-block;
    font-size: 16px;
    line-height: 46px;
    color: #FFF;
    height: 48px;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 30px;
    padding: 0 40px;
}
a.btn-popup:hover {
    color: #CAB877;
    border: 1px solid #CAB877;
}

a.btn-popup.btn-video {
    background: url("../svg/video.svg") 40px center no-repeat;
    padding-left: 80px;
}

.main-text {
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
}
.overflow_hidden {
    overflow: hidden;
}

/* header */
header {
    height: 110px;
    /*min-height: 1100px;*/
}
.header-dark .wrap-sticky nav.navbar.bootsnav.sticked {
    background: #021823;
}
header a.header-logo {
    display: block;
    padding: 25px 25px;
}
header a.header-logo img {
    height: 100%;
    width: auto;
}

/*Splash */
.splash {

}
h1.splash-h1 {
    font-family: 'Playfair Display', serif;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
    font-size: 52px;
    line-height: 80px;
    font-style: italic;
}
h1.splash-h1 span {
    display: block;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 78px;
    color: #FFF;
}
.splash-text {
    color: rgba(255,255,255,0.7);
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    width: 45%;
    margin: 0 auto 40px auto;
}
a.splash-link {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,1.0);
    font-weight: 700;
    padding: 0 0 0 5px;
    line-height: 44px;
    display: inline-block;
    font-style: italic;
}
a.splash-link:hover  {
    color: #CAB877;
    border-bottom: 1px solid #CAB877;
}

/* Subheader */
.subheader {
    position: relative;
    margin-left: 0px;
}
.subheader-first-text {
    font-family: 'Playfair Display', serif;
    color: rgba(255,255,255,0.7);
    font-size: 48px;
    font-weight: 400;
    padding-top: 80px;
    line-height: 64px;
    font-style: italic;
}
.subheader-second-text {
    font-size: 122px;
    line-height: 144px;
    color: rgba(255,255,255,0.02);
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    left: 10%;
    top: 10px;
}
.subheader-img {
    margin-top: 20px;

}
.subheader-img img {
}
.teasers {

}
.teaser {
    background: rgba(255,255,255,0.01);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    padding: 30px 40px 30px 40px;
    float: left;
    height: 100%;
}
.teaser:hover {
}
.teaser-img {
    float: left;
    display: block;
    width: 30%;
}
.teaser-text {
    color: rgba(255,255,255,0.7);
    float: left;
    font-size: 16px;
    display: block;
    line-height: 24px;
    width: 70%;
}
.round-block {
    position: relative;
}
.round-block-square {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    width: 60%;
    height: 550px;
}
.round-block-img {
    top: 0;
    left: 0;
    padding: 40px 0 0 0;
    position: absolute;
}
.round-block-img img {
    width: 80%;
    height: auto;
    box-shadow: 70px -30px 150px 100px rgba(32, 71, 106, 0.2);
    opacity: 0.99;
    transition: all ease 0.4s;
}
.round-block-img:hover img {
    width: 90%;
    height: auto;
}
.accordion-item {
    background: unset;
    border: 0;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
}
.accordion-button:not(.collapsed) {
    color: #CAB877;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    background-color: unset;
}
.accordion-button {
    background: unset;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
    line-height: 28px;
}
.accordion-button:focus {
    box-shadow: none;
    outline: none;
}
.accordion-body {
    font-size: 14px;
    line-height: 26px;
    color: rgba(255,255,255,0.9);
}
.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(255 255 255 / 5%);
}
.accordion-button::after {
    background-image: url("../svg/list-arrow.svg");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../svg/list-arrow-active.svg");
    transform: rotate(360deg);
}
.accordion-body {
    padding: 1.5rem 1.25rem;
}
.accordion-item:last-of-type {
    border-radius: 0;
}
.nautilus {
    margin-left: 80px;
}
.jellyfish {
    padding: 20px;
}

.price-item {
    background: linear-gradient(147.1deg, rgba(39, 101, 126, 0.2) 0%, rgba(23, 90, 117, 0.2) 100%);
    padding: 60px 10%;
    height: 100%;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
}
.price-item-header {
    font-family: Playfair Display;
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    line-height: 28px;
    color: rgba(202, 184, 119, 0.8);
    margin-bottom: 32px;
}
.price-item-numbers {
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}
.price-item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
}
.price_bg2 {
    background: linear-gradient(147.1deg, rgba(28, 77, 98, 0.2) 0%, rgba(20, 81, 104, 0.2) 100%);
}
.price_bg3 {
    background: linear-gradient(147.1deg, rgba(15, 52, 67, 0.2) 0%, rgba(33, 76, 94, 0.2) 100%);
}
.dropdown-toggle::after {
    display: none;
}
.contacts-info {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 60px;
}
.contacts-info-address {
    background: url("../svg/map-yellow.svg") left 6px no-repeat;
    padding-left: 36px;
    color: #CAB877;
    font-size: 22px;
}
.contacts-info-address span {
    display: block;
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    margin-top: 19px;
}
.contacts-info-phone {
    font-size: 22px;
    color: #FFF;
    background: url("../svg/phone.svg") left 4px no-repeat;
    padding-left: 44px;
    margin-bottom: 20px;
    display: block;
}
.contacts-info-mail {
    background: url("../svg/mail.svg") 3px 4px no-repeat;
    padding-left: 45px;
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    display: block;
}
/* footer */
footer {
    background:  url("../img/footer_bg4.jpg") center bottom no-repeat;
    /*min-height: 1400px;*/
    background-size: contain;
    padding: 60px 0 70px 0;
    color: #EAEAEA;
    font-size: 14px;
}
.footer-menu {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 40px 0;
}
footer ul {
    list-style: none;
    margin-top: 20px;
}
footer ul li {
    display: inline-block;
}
ul.footer-link li a {
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 14px;
    margin: 0 4px;
}
ul.footer-social-link {
    float: right;
}
ul.footer-social-link li a {
    padding: 0px;
    margin: 0 12px;
}
a.ps-gallery__item {
    overflow: hidden;
    display: block;
    margin-bottom: 30px;

}
a.ps-gallery__item img {
    opacity: 0.8;
    mix-blend-mode: luminosity;
    transition: all 2s ease;

}
a.ps-gallery__item:hover img {
    opacity: 1;
    transform: scale(1.2);
    mix-blend-mode: normal;
}
.swiper {
    width: 100%;
    height: 100%;
    padding: 80px 0 80px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet-active {
    background: #bbbfc6 !important;
    border: 1px solid #bbbfc6;
}
.swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    background: unset;
    border: 1px solid #bbbfc6;
}

.swiper-review {
    width: 35%;
    display: inline-block;
    text-align: left;
}
.swiper-review-name {
    font-size: 16px;
    line-height: 36px;
}
.swiper-review-subj {
    font-family: Playfair Display;
    font-style: italic;
    line-height: 38px;
    font-size: 30px;
    color: #CAB877;
}
.swiper-review-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.swiper-image {
    width: 40%;
    position: relative;
}
.swiper-block-square {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    width: 60%;
    height: 500px;
}
.swiper-block-img {
    top: 0;
    right: 0;
    padding: 60px 0 0 0;
    position: absolute;
}
.swiper-block-img img {
    width: 70%;
    height: auto;
    box-shadow: 70px -30px 60px 60px rgba(32, 71, 106, 0.2);
    opacity: 0.9;
    transition: all ease 0.4s;
    mix-blend-mode: luminosity;
}
.swiper-block-img:hover img {
    width: 75%;
    height: auto;
}
.trainer {
    padding-top: 120px;
}
.faq {
    padding-top: 120px;
}
/* Main page video */
#videoModal {
    top: 0px;
    padding-top: 160px;
}

.modal-content {
    border: 0;
    box-shadow: none;
}
.modal-dialog.video-modal {
    max-width: 800px;
    margin: 30px auto;
}
.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
    box-shadow: none;
    border: none;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.close {
    position: absolute;
    right: -24px;
    top: -36px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity:1 ;
    text-shadow: none;
    background: none;
    border: 0;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
iframe {
    border: 0;
    max-width: 100%;
    width: 100%;
}
#orderModal {
    top: 0px;
    padding-top: 160px;
}
#orderModal .modal-content {
    background: linear-gradient(180deg, #093649 0%, #011923 100%);
}
#orderModal .modal-content .modal-body {
    padding: 44px 64px 44px 64px;
}
.popup-header {
    font-family: Playfair Display;
    font-style: italic;
    font-size: 36px;
    line-height: 48px;
    color: rgba(255,255,255, 0.9);
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
}
.popup-subheader {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: rgba(255,255,255, 0.7);
    text-align: center;
    margin-bottom: 40px;
}
.popup-contact-fields input {
    height: 40px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 4px;
    color: #FFF;
    padding: 16px;
}
#orderModal button.btn-popup {
    display: inline-block;
    font-size: 16px;
    line-height: 46px;
    color: #FFF;
    height: 48px;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 30px;
    padding: 0 40px;
    background: unset;
    margin-top: 24px;
}
#orderModal button.btn-popup:hover {
    color: #CAB877;
    border: 1px solid #CAB877;
}
.popup-contact-message {
    display: none;
}
.popup-contact-message .popup-error {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: rgba(255,255,255, 0.7);
    text-align: center;
    margin: 40px 0;
}
/* Main page video */


