@font-face {
	font-family: Noto;
	src: url(../fonts/NotoSans.ttf);
}
* {
	box-sizing: border-box;
}
html, body {
	overflow-x: hidden;
}
body {
	font-family: Noto, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #404040;
}
.up {
	opacity: 0;
	position: fixed;
	z-index: 1;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	transition: .5s;
}
@media (max-width: 600px) {
	.up {
		width: 50px;
		right: 20px;
		bottom: 20px;
	}
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.lamfix-link {
	text-decoration: none;
	font-weight: bold;
	color: #E31962;
}
.lamfix-link:hover {
	text-decoration: underline;
}
.lamfix-btn {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #E31962;
	border-radius: 1px;
	width: 150px;
	padding: 10px;
	text-align: center;
	transition: .2s;
	border: 1px solid #E31962;
	border-radius: 5px;
}
.lamfix-btn:hover {
	color: #E31962;
	background-color: #fff;
}
header {
	max-width: 1150px;
	margin: 0 auto;
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header a {
	color: #404040;
	text-decoration: none;
}
header a:hover {
	text-decoration: underline;
}
.header-contacts {
	display: flex;
}
.header-contacts a {
	display: flex;
	align-items: center;
}
.header-contacts a:first-child {
	margin-right: 40px;
}
.header-contacts a img {
	margin-right: 10px;
}
.top-nav {
	background-color: #E31962;
	position: relative;
}
.top-navbar {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.top-navbar .sub-menu {
    transition: .1s;
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    list-style: none;
    padding: 0 15px;
    background: #E31962;
    white-space: nowrap;
}
.top-navbar .sub-menu a {
	padding: 10px 0;
}
.top-navbar .menu-item-has-children {
    position: relative;
}
.top-navbar .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 5;
}
.top-navbar li:not(:last-child) {
	margin-right: 40px;
}
.top-navbar a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	display: block;
	padding: 20px 0;
}
.top-navbar a:hover {
	text-decoration: underline;
}
.top-navbar-toggler {
	display: none;
}
@media (max-width: 800px) {
	.top-nav {
		padding: 15px 0;
	}
	.top-navbar-toggler {
		display: block;
		cursor: pointer;
		width: 35px;
		padding: 10px 3px;
		transition: .2s;
	}
	.top-navbar-toggler span {
		position: relative;
		display: block;
		height: 2px;
		background-color: #fff;
	}
	.top-navbar-toggler span:before,
	.top-navbar-toggler span:after {
		position: absolute;
		content: '';
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	.top-navbar-toggler span:before {
		top: -8px;
	}
	.top-navbar-toggler span:after {
		bottom: -8px;
	}
	.top-navbar-toggler.opened {
		transform: rotate(45deg);
	}
	.top-navbar-toggler.opened span:before {
		transform: rotate(-90deg);
		top: 0px;
		left: 0;
	}
	.top-navbar-toggler.opened span:after {
		opacity: 0;
	}
	.top-navbar {
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		opacity: 0;
		z-index: -1;
		padding: 15px 20px;
		transition: .2s;
	}
	.top-navbar.visible {
		opacity: 1;
		z-index: 3;
		background-color: #E31962;
	}
	.top-navbar li:not(:last-child) {
		margin-right: 0;
	}
	.top-navbar li a,
	.top-navbar .sub-menu a {
		padding: 5px 0;
	}
	.top-navbar .menu-item-has-children:hover .sub-menu {
	    position: relative;
	}
}
@media (max-width: 700px) {
	header {
		padding: 10px 15px;
	}
	.header-contacts {
		display: block;
	}
	.header-contacts a:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.top-navbar li:not(:last-child) {
		margin-right: 25px;
	}
}
@media (max-width: 500px) {
	.logo-head {
		width: 100px;
	}
	.header-contacts {
		font-size: 14px;
		line-height: 18px;
	}
	.header-contacts a img {
		width: 25px;
	}
}

main .slick-prev {
	left: 40px;
	z-index: 2;
}
main .slick-next {
	right: 40px;
}
main .slick-prev:before {
    content: url('../img/white-arr-left.png');
}
main .slick-next:before {
    content: url('../img/white-arr-right.png');
}
.main-slide {
	color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 600px;
}
.main-slide-tunisia {
	background-image: url('../img/main-tunisia.jpg');
}
.main-slide-uae {
	background-image: url('../img/main-uae.jpg');
}
.main-slide-tanzania {
	background-image: url('../img/main-tanzania.jpg');
}
.main-slide-oman {
	background-image: url('../img/main-oman.jpg');
}
.main-slide-egypt {
	background-image: url('../img/main-egypt.jpg');
}
.main-slide-turkey {
	background-image: url('../img/main-turkey.jpg');
}
.main-slide .container {
	padding-top: 170px;
	padding-bottom: 150px;
}
.main-slide h2 {
	margin: 0;
	font-size: 58px;
	line-height: 70px;
	font-weight: bold;
}
.main-description {
	font-size: 20px;
	line-height: 28px;
	margin: 35px 0;
}
@media (max-width: 1440px) {
	.main-slide .container {
		padding: 170px 50px 150px;
	}
	main .slick-prev {
		left: 10px;
	}
	main .slick-next {
		right: 10px;
	}
}
@media (max-width: 1199px) {
	.main-slide {
		height: 500px;
	}
}
@media (max-width: 1000px) {
	.main-slide .container {
		padding: 70px 50px 70px;
	}
	.main-slide h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.main-description {
		font-size: 18px;
		line-height: 24px;
		margin: 25px 0;
	}
}
@media (max-width: 900px) {
	.main-slide {
		height: 400px;
	}
}
@media (max-width: 700px) {
	.main-slide {
		height: 300px;
	}
}
@media (max-width: 500px) {
	.main-slide .container {
		padding: 50px;
	}
	.main-slide {
		height: 200px;
	}
	.main-slide h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.main-description {
		font-size: 16px;
		line-height: 20px;
		margin: 20px 0;
	}
}

.lamfix-about {
	display: flex;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.lamfix-about-pic {
	margin: 0 50px 0 10px;
}
.lamfix-about-text {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}
@media (max-width: 900px) {
	.lamfix-about-text {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width: 900px) {
	.lamfix-about {
		display: block;
	}
	.lamfix-about-pic {
		margin: 0 20px 0 0;
		float: left;
	}
	.lamfix-about-pic img {
		width: 80px;
	}
	.lamfix-about-text {
		font-size: 16px;
		line-height: 22px;
	}
}

.lamfix-countries {
	background-color: #F9F9F9;
	padding: 70px 0;
}
.lamfix-countries .container {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}
.lamfix-country {
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 25px;
}
.lamfix-country img {
	width: 100%;
}
.lamfix-country h4 {
	font-size: 25px;
	line-height: 30px;
	margin: 20px 0;
}
.lamfix-country .lamfix-btn {
	margin: 0 auto;
}
@media (max-width: 1199px) {
	.lamfix-countries .container {
		grid-gap: 20px;
	}
}
@media (max-width: 700px) {
	.lamfix-countries .container {
		grid-gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 400px) {
	.lamfix-countries .container {
		grid-gap: 15px;
		grid-template-columns: repeat(1, 1fr);
	}
}

.lamfix-feature {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 80px;
}
.lamfix-feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	width: 170px;
}
.lamfix-feature-item img {
	max-width: 100%;
	margin-bottom: 10px;
}
@media (max-width: 800px) {
	.lamfix-feature {
		padding: 50px 15px;
	}
}
@media (max-width: 600px) {
	.lamfix-feature-item {
		font-size: 14px;
		line-height: 20px;
		width: 100px;
	}
}
@media (max-width: 400px) {
	.lamfix-feature {
		flex-wrap: wrap;
		justify-content: center;
	}
	.lamfix-feature-item {
		width: 150px;
		margin-bottom: 15px;
	}
	.lamfix-feature-item img {
		margin-bottom: 0;
	}
}

.lamfix-feature-info {
	padding: 60px 0;
	background-color: #F9F9F9;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}
.lamfix-feature-info .container {
	display: flex;
	justify-content: space-between;
}
.lamfix-feature-pic {
	width: 50%;
	padding-right: 80px;
}
.lamfix-feature-text {
	width: 50%;
}
.lamfix-feature-pic img {
	display: block;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
@media (max-width: 1199px) {
	.lamfix-feature-pic {
		padding-right: 40px;
	}
}
@media (max-width: 900px) {
	.lamfix-feature-text {
		font-size: 16px;
		line-height: 22px;
	}
	.lamfix-feature-pic {
		padding-right: 20px;
	}
}
@media (max-width: 700px) {
	.lamfix-feature-info {
		padding: 30px 0 40px;
	}
	.lamfix-feature-info .container {
		flex-wrap: wrap;
	}
	.lamfix-feature-pic,
	.lamfix-feature-text {
		width: 100%;
		padding-top: 15px;
	}
}

.lamfix-partners {
	background-color: #404040;
	padding: 50px 0 100px;
}
.lamfix-partners h2 {
	text-align: center;
	color: #fff;
	font-size: 45px;
	line-height: 55px;
	font-weight: bold;
	margin: 0;
}
.lamfix-partners-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding-top: 100px;
}
@media (max-width: 1199px) {
	.lamfix-partners {
		padding: 50px 0;
	}
	.lamfix-partners-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.lamfix-partners-wrap a {
		margin: 0 20px 20px;
	}
}

.lamfix-form {
	padding: 50px 15px 60px;
}
.lamfix-form h2 {
	text-align: center;
	margin: 0;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
}
.lamfix-form-slogan {
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}
.lamfix-form-slogan:after {
	content: '';
	display: block;
	width: 55px;
	height: 1px;
	background-color: #404040;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -35px;
}
.lamfix-form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.lamfix-form [data-name="your-name"],
.lamfix-form [data-name="your-phone"],
.lamfix-form [data-name="your-email"] {
	width: 31%;
	margin-bottom: 30px;
}
.lamfix-form form [type="text"],
.lamfix-form form [type="email"] {
	width: 100%;
	border: 1px solid #5A5A61;
	padding: 10px;
}
.lamfix-form [data-name="your-message"] {
	width: 100%;
}
.lamfix-form form textarea {
	width: 100%;
	height: 165px;
	border: 1px solid #5A5A61;
	padding: 10px;
	resize: none;
}
.lamfix-form .wpcf7-submit {
	cursor: pointer;
	outline: none;
	margin: 40px auto 20px;
}
.wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.lamfix-form-privacy {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
.lamfix-form-privacy a {
	color: #E31962;
	text-decoration: none;
}
.lamfix-form-privacy a:hover {
	text-decoration: underline;
}
@media (max-width: 700px) {
	.lamfix-form [data-name="your-name"],
	.lamfix-form [data-name="your-phone"],
	.lamfix-form [data-name="your-email"] {
		margin-bottom: 20px;
	}
	.lamfix-form .wpcf7-submit {
		margin: 30px auto 10px;
	}
}
@media (max-width: 500px) {
	.lamfix-form [data-name="your-name"],
	.lamfix-form [data-name="your-phone"],
	.lamfix-form [data-name="your-email"] {
		width: 100%;
	}
}

.lamfix-adress {
	text-align: center;
	padding-top: 50px;
	background-color: #F9F9F9;
}
.lamfix-adress h2 {
	margin: 0;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
}
.lamfix-adress-text {
	position: relative;
	padding: 0 15px;
	margin-bottom: 70px;
}
.lamfix-adress-text:after {
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background-color: #404040;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -35px;
}
.lamfix-adress iframe {
	display: block;
	width: 100%;
	height: 400px;
}

footer {
	background-color: #080808;
	padding: 75px 0 50px;
	color: #fff;
}
footer .container {
	display: flex;
	gap: 25px;
}
.foot-item-wrap {
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-around;
}
.footer-item {
	text-align: center;
}
a.footer-item {
	color: #fff;
	text-decoration: none;
}
a.footer-item:hover span {
	text-decoration: underline;
}
.footer-item p {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin: 10px 0 20px;
}
.footer-item span {
	font-size: 14px;
}
.copy-soc-wrap {
	padding-top: 100px;
	justify-content: center;
}
.footer-copy {
	font-size: 12px;
	line-height: 14px;
}
.footer-soc {
	width: 200px;
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
@media (max-width: 900px) {
	.footer-item img {
		height: 35px;
	}
	.footer-item p {
		font-size: 22px;
		line-height: 28px;
		margin: 5px 0 10px;
	}
	.copy-soc-wrap {
		padding-top: 70px;
	}
}
@media (max-width: 600px) {
	footer {
		padding: 50px 0 25px;
	}
	footer .container {
		gap: 15px;
	}
}
@media (max-width: 500px) {
	.foot-item-wrap {
		flex-wrap: wrap;
	}
	.footer-item {
		margin-bottom: 25px;
		width: 100%;
	}
	.copy-soc-wrap {
		padding-top: 50px;
	}
}
@media (max-width: 400px) {
	.footer-item img {
		height: 25px;
	}
	.footer-item p {
		font-size: 16px;
		line-height: 22px;
		margin: 5px 0 10px;
	}
	.footer-item span {
		font-size: 12px;
		line-height: 14px;
	}
	.copy-soc-wrap {
		flex-wrap: wrap;
	}
	.copy-soc-wrap {
		padding-top: 20px;
	}
	.footer-copy {
		width: 100%;
		text-align: center;
		order: 2;
	}
	.footer-soc {
		margin: auto;
		order: 1;
	}
}

/* destination */
.dest-title-h1 {
	font-size: 45px;
	line-height: 55px;
	margin: 20px 0;	
}
.dest-top-fon {
	display: block;
	width: 100%;
}
.dest-about [type="radio"] {
	display: none;
}
.dest-nav-labels {
	background-color: #E31962;
}
.dest-nav-labels-wrap {
	max-width: 1215px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
.dest-nav-labels label {
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	display: block;
	padding: 12px 10px;
	margin: 2px 0;
	cursor: pointer;
	user-select: none;
	transition: .2s;
}
.dest-nav-labels label:hover,
#aero:checked ~ .dest-nav-labels [for="aero"],
#geo:checked ~ .dest-nav-labels [for="geo"],
#history:checked ~ .dest-nav-labels [for="history"],
#infra:checked ~ .dest-nav-labels [for="infra"],
#image:checked ~ .dest-nav-labels [for="image"],
#price:checked ~ .dest-nav-labels [for="price"],
#dosug:checked ~ .dest-nav-labels [for="dosug"],
#mice:checked ~ .dest-nav-labels [for="mice"] {
	color: #404040;
	background-color: #fff;
}
.dest-info-wrap {
	padding: 20px 15px 40px;
	position: relative;
	overflow: hidden;
}
.dest-info-pics {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.dest-info-pics img {
	width: 23%;
	border-radius: 10px;
}
.dest-info-block {
	background-color: #fff;
	position: absolute;
	z-index: -1;
	opacity: 0;
}
#aero:checked ~ .dest-info-wrap .dest-aero,
#geo:checked ~ .dest-info-wrap .dest-geo,
#history:checked ~ .dest-info-wrap .dest-history,
#infra:checked ~ .dest-info-wrap .dest-infra,
#image:checked ~ .dest-info-wrap .dest-image,
#price:checked ~ .dest-info-wrap .dest-price,
#dosug:checked ~ .dest-info-wrap .dest-dosug,
#mice:checked ~ .dest-info-wrap .dest-mice {
	position: static;
	animation: opacity 1s linear forwards;
}
@media (max-width: 1000px) {
	.dest-nav-labels label {
		font-size: 16px;
		line-height: 22px;
	}
	.dest-info-wrap {
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 800px) {
	.dest-nav-labels-wrap {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 10px;
		gap: 0 10px;
	}
	.dest-nav-labels label {
		padding: 6px 8px;

	}
}
@media (max-width: 600px) {
	.dest-title-h1 {
		font-size: 35px;
		line-height: 45px;
	}
	.dest-info-pics img {
		width: 48%;
		margin-bottom: 5px;
	}
}
.dest-title-h2 {
	position: relative;
	font-size: 35px;
	line-height: 45px;
}
.dest-title-h2:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #404040;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.dest-resort-select-wrap {
	display: flex;
	align-items: center;
}
.dest-resort-select {
	background-color: #E31962;
	color: #fff;
	border: none;
	outline: none;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	border-radius: 5px;
	margin-left: 10px;
}
.dest-resort-block {
	display: none;
	justify-content: space-between;
	opacity: 0;
}
.dest-resort-block.visible {
	display: flex;
	animation: visible 1s linear forwards;
}
@keyframes visible {
	to { opacity: 1; }
}
.dest-resort-pic {
	width: 45%;
	padding: 25px 40px 0 0;
}
.dest-resort-pic img {
	width: 100%;
	object-fit: cover;
	min-height: 450px;
	border-radius: 10px;
}
.dest-resort-text {
	width: 55%;
}
.dest-title-h3 {
	font-size: 30px;
	line-height: 35px;
	margin: 20px 0;
}
.dest-hotels-wrap {
	display: flex;
	justify-content: space-between;
}
.dest-hotels-text {
	width: 55%;
	padding-right: 20px;
}
.dest-hotels-pic {
	width: 45%;
}
.dest-hotels-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.dest-detail {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #1D2D3A;
	text-decoration: none;
	margin-top: 30px;
}
.dest-detail:hover {
	text-decoration: underline;
}
.dest-detail img {
	margin-left: 10px;
}
.dest-detail:hover img {
	opacity: .6;
}
@media (max-width: 1199px) {
	.dest-resort-pic {
		width: 35%;
		padding: 25px 30px 0 0;
	}
	.dest-resort-text {
		width: 65%;
	}
}
@media (max-width: 1000px) {
	.dest-resort-block,
	.dest-hotels-text {
		font-size: 14px;
		line-height: 18px;
	}
	.dest-title-h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 20px 0;
	}
}
@media (max-width: 800px) {
	.dest-resort-block,
	.dest-hotels-wrap {
		flex-wrap: wrap;
	}
	.dest-resort-pic,
	.dest-resort-text,
	.dest-hotels-pic,
	.dest-hotels-text {
		width: 100%;
	}
	.dest-hotels-text {
		padding: 0;
	}
	.dest-resort-pic {
		padding: 20px 0 0;
	}
	.dest-resort-pic img {
		min-height: auto;
	}
	.dest-resort .dest-title-h3 {
		margin-top: 0;
	}
	.dest-hotels .dest-title-h2 {
		margin-bottom: 10px;
	}
}
@media (max-width: 600px) {
	.dest-title-h2 {
		font-size: 25px;
		line-height: 35px;
	}
}
.dest-beach {
	padding-bottom: 80px;
}
.dest-beach-slider {
	margin: 0 -10px;
}
.dest-beach-slide {
	padding: 0 10px;
}
.dest-beach-slide h4 {
	font-size: 20px;
	line-height: 26px;
	margin: 15px 0;
}
.dest-beach-slide img {
	width: 100%;
}
.dest-ex {
	padding-bottom: 170px;
}
.dest-ex-slider {
	margin: 0 -20px;
}
.dest-ex-slide-item {
	display: flex;
	padding: 15px 20px;
}
.dest-ex-slide-text,
.dest-ex-slide-pic {
	width: 50%;
}
.dest-ex-slide-text {
	padding-right: 15px;
}
.dest-ex-slide-text h4 {
	font-size: 20px;
	line-height: 26px;
	margin: 5px 0 15px;
}
.dest-ex-slide-pic img {
	width: 100%;
	border-radius: 10px;
}
.dest-ex-slider .slick-prev,
.dest-beach-slider .slick-prev {
	width: 42px;
	height: 42px;
	left: 15px;
	top: auto;
	bottom: -50px;
	transform: rotate(180deg);
}
.dest-beach-slider .slick-prev {
	left: 10px;
}
.dest-ex-slider .slick-next,
.dest-beach-slider .slick-next {
	width: 42px;
	height: 42px;
	right: 15px;
	top: auto;
	bottom: -70px;
}
.dest-beach-slider .slick-next {
	right: 10px;
}
.dest-ex-slider .slick-prev:hover:before,
.dest-ex-slider .slick-next:hover:before,
.dest-beach-slider .slick-prev:hover:before,
.dest-beach-slider .slick-next:hover:before {
	opacity: .6;
}
.dest-ex-slider .slick-next:before,
.dest-ex-slider .slick-prev:before,
.dest-beach-slider .slick-next:before,
.dest-beach-slider .slick-prev:before {
	content: url('../img/pink-arr-right.svg');
	opacity: 1;
}
@media (max-width: 1000px) {
	.dest-ex-slide-text,
	.dest-beach-slide p {
		font-size: 14px;
		line-height: 18px;
	}
	.dest-ex-slide-text h4 {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	.dest-beach-slide h4 {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 800px) {
	.dest-ex-slider {
		margin: 0 -15px;
	}
	.dest-ex-slide-item {
		flex-direction: column;
		padding: 15px;
	}
	.dest-ex-slide-text,
	.dest-ex-slide-pic {
		width: 100%;
	}
	.dest-ex-slide-text {
		padding: 0 0 10px;
	}
}
@media (max-width: 600px) {
	.dest-ex {
		padding-bottom: 120px;
	}
}

/* service */
.page-services {
	padding-bottom: 100px;
}
.serv-hotels,
.serv-transport,
.serv-ex,
.serv-dosug,
.serv-mice,
.serv-kons {
	padding-top: 30px;
}
.serv-nav {
	background-color: #E31962;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.serv-nav.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.serv-nav a {
	text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    display: block;
    padding: 12px 10px;
    margin: 2px 5px;
    cursor: pointer;
    user-select: none;
    transition: .2s;
}
.serv-nav a:hover,
.serv-nav a.active {
	background-color: #fff;
	color: #E31962;
}
.serv-ul {
    list-style: none;
    padding: 0;
}
.serv-ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.serv-ul li:before {
	content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E31962;
    position: absolute;
    left: 8px;
    top: 8px;
}
.serv-hotels-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.serv-hotels-text {
	width: 40%;
}
.serv-hotels-text h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	margin-top: 0;
}
.serv-hotels-wrap img {
	width: 28%;
	align-self: flex-start;
}
.serv-hotels-country {
	display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}
.serv-hotels-country a {
	text-decoration: none;
	color: #404040;
	font-size: 20px;
	line-height: 27px;
	transition: .2s;
}
.serv-hotels-country a:hover {
	opacity: .6;
}
.serv-hotels-country img {
	max-width: 100%;
	border-radius: 5px;
}
@media (max-width: 1400px) {
	.serv-nav {
		justify-content: flex-start;
		overflow: auto;
	}
	.serv-nav a {
	    font-size: 16px;
	    line-height: 22px;
	    white-space: nowrap;
	}
}
@media (max-width: 1000px) {
	.serv-ul li:before {
	    top: 5px;
	}
}
@media (max-width: 900px) {
	.serv-hotels-wrap {
		flex-wrap: wrap;
	}
	.serv-hotels-text {
		width: 100%;
	}
	.serv-hotels-wrap img {
		width: 49%;
	}
	.serv-hotels-country {
	    grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 600px) {
	.page-services {
		padding-bottom: 50px;
	}
}
@media (max-width: 500px) {
	.serv-hotels-country {
		grid-gap: 10px;
	    grid-template-columns: repeat(2, 1fr);
	}
}
.serv-transport-plus {
	text-transform: uppercase;
	font-weight: bold;
}
.serv-transport-wrap,
.serv-ex-wrap,
.serv-dosug-wrap,
.serv-mice-abr-wrap,
.serv-mice-wrap,
.serv-kons-wrap {
	display: flex;
}
.serv-transport-text,
.serv-ex-text,
.serv-mice-text,
.serv-kons-text {
	width: 50%;
	padding-right: 30px;
	margin-top: 0;
}
.serv-transport-pic {
	width: 50%;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 160px);
}
.serv-ex-pic {
	width: 50%;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}
.serv-transport-pic img,
.serv-ex-pic img,
.serv-dosug-pic img,
.serv-mice-pic img,
.serv-kons-pic img {
	width: 100%;
	border-radius: 10px;
}
@media (min-width: 801px) {
	.serv-transport-pic img,
	.serv-ex-pic img,
	.serv-dosug-pic img,
	.serv-mice-pic img,
	.serv-kons-pic img {
		height: 100%;
		object-fit: cover;
	}
}
.serv-transport-trigy {
	overflow: hidden;
}
.serv-transport-trigy img {
	float: left;
	margin: 10px 25px 0 0;
	border-radius: 10px;
}
.serv-dosug-text {
	width: 60%;
	padding-right: 30px;
	margin-top: 0;
}
.serv-dosug-pic {
	width: 40%;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(2, 1fr);
	/*grid-template-rows: repeat(3, 1fr);*/
}
.serv-mice-abr-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 22px;
	line-height: 28px;
	width: 40%;
	padding: 0 30px 10px 0;
}
.serv-mice-abr-text strong {
	color: #E31962;
	font-size: 25px;
	line-height: 30px;
}
.serv-mice-abr-pic {
	width: 60%;
}
.serv-mice-abr-pic img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.serv-mice-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.serv-mice-pic,
.serv-kons-pic {
	width: 50%;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(2, 1fr);
	/*grid-template-rows: repeat(2, 1fr);*/
}
@media (max-width: 1000px) {
	.page-services {
		font-size: 14px;
		line-height: 18px;
	}
	.serv-transport-pic {
		grid-template-rows: repeat(2, auto);
	}
	.serv-transport-trigy img {
		margin: 15px 15px 0 0;
	}
	.serv-mice-abr-text {
		font-size: 16px;
		line-height: 22px;
	}
	.serv-mice-abr-text strong {
		color: #E31962;
		font-size: 20px;
		line-height: 28px;
	}
}
@media (max-width: 800px) {
	.serv-transport-wrap,
	.serv-ex-wrap,
	.serv-dosug-wrap,
	.serv-mice-abr-wrap,
	.serv-mice-wrap,
	.serv-kons-wrap {
		flex-wrap: wrap;
	}
	.serv-transport-text,
	.serv-transport-pic,
	.serv-ex-text,
	.serv-ex-pic,
	.serv-dosug-text,
	.serv-dosug-pic,
	.serv-mice-abr-text,
	.serv-mice-abr-pic,
	.serv-mice-text,
	.serv-mice-pic,
	.serv-kons-text,
	.serv-kons-pic {
		width: 100%;
	}
	.serv-ex-pic {
		/*grid-template-rows: repeat(2, auto);*/
	}
	.serv-transport-text,
	.serv-ex-text,
	.serv-dosug-text,
	.serv-mice-abr-text,
	.serv-mice-text,
	.serv-kons-text {
		padding-right: 0;
	}
	.serv-transport-trigy img {
		width: 49%;
	}
}
@media (max-width: 400px) {
	.serv-transport-pic,
	.serv-ex-pic,
	.serv-dosug-pic,
	.serv-mice-pic,
	.serv-kons-pic {
		grid-gap: 10px;
	}
	.serv-transport-pic img,
	.serv-ex-pic img,
	.serv-dosug-pic img,
	.serv-mice-abr-pic img,
	.serv-mice-pic img,
	.serv-kons-pic img {
		border-radius: 5px;
	}
	.serv-transport-trigy img {
		float: none;
		width: 100%;
		margin: 10px 0 0;
		border-radius: 5px;
	}
}

/* career & tech */
.page-career,
.page-tech {
	padding: 30px 15px;
}
.page-tech a {
	color: #E31962;
}
.lamfix-career {
	background-color: #F9F9F9;
	padding: 20px 0 100px;
	font-size: 25px;
	line-height: 32px;
}
.lamfix-tech {
	background-color: #F9F9F9;
	padding: 20px 0 100px;
}
.lamfix-career-wrap,
.lamfix-tech-wrap {
	display: flex;
}
.lamfix-career-text {
	margin-top: 10px;
	width: 40%;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.lamfix-career-text li:before {
	top: 14px;
}
.lamfix-career-pic {
	width: 50%;
	flex-shrink: 0;
	padding-left: 10px;
}
.lamfix-career-pic img,
.lamfix-tech-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.lamfix-tech-text {
	width: 55%;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.lamfix-tech-pic {
	width: 45%;
	padding-top: 15px;
}
@media (max-width: 1000px) {
	.page-career,
	.page-tech,
	.lamfix-tech {
		font-size: 14px;
		line-height: 18px;
	}
	.lamfix-career {
		font-size: 18px;
		line-height: 24px;
	}
	.lamfix-career-text li:before {
		top: 8px;
	}
}
@media (max-width: 700px) {
	.page-career,
	.page-tech {
		padding-bottom: 15px;
	}
	.lamfix-career {
		padding: 10px 0 70px;
	}
	.lamfix-tech {
		padding: 10px 0 80px;
	}
	.lamfix-career-wrap,
	.lamfix-tech-wrap {
		flex-wrap: wrap;
	}
	.lamfix-career-text,
	.lamfix-career-pic,
	.lamfix-tech-text,
	.lamfix-tech-pic {
		width: 100%;
	}
	.lamfix-career-text {
		padding-right: 0;
		margin-top: 0;
	}
	.lamfix-tech-text,
	.lamfix-tech-pic,
	.lamfix-career-pic {
		padding: 0;
	}
}
@media (max-width: 400px) {
	.lamfix-career-pic img,
	.lamfix-tech-pic img {
		border-radius: 5px;
	}
}

/* about */
.about-coutries [type="radio"] {
	display: none;
}
.about-coutries-nav {
	background-color: #E31962;
}
.about-coutries-nav .container {
	display: flex;
    align-items: center;
}
.about-coutries-select {
    background-color: #E31962;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    border: none;
    outline: none;
    padding: 14px 5px;
    margin: 0 30px 0 -5px;
}
.about-coutries-labels-wrap {
	display: none;
    gap: 5px;
}
.about-coutries-labels-wrap.active {
	display: flex;
}
.about-coutries-nav label {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    display: block;
    padding: 12px 20px;
    margin: 2px 10px;
    cursor: pointer;
    user-select: none;
    transition: .2s;
    white-space: nowrap;
}
.about-coutries-nav label:hover,
#tunisia-hotels:checked ~ .about-coutries-nav [for="tunisia-hotels"],
#tunisia-transfer:checked ~ .about-coutries-nav [for="tunisia-transfer"],
#tunisia-ex:checked ~ .about-coutries-nav [for="tunisia-ex"],
#tunisia-guide:checked ~ .about-coutries-nav [for="tunisia-guide"],
#tunisia-auto:checked ~ .about-coutries-nav [for="tunisia-auto"],
#tanzania-hotels:checked ~ .about-coutries-nav [for="tanzania-hotels"],
#tanzania-transfer:checked ~ .about-coutries-nav [for="tanzania-transfer"],
#tanzania-ex:checked ~ .about-coutries-nav [for="tanzania-ex"],
#tanzania-guide:checked ~ .about-coutries-nav [for="tanzania-guide"],
#tanzania-auto:checked ~ .about-coutries-nav [for="tanzania-auto"],
#uae-hotels:checked ~ .about-coutries-nav [for="uae-hotels"],
#uae-transfer:checked ~ .about-coutries-nav [for="uae-transfer"],
#uae-ex:checked ~ .about-coutries-nav [for="uae-ex"],
#uae-guide:checked ~ .about-coutries-nav [for="uae-guide"],
#uae-auto:checked ~ .about-coutries-nav [for="uae-auto"],
#egypt-hotels:checked ~ .about-coutries-nav [for="egypt-hotels"],
#egypt-transfer:checked ~ .about-coutries-nav [for="egypt-transfer"],
#egypt-ex:checked ~ .about-coutries-nav [for="egypt-ex"],
#egypt-guide:checked ~ .about-coutries-nav [for="egypt-guide"],
#egypt-auto:checked ~ .about-coutries-nav [for="egypt-auto"],
#oman-hotels:checked ~ .about-coutries-nav [for="oman-hotels"],
#oman-transfer:checked ~ .about-coutries-nav [for="oman-transfer"],
#oman-ex:checked ~ .about-coutries-nav [for="oman-ex"],
#oman-guide:checked ~ .about-coutries-nav [for="oman-guide"],
#oman-auto:checked ~ .about-coutries-nav [for="oman-auto"],
#turkey-hotels:checked ~ .about-coutries-nav [for="turkey-hotels"],
#turkey-transfer:checked ~ .about-coutries-nav [for="turkey-transfer"],
#turkey-ex:checked ~ .about-coutries-nav [for="turkey-ex"],
#turkey-guide:checked ~ .about-coutries-nav [for="turkey-guide"],
#turkey-auto:checked ~ .about-coutries-nav [for="turkey-auto"] {
	color: #404040;
    background-color: #fff;
}
.about-countries-content {
	position: relative;
}
.about-countries-item {
	padding: 30px 0;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.about-countries-pic {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
.about-countries-pic img {
	width: 22%;
	border-radius: 10px;
}
#tunisia-hotels:checked ~ .about-countries-content .tunisia-hotels,
#tunisia-transfer:checked ~ .about-countries-content .tunisia-transfer,
#tunisia-ex:checked ~ .about-countries-content .tunisia-ex,
#tunisia-guide:checked ~ .about-countries-content .tunisia-guide,
#tunisia-auto:checked ~ .about-countries-content .tunisia-auto,
#tanzania-hotels:checked ~ .about-countries-content .tanzania-hotels,
#tanzania-transfer:checked ~ .about-countries-content .tanzania-transfer,
#tanzania-ex:checked ~ .about-countries-content .tanzania-ex,
#tanzania-guide:checked ~ .about-countries-content .tanzania-guide,
#tanzania-auto:checked ~ .about-countries-content .tanzania-auto,
#uae-hotels:checked ~ .about-countries-content .uae-hotels,
#uae-transfer:checked ~ .about-countries-content .uae-transfer,
#uae-ex:checked ~ .about-countries-content .uae-ex,
#uae-guide:checked ~ .about-countries-content .uae-guide,
#uae-auto:checked ~ .about-countries-content .uae-auto,
#egypt-hotels:checked ~ .about-countries-content .egypt-hotels,
#egypt-transfer:checked ~ .about-countries-content .egypt-transfer,
#egypt-ex:checked ~ .about-countries-content .egypt-ex,
#egypt-guide:checked ~ .about-countries-content .egypt-guide,
#egypt-auto:checked ~ .about-countries-content .egypt-auto,
#oman-hotels:checked ~ .about-countries-content .oman-hotels,
#oman-transfer:checked ~ .about-countries-content .oman-transfer,
#oman-ex:checked ~ .about-countries-content .oman-ex,
#oman-guide:checked ~ .about-countries-content .oman-guide,
#oman-auto:checked ~ .about-countries-content .oman-auto,
#turkey-hotels:checked ~ .about-countries-content .turkey-hotels,
#turkey-transfer:checked ~ .about-countries-content .turkey-transfer,
#turkey-ex:checked ~ .about-countries-content .turkey-ex,
#turkey-guide:checked ~ .about-countries-content .turkey-guide,
#turkey-auto:checked ~ .about-countries-content .turkey-auto {
	position: static;
	animation: opacity 1s linear forwards;
}
@keyframes opacity {
	to { opacity: 1; }
}
.about-gallary {
	border: 1px solid #D8D8D8;
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.about-gallary-pic {
	width: 300px;
	flex-shrink: 0;
	margin: 0 50px;
	position: relative;
}
.about-gallary-pic img {
	max-width: 100%;
}
.about-gallary-item {
	position: absolute;
	left: 0;
	top: 0;
	animation: gallery 16s linear infinite;
}
.about-gallary-item:nth-child(1) {
	animation-delay: 16s;
}
.about-gallary-item:nth-child(2) {
	animation-delay: 14s;
}
.about-gallary-item:nth-child(3) {
	animation-delay: 12s;
}
.about-gallary-item:nth-child(4) {
	animation-delay: 10s;
}
.about-gallary-item:nth-child(5) {
	animation-delay: 8s;
}
.about-gallary-item:nth-child(6) {
	animation-delay: 6s;
}
.about-gallary-item:nth-child(7) {
	animation-delay: 4s;
}
.about-gallary-item:nth-child(8) {
	animation-delay: 2s;
}
.about-gallary-cover {
	position: relative;
}
@keyframes gallery {
	0% { opacity: 1; }
	5% { opacity: 0; }
	85% { opacity: 0; }
	90% { opacity: 1; }
	100% { opacity: 1; }
}
.about-gallary-text {
	padding: 10px 30px 0 0;
}
.about-uslugi,
.about-dost {
	padding: 50px 0;
}
.about-uslugi-wrap {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(5, 1fr);
}
.about-uslugi-item {
	transition: .2s;
}
.about-uslugi-item:hover {
	opacity: .6;
}
.about-uslugi-item img {
	width: 100%;
	border-radius: 5px;
}
.about-uslugi-item span {
	text-transform: uppercase;
}
.about-achtung {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.about-achtung-text {
	width: 55%;
	border: 1px solid #E31962;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px 35px;
}
.about-achtung-text ul {
	margin-top: 0;
}
.about-achtung-pic {
	width: 40%;
}
.about-achtung-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.about-dost-item {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}
.about-dost-pic,
.about-dost-text {
	width: 49%;
}
.about-dost-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.about-dost-text h3 {
	color: #E31962;
	font-size: 25px;
	line-height: 35px;
	margin-top: 10px;
}
.about-form {
	background-color: #f9f9f9;
	padding: 100px 0;
}
@media (max-width: 1199px) {
	.about-coutries-select {
	    margin: 0 20px 0 -5px;
	}
	.about-coutries-nav label {
	    padding: 12px 15px;
	    margin: 2px 5px;
	}
	.about-achtung-pic {
		width: 43%;
	}
}
@media (max-width: 1000px) {
	.about-countries-content {
		font-size: 14px;
		line-height: 18px;
	}
	.about-coutries-select,
	.about-coutries-nav label {
	    font-size: 16px;
	    line-height: 22px;
	}
	.about-coutries-nav label {
	    padding: 12px 10px;
	}
	.about-uslugi-wrap {
		grid-gap: 15px;
	}
	.about-uslugi-item,
	.about-achtung-text,
	.about-dost-item,
	.about-gallary-text {
		font-size: 14px;
		line-height: 18px;
	}
	.about-dost-text h3 {
		font-size: 20px;
		line-height: 26px;
	}
}
@media (max-width: 800px) {
	.about-coutries-nav .container {
		flex-wrap: wrap;
	}
	.about-coutries-select {
		padding: 10px 5px;
	}
	.about-coutries-labels-wrap {
		width: 100%;
		flex-wrap: wrap;
	}
	.about-coutries-nav label {
		padding: 6px 8px;
	}
	.about-uslugi-wrap {
		grid-template-columns: repeat(6, 1fr);
	}
	.about-ex {
		grid-column: 1 / 3;
	}
	.about-transport {
		grid-column: 3 / 5;
	}
	.about-hotels {
		grid-column: 5 / 7;
	}
	.about-dosug {
		grid-column: 2 / 4;
	}
	.about-mice {
		grid-column: 4 / 6;
	}
	.about-gallary-pic {
		margin: 0 15px 0 0;
	}
}
@media (max-width: 700px) {
	.about-achtung {
		flex-wrap: wrap;
	}
	.about-achtung-text {
		width: 100%;
		padding: 10px 25px;
		margin-bottom: 20px;
	}
	.about-achtung-pic {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.about-uslugi,
	.about-dost,
	.about-achtung {
		padding: 30px 0;
	}
	.about-countries-item {
		padding: 15px 0 0;
	}
	.about-dost-item {
		flex-wrap: wrap;
		margin-bottom: 30px;
		gap: 0;
	}
	.about-dost-pic,
	.about-dost-text {
		width: 100%;
	}
	.about-dost-item:nth-child(odd) .about-dost-text {
		order: 1;
	}
	.about-dost-item:nth-child(odd) .about-dost-pic {
		order: 2;
	}
	.about-dost-text h3 {
		margin: 10px 0 0;
	}
	.about-form {
		padding: 50px 0;
	}
	.about-countries-pic {
		flex-wrap: wrap;
	}
	.about-countries-pic img {
		width: 48%;
		margin-bottom: 10px;
	}
	.about-gallary {
		flex-wrap: wrap;
	}
	.about-gallary-pic {
		margin: 0 auto;
	}
	.about-gallary-text {
		padding: 20px 15px 0;
	}
	.about-gallary-text img {
		display: block;
		margin: 0 auto;
	}
}
@media (max-width: 500px) {
	.about-ex,
	.about-hotels {
		grid-column: 1 / 4;
	}
	.about-transport,
	.about-dosug {
		grid-column: 4 / 7;
	}
	.about-mice {
		grid-column: 2 / 6;
		margin: 0 13%;
	}
}
@media (max-width: 400px) {
	.about-achtung-text,
	.about-achtung-pic img,
	.about-dost-pic img {
		border-radius: 5px;
	}
	.about-gallary-pic {
		width: 270px;
		overflow: hidden;
	}
}