@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Playfair+Display:wght@300;400;700;800;900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body{
  height: 100%;
}
ul {
  list-style: none;
}
* {
  box-sizing: border-box;
}
img{
  max-width: 100%;
  width: 100%;
}

body {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.container {
  padding: 0 15px;
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
[class*="col"] {
  padding: 0 15px;
}
.col-6 {
  flex-basis: 50%;
}
.full-height {
  min-height: 100vh;
  display: flex;
  align-content: center;
}
header {
  position: fixed;
  width: 100%;
  z-index: 6;
}
header nav {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  transition: all 0.3s;
}
header nav ul a {
  text-decoration: none;
  color: #fff;
  padding: 20px;
  margin: 0 10px;
  display: block;
  position: relative;
}
header nav ul a.active::after{
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #fff;
  bottom: 17px;
}
header.sticky{
  background-color: #000;
}
header.sticky nav ul{
  height: 50px;
}
h1,
h2,
.h2{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
b{
  font-weight: 700;
}
section{
  padding-top: 50px;
}
.top-banner {
  background: url(../images/preloader-background.jpg) no-repeat center center
    #000;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 0;
}
.top-banner video {
  mix-blend-mode: screen;
  position: absolute;
  width: 282%;
  bottom: -15%;
  margin-left: -5%;
}
.top-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.top-banner__content .logo {
  border-radius: 300px;
  margin-bottom: 50px;
  /* border: 2px solid #fff; */
}
.top-banner__content .logo img {
  width: 428px;
  height: auto;
}
.top-banner__content {
  color: #fff;
  text-align: center;
}
.top-banner__content .quotation {
  position: relative;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px;
  font-weight: 900;
}
.top-banner__content .quotation-decor{
  display: flex;
  justify-content: space-between;
  font-size: 99px;
  opacity: 0.3;
  margin: 20px auto;
}
.top-banner__content .quotation-decor .quotation-sign{
  font-family: "Playfair Display", serif;
  position: relative;
  bottom: -6px;
}
.top-banner__content .quotation-decor .left-decoration-line,
.top-banner__content .quotation-decor .right-decoration-line{
  width: calc(50% - 35px);
  background-color: #fff;
  height: 0.5px;
  display: block;
  position: relative;
}
.top-banner__content .quotation br:first-child{
  display: none;
}
.top-banner__content p {
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  opacity: 0.5;
}
.btn-top {
  display: block;
  position: fixed;
  right: 9px;
  bottom: 9px;
  font-size: 0;
  display: none;
  opacity: 0.8;
}
.btn-top a{
  padding: 0;
  width: 80px;
  height: 80px;
  margin: 0;
  background-color: #fff;
  opacity: 0.7;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  border-radius: 50px;
  line-height: 111px;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-size: 0;
}
.btn-top a::before{
  content: "";
  display: block;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 35px;
  left: 28px;
  transform: rotate(45deg);
}
.section1 .block-title{
  text-align: center;
  margin: 45px 0 75px;
  font-size: 24px;
}
.section1{
  background-color: #F1F0ED;
  line-height: 36px;
  /* padding-bottom: 50px; */
  min-height: calc(100vh - 50px);
  display: flex;
  align-items: center;
}
.section1 .container{
}
.section1 .first-letter{
  padding-right: 30px;
  text-align: justify;
}
.section1 .first-letter:first-letter{
  /* font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 36px; */
}
.section2{
  background-color: #F1F0ED;
}
.section2 .block-title{
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.section2 .block-title h2{
  color: #fff;
  font-weight: 900;
}
.section2 .slick-slide{
  display: flex;
  justify-content: center;
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  overflow: hidden;
}
.section2 .slick-slide img{
  height: calc(100vh - 50px);
  width: auto;
  max-width: none;
}
.section2 .slick-arrow{
  left: 0;
  opacity: 0;
}
.section2 .slick-prev{

}
.slick-next{
  right: 0;
}
.section3{
  padding-bottom: 50px;
  min-height: calc(100vh - 50px);
  display: flex;
  align-items: center;
}
.section3 h2{
  margin-bottom: 75px;
}
.section3 p.small{
  font-size: 18px;
  line-height: 26px;
}
.section3 .list-row{
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 36px 0;
}
.section3 .list-row:first-child{
  margin-top: -27px;
}
.section3 .list-row+.list-row{
  border-top: 1px solid #000;
}
.section3 .list-row .day{
  font-size: 23px;
  font-weight: 700;
}
.section3 .list-row .time{
  font-size: 16px;
  font-weight: 700;
}
.section4{
  display: flex;
  flex-wrap: wrap;
}
.section4 iframe{
  flex-basis: 50%;
  height: calc(100vh - 50px);
  filter: grayscale(90%);
  transition: all 0.3s;
}
.section4 iframe:hover{
  filter: grayscale(10%);
}
.section4 .contacts{
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  flex-basis: 50%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: url(../images/preloader-background.jpg) no-repeat center center #000;
  background-size: cover;
}
.section4 .contacts video{
  mix-blend-mode: screen;
  position: absolute;
  width: 282%;
  bottom: -15%;
  margin-left: -5%;
}
.section4 .contacts .logo{
  width: 271px;
  margin-bottom: 80px;
}
.section4 .contacts h2{
  font-size: 32px;
  margin-bottom: 50px;
}
.section4 .contact-row{
  text-align: left;
  width: 100%;
  max-width: 425px;
  margin-bottom: 21px;
  position: relative;
  font-weight: 300;
}
.scroll-to-map{
  position: relative;
}
.section4 .contact-row a{
  color: #fff;
  text-decoration: none;
}
.section4 .icon{
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.section4 .locaton-icon{
  background: url(../images/location-icon.svg) no-repeat 0 0 transparent;
}
.section4 .phone-icon{
  background: url(../images/phone-icon.svg) no-repeat 1px 3px transparent;
}
.section4 .email-icon{
  background: url(../images/email-icon.svg) no-repeat 0 3px transparent;
}
.scroll-to-map{
  display: none;
}

.blocking-section+header+main{
  display: none;
}

.blocking-section.passed+header+main{
  display: block;
}

.blocking-section{
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  z-index: 9;
  left: 0;
  top: 0;
  padding: 0;
}
.blocking-section .container{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  text-align: center;
  font-size: 20px;
  min-height: 100vh;
}
.blocking-section p{
  max-width: 650px;
}
.blocking-section .logo{
  margin-bottom: 50px;
}
.blocking-section .buttons{
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.blocking-section .button + .button{
  margin-left: 15px;
}
.blocking-section .button{
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 54px;
  padding: 0 15px;
  border: 0;
  flex-grow: 1;
  text-decoration: none;
  color: #000;
}
.blocking-section .button.adult{
  background-color: #000;
  color: #fff;
}
.blocking-section .button.adolescent{
  background-color: #D9D9D9;
}
.blocking-section .logo img{
  /* filter: brightness(0%); */
  max-width: 260px;
}
button.scroll-to-map{

}



@media (max-width: 1200px) {
  .top-banner__content .logo img {
    width: 275px;
    height: auto; 
  }
  .top-banner__content .quotation {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
  }  
  .top-banner__content p {
    font-size: 20px;
  }
}

@media (max-width: 990px) {
  body{
    font-size: 16px;
  }
  .blocking-section{
    
  }
  .blocking-section .container{
    font-size: 16px;
  }
  .blocking-section .logo img{
    max-width: 200px;
  }
  .blocking-section .button{
    font-size: 13px;
  }
  .col-6{
    flex-basis: 100%;
  }
  .section1 .first-letter{
    margin-bottom: 30px;
    padding-right: 0;
    line-height: 20px;
  }
  .section1 .first-letter:first-letter{
    /* font-size: 26px; */
  }
  h2, .h2 {
    font-size: 26px;
  }
  .section1 .block-title{
    font-size: 18px;
    margin: 10px 0 15px;
  }
  .section3 h2 {
    margin-bottom: 35px;
  }
  .section3 .list-row:first-child {
    margin-top: 0;
  }
  .section3 .list-row{
    padding: 18px 0;
  }
  .section3 p.small {
    margin-bottom: 25px;
  }
  .section4{
  }
  .section4 iframe{
    /* height: 50vh; */
    flex-basis: 100vw;
    order: 1;
  }
  .section4 .contacts{
    flex-basis: 100vw;
    min-height: calc(100vh - 50px);
    font-size: 20px;
  }  
  .scroll-to-map{
    display: block;
    position: relative;
    margin-top: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 0;
  }
  .scroll-to-map a{
    color: #fff;
    text-decoration: none;
    /* background-color: #000; */
    display: inline-block;
    position: relative;
    padding: 9px 19px;
    /* padding-right: 30px; */
    border-radius: 25px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #fff;
    line-height: 23px;
    opacity: 0.7;
  }
  .scroll-to-map a::after{
    content: "";
    display: inline-block;
    margin-left: 13px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    border-top-width: 5px;
    position: relative;
    top: -2px;
  }
  
}

/* main{
  height: 100%;
  overflow-y: scroll;
  scroll-snap-type: y proximity;
}

.scrollspy {
  scroll-snap-align: start;
} */

@media (max-width: 990px) and (orientation: landscape){
  .section2 .slick-slide{
    height: calc(100vh - 50px);
    background-color: #000;
  }
  .section2 .slick-slide img{
    height: auto;
    /* width: 100%; */
  }
}

@media (max-width: 580px) {
  header nav{
    font-size: 12px;
  }
  header nav ul a{
    margin: 0;
    padding: 20px 12px;
  }
  header nav ul a.active::after{
    width: calc(100% - 24px);
  }
  .top-banner__content .quotation {
    font-size: 23px;
    line-height: 35px;
  }
  .top-banner__content .quotation-decor{
    width: 75%;
  }
  .top-banner__content .quotation br:first-child{
    display: block;
  }
  .top-banner__content p {
    font-size: 16px;
  }
  .blocking-section .logo {
    margin-bottom: 65px;
  }
  .blocking-section .logo img {
    max-width: 180px;
  }
  .blocking-section .buttons{
    flex-direction: column;
  }
  .blocking-section .button{
    font-size: 16px;
  }
  .blocking-section .button + .button{
    margin-left: 0;
    margin-top: 14px;
  }
  .section4 .contacts {
    font-size: 16px;
  }
  .section4 .contacts .logo {
    width: 195px;
    margin-bottom: 33px;
  }
}

@media (max-height: 850px) {
  .top-banner__content .logo{
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .top-banner__content .logo img {
    width: 256px;
    height: auto;
  }
}

@media (max-height: 550px) {
  .blocking-section .logo img {
    max-width: 150px;
  }
  .blocking-section .logo{
    margin-bottom: 20px;
  }
  .top-banner__content .logo img {
    width: 133px;
    height: auto;
  }
  .top-banner__content .quotation-decor{
    font-size: 60px;
    margin: 5px auto;
  }
  .top-banner__content .quotation-decor .quotation-sign{
    bottom: 0;
  }
  .top-banner__content .quotation {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .top-banner__content p {
    font-size: 14px;
  }
  .blocking-section .buttons{
    margin-top: 10px;
  }
  .section4 .contact-row{
    margin-bottom: 10px;
  }
  .section4 .contact-row-wrapper{
    margin-bottom: 30px;
  }
  .section4 .contacts{
    font-size: 16px;
  }
  .section4 .contacts .logo{
    width: 145px;
    margin-bottom: 6px;
  }
  .section4 .contacts h2{
    margin-bottom: 20px;
  }
}