/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Piazzolla:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');*/

@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("centurygothic.ttf") format("truetype"),
}

body{
  margin: 0;
font-family: 'Century Gothic', serif;
}
img {
  max-width: 100%;
}

.container {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.center {
justify-content: space-around;
  align-items: center;
}
.column {
display: flex;
    align-items: center;
    flex-flow: column;
}

/************************* Header ***********************************/
.family{
  text-align: center;
}
.family p{
font-style: normal;
font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
text-align: center;
color: #898989;
}
.logo{
  width: 230px; 
}
.header{
    margin: auto;
    padding: 20px 0;
}
.contacts{
  text-align: center;
}
.contacts button{
background-color: rgba(135, 155, 175, 0.49);
    border: solid transparent 0px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 5px;
}
.feedback > div{
/*margin: 15px 0;*/
}
.socseti{
  display: flex;
}
.socseti div{
  width: 20px;
  height: 20px;
      background-size: 100%;
    background-repeat: no-repeat;
    /*opacity: 0.5;*/
    margin: 3px 7px;
}
.socseti div a{
    width: 100%;
    height: 100%;
    display: block;
}
.socseti div:hover{
    filter: brightness(0.5);
  }
.socseti div.facebook{
width: 12px
  }
.whatsapp{
background: url(../img/icon-whatsapp.png);
}
.instagram{
background: url(../img/icon-insta.png);
}
.facebook{
background: url(../img/icon-facebook.png);
}
.telegram{
background: url(../img/icon-telegram.png);
}


.feedback > div.phone {
/*margin-top: 25px;*/
}
.phone a{
    color: #A0A09F;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lora', serif;
}
.phone a:hover {
  color: #000
}
.contacts a {
  text-decoration: none;
}

/****************************** Footer **************************/

footer {
/*    background-color: rgba(135, 155, 175, 0.49);
    background-image: url(../img/footer-patern.png);*/
    text-align: center;
    padding: 25px 0;
    letter-spacing: -1px;
}
footer p{
  margin: 0 0;
}
footer a{
  color: #000;
  text-decoration: none;
}


/********************** Content ***************************/

@keyframes animationOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

main {
  min-height: calc(100vh - 322.36px - 192px);
  padding-bottom: 50px;
  animation-name: animationOpacity;
    animation-duration: 1.5s;
    width: 100%;
    max-width: 1200px;
        margin: auto;
}

.foto-top{
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  grid-template-rows: min-content min-content min-content min-content min-content min-content min-content min-content min-content 1fr;
  grid-template-columns: 100%;
  padding-bottom: 0px;
  box-sizing: border-box;
}
.foto-top img{/*
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: -156px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
    max-width: inherit;*/
        max-width: 100%;
}

.content {
  width: 100%;
margin: 0 auto;
/*background: #879baf;*/
text-align: center;
    display: block;
}
.content__texts {
    padding: 40px 0;
}
.content__text p{
font-style: normal;
font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
text-align: center;
}
.content__text{
  width: 90%;
  text-align: center;
  color: #000;
  margin: auto;
}
.content__text h2 {
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 500;
    color: #000;
}
.content__text span {
font-size: 35px
}
.foto {
    display: table;
    margin: auto;
        width: 100%;
}
.foto img{
  max-width: 100%;
      width: 100%;
}

.small-footer {
    font-size: 13px;
    margin: 30px 0 15px;
}
.column > div {
    margin-bottom: 15px;
}
.small-footer a{
text-decoration: underline;
}
.small-footer a:hover{
text-decoration: none;
}
.resch {
  display: flex;
  align-items: center;
}

.button {
background: #55302a;
    border-radius: 5px;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
}
.button:hover {
background: #9d8682
  }
.resch img{
    margin-right: 20px;
}
.about .resch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.about .resch img {
    margin-right: 0;
    margin-bottom: 25px;
}
.gallery {
  position: relative;
  margin: 40px 0;
}
.gallery img{
width: 100%;
    /*margin-bottom: 36px;*/
}
.doble-img{
display: flex;
    width: 100%;
}
.polosa {
width: 40px;
    flex: 0 0 40px;
}

.doble-img img{
flex: 1 1 50%;
    width: calc(50% - 20px);
}
.img-and-content-gallery {
  position: relative;
      display: flex;
    width: 100%;
    margin-bottom: 40px
}
.block-text-gallery {
    position: absolute;
    text-align: left;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 50%);
    background: #fff;
    padding: 20px;
    width: calc(45% - 80px);
    z-index: 3;
}
.block-text-gallery p {
  margin: 0;
}
.block-text-gallery-left {
  bottom: -70px;
  margin-left: 40px;
  left: 0
}
.block-text-gallery-right {
  bottom: -70px;
  margin-right: 40px;
  right: 0
}
footer .resch img {
    max-width: 60px
}
/*********************************/
.content-amenities {
  display: flex;
  align-items: center;
}
.left-block-text-amenities {
    font-size: 22px;
    padding-right: 65px;
    padding-left: 20px;
}
.left-block-text-amenities p{
  margin-bottom: 40px;
}
.right-block-text-amenities {
  color: #fff;
  max-width: 440px;
  background: #898989;
  padding: 20px;
  flex: 0 0 420px;
}
.right-block-text-amenities ul{
  padding-left: 15px;
  line-height: 1.3;
}
.small {
  font-size: 13px;
}
.right-block-text-amenities b{
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;
}

@media (max-width: 900px) {
.right-block-text-amenities {
    max-width: 440px;
    min-width: 300px;
    flex: 1 1 420px;
}
}
@media (max-width: 700px) {
.content-amenities {
    display: flex;
    align-items: center;
    flex-flow: column;
}
.left-block-text-amenities {
    font-size: 20px;
    padding: 0 20px;
    text-align: center;
}
}
@media (max-width: 370px) {
.right-block-text-amenities {
    color: #fff;
    max-width: 440px;
    min-width: initial;
}
}


/******************************************/


.menu-mobil {
  display: none;
}

@media (max-width: 768px) {

nav {
  position: relative;
  padding-bottom: 15px
}
.container.center.left-menu {
    display: none;
}
nav.active .container.center.left-menu {
    display: flex;
    flex-flow: column;
    position: absolute;
    background: #fff;
    top: calc(100% - 15px);
    justify-content: start !important;
    padding: 0;
    z-index: 10;
    text-align: center;
  width: calc(100% - 32px);
    margin-left: 15px;
    transition: top 0.3s;
}
.left-menu a {
    display: block;
}
.left-menu li {
    margin: 0;
    display: block;
    width: calc(100% - 14px);
    background: #fff;
    padding: 7px;
    border: 1px solid #72858c;
    border-bottom: none;
    border-top: none;
}
.header {
    margin: auto;
    padding: 20px 15px;
    width: calc(100% - 30px);
}
.menu-mobil {
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2% 12px 0.8%;
    text-decoration: none;
    text-transform: uppercase;
    color: #72858C;
    letter-spacing: -1px;
    font-size: 15px;
    transition: color 0.5s;
    border: 1px solid #72858C;
    margin: 0 15px;
    border-radius: 3px;
    z-index: 15;
}
.icon-menu {
  background: url(../img/prev.png) no-repeat;
    background-size: 100%;
    display: block;
    transform: rotate(-90deg);
    width: 10px;
    height: 20px;
    transition: transform 0.3s;
}
nav.active .icon-menu {
  transform: rotate(90deg);
    background-position-y: 4px;
    transition: transform 0.3s;
}
.logo {
    padding: 0 15px;
    flex: 0 0 120px;
}
.left-menu li:last-child {
  border-bottom: 1px solid #72858C;
  border-radius: 0 0 3px 3px;
}
.content__text p {
    font-size: 16px;
}
.block-text-gallery {
    padding: 10px;
}








}


@media (max-width: 675px) {
.block-text-gallery {
    font-size: 14px;
    bottom: -50px;
}
.block-text-gallery-left {
    margin-left: 20px;
}
.block-text-gallery-right {
    margin-right: 20px;
}
.block-text-gallery {
    width: calc(45% - 20px);
}


}


@media (max-width: 500px) {

.block-text-gallery {
    width: calc(90% - 20px);
    bottom: -70px;
}




}


@media (max-width: 460px) {
.contacts a {
    padding: 8px 15px;
}
.column > div {
    font-size: 14px;
}
}


@media (max-width: 450px) {
.block-text-gallery {
    width: calc(90% - 20px);
    position: initial;
    margin: -25px auto 0;
}
.img-and-content-gallery {
    flex-flow: column;
    margin-bottom: 20px;
}
.polosa {
    width: 20px;
    flex: 0 0 20px;
}
main {
  padding-bottom: 0;
}


}



@media (max-width: 400px) {
.family p {
    font-size: 14px;
}
.family {
    flex: 0 0 70px;
}
.logo {
    padding: 0 10px;
    flex: 0 0 80px;
}
.phone a {
    font-size: 15px;
}
.button {
    padding: 7px 12px;
}
.column > div {
    margin-bottom: 10px;
}
.header {
    padding: 15px;
}
.column {
    flex: 0 0 128px;
}





}


























