/* 
font-family: 'Lato', sans-serif;
font-family: 'Noto Sans Georgian', sans-serif; */

*,
*::after,
*::before {
	box-sizing: border-box;
}

a,
li {
	list-style: none;
	text-decoration: none;
}
body {
	font-size: 16px;
	line-height: 28px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #505050;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.container-caddilac {
	width: 1210px;
	margin: 0 auto;
}

.header__top {
	background-image: url("../images/header-bg.jpg");
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px;
}
.header__top-inner {
	border: 2px solid #ecb84c;
	border-bottom: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #fff;
}

.header__title {
	font-size: 200px;
	line-height: 229px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
	font-family: "Noto Sans Georgian", sans-serif;
	font-weight: 700;
	margin: auto;
}

.header__text {
	font-family: "Noto Sans Georgian", sans-serif;
	font-weight: 400;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	font-size: 24px;
	line-height: 27px;
	display: flex;
	white-space: nowrap;
	align-items: center;
	margin-bottom: -12px;
}

.header__text::after,
.header__text::before {
	content: "";
	border-top: 2px solid #ecb84c;
	width: 100%;
}

.header__text::after {
	margin-left: 30px;
}
.header__text::before {
	margin-right: 30px;
}

.menu__list {
	display: flex;
	justify-content: center;
}
.menu-btn {
	display: none;
}

.menu__list-item {
	padding: 24px 33px 10px 0;
}

.menu__list-link {
	font-size: 14px;
	line-height: 19px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #909090;
	padding-bottom: 10px;
	border-bottom: 4pc solid #ecb84c;
	border: transparent;
	transition: all 0.3s;
}

.menu__list-link:hover {
	content: "";
	color: #4e5665;
	border-bottom: 4px solid #ecb84c;
}

.advantages {
	padding: 100px 0;
}

.advantages__title {
	color: #4e5665;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	font-family: "Noto Sans Georgian", sans-serif;
	margin-bottom: 22px;
}

.advantages__inner {
	display: flex;
	justify-content: center;
	width: 970px;
	margin: 0 auto;
	position: relative;
}

.advantages__link {
	color: #ecb84c;
	font-weight: 700;
	position: absolute;
	right: 0;
}
.advantages__text {
}

.advantages__items {
	display: flex;
	justify-content: space-around;
	margin-top: 64px;
}

.advantages__item {
	text-align: center;
	margin-bottom: 34px;
}

.advantages__item-text {
	font-size: 22px;
	line-height: 30px;
	color: #4e5665;
	font-weight: 700;
}

.cubais {
	padding: 100px 0;
}
.cubais__title {
	margin-bottom: 20px;
}

.cubais__top {
	margin-bottom: 161px;
}
.cubais__title {
	font-size: 32px;
	line-height: 38px;
	color: #4e5665;
	font-family: "Noto Sans Georgian", sans-serif;
	text-align: center;
}

.cubais__text {
	color: #505050;
}

.cubais__info {
	display: flex;
	margin-bottom: 100px;
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: right;
}

.cubais__beach-box {
	background-color: #fff;
	max-width: 470px;
	padding: 33px 40px 18px;
	position: relative;
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
}

.cubais__beach {
	background-position: left;
}

.cubais__beach .cubais__beach-box {
	margin-left: auto;
}

.cubais__info-title {
	color: #4e5665;
	font-family: "Noto Sans Georgian", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
}

.cubais__beach {
	margin-bottom: 100px;
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: left;
}

.cubais__beach-title {
	font-size: 24px;
	line-height: 25px;
	color: #4e5665;
	font-family: "Noto Sans Georgian", sans-serif;
}

.caddilac__title {
	font-size: 32px;
	line-height: 38px;
	color: #4e5665;
	font-family: "Noto Sans Georgian", sans-serif;
	text-align: center;
	margin-bottom: 38px;
}

.caddilac__text {
	margin: 53px auto 80px;
}

.caddilac__images-box {
	padding-top: 73px;
	position: relative;
}

.caddilac__dot {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: rgba(236, 184, 76, 0.75);
	position: absolute;
	cursor: pointer;
}

.caddilac__dot--3 {
	top: 147px;
	right: 404px;
}

.caddilac__dot:hover::before {
	display: block;
}

.caddilac__dot:hover .caddilac__dot-text {
	display: block;
}

.caddilac__dot::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background-color: #ffd600;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
}

.caddilac__dot::before {
	content: "";
	background-image: url("../images/line.svg");
	width: 244px;
	height: 122px;
	top: -107px;
	left: 20px;
	position: absolute;
	display: none;
}

.caddilac__dot-text {
	position: absolute;
	white-space: nowrap;
	top: -140px;
	left: 150px;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	color: #505050;
	display: none;
}

.cuba__slider-title {
	font-size: 32px;
	line-height: 38px;
	color: #4e5665;
	font-family: "Noto Sans Georgian", sans-serif;
	text-align: center;
	margin-bottom: 42px;
}

.cuba__slider-text {
	color: #505050;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.cuba__slider-item {
	margin-top: 100px;
	background-repeat: no-repeat;
	min-height: 640px;
	background-position: top center;
}

.slider {
	width: 640px;
	margin: 0 auto;
}

.slider-arrow {
	border: none;
	outline: none;
	background-color: transparent;
	position: absolute;
	height: 40px;
	width: 40px;
	top: 50%;
	z-index: 5;
	cursor: pointer;
	transform: translateY(-100%);
}

.slider-next {
	right: -20px;
}
.slider-prev {
	left: -20px;
}

.footer {
	background: #f8f8f8;
	padding: 55px 0 32px;
}

.footer__items {
	display: flex;
	justify-content: space-between;
}
.footer__item {
	width: 140px;
}
.footer__item--blog {
	width: 300px;
}
.footer__item--company {
	width: 300px;
	padding-left: 150px;
}
.footer__item-title {
	margin-bottom: 20px;
	color: #4e5665;
	font-family: Lato;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}
.footer__item-link {
	color: #505050;
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}

.footer__item-link--social {
	padding-left: 28px;
	position: relative;
}

.footer__item-link--social::before {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	top: 10px;
}
.footer__item-link--message {
	background-image: url("../images/interface-footer.svg");
	background-repeat: no-repeat;
}
.footer__item-link--facebook {
	background-image: url("../images/facebook.svg");
	background-repeat: no-repeat;
}
.footer__item-link--instagram {
	background-image: url("../images/instagram.svg");
	background-repeat: no-repeat;
}
.footer__item-link--youtube {
	background-image: url("../images/youtube.svg");
	background-repeat: no-repeat;
}
.footer__item-link--email {
	background-image: url("../images/email.svg");
	background-repeat: no-repeat;
	height: 15px;
	top: 4px;
}

.footer__copyright {
	padding-top: 40px;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}

/* MEDIA */
@media (max-width: 1000px) {
	.advantages__items {
		display: block;
	}
	.advantages__item {
		margin-bottom: 40px;
	}
	.advantages__item-text {
		margin-top: 20px;
	}
	.advantages__link {
		display: none;
	}
}

@media (max-width: 800px) {
	.header__top {
		height: 80vh;
	}
	.cubais__beach-box {
		margin: 0 auto;
	}
	.cubais__beach {
		background-position: top;
		padding: 382px 0 70px;
	}
	.cubais__info {
		padding: 382px 0 70px;
		background-position: top;
	}
}

@media (max-width: 670px) {
	.header__top {
		height: 60vh;
	}
	.menu__list {
		display: block;
		text-align: center;
	}
	.menu__list-link {
		width: 100%;
		display: block;
	}
	.header__title {
		font-size: 150px;
		line-height: 200px;
	}
	.header__text {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 580px) {
	.header__top {
		height: 40vh;
	}
	.header__title {
		font-size: 120px;
		line-height: 160px;
	}
	.header__text {
		font-size: 16px;
		line-height: 20px;
		margin-right: 10px;
	}
	.header__top-inner {
		border: none;
	}
	.header__text::after,
	.header__text::before {
		border: none;
	}
}

@media (max-width: 400px) {
	.header__top {
		max-height: 300px;
	}
	.header__title {
		font-size: 80px;
		line-height: 120px;
	}
	.header__text {
		font-size: 14px;
		margin-right: 20px;
		line-height: 16px;
	}
}
