html {
  scroll-behavior: smooth;
}

body {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  background-color: #FFF6F2;
  line-height: 1.3;
}

.container {
  max-width: 1428px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    padding: 0;
  }
}

header {
  position: fixed;
  z-index: 300;
  width: 100%;
  background-color: #ffffff;
  padding: 0 11px;
  box-sizing: border-box;
  border-bottom: 2px solid #9DE2F9;
}
@media screen and (max-width: 1200px) {
  header {
    padding: 0 20px;
  }
}

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 19px 0;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 9px 10px;
  }
}
.header a {
  text-decoration: none;
  margin: 0;
  color: #222562;
}
@media screen and (max-width: 768px) {
  .header a {
    display: block;
  }
}
.header ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header ul {
    display: none;
    position: absolute;
    top: 0;
    left: -20px;
    background: #222562;
    width: 100vh;
    z-index: 302;
    padding-top: 50px;
  }
}
.header ul li {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 13px;
}
.header ul li a:hover {
  color: #9DE2F9;
}
@media screen and (max-width: 768px) {
  .header ul li a:hover {
    color: #222562;
  }
}
@media screen and (max-width: 1200px) {
  .header ul li {
    font-size: 12px;
    margin: 8px;
  }
}
@media screen and (max-width: 992px) {
  .header ul li {
    font-size: 10px;
    margin: 7px;
  }
}
@media screen and (max-width: 768px) {
  .header ul li {
    display: block;
    text-transform: none;
    background: #ffffff;
    margin: 0;
    padding: 9px 12px;
    font-size: 22px;
    line-height: 33px;
    color: #222562;
  }
  .header ul li:nth-child(1) {
    padding-top: 28px;
  }
  .header ul li:hover {
    background: #9DE2F9;
  }
}
.header p {
  font-size: 18px;
  letter-spacing: 0.1em;
  border: 2px solid #222562;
  padding: 9px 26px;
  cursor: pointer;
}
.header p:hover {
  background: #222562;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .header p {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .header p {
    font-size: 10px;
    padding: 9px 13px;
  }
}
@media screen and (max-width: 768px) {
  .header p {
    display: none;
  }
}

.logo {
  display: flex;
  align-items: center;
}

.logo-image {
  display: inline-block;
  width: 70px;
  height: 78px;
  background: url(../images/logo.svg) 0 77% no-repeat;
  background-size: 100%;
  padding: 0 9px 0 0;
  margin: -18px 11px 0 0;
}
@media screen and (max-width: 992px) {
  .logo-image {
    width: 44px;
    height: 58px;
  }
}
@media screen and (max-width: 768px) {
  .logo-image {
    height: 50px;
    transform: translate(0, 7px);
  }
}

.logo-text {
  display: inline-block;
  width: 130px;
  height: 48px;
  background: url(../images/logo-text.svg) 100% 20% no-repeat;
  background-size: 100%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .logo-text {
    width: 109px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .logo-text {
    width: 68px;
    height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .logo-text {
    display: none;
  }
}

#call-button {
  display: none;
  border: 0;
  width: 53px;
  height: 53px;
  cursor: pointer;
  position: absolute;
  right: 34px;
  background: #222562 url("../images/phone.svg") 50% 50% no-repeat;
  background-size: 50%;
}
@media screen and (max-width: 768px) {
  #call-button {
    display: inline-block;
  }
}

#menu-button {
  display: none;
  border: 0;
  width: 53px;
  height: 53px;
  cursor: pointer;
  position: absolute;
  right: -20px;
  background: #222562 url("../images/menu.svg") 50% 50% no-repeat;
}
@media screen and (max-width: 768px) {
  #menu-button {
    display: inline-block;
  }
}

#close-menu-button {
  display: none;
  z-index: 310;
  width: 12px;
  height: 16px;
  background: url("../images/Union.svg") 50% 50% no-repeat;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: -8px;
  top: 17px;
}

.promo {
  height: 840px;
  position: relative;
  overflow: hidden;
  padding-top: 114px;
}
@media screen and (max-width: 1200px) {
  .promo {
    padding-top: 78px;
  }
}
@media screen and (max-width: 992px) {
  .promo {
    padding-top: 76px;
  }
}
@media screen and (max-width: 768px) {
  .promo {
    display: none;
  }
}
.promo .promo-slide {
  height: 840px;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .promo .promo-slide {
    padding: 0 10px;
  }
}
.promo .promo-slide-1 {
  background: url("../images/bg-promo.jpg") 50% 100% no-repeat;
}
.promo .promo-slide-2 {
  background: url("../images/bg-promo-2.jpg") 50% 100% no-repeat;
  background-size: cover;
}
.promo .slick-dots {
  bottom: 500px;
  right: -45%;
  transform: rotate(90deg);
}

.promo-text {
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .promo-text {
    padding: 10px;
  }
}
.promo-text h1 {
  font-size: 0;
  width: 422px;
  height: 86px;
  background: url("../images/logo-text-big.svg") 0 100% no-repeat;
  background-size: contain;
  padding: 15px 0 0 0;
  margin: 0;
}
.promo-text .address {
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .promo-text h1 {
    width: 358px;
  }
  .promo-text .address {
  padding-top: 15px;
}
}
@media screen and (max-width: 500px) {
  .promo-text h1 {
    width: 239px;
    padding: 0;
  }
}
.promo-text p {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: left;
  padding: 21px 0 21px 0;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .promo-text p {
    font-size: 22px;
    padding: 8px 0 18px 0;
  }
}

.promo-info {
  color: #222562;
  width: 510px;
  height: 349px;
  background: url("../images/bg-bubble.svg") no-repeat;
  padding: 71px 0 0 81px;
  box-sizing: border-box;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .promo-info {
    padding-left: 15%;
  }
}
@media screen and (max-width: 500px) {
  .promo-info {
    position: absolute;
    left: 50%;
    margin-left: -179px;
    width: 366px;
    height: 250px;
    background-size: contain;
    padding: 37px 40px;
    overflow: hidden;
  }
}
.promo-info b {
  font-weight: 600;
  font-size: 42px;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 500px) {
  .promo-info b {
    font-size: 24px;
  }
}
.promo-info b:nth-child(2) {
  padding-bottom: 10px;
}
.promo-info p {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .promo-info p {
    font-size: 18px;
  }
}

.promo-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .promo-mobile {
    padding-top: 54px;
    display: block;
    overflow: hidden;
  }
}
.promo-mobile .promo-slide {
  min-height: 650px;
}
@media screen and (max-width: 500px) {
  .promo-mobile .promo-slide {
    min-height: 596px;
  }
}
.promo-mobile .promo-slide-1 {
  background: url("../images/bg-promo.jpg") 50% 100% no-repeat;
}
.promo-mobile .promo-slide-2 {
  background: url("../images/bg-promo-2.jpg") 50% 100% no-repeat;
  background-size: cover;
}
.promo-mobile .slick-dots {
  transform: none;
  bottom: 14px;
  right: 0;
}
.promo-mobile .promo-text {
  color: #ffffff;
  padding: 10px;
}
.promo-mobile .promo-text h1 {
  padding: 56px 0 0 0;
  width: 358px;
}
@media screen and (max-width: 500px) {
  .promo-mobile .promo-text h1 {
    width: 239px;
    padding: 0;
  }
}
.promo-mobile .promo-text p {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: left;
  margin: 0;
  font-size: 22px;
  padding: 8px 0 8px 0;
}
.promo-mobile .promo-info {
  color: #222562;
  width: 510px;
  height: 349px;
  background: url("../images/bg-bubble.svg") no-repeat;
  padding: 71px 0 0 6%;
  box-sizing: border-box;
  letter-spacing: 0.02em;
  position: absolute;
  left: 25%;
  margin-left: -255px;
}
@media screen and (max-width: 500px) {
  .promo-mobile .promo-info {
    position: absolute;
    left: 25%;
    margin-left: -185px;
    width: 366px;
    height: 250px;
    background-size: contain;
    padding: 47px 0 0 47px;
    overflow: hidden;
  }
}
.promo-mobile .promo-info b {
  font-weight: 600;
  font-size: 42px;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 500px) {
  .promo-mobile .promo-info b {
    font-size: 24px;
  }
}
.promo-mobile .promo-info b:nth-child(2) {
  padding-bottom: 20px;
}
.promo-mobile .promo-info p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 0;
}

.ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF6F2;
}
@media screen and (max-width: 768px) {
  .ocean {
    display: none;
  }
  .promo-mobile .promo-info p {
    font-size: 16px;
  }
  .promo-mobile .promo-info b:nth-child(2) {
  padding-bottom: 10px;
}
}

.wave {
  background: url("../images/wave.svg") repeat-x;
  position: absolute;
  top: -123px;
  width: 6400px;
  height: 198px;
  animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.endWave {
  display: none;
}

.about {
  padding: 29px 0 59px 0;
}
@media screen and (max-width: 500px) {
  .about {
    display: none;
  }
}
.about h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0 0 44px 0;
  padding: 100px 0 8px;
  background: url("../images/heading-wave.svg") 50% 99% no-repeat;
  color: #222562;
  padding-top: 26px;
  margin: 0 0 29px 0;
}

.about-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.box {
  width: 40%;
  height: 467px;
  padding: 0 0 35px 0;
}
@media screen and (max-width: 1200px) {
  .box {
    margin: 20px;
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    min-height: 260px;
    box-sizing: border-box;
  }
}

.about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about-text {
    justify-content: flex-start;
    padding: 30px;
  }
}
.about-text h4 {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  text-transform: uppercase;
  color: #222562;
  margin: 0;
  padding: 0 0 20px 0;
  letter-spacing: 0.05em;
}
.about-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: 0.02em;
  max-width: 430px;
  color: #616169;
  margin: 0;
}

.about-text-right {
  align-items: flex-end;
  text-align: right;
}

.about-image-1 {
  background: url("../images/girl.png") 99% 16% no-repeat;
}
@media screen and (max-width: 1200px) {
  .about-image-1 {
    background-size: contain;
    background-position: 50% 50%;
  }
}

.about-image-2 {
  background: url("../images/hands.png") -2% 3% no-repeat;
}
@media screen and (max-width: 1200px) {
  .about-image-2 {
    background-size: contain;
    background-position: 50% 50%;
  }
}

.about-image-3 {
  background: url("../images/dino.png") 99% 14% no-repeat;
}
@media screen and (max-width: 1200px) {
  .about-image-3 {
    background-size: contain;
    background-position: 50% 50%;
  }
}

.about-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .about-mobile {
    display: block;
  }
  .about-mobile h4 {
    font-size: 22px;
    line-height: 33px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.05em;
    color: #222562;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 5px 5px 5px 10px;
    box-sizing: border-box;
  }
  .about-mobile p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #616169;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0 10px;
  }
}
.about-mobile h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0;
  padding: 40px 0 8px;
  background: url("../images/heading-wave-mobile.svg") 50% 99% no-repeat;
}
.about-mobile .box {
  width: 90%;
}
.about-mobile .about-image {
  background-size: contain;
}
.about-mobile .slick-dots {
  position: static;
  bottom: 0;
  margin-bottom: 30px;
}

.video-block {
  height: 560px;
  width: 100%;
  position: relative;
  /*background: url("../images/video-sample.jpg") 20% 50% no-repeat;*/
}
@media screen and (max-width: 768px) {
  .video-block {
    height: 490px;
  }
}
@media screen and (max-width: 500px) {
  .video-block {
    height: 400px;
    background-position: 0 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 320px) {
  .video-block {
    background: url("../images/bg-video-mobile.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.video-block h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 71px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  position: absolute;
  top: 10px;
  padding: 50px 10%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .video-block h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .video-block h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
  }
}

#play-video {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  background: #fff url("../images/button.svg") 40% 50% no-repeat;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -30px;
}

.slider-block {
  display: flex;
  justify-content: center;
}

.baby-slider {
  font-size: 16px;
  margin: 150px 20px 30px;
  max-width: 77em;
  background: url("../images/bg-waves.svg") 98.1% 100% no-repeat;
}
@media screen and (max-width: 1500px) {
  .baby-slider {
    max-width: 77em;
  }
}
@media screen and (max-width: 1200px) {
  .baby-slider {
    max-width: 72em;
  }
}
@media screen and (max-width: 1200px) {
  .baby-slider {
    max-width: 62em;
  }
}
@media screen and (max-width: 992px) {
  .baby-slider {
    display: none;
  }
}
.baby-slider .baby-slide {
  position: relative;
  padding: 20px 20px 74px 22px;
}
.baby-slider .text {
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin: 50px 0 0 122px;
}
.baby-slider h4 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0 0 44px 0;
  padding: 100px 0 8px;
  background: url("../images/heading-wave.svg") 50% 99% no-repeat;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  margin: 0 0 24px 57%;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .baby-slider h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #222562;
    margin: 0;
    padding: 40px 0 8px;
    background: url("../images/heading-wave-mobile.svg") 50% 99% no-repeat;
    margin: 43px 0 20px;
  }
}
.baby-slider p {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #616169;
  text-align: left;
  margin: 0 4% 0 57%;
  padding: 0 0 288px 0;
}
.baby-slider img {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .baby-slider img {
    width: 600px;
  }
}
.baby-slider .slick-prev, .baby-slider .slick-next {
  font-size: 16px;
  line-height: 0;
  position: absolute;
  bottom: 31px;
  z-index: 100;
  display: block;
  opacity: 0.5;
  width: 5.37em;
  height: 5.37em;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
.baby-slider .slick-prev {
  background: #9DE2F9 url("../images/arrow-left.svg") 50% 50% no-repeat;
  right: 106px;
  opacity: 0.5;
}
.baby-slider .slick-next {
  background: #9DE2F9 url("../images/arrow-right.svg") 50% 50% no-repeat;
  right: 20px;
  opacity: 0.5;
}
.baby-slider button[aria-disabled=false] {
  opacity: 1;
}

.slick-dots {
  bottom: 0;
}

.baby-slider-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .baby-slider-mobile {
    display: block;
  }
}
.baby-slider-mobile .baby-slide {
  background: none;
  padding: 15px;
  box-sizing: border-box;
}
.baby-slider-mobile .baby-slide h4 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0 0 44px 0;
  padding: 100px 0 8px;
  background: url("../images/heading-wave.svg") 50% 99% no-repeat;
}
@media screen and (max-width: 768px) {
  .baby-slider-mobile .baby-slide h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #222562;
    margin: 0;
    padding: 40px 0 8px;
    background: url("../images/heading-wave-mobile.svg") 50% 99% no-repeat;
    margin: 0 0 20px;
  }
}
.baby-slider-mobile .baby-slide img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .baby-slider-mobile .baby-slide img {
    width: 100%;
  }
}
.baby-slider-mobile .baby-slide p {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #616169;
  width: 70%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .baby-slider-mobile .baby-slide p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #616169;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 500px) {
  .baby-slider-mobile .baby-slide p {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }
}

#pools {
  background: #fff;
} 
.pools {
  padding-bottom: 46px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pools {
    display: none;
  }
}
.pools h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0 0 44px 0;
  padding: 100px 0 8px;
  background: url("../images/heading-wave.svg") 50% 99% no-repeat;
  color: #222562;
  padding: 75px 0 7px 0;
  margin: 0 0 36px 0;
}

.pools-boxes {
  display: flex;
  justify-content: space-between;
}

.pools-box {
  width: 28%;
  padding: 350px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .pools-box {
    padding-top: 253px;
  }
}
@media screen and (max-width: 992px) {
  .pools-box {
    padding-top: 157px;
  }
}
.pools-box h4 {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #222562;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 992px) {
  .pools-box h4 {
    font-size: 20px;
  }
}
.pools-box p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  color: #616169;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .pools-box p {
    font-size: 15px;
    line-height: 25px;
  }
}

.pools-box-1 {
  background: url("../images/pools2.png") 44% 10% no-repeat;
  background-size: 75%;
}

.pools-box-2 {
  background: url("../images/things.png") 41% 0 no-repeat;
  background-size: 78%;
}

.pools-box-3 {
  background: url("../images/pools.png") 52% 8% no-repeat;
  background-size: 89%;
}

@media screen and (max-width: 768px) {
  .pools-box-1, .pools-box-2, .pools-box-3 {
    background-size: 60%;
    background-position: 50% 5px;
  }
}

.pools-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .pools-mobile {
    display: block;
  }
}
.pools-mobile h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0;
  padding: 40px 0 8px;
  background: url("../images/heading-wave-mobile.svg") 50% 99% no-repeat;
  margin: 43px 0 20px;
}
.pools-mobile .slick-dots {
  position: static;
  bottom: 0;
  margin-bottom: 30px;
}

.pools-slide {
  padding: 405px 20px 0;
}
@media screen and (max-width: 700px) {
  .pools-slide {
    padding-top: 380px;
  }
}
@media screen and (max-width: 650px) {
  .pools-slide {
    padding-top: 350px;
  }
}
@media screen and (max-width: 600px) {
  .pools-slide {
    padding-top: 320px;
  }
}
@media screen and (max-width: 550px) {
  .pools-slide {
    padding-top: 280px;
  }
}
@media screen and (max-width: 500px) {
  .pools-slide {
    padding-top: 240px;
  }
}
.pools-slide h4 {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222562;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .pools-slide h4 {
    text-align: left;
  }
}
.pools-slide p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #616169;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .pools-slide p {
    text-align: left;
  }
}

.questions {
  height: 416px;
  background: url("../images/bg-promo.jpg") 50% 50% no-repeat;
}
@media screen and (max-width: 500px) {
  .questions {
    height: 280px;
    background: url("../images/questions-mobile.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.questions h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 71px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 92px 0 0 0;
}
@media screen and (max-width: 768px) {
  .questions h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .questions h3 {
    padding: 45px 0 0 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
  }
}
.questions p {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 40px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .questions p {
    font-size: 19px;
  }
}
@media screen and (max-width: 500px) {
  .questions p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #616169;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 20px 23%;
  }
}
.questions button {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  padding: 20px 55px;
  border: 2px solid #ffffff;
  background: transparent;
}
.questions button:hover {
  background: #ffffff;
  color: #222562;
}

.salt {
  background: #ffffff;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .salt {
    display: none;
  }
}
.salt h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0 0 44px 0;
  padding: 100px 0 8px;
  background: url("../images/heading-wave.svg") 50% 99% no-repeat;
  margin-bottom: 54px;
}

.salt-boxes {
  display: flex;
  justify-content: space-between;
}

.salt-box {
  width: 31.5%;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.salt-box p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  color: #616169;
  margin: 0;
  padding: 24px 24px 87px;
}
@media screen and (max-width: 1200px) {
  .salt-box p {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .salt-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #616169;
    letter-spacing: 0.02em;
  }
}

.salt-image {
  width: 100%;
  height: 270px;
  background: #FFF6F2 50% 50% no-repeat;
  background-size: 90%;
}
@media screen and (max-width: 1200px) {
  .salt-image {
    background-size: 80%;
  }
}
@media screen and (max-width: 992px) {
  .salt-image {
    height: 200px;
  }
}

.salt-image-1 {
  background-image: url("../images/salt-room-2.png");
  background-size: 80%;
}

.salt-image-2 {
  background: #FFF6F2 url("../images/paper.png") 50% 80% no-repeat;
}
@media screen and (max-width: 1200px) {
  .salt-image-2 {
    background-size: 80%;
  }
}

.salt-image-3 {
  background-image: url("../images/slippers.png");
}

.salt-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .salt-mobile {
    display: block;
    background-color: #ffffff;
  }
}
.salt-mobile .salt-slide {
  margin: 12px 12px 60px;
  box-sizing: border-box;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  min-height: 344px;
}
.salt-mobile h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0;
  padding: 40px 0 8px;
  background: url("../images/heading-wave-mobile.svg") 50% 99% no-repeat;
}
.salt-mobile .salt-image {
  height: 176px;
  padding: 20px;
  background-size: 32%;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .salt-mobile .salt-image {
    background-size: 49%;
  }
}
.salt-mobile .salt-image-1 {
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .salt-mobile .salt-image-1 {
    background-size: contain;
  }
}
.salt-mobile p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #616169;
  letter-spacing: 0.02em;
  padding: 15px;
  box-sizing: border-box;
}
.salt-mobile .slick-dots {
  bottom: 0;
  padding-bottom: 30px;
}

.float {
  height: 560px;
  background: url("../images/bg-float.jpg") 50% 50% no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .float {
    height: 400px;
    background: url("../images/bg-float-mobile.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.float h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 71px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .float h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .float h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding-bottom: 10px;
  }
}
.float p {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .float p {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .float p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #616169;
    letter-spacing: 0.02em;
    color: #ffffff;
  }
}

.service {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .service {
    display: none;
  }
}
.service h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0 0 44px 0;
  padding: 100px 0 8px;
  background: url("../images/heading-wave.svg") 50% 99% no-repeat;
  margin-bottom: 57px;
}

.service-boxes {
  display: flex;
  justify-content: space-between;
}

.service-box {
  height: 604px;
  width: 31.5%;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
}

.service-image {
  height: 100%;
  background: 50% 0 no-repeat;
}
@media screen and (max-width: 992px) {
  .service-image {
    background-size: cover;
  }
}

.service-image-1 {
  background-image: url("../images/coctail.jpg");
}

.service-image-2 {
  background-image: url("../images/swimming-things.jpg");
}

.service-image-3 {
  background-image: url("../images/wotsu.jpg");
}
@media screen and (max-width: 992px) {
  .service-image-3 {
    background-position: 10% 0;
  }
}

.block {
  width: 31.5%;
  height: 604px;
  box-sizing: border-box;
  float: left;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  color: #656D78;
  background-color: #fff;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .block {
    height: 472px;
  }
}
.block:hover {
  border-color: transparent;
}
.block > div {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: top 0.8s ease;
  -moz-transition: top 0.8s ease;
  -o-transition: top 0.8s ease;
  transition: top 0.8s ease;
}
.block .inner {
  top: 100%;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
}
.block .inner p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  color: #616169;
  text-align: left;
}
.block .inner ul {
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
  color: #616169;
  text-align: left;
  padding: 0 0 0 25px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .block .inner p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #616169;
    letter-spacing: 0.02em;
    margin: 0;
  }
  .block .inner ul {
  font-size: 13px;
}
}
.block .outer {
  top: 0;
  left: 0;
}
.block:hover .inner {
  top: 10%;
}
.block:hover .outer {
  top: -85%;
}

.service-heading {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222562;
  text-transform: lowercase;
  padding: 34px;
  background: #ffffff;
  margin: 505px 0 0 0;
}
@media screen and (max-width: 992px) {
  .service-heading {
    margin-top: 416px;
    padding: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .service-heading {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #616169;
    letter-spacing: 0.02em;
    font-weight: normal;
    margin-top: 332px;
    color: #222562;
    padding: 22px;
  }
}

.service-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .service-mobile {
    display: block;
  }
}
.service-mobile h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0;
  padding: 40px 0 8px;
  background: url("../images/heading-wave-mobile.svg") 50% 99% no-repeat;
  margin-bottom: 20px;
}
.service-mobile .block {
  height: 400px;
  margin: 12px 12px 76px;
  box-sizing: border-box;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.service-mobile .block .inner p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #616169;
  letter-spacing: 0.02em;
  margin: 0;
}
.service-mobile .slick-dots {
  bottom: 35px;
}

.prices {
  background: #222562;
  padding-bottom: 32px;
}
.prices h3 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 110px 0 20px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .prices h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    padding: 40px 0 10px;
  }
}

.prices-subtitle {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .prices-subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #616169;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-transform: none;
  }
}
@media screen and (max-width: 500px) {
  .prices-subtitle {
    padding: 0 0 20px 0;
  }
}

.prices-boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  .prices-boxes {
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .prices-boxes {
    display: none;
  }
}

.prices-box {
  background: #ffffff;
  width: 15.3%;
  padding-bottom: 40px;

}
.two-colums .prices-box {
  background: #ffffff;
  width: 48.8%;
  padding-bottom: 40px;
}
.align-items-center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .prices-box {
    padding-bottom: 10px;
  }
}

.price-card-title {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222562;
  background: #9DE2F9;
  margin: 0;
  padding: 23px;
}
.two-colums .price-card-title {
  text-transform: uppercase;
  font-size: 33px;
  line-height: 44px;
  font-weight: bold;
  background: #f9ed9d;
}
.yellow {
  color: #fff500!important;
}
@media screen and (max-width: 992px) {
  .price-card-title {
    font-size: 16px;
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .price-card-title {
    font-size: 11px;
    padding: 10px;
    line-height: 17px;
  }
}

.price {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  color: #222562;
  text-transform: none;
  margin: 0;
  padding: 61px 0 59px;
}
@media screen and (max-width: 992px) {
  .price {
    padding: 15px 0 25px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .price {
    padding: 0;
    font-size: 20px;
  }
}

.prices-details {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222562;
  padding-bottom: 20px;
  margin: 0;
}
.two-colums .prices-details {
  padding: 15px;
}
.two-colums .prices-details span {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media screen and (max-width: 992px) {
  .prices-details {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .two-colums .prices-details span {
    font-size: 24px;
    line-height: normal;
  }
}
@media screen and (max-width: 992px) {
  .prices-details {
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 10px;
  }
  .two-colums .prices-details span {
    font-size: 14px;
    line-height: normal;
  }
}

.prices-bottom-text {
  margin: 0 auto;
  padding: 0 0 90px 0;
}
@media screen and (max-width: 768px) {
  .prices-bottom-text {
    padding-bottom: 10px;
  }
}
.prices-bottom-text p {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .prices-bottom-text p {
    font-size: 12px;
    font-weight: 300;
    line-height: 170.43%;
    text-align: center;
    letter-spacing: 0.02em;
  }
}

.prices-slider-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .prices-slider-mobile {
    display: block;
  }
  .two-colums .prices-details {
    padding: 15px 0;
  }
}
.prices-slider-mobile .prices-box {
  background: #222562;
  padding-bottom: 50px;
}
.prices-slider-mobile .prices-box p {
  width: 87%;
  margin: 0 auto;
  background: #ffffff;
  font-size: 18px;
  line-height: 27px;
}
.prices-slider-mobile .prices-box p:last-child {
  padding-bottom: 45px;
}
.prices-slider-mobile .prices-box .price-card-title {
  font-size: 18px;
  line-height: 27px;
  padding: 18px 0;
  background: #9DE2F9;
}
.prices-slider-mobile .prices-box .price {
  font-size: 36px;
  padding: 45px 0;
}
.prices-slider-mobile .slick-dots {
  bottom: 10px;
}

.team {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
.team h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0 0 44px 0;
  padding: 100px 0 8px;
  background: url("../images/heading-wave.svg") 50% 99% no-repeat;
}
@media screen and (max-width: 768px) {
  .team {
    display: none;
  }
}

.team-slider {
  font-size: 16px;
  margin: 100px auto 30px;
  max-width: 1200px;
  background: url("../images/bg-waves.svg") 97.5% 100% no-repeat;
  padding: 0 130px;
}
@media screen and (max-width: 1200px) {
  .team-slider {
    padding: 0 47px;
  }
}
@media screen and (max-width: 992px) {
  .team-slider {
    background: none;
    padding: 0 44px;
  }
}
.team-slider .slick-dots {
  bottom: -25px;
  transform: translate(-10%, 0);
}
@media screen and (max-width: 1200px) {
  .team-slider .slick-dots {
    transform: none;
  }
}
.team-slider .team-slide {
  position: relative;
  padding: 20px 20px 74px 20px;
}
.team-slider .slide-text {
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin: 40px 0 0 122px;
}
.team-slider h4 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  text-transform: none;
  text-align: left;
  display: inline-block;
  margin: 0 0 24px 29%;
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .team-slider h4 {
    margin-left: 35%;
  }
}
.team-slider p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  color: #616169;
  color: #616169;
  text-align: left;
  margin: 1em 4% 1em 29%;
}
@media screen and (max-width: 992px) {
  .team-slider p {
    font-size: 16px;
    margin-left: 35%;
  }
}
.team-slider p:last-child {
  padding-bottom: 125px;
}
.team-slider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 329px;
}
@media screen and (max-width: 992px) {
  .team-slider img {
    width: 285px;
    left: 0;
    top: 0;
  }
}
.team-slider .slick-prev, .team-slider .slick-next {
  font-size: 16px;
  line-height: 0;
  position: absolute;
  bottom: 31px;
  z-index: 100;
  display: block;
  opacity: 0.5;
  width: 5.37em;
  height: 5.37em;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
.team-slider .slick-prev {
  background: #9DE2F9 url("../images/arrow-left.svg") 50% 50% no-repeat;
  right: 236px;
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  .team-slider .slick-prev {
    right: 153px;
  }
}
@media screen and (max-width: 992px) {
  .team-slider .slick-prev {
    right: 150px;
  }
}
.team-slider .slick-next {
  background: #9DE2F9 url("../images/arrow-right.svg") 50% 50% no-repeat;
  right: 150px;
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  .team-slider .slick-next {
    right: 67px;
  }
}
@media screen and (max-width: 992px) {
  .team-slider .slick-next {
    right: 64px;
  }
}
.team-slider button[aria-disabled=false] {
  opacity: 1;
}

.slick-dots {
  bottom: -20px;
}

.waves-bg {
  display: inline-block;
  position: absolute;
  right: 131px;
  bottom: 14px;
  width: 452px;
  height: 85px;
}
@media screen and (max-width: 992px) {
  .waves-bg {
    display: none;
  }
}

.team-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .team-mobile {
    display: block;
  }
}
.team-mobile h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0;
  padding: 40px 0 8px;
  background: url("../images/heading-wave-mobile.svg") 50% 99% no-repeat;
}
.team-mobile .team-slide {
  padding: 13px 13px 60px;
  box-sizing: border-box;
  background: none;
}
.team-mobile .team-slide img {
  width: 200px;
  margin: 0 auto;
}
.team-mobile .team-slide h4 {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222562;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .team-mobile .team-slide h4 {
    text-align: left;
  }
}
.team-mobile .team-slide p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #616169;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .team-mobile .team-slide p {
    text-align: left;
  }
}
.team-mobile .slick-dots {
  bottom: 30px;
}

.map {
  height: 820px;
  background: url("../images/map.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.map .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map .container {
    align-items: flex-start;
    padding-top: 100px;
  }
}
@media screen and (max-width: 500px) {
  .map .container {
    display: none;
  }
}

.location {
  position: absolute;
  width: 105px;
  height: 139px;
  display: inline-block;
  top: 47%;
  left: 22%;
}

.contact {
  background: #ffffff;
  width: 452px;
  height: 500px;
  box-sizing: border-box;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    width: auto;
    height: 350px;
    padding: 20px;
  }
}
.contact h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  color: #222562;
  margin: 0 0 52px 0;
  padding: 0 0 8px;
  display: inline-block;
  background: url("../images/heading-wave.svg") 50% 99% no-repeat;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #222562;
    margin: 0;
    padding: 40px 0 8px;
    background: url("../images/heading-wave-mobile.svg") 50% 99% no-repeat;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

.contact-key {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222562;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  padding-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .contact-key {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #616169;
    letter-spacing: 0.02em;
    padding-bottom: 15px;
    font-weight: 600;
    color: #222562;
  }
}

.contact-value {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #616169;
  vertical-align: top;
  font-weight: 300;
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .contact-value {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #616169;
    letter-spacing: 0.02em;
    padding-left: 10px;
  }
}
.contact-value p {
  margin: 0;
  padding: 0 0 5px 0;
}
.contact-value p:last-child {
  padding-bottom: 30px;
}
.contact-value a {
  height: 24px;
  width: 28px;
  display: inline-block;
  margin: 4px 0;
}

.instagram {
  background: url("../images/instagram.svg") 50% 50% no-repeat;
}

.facebook {
  background: url("../images/facebook.svg") 50% 50% no-repeat;
}

.twitter {
  background: url("../images/twitter.svg") 50% 50% no-repeat;
}

.contact-mobile {
  display: none;
  background: #ffffff;
  padding: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .contact-mobile {
    display: block;
  }
}
.contact-mobile h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0;
  padding: 40px 0 8px;
  background: url("../images/heading-wave-mobile.svg") 50% 99% no-repeat;
  margin: 40px 0;
  padding-top: 0;
}
.contact-mobile .contact-key {
  font-size: 18px;
  line-height: 27px;
  color: #222562;
  font-weight: 600;
}
.contact-mobile .contact-value {
  font-size: 18px;
  line-height: 27px;
  color: #616169;
  font-weight: 300;
  padding-left: 35px;
}
.contact-mobile .contact-value p {
  margin: 0;
  padding: 0 0 5px 0;
}
.contact-mobile .contact-value p:last-child {
  padding-bottom: 20px;
}

.backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: rgba(34, 37, 98, 0.8);
}

.modal {
  position: fixed;
  z-index: 500;
  background-color: white;
  width: 452px;
  height: 387px;
  padding: 0;
  left: 50%;
  margin-left: -226px;
  top: 25%;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .modal {
    width: 320px;
    left: 50%;
    margin-left: -160px;
  }
}
.modal h4 {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222562;
  width: 100%;
  box-sizing: border-box;
  background: #9DE2F9;
  margin: 0;
  padding: 14px;
  position: relative;
}
.modal p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  color: #616169;
  color: #222562;
  text-align: center;
}
.modal form {
  display: flex;
  flex-direction: column;
  padding: 0 58px;
}
@media screen and (max-width: 768px) {
  .modal form {
    padding: 0 12px;
  }
}
.modal form input {
  border: 2px solid #D1D1D1;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  color: #616169;
  padding: 6px 9px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal form input {
    padding: 16px 28px;
  }
}
.modal form button {
  font-size: 14px;
  line-height: 21px;
  color: #222562;
  background: #9DE2F9;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  padding: 20px 55px;
  border: 0;
}

.close-modal {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  bottom: 24px;
  right: 20px;
  background: url("../images/close.svg") 50% 50% no-repeat;
}
#garden {
  padding: 25px 0 0px 0;
}
.garden h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #222562;
  margin: 0 0 44px 0;
  padding: 100px 0 8px;
  background: url("../images/heading-wave.svg") 50% 99% no-repeat;
  color: #222562;
  padding-top: 26px;
  margin: 0 0 29px 0;
}

.garden-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.garden-image {
  width: 50%;
  margin-right: 1%;
  margin-bottom: 25px;
}
.garden-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 15px;
}
.garden-text h4 {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  text-transform: uppercase;
  color: #222562;
  margin: 0;
  padding: 0 0 20px 0;
  letter-spacing: 0.05em;
}
.garden-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #616169;
  margin: 0;
}
img.fluid {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.solarij {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 130px;
  background: url('../images/solnishko.png') no-repeat;
  background-size: contain;
  z-index: 50;
  display: block;
  text-align: center;
  color: #222562;
  text-transform: uppercase;
  line-height: 130px;
}
@media screen and (max-width: 768px) {
  .garden h3 {
    font-size: 24px;
  }
  .garden-text p {
    font-size: 14px;
    line-height: normal;
  }
  .garden-boxes {
    display: block;
    text-align: left;
  }
  .garden-text {
    width: 100%;
  }
  .garden-image {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .garden .box {
    min-height: auto;
    height: auto;
  }
}

#result_form {
  text-align: center;
  color: #f00;
  padding: 15px 0;
}

#cookie_note {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p {
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

#cookie_note .btn-sm {
    display: block;
    margin: 0 auto;
}

.cookie_accept {
    width: 20%;
}

#cookie_note.show {
    display: flex;
}