.animate-arrow{
  transition: all 2s ease;
  animation: animArrow 2s linear infinite;
  position: relative;
  top: -5px;
}
@keyframes animArrow {
  0 {
    top: -5px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: -5px;
  }
}

/* hero */
.hero{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
}
.hero:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(106, 106, 106, 0) -33.52%, rgba(4, 4, 4, 0.4) 63.58%); */
  z-index: 0
}
.hero .content-hero{
  width: 100%;
  max-width: calc(100vw / 2);
  border-radius: calc(100vw / 44.65116279);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
  padding: calc(100vw / 38.4);
  text-align: center;
  position: relative;
  z-index: 9;
}
.hero .content-hero h1{
  font-size: 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.hero .content-hero p{
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.hero-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  z-index: 9;
}
.hero-bottom p{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: .2em
}
@media screen and (max-width: 1440px){
  .hero .content-hero{
    padding: 40px;
    max-width: 700px;
  }
  .hero .content-hero h1{
    font-size: 60px;
  }
  .hero .content-hero p{
    font-size: calc(100vw / 72);
  }
}
@media screen and (max-width: 991px){
  .hero .content-hero p{
    font-size: 24px;
  }
}
@media screen and (max-width: 599px){
  .hero{
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero .content-hero h1{
    font-size: 50px;
  }
  .hero .content-hero p{
    font-size: 18px;
  }
  .hero .content-hero{
    padding: 20px;
  }
}
/* -- hero */

/* all cottages */
.all-cottages{
	/* padding-top: 50vh; */
	/* margin-top: -50vh; */
	padding-top: 60px;
	background-image: url(../images/bg_all_cottages.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
	padding-left: calc(100vw / 21.33333333);
	padding-right: calc(100vw / 21.33333333);
	padding-bottom: 200px;
    margin-bottom: 60px;
}
.all-cottages .safe-room-advantages{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(100vw / 21.81818182);
    padding-bottom: 60px;
}
.all-cottages .safe-room-advantages .item{
    width: 270px;
    text-align: center;
}
.all-cottages .safe-room-advantages .item img{
    margin-bottom: 15px;
}
.all-cottages h2{
	text-align: center;
	color: #221D2F;
	position: relative;
	z-index: 9;
    margin-bottom: 40px;
}
.wrapper-all-cottages{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	max-width: 1650px;
	margin: auto;
}
.all-cottages:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	background: linear-gradient(180deg, #FFFFFF 28.14%, rgba(255, 255, 255, 0) 105.14%);
	z-index: 0;
}
.all-cottages .item{
	max-width: 490px;
	text-align: center;
	position: relative;
}
.all-cottages .item a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.all-cottages .item img{
	transition: all 0.3s ease-out;
}
.all-cottages .item:hover img{
	transform: scale(1.1);
}
.all-cottages .item .price-uah{
	font-size: 20px;
	line-height: 1;
	color: #244E67;
	padding: 10px 0;
}
.all-cottages .item .price-usd{
	font-size: 16px;
	line-height: 1;
	color: #5F8298;
}
.all-cottages .item .image{
	position: relative;
	margin-bottom: 20px;
}
.all-cottages .item .image:before{
	content: '';
	position: absolute;
	width: calc(100vw / 5.217391304);
	height: calc(100vw / 5.217391304);
	background: rgba(152,200,222,.5);
	border-radius: calc(100vw / 21.81818182);
	z-index: -1;
	left: calc((100% - 100vw / 5.217391304) / 2);
	bottom: -10px;
}
.item-get-consultation{
	display: flex;
	align-items: center;
	justify-content: center;
}
.get-consultation-wrapper{
	width: calc(100vw / 5.217391304);
	height: calc(100vw / 5.217391304);
	background: rgba(152,200,222,.5);
	border-radius: calc(100vw / 21.81818182);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	position: relative;
	transition: all .4s;
}
.get-consultation-wrapper a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9
}
.get-consultation-wrapper p{
	padding: 0 20px;
	font-size: calc(100vw / 80);
	color: #244E67;
	font-weight: 500;
	max-width: 80%;
	line-height: 1.2;
}
.get-consultation-wrapper .icon{
	width: calc(100vw / 17.14285714);
	height: calc(100vw / 17.14285714);
	background: #74A9CA;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
}
.get-consultation-wrapper:hover .icon{
	width: calc(100vw / 13.42657343);
	height: calc(100vw / 13.42657343);
	background: #244E67;
}
.all-cottages-cutout{
    position: absolute;
    background: #fff;
    right: 0;
    bottom: 0px;
    width: calc(50% + 50px);
    height: 100px;
    border-radius: 50px 0 0 0;
    z-index: 0;
}
.all-cottages-cutout:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/border-radius.svg);
    background-size: 50px;
    background-position: center;
    z-index: 1;
    left: -50px;
}
.square{
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #221D2F;
  z-index: 99;
}
.square p{
  color: #fff;
  text-align: center;
  line-height: 1;
}
.square p sup{
  font-size: 12px;
}
.square p.value{
  font-size: 30px;
  font-weight: 100;
  margin-top: 5px;
}
@media screen and (max-width: 1920px){
	.all-cottages .item{
		width: calc((100% - 60px) / 3);
	}
}
@media screen and (max-width: 991px){
	.all-cottages{
		margin-top: 0;
		padding-top: 60px;
	}
	.all-cottages .item{
		width: calc((100% - 30px) / 2);
	}
	.get-consultation-wrapper {
    width: calc(100vw / 3);
    height: calc(100vw / 3);
    background: rgba(152, 200, 222, .5);
    border-radius: calc(100vw / 21.81818182);
    gap: 10px;
    position: relative;
    transition: all .4s;
	}
	.get-consultation-wrapper .icon{
		width: 80px;
		height: 80px;
	}
	.get-consultation-wrapper:hover .icon{
		width: 80px;
		height: 80px;
	}
	.get-consultation-wrapper p{
		font-size: 17px;
	}
	.all-cottages .item .price-uah{
		font-size: 20px;
	}
	.all-cottages .item .price-usd{
		font-size: 16px;
	}
    .all-cottages .safe-room-advantages{
        gap: 50px;
    }
}
@media screen and (max-width: 767px){
    .all-cottages h2{
        font-size: 40px;
    }
    .all-cottages-cutout{
        height: 50px;
        border-radius: 25px 0 0 0;
    }
    .all-cottages-cutout:after{
        width: 25px;
        height: 25px;
        left: -25px;
        background-size: 25px;
    }
}
@media screen and (max-width: 599px){
	.all-cottages .item{
		width: 100%;
	}
	.get-consultation-wrapper,
	.all-cottages .item .image:before{
		width: 260px;
		height: 260px;
	}
	.all-cottages .item .image:before{
		left: calc((100% - 260px) / 2);
	}
	.all-cottages{
		padding-bottom: 100px;
	}
    
}
@media screen and (max-width: 430px){
    .all-cottages h2{
        font-size: 30px;
    }
}

/* -- all cottages */