.menu__listBlock__btn__link {
  background-color: #18889c;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 6px;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 768px) {
  .menu__listBlock__btn__link {
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  .menu__listBlock__btn__link {
    padding: 15px 25px;
  }
}
@media (min-width: 1200px) {
  .menu__listBlock__btn__link:hover {
    background-color: #132549;
    color: #ffffff;
  }
}

.menu__container, .gallery__photos__container, .gallery__videoBlock__container, .about__textBlock, .about__imagesBlock__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.menu__pic__img, .gallery__photos__list__img, .gallery__videoBlock__pic__img, .about__imagesBlock__list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.homeIntro {
  overflow: hidden;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .homeIntro {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .homeIntro {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
}
.homeIntro__textBlock {
  position: relative;
  background: linear-gradient(45deg, #132549 0%, #18889c 100%);
  background-color: #132549;
  padding: 60px 30px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .homeIntro__textBlock {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock {
    width: 60%;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 0 180px 0 60px;
  }
}
.homeIntro__textBlock__pic {
  position: absolute;
  width: 250px;
  right: -100px;
  bottom: 10px;
}
.homeIntro__textBlock__pic img {
  width: 100%;
  opacity: 0.1;
}
.homeIntro__textBlock__fly {
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  transform: rotate(45deg);
  animation: rotation;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.homeIntro__textBlock__fly img {
  width: 50px;
  opacity: 0.25;
}
.homeIntro__textBlock__content {
  position: relative;
}
@media (min-width: 768px) {
  .homeIntro__textBlock__content {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.homeIntro__textBlock__content__subTitle {
  font-size: 18px;
  padding-bottom: 10px;
}
.homeIntro__textBlock__content__name {
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock__content__name {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__content__name {
    font-size: 56px;
  }
}
.homeIntro__textBlock__content__text {
  font-size: 15px;
  line-height: 1.6;
}
.homeIntro__textBlock__content__btn {
  padding: 20px 0;
}
@media (min-width: 576px) {
  .homeIntro__textBlock__content__btn {
    display: flex;
  }
}
.homeIntro__textBlock__content__btn a {
  display: block;
  background-color: #ffffff;
  text-align: center;
  font-weight: 500;
  padding: 12px 25px;
  font-weight: 500;
  color: #18889c;
  border-radius: 6px;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__content__btn a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
  }
}
.homeIntro__textBlock__social {
  display: flex;
  padding-top: 10px;
}
.homeIntro__textBlock__social__link {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.5s;
}
.homeIntro__textBlock__social__link:not(:last-child) {
  margin-right: 10px;
}
.homeIntro__textBlock__social__link .icon {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition: fill 0.5s;
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__social__link:hover {
    border-color: #23c1dd;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__social__link:hover .icon {
    fill: #23c1dd;
  }
}
.homeIntro__picCol {
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .homeIntro__picCol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .homeIntro__picCol {
    position: relative;
    width: calc(40% + 150px);
    margin-left: -150px;
    padding: 80px 0;
  }
}
.homeIntro__picCol__left {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .homeIntro__picCol__left {
    width: 50%;
    padding: 0 10px 0 0;
  }
}
.homeIntro__picCol__left img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .homeIntro__picCol__left img {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .homeIntro__picCol__right {
    width: 50%;
    padding-left: 10px;
  }
}
.homeIntro__picCol__right img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.homeIntro__picCol__right img:nth-child(1) {
  height: 400px;
  margin-bottom: 20px;
}
.homeIntro__picCol__right img:nth-child(2) {
  height: 200px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .about {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .about {
    margin-bottom: 100px;
  }
}
.about__imagesBlock {
  overflow: hidden;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .about__imagesBlock {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .about__imagesBlock {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .about__imagesBlock__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
.about__imagesBlock__title {
  font-size: 24px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .about__imagesBlock__title {
    font-size: 28px;
    width: 500px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .about__imagesBlock__title {
    font-size: 32px;
    width: 700px;
    line-height: 1.5;
  }
}
.about__imagesBlock__link {
  background-color: #18889c;
  display: block;
  padding: 12px 0;
  width: 140px;
  border-radius: 6px;
  margin-bottom: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .about__imagesBlock__link {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .about__imagesBlock__link {
    width: 200px;
    padding: 14px 0;
  }
}
@media (min-width: 1200px) {
  .about__imagesBlock__link:hover {
    background-color: #132549;
  }
}
.about__imagesBlock__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.about__imagesBlock__list__pic {
  height: 220px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .about__imagesBlock__list__pic {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .about__imagesBlock__list__pic {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .about__imagesBlock__list__pic {
    height: 400px;
    border-radius: 20px;
  }
}
.about__imagesBlock__list__pic:nth-child(1) {
  position: absolute;
  top: 0;
  left: -155px;
  width: 200px;
}
@media (min-width: 576px) {
  .about__imagesBlock__list__pic:nth-child(1) {
    width: 300px;
    left: -215px;
  }
}
@media (min-width: 768px) {
  .about__imagesBlock__list__pic:nth-child(1) {
    left: -125px;
  }
}
@media (min-width: 1200px) {
  .about__imagesBlock__list__pic:nth-child(1) {
    width: 400px;
    left: -150px;
  }
}
@media (min-width: 1400px) {
  .about__imagesBlock__list__pic:nth-child(1) {
    left: -80px;
  }
}
.about__imagesBlock__list__pic:nth-child(2) {
  margin: 0 60px;
}
@media (min-width: 576px) {
  .about__imagesBlock__list__pic:nth-child(2) {
    margin: 0 100px;
  }
}
@media (min-width: 768px) {
  .about__imagesBlock__list__pic:nth-child(2) {
    margin: 0 200px;
  }
}
@media (min-width: 1200px) {
  .about__imagesBlock__list__pic:nth-child(2) {
    margin: 0 280px;
  }
}
@media (min-width: 1400px) {
  .about__imagesBlock__list__pic:nth-child(2) {
    margin: 0 350px;
  }
}
.about__imagesBlock__list__pic:nth-child(3) {
  position: absolute;
  top: 0;
  right: -155px;
  width: 200px;
}
@media (min-width: 576px) {
  .about__imagesBlock__list__pic:nth-child(3) {
    width: 300px;
    right: -215px;
  }
}
@media (min-width: 768px) {
  .about__imagesBlock__list__pic:nth-child(3) {
    right: -125px;
  }
}
@media (min-width: 1200px) {
  .about__imagesBlock__list__pic:nth-child(3) {
    width: 400px;
    right: -150px;
  }
}
@media (min-width: 1400px) {
  .about__imagesBlock__list__pic:nth-child(3) {
    right: -80px;
  }
}
.about__textBlock__text {
  padding: 15px 0 0 40px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .about__textBlock__text {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .about__textBlock__text {
    padding-left: 120px;
  }
}
@media (min-width: 992px) {
  .about__textBlock__text {
    padding-left: 200px;
  }
}
@media (min-width: 1200px) {
  .about__textBlock__text {
    padding: 20px 0 0 350px;
    line-height: 1.7;
    font-size: 17px;
  }
}

.gallery {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .gallery {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .gallery {
    margin-bottom: 100px;
  }
}
.gallery__videoBlock {
  position: relative;
}
.gallery__videoBlock:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F8F3EF;
}
.gallery__videoBlock__container {
  position: relative;
}
.gallery__videoBlock__center {
  position: relative;
}
.gallery__videoBlock__play {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 1;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(24, 136, 156, 0.75);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .gallery__videoBlock__play {
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .gallery__videoBlock__play {
    top: calc(50% - 80px);
    left: calc(50% - 80px);
    width: 160px;
    height: 160px;
  }
}
.gallery__videoBlock__play .icon {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
@media (min-width: 768px) {
  .gallery__videoBlock__play .icon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .gallery__videoBlock__play .icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .gallery__videoBlock__play:hover {
    background-color: #18889c;
  }
}
.gallery__videoBlock__pic {
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  height: 300px;
  width: 100%;
  transition: opacity 0.5s;
}
@media (min-width: 576px) {
  .gallery__videoBlock__pic {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .gallery__videoBlock__pic {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .gallery__videoBlock__pic {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .gallery__videoBlock__pic {
    height: 550px;
  }
}
.gallery__videoBlock__pic.hidden {
  opacity: 0;
}
.gallery__videoBlock__pic:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery__videoBlock__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.gallery__videoBlock__video iframe {
  width: 100%;
  height: 100%;
}
.gallery__videoBlock__video.visible {
  opacity: 1;
  pointer-events: all;
}
.gallery__photos {
  background-color: #F8F3EF;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .gallery__photos {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .gallery__photos {
    padding: 100px 0;
  }
}
.gallery__photos__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .gallery__photos__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery__photos__list__item {
  padding: 5px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .gallery__photos__list__item {
    padding: 10px;
  }
}
.gallery__photos__list__pic {
  height: 240px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .gallery__photos__list__pic {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .gallery__photos__list__pic {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .gallery__photos__list__pic {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .gallery__photos__list__pic:hover .gallery__photos__list__img {
    transform: scale(1.1);
  }
}
.gallery__photos__list__img {
  transition: transform 0.5s;
}

.menu {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .menu {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .menu {
    margin-bottom: 100px;
  }
}
.menu__titleBlock {
  position: relative;
  width: 280px;
  height: 280px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .menu__titleBlock {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .menu__titleBlock {
    width: 380px;
    height: 380px;
  }
}
.menu__titleBlock__title {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 8px 20px;
  width: 100%;
  color: #ffffff;
  background-color: rgba(24, 136, 156, 0.75);
}
@media (min-width: 768px) {
  .menu__titleBlock__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .menu__titleBlock__title {
    font-size: 36px;
  }
}
.menu__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu__listBlock {
  position: relative;
  background-color: #fbf8f6;
  padding: 30px 20px;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .menu__listBlock {
    margin-top: -30px;
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) {
  .menu__listBlock {
    margin-top: -50px;
    padding: 60px 45px;
  }
}
.menu__listBlock__btn {
  display: flex;
  justify-content: center;
}
.menu__list {
  padding-bottom: 30px;
}
.menu__list__item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9bea8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .menu__list__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.menu__list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.menu__list__item__left {
  width: calc(100% - 75px);
}
@media (min-width: 768px) {
  .menu__list__item__left {
    width: calc(100% - 100px);
  }
}
.menu__list__item__left h3 {
  font-size: 16px;
  font-weight: 600;
  color: #18889c;
}
@media (min-width: 768px) {
  .menu__list__item__left h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .menu__list__item__left h3 {
    font-size: 20px;
  }
}
.menu__list__item__left p {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 3px;
}
.menu__list__item__price {
  font-weight: 600;
  width: 75px;
  text-align: right;
}
@media (min-width: 768px) {
  .menu__list__item__price {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .menu__list__item__price {
    font-size: 18px;
  }
}

/*# sourceMappingURL=home-page.css.map */
