*Обнуление*/ * {
   padding: 0;
   margin: 0;
   border: 0;
}

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

:focus,
:active {
   outline: none;
}

a:focus,
a:active {
   outline: none;
}

nav,
footer,
header,
aside {
   display: block;
}

html,
body {
   height: 100%;
   width: 100%;
   font-size: 100%;
   line-height: 1;
	margin: 0;
   font-size: 14px;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
	
	
}
/*    font-family: 'Lexend Zetta', sans-serif;
*/

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
   cursor: pointer;
}

button::-moz-focus-inner {
   padding: 0;
   border: 0;
}

a,
a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
}

ul li {
   list-style: none;
}

img {
   vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-size: inherit;
   font-weight: inherit;
}
/****************************************************************/
.wrapper{
	max-width:1440px ;
	margin: 0 auto;
	overflow: hidden;
}
.container {
	max-width: 1200px;      
   margin: 0 auto;
	padding: 0px 15px
}

.none{
	display: none;
}
.nav__toggle {
	display: none;
	background: transparent;
	border: none;
}
main{
	margin: 480px 0px 0px 0px;
	height: 820px;
}
.title {
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 114%;
	letter-spacing: -12px;
	color: #333333;
}
.subtitle{
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}
/*****************************************header******************************/
.header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	background-color: #6347F9;
	max-width: 1440px;
	margin: 0 auto;
	max-height: 820px;
	
}
.header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: 2;
}
.header__body {
	position: relative;
	
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.header__logo {
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -8px;


	flex: 0 0 95px;
	position: relative;
	z-index: 3;
}
.header__burger {
	display: none;
}

.header__list {
	display: flex;
	position: relative;
	z-index: 2;
	align-items: center;

}
.header__list li {
	list-style: none;
	margin: 0px 0px 0px 55px;
}
.header__link {
	color: #fff;
	
	font-size: 18px;
	text-decoration: none;


	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
	text-align: right;
	color: #FFFFFF;
}
.header__link-button {
	font-family: 'Lexend Zetta', sans-serif;
	
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	letter-spacing: -3px;
	text-transform: uppercase;

	padding: 14px 21px;
	color: #FFFFFF;
	background-color: #6347F9;
	margin: 0px 0px 0px 60px;
	border: 1px solid #F5F5F5;;
}
.header__title {
	margin: 113px 0px 0px 0px;
}
.header__tile-subtitle {
	
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFFFFF;

}
.header__tile-main {
	font-family: 'Lexend Zetta', sans-serif;
	font-weight: 400;
	font-size: 72px;
	line-height: 111%;
	text-align: center;
	letter-spacing: -14px;

	color: #FFFFFF;
	padding: 0px 0px 15px 0px;
}

@media (max-width: 767.98px){
	
	body.lock{
		overflow: hidden;
	}
	.header__list {
		display: block;
	
	}
	.header__logo {
		flex: 0 0 40px;
	}
	.header__body {
		height: 50px;
	}
	.header__burger {
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
		right: 0px;
		
		z-index: 3;
	}
	.header__burger span{
		background-color: #fff;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 0;
		top: 9px;
		transition: all 0.3s ease 0s;
	}
	.header__burger::before,
	.header__burger::after {
		content: "";
		background-color: #fff;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 0;
		transition: all 0.3s ease 0s;
	}
	.header__burger:before{
		top: 0;
	}
	.header__burger:after{
		bottom: 0;
	}
	.header__burger.active:before{
		transform: rotate(45deg);
		top: 9px;
	}
	.header__burger.active:after{
		transform: rotate(-45deg);
		bottom: 9px;
	}
	.header__burger.active span {
		transform: scale(0);
	}
	.header__menu{
		position: fixed;
		top: -100%;
		left: 0;
		overflow: auto;
		width: 100%;
		height: 100%;
		background-color: #6580d3;
		padding: 70px 10px 20px 10px;
		z-index: 1;
	}
	.header__menu.active{
		top: 0px;
	}
	.header__list{
		display: block;
	}
	.header__list li{
		margin: 0px 0px 30px 0px;
	}
	.header__link-button {

		padding: 14px 21px;
		
		background-color: #6347F9;
		margin: 45px 0px 0px 0px;
		border: 1px solid #F5F5F5;;
	}
	.header__tile-main {
		letter-spacing: -10px;
		font-size: 40px;
		
		padding: 0px 0px 15px 0px;
	}
}
/*******************slider********************************/
.slider__item-title{
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 200%;
	color: #333333;
}
.slider__item-sub-title{
	font-size: 14px;
	line-height: 171%;
	color: rgba(51, 51, 51, 0.496405);
}
.slider {
	position: relative;
	height: 610px;
	transform: translateY(22%);
	max-width: 100%;
	overflow: hidden;
}

.slider__item {
	display: block;
	margin: 27px 0px 0px 0px;
	width: 270px;
	height: 350px;
	object-fit: cover;
	
	transition: 0.2s ease-in;
}

.slider .center .slider__item {
	padding: 0px 30px 0px 0px;
	width: 270px;
	height: 650px;
	overflow: hidden;

}
.slider__btn {
	position: absolute;
	top: 85%;
	/*transform: translateY(-50%);*/
	z-index: 9;
	width: 68px;
	height: 68px;
	background: linear-gradient(129.54deg, #FF7B4E 15.57%, #FF584E 95.03%), #8B8B8B;
	border-radius: 34px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider__btn--prev {
	left: 0px;
	padding-left: 26px;
	justify-content: flex-start;
}
.slider__btn--next {
	right: 0px;
	padding-right: 26px;
	justify-content: flex-end;
}
.owl-carousel{
	display: flex;
	gap: 30px;
	z-index: 9;

}

@media (max-width: 1320px){
	.slider {
		height: 510px;
	}
	.slider__item {
		width: 220px;
		height: 350px;
	}
	.slider .center .slider__item {
		padding: 0px 20px 0px 0px;
			width: 220px;
			height: 510px;
		}
}
@media (max-width: 991.98px){
	element.style {
		width: 299px;
		margin-right: 20px;
		align-items: center;
		
		margin-left: 40px;
	}
	.slider {
		height: 453px;
	}
	.slider__item {
		width: 185px;
	
	}
	.slider .center .slider__item {
		padding: 0px 20px 0px 0px;
		width: 220px;
		height: 510px;
	}
	.slider .center .slider__item {
		padding: 0px 20px 0px 0px;
		width: 220px;
		height: 400px;
	}
}
@media (max-width: 479.98px){
	.slider .center .slider__item {
		padding: 0px 20px 0px 80px;
				
		}
	.header {
			
		max-height: 620px;
				
	}
	.slider__btn {
			
		top: 54%;
		
	}
	.slider__item {
		width: 185px;
	margin: 0 auto;
	}
	.slider .center .slider__item {
		padding: 0px 20px 0px 0px;
		width: 220px;
		height: 400px;
	}
	
}

/**********************************************About*******************/
.page__about {
	margin: 0px 0px 0px 20px;
	max-height: 820px;
}
.about__container{
	display: flex;
	justify-content: space-between;
	height: 700px;
	
}

.about__body {
	margin: 50px 0px 0px 0px;
	flex: 0 0 46%;
	padding:0px 20px 0px 0px;
}
.about__body-subtitle {
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: rgba(51, 51, 51, 0.49833);
}
.about__body-title {
	margin: 30px 0px 0px 0px;

}

.about__body-title-text {
	margin: 30px 0px 0px 0px;

	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #333333;
}
.about__body-item {
margin: 47px 0px 0px 100px;

	font-size: 24px;
	line-height: 133%;
	color: #333333;
}
.about__body-items {
	position: relative;
	margin: 0px 0px 0px 100px;

	font-size: 16px;
	line-height: 200%;
	color: rgba(51, 51, 51, 0.496405);
}
.about__body-items::after {
	
	content:"";
   position: absolute;
	width: 42px;
	height: 34px;
	left: -95px;
    bottom: 55px;
	background: url(../img/main/about/Combined\ Shape.png) 0 0 no-repeat;

}
.about__body-button {
	background-color: #F07C52;
	margin: 32px 0px 0px 0px;
	padding: 14px 28px 14px 28px;
	border: none;
}
.about__body-button a {
	color: #FFFFFF;
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	letter-spacing: -3px;
	text-transform: uppercase;
}
@media (max-width: 991.98px){}
@media (max-width: 767.98px){}
@media (max-width: 479.98px){}























/*******************************about__content*******************/
.about__content {
	margin: 90px 0px 0px 0px;
	transform: translateX(-30%);
	background-color: #FE7354;
	height: 400px;
	width: 250px;
	z-index: 2;
}
.about__content-text {
	padding: 40px 20px 0px 32px;

	font-size: 20px;
	line-height: 160%;
	color: #FFFFFF;

}
.about__content-subtext {


	color: rgba(255, 255, 255, 0.502972);
	padding: 0px 0px 0px 32px;
}

/*******************************about__image****************************************/
.about__image {
	max-width: 100%;
	background: url(../img/main/about/Bitmap02.jpg) 0 0 no-repeat;

	flex: 0 0 46%;
}
.about__image {
	max-width: 100%;

}


/******************************************************EXCLUSIVE*********************************/
.page__exclusive {
	background-color: rgba(254, 114, 84, 0.08);
	margin: 80px 0px 0px 0px;
}
.exclusive__container {
}
.exclusive__subtitle {
	padding: 75px 0px 0px 0px;

	font-size: 16px;
	line-height: 200%;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;

	color: rgba(0, 0, 0, 0.500821);
}
.exclusive__title {
	margin: 34px 0px 0px 0px;
	text-align: center;
}



.exclusive__body {
	margin: 67px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.exclusive__content-content {
	flex: 1 1 33.3333%;
}
.exclusive__content-image {
	
	height: 400px;
}
.exclusive__content-cost {
	width: 144px;
	height: 144px;
	background-color: #F07C52;
	border-radius: 50%;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -2px;

	color: #FFFFFF;
	bottom: -233px;
	left: 31px;
	padding: 45px 0px 0px 0px;
	text-align: center;
	position: relative;
	
}

.exclusive__content-title {
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -8px;
	color: #000000;
	padding: 0px 0px 0px 8px;
}
.exclusive__content-subtitle {
	font-size: 16px;
	line-height: 200%;
	color: rgba(0, 0, 0, 0.502972);

	padding: 0px 0px 80px 19px;
}
.rome {
	background-image: url(../img/main/exclusive/rome.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.newyork {
	background-image: url(../img/main/exclusive/New-York.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.paris {
	background-image: url(../img/main/exclusive/Parise.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 767.98px){
	.page__exclusive {
	
		margin: 108px 0px 0px 0px;
	}
	
	.exclusive__subtitle {
		padding: 45px 0px 0px 0px;
	
		font-size: 14px;
		letter-spacing: 3px;
	}

	.exclusive__body {
		margin: 38px 0px 0px 0px;

	}
	
	.exclusive__content-image {
		
		height: 300px;
	}
	.exclusive__content-cost {
	
		font-size: 27px;
		letter-spacing: 0px;

		bottom: -186px;
		left: 11px;
		width: 100px;
		height: 100px;
		padding: 34px 0px 0px 0px;
	}
	
	.exclusive__content-title {
		font-size: 27px;
		letter-spacing: -8px;
		padding: 0px 0px 0px 0px;
	}
	.exclusive__content-subtitle {
		font-size: 14px;
		padding: 0px 0px 56px 6px;
	}
}
@media (max-width: 479.98px){
	.page__exclusive {
	
		margin: 60px 0px 0px 0px;
	}
	.exclusive__body {
		margin: 67px 0px 0px 0px;
		display: flex;
		flex-direction: column;
	}
	
}

/***********************************************adventure*************/
.page__adventure {
}
.adventure__container {
}

.adventure__subtitle {
	margin: 70px 0px 0px 0px;
	text-align: left;
	color: rgba(51, 51, 51, 0.49833);
}

.adventure__title {
	margin: 33px 0px 0px 0px;
	text-align: left;
}

.adventure__body {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.adventure__columns {
	margin: 16px 20px 0px 0px;
	;
}

.adventure__columns-content {
	background-color: #FFF2F2;
}

.adventure-content__title {
	padding: 24px 0px 0px 32px;
	font-size: 20px;
	line-height: 160%;
	color: #333333;
}
.adventure-content__data {
	padding: 7px 0px 0px 32px;
	font-size: 14px;
	line-height: 171%;
	color: rgba(51, 51, 51, 0.496405);
}
.adventure-content__cost {
	padding: 18px 0px 23px 32px;
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -8px;
	color: #333333;
}
.adventure__columns-image {
}
.adventure__button {
	display: block;
	margin: 78px auto;
	height: 50px;

}
.adventure__button a {
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	letter-spacing: -3px;
	text-transform: uppercase;

	color: #F07C52;
	margin: 14px 35px 14px 35px;
	
}

/******************************************************features******************/
.page__features {
	margin:200px 0px 0px 0px;
}
.features__container {
	display: flex;
	justify-content: space-between;
	
}
.features__image {
	position: relative;
	flex: 1 1 30%;
	
	background: url(../img/main/feature/Bitmap.jpg) center no-repeat;
	height: 592px;
}
.features__image span img {
	position: absolute;
	right: -115px;
	
	height: 438px;
	margin: 90px 0px 0px 0px;
}
.features__content {
	padding:0px 0px 0px 208px;
	flex: 1 1 40%;
}
.features__content-subtitle {
	text-align: left;
	
}
.subtitle {
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 3px;
	text-transform: uppercase;

color: rgba(51, 51, 51, 0.49833);
}
.features__content-title {

}

.features__content-text {
	font-size: 20px;
	line-height: 160%;
	color: #333333;

}
.features__content-list {
display: flex;
flex-wrap: wrap;
padding:0px 0px 0px 0px;

row-gap: 32px;
align-items: center;
}
.features__content-link {
	display: flex;
	align-items: center;
	flex: 1 1 50%;
	
}
.features__content-link a {
	padding-left: 16px;
	font-size: 24px;
	line-height: 133%;
	color: #333333;
}
.features__content-link-icon,
.features__content-link-icon-1,
.features__content-link-icon-2,
.features__content-link-icon-3 {
	
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgb(143, 138, 138);
	text-align: center;
}

.actives {
	display: none;
}
#actives{
	display: block;
}





.features__content-btn {
	background-color: #F07C52;
	margin: 57px 0px 0px 0px;
	padding: 14px 28px 14px 28px;
	border: none;
}
.features__content-btn a {
	color: #fff;
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	letter-spacing: -3px;
	text-transform: uppercase;
}


@media (max-width: 991.98px){
	.page__features {
		margin:150px 0px 0px 0px;
	}
	.features__content-link {
		display: flex;
		align-items: center;
		flex: 1 1 100%;
		
	}
	.features__image span img {
		position: absolute;
		right: -115px;
		
		height: 338px;
		margin: 90px 0px 0px 0px;
	}
	.features__content-text {
		font-size: 16px;
	
	
	}
	.features__content-link a {
		padding-left: 16px;
		font-size: 18px;
		line-height: 133%;
		color: #333333;
	}
	.features__content-btn {
	
		margin: 15px 0px 0px 0px;
	}
}
@media (max-width: 767.98px){
	.features__container {
		flex-direction: column;
	}
	.features__image {
		flex:none;
		max-width: 100%;
		height: 592px;
	}
	.features__image span img {
		position: absolute;
		right: 0px;
		
		height: 438px;
		margin: 90px 0px 0px 0px;
	}
	.features__content {
		padding:0px 0px 0px 0px;
		flex: 1 1 40%;
	}
	.features__content-link {
		display: flex;
		align-items: center;
		flex: 1 1 50%;
		
	}
	.features__content-link a {
		
		font-size: 14px;

	}
	.features__image span img {
	
		
		height: 338px;
		margin: 90px 0px 0px 0px;
	}
	.page__features {
		margin:100px 0px 0px 0px;
	}
}
/*********************************Testimonials**************************************************/
.page__testimonials {
	margin:200px 0px 0px 0px;
}
.testimonials__container {
	
}

.testimonials__subtitle {
	text-align: center;
}

.testimonials__title {
	text-align: center;
}
.testimonials__content {
	display: flex;
	justify-content: space-between;
	gap: 45px;
	height: 100%;
}
.testimonials__items {
	position: relative;
	background-color: #F5F6F8;
	padding: 58px 48px 36px 48px;
	margin: 0px 0px 0px 0px;
}
.testimonials__items::after {
	position: absolute;
	content: "";
	top: -16px;
	left: 48px;
	width: 15%;
	height: 12%;
	background-image: url(../img/main/Testimonials/icons/Shape0101.png);
	background-repeat: no-repeat;
	background-position: center ;
}
.testimonials__items::before {
	position: absolute;
	content: "";
	bottom: -32px;
	left: 0px;
	width: 0px;
	height: 0px;
	border-left:0px solid transparent ;
	border-right:32px solid transparent;
	border-top:32px solid  #F5F6F8;
	background: url(../img/main/Testimonials/icons/Rectangle3333.png) no-repeat;

}
.testimonials__items p {
	font-size: 16px;
	line-height: 200%;
	color: rgba(51, 51, 51, 0.496405);

}



@media (max-width: 991.98px){
	.testimonials__items p {
		font-size: 14px;
	}
	.testimonials__content {
		display: flex;
		justify-content: space-between;
		gap: 00px;
		height: 100%;
	}
}
@media (max-width: 767.98px){
	.page__testimonials {
		margin:100px 0px 0px 0px;
	}
	.testimonials__content {
		flex-wrap: wrap;
		justify-content:center;
	}
	.testimonials__items p {
		font-size: 10px;
	}
	.testimonials__items::after {

		top: -11px;
		left: 25px;
		background-image: url(../img/main/Testimonials/icons/Shape010124.png);
	}
	.testimonials__items {
	
		padding: 0px 15px 36px 15px;
		
	}

}
@media (max-width: 479.98px){
	.page__testimonials {
		margin:50px 0px 0px 0px;
	}
	.testimonials__items p {
		font-size: 8px;
	}
	.testimonials__items::after {
	
		background-image: url(../img/main/Testimonials/icons/Shape12.png);
		
	}

}









/***********************************swiper*************************************/
.testimonials__swiper {
}

.testimonials__wrapper {
}


.swiper-slide {
	display: flex;
	gap: 20px;
	
}
.swiper-slide:not(:last-child){
	margin:0px 0px 0px 25px;
}
.slide-swiper-testimonials__image {
	
}
.slide-swiper-testimonials__body {
}
.slide-swiper-testimonials__author {
}
.slide-swiper-testimonials__name {
	font-size: 20px;
	line-height: 160%;
	color: #333333;
}
.slide-swiper-testimonials__position {
	font-size: 14px;
	line-height: 171%;
	color: rgba(51, 51, 51, 0.496405);
	
}
.testimonials__pagination {
	display: flex;
	transition: translate(0px,-100%);
	justify-content: flex-end;

}
/**********************************************blog********************/
.page__blog {
	background-color: #11253A;
	max-width: 1440px;
	margin: 0 auto;
}

.blog__subtitle {
	color: rgba(255, 255, 255, 0.500821);
	padding: 74px 0px 0px 0px;
	text-align: left;
}

.blog__content-item {
	display: flex;
	justify-content: space-between;
}
.blog__title {
	color: #FFFFFF;
	text-align: left;
}

.blog__btn {
	background-color: #11253A;
	margin: 119px -19px 46px -19px;
	padding: 16px 28px 14px 28px;
	border: 1xp solid #fff;
}
.blog__btn a {
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	letter-spacing: -3px;
	text-transform: uppercase;
	color: #FFFFFF;

	padding: 14px 35px 14px 35px;
}
.blog__body {
	display: flex;
	justify-content: center;
	gap: 30px;
	
}
.blog__content{
	width: 49%;
	
}
.blog__content-nav {
	position: relative;
	background-color: #fff;
	margin: 0px;
	transform: translateY(11%);
}
.attractions::after{
	content: "";
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	background-image: url(../img/main/blog/icon/bitmap01.svg);
	background-repeat: no-repeat;
	background-position: center ;
	border-radius: 50%;
	right: 48px;
	top: 48px;
}
.monuments::after{
	content: "";
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	background-image: url(../img/main/blog/icon/Bitmap02.svg);
	background-repeat: no-repeat;
	background-position: center ;
	border-radius: 50%;
	right: 48px;
	top: 48px;

}
.blog__data {
	padding: 26px 0px 0px 48px;
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 3px;
	text-transform: uppercase;

	color: rgba(51, 51, 51, 0.49833);
}
.blog__text {
	margin: 0px 0px 0px 48px;
	font-size: 24px;
	line-height: 133%;
	color: #333333;
}
.blog__name {
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	line-height: 200%;
	color: rgba(51, 51, 51, 0.496405);
}
.blog__content-image {
	position: relative;
	overflow: hidden;
	height: 336px;
	
 
}
.blog__content-image img {
	width: 100%;
 	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
/*********************************/
.blog__form {
	margin: 100px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
}
.blog__form-title {
}
.title-form {
}
.title-form__title {
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -8px;

	color: #FFFFFF;
}
.title-form__text {

	margin: -36px 0px 0px 0px;
	font-size: 16px;
	line-height: 200%;
	color: rgba(255, 255, 255, 0.502972);
}
.blog__form-content {
	margin: 58px 0px 0px 0px;
}

.main-form__input {
	padding: 9px 80px 7px 16px;

	font-size: 16px;
	line-height: 200%;
	color: rgba(51, 51, 51, 0.496405);
}
.main-form__button {
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	letter-spacing: -3px;
	text-transform: uppercase;

	color: #FFFFFF;
	background-color: #52AA7F;

	padding: 14px 27px 14px 28px;
	margin: 0px 0px 0px 30px;
}

@media (max-width: 1092px){
	.blog__text {
		margin: 0px 0px 0px 48px;
		font-size: 20px;
	
	}
}

@media (max-width: 991.98px){
	.blog__form-content {
		margin: 25px 0px 0px 0px;
	}
	.main-form__input {
		padding: 9px 0px 9px 3px;
		font-size: 14px;
	
	}
	.main-form__button {
		font-size: 14px;
		letter-spacing: -3px;
		padding: 14px 15px 14px 16px;
		margin: 0px 0px 0px 14px;
	}
	.title-form__title {
		font-size: 27px;
		letter-spacing: -4px;
	}
	.title-form__text {
	
		margin: -36px 0px 0px 0px;
		font-size: 14px;
		
	}
	.blog__data {
		padding: 26px 0px 0px 48px;
		font-size: 14px;
		letter-spacing: 3px;
		
	}
	.blog__text {
		margin: 0px 0px 0px 48px;
		font-size: 16px;
		
	}
	.blog__name {
		font-size: 14px;
	
	}
	.blog__content-nav {
		background-color: #fff;
		margin: 0px;
		transform: translateY(12%);
	}
	.blog__text {
		margin: 0px 0px 0px 38px;
		font-size: 14px;
	
	}

}
@media (max-width: 767.98px){
	.blog__body {
		flex-wrap: wrap;
		
	}
	.blog__content{
		width: 80%;
	}
	.blog__form {
		margin: 50px 0px 0px 0px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.title-form__title {
		font-size: 27px;
		letter-spacing: -4px;
		text-align: center;
	}
	.attractions::after ,
	.monuments::after {
	
		right: 18px;
		top: 18px;
	}
	
}
@media (max-width: 479.98px){
	.attractions::after ,
	.monuments::after {
		width: 34px;
		height: 34px;
		right: 18px;
		top: 18px;
	}
	.blog__form-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 20px;
	}
	.blog__content-item {
		flex-wrap: wrap;
		justify-content: center;
		
	}
	.blog__content{
		width: 90%;
	}
	
	
}
/***************************************************************************************/
.page__contact {
	background-color: #11253A;
	padding: 198px 0px 0px 0px;
}
.contact__container {
	display: flex;
	justify-content: space-between;
}

.contact__map {
	margin: 0px 0px 160px 0px;
	height: 592px;
	position: relative;
	flex: 0 1 50%;
}
.contact__map img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;   
	
}
.contact__body {
	flex: 0 1 40%;
}
.contact__body-subtitle {
	color: rgba(255, 255, 255, 0.500821);
	text-align: left;
	
}

.contact__body-title {
	color: #FFFFFF;
	margin: 0px ;
}

.contact__body-text {
	font-size: 20px;
	line-height: 160%;
	color: #FFFFFF;
}
.contact__body-tell { 
	display: flex;
	align-items: center;
	margin: 40px 0px 0px 0px;
}
.tell-body__image{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #FFF;
}
.tell-body__image img {
	padding: 12px 13px ;

}
.tell-body a{
	margin: 0px 0px 0px 16px;
	font-size: 24px;
	line-height: 133%;
	color: #FFFFFF;
}
.contact__body-mail {
	margin: 17px 0px 0px 0px;
	display: flex;
	align-items: center;
}
.mail-body__image{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #FFF;
}
.mail-body__image img{
	padding: 12px 9px ;
}
.mail-body a{
	margin: 0px 0px 0px 16px;
	font-size: 16px;
	line-height: 200%;
	color: rgba(255, 255, 255, 0.502972);
}
.contact__body-btn {
	display: flex;
	margin: 54px 0px 0px 0px;
	background-color: #52AA7F;
}
.contact__body-btn a {
	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	letter-spacing: -3px;
	text-transform: uppercase;

	color: #FFFFFF;
	padding: 14px 24px 14px 24px;
}
@media (max-width: 767.98px){
	.contact__map {
		margin: 0px 0px 100px 0px;
		height: 510px;
	
	}
	.contact__body-text {
		font-size: 14px;
		padding: 0px 0px 0px 5px;
	}
	.tell-body a{
		
		font-size: 18px;
		
	}
	.tell-body__image{
		width: 40px;
		height: 40px;
	
	}
	.tell-body__image img {
		padding: 6px 9px ;
	
	}
	.mail-body__image{
		width: 40px;
		height: 40px;
	
	}
	.mail-body__image img{
		padding: 6px 4px ;
	}
}
@media (max-width: 479.98px){
	.page__contact {
		
		padding: 150px 0px 0px 0px;
	}
	.contact__container {
		flex-wrap:wrap ;
		justify-content: center;
	}
	.contact__map {
		margin: 0px 0px 52px 0px;
		height: 592px;
		position: relative;
		flex: 0 1 90%;
	}
	.contact__body {
		flex: 0 1 90%;
	}
	.contact__body-tell {
		justify-content: center;
		margin: 40px 0px 0px 0px;
  }
  .contact__body-mail {
	margin: 17px 0px 0px 0px;
	justify-content: center;
	}
	.contact__body-btn {
		
		margin: 54px 0px 0px 50px;
		
  }

}

/******************************************footer*************************************/
.footer {
	background-color: #0C1A29;
	padding: 57px 0px 0px 0px;
	margin:150px 0px 0px 0px;
}
.footer__content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer__container {

}

.footer__logo {
	

	font-family: 'Lexend Zetta', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -8px;
	color: #FFFFFF;
}
.footer__menu {
	
}
.menu-footer {
}
.menu-footer__link-top {
	
}
.menu-footer__link-top a {
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 3px;
	text-transform: uppercase;

	color: rgba(255, 255, 255, 0.500821);
}
.menu-footer__link {
	position: relative;
	font-size: 16px;
	line-height: 200%;
}
.menu-footer__link a {
	color: #FFFFFF;
}
.footer__service {
}
.service-footer {
}
.service-footer__link-top {
	
}
.service-footer__link-top a {
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 3px;
	text-transform: uppercase;

	color: rgba(255, 255, 255, 0.500821);
}
.service-footer__link {
	position: relative;
	font-size: 16px;
	line-height: 200%;
}
.service-footer__link a {
	color: #FFFFFF;
}
.footer__social {
	padding: 14px 50px 22px 0px;
}
.footer__social-text {
margin: 0px 0px 22px 0px;
}
.footer__social-text a {
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 3px;
	text-transform: uppercase;

	color: rgba(255, 255, 255, 0.500821);
}
.footer__social-image {
	position: relative;
	height: 48px;
	width: 160px;
	
}
.footer__social-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover; 
}
.service-footer__link:hover {
   color: #fce38a;
}
.service-footer__link:after{
   content:"";
   display: block;
   width: 80%;
   height: 3px;
   display: none;
   background-color: #fff;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1;
}
.service-footer__link:hover:after{
   display: block;
}
.menu-footer__link:hover {
   color: #fce38a;
}
.menu-footer__link:after{
   content:"";
   display: block;
   width: 80%;
   height: 3px;
   display: none;
   background-color: #fff;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1;
}
.menu-footer__link:hover:after{
   display: block;
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	padding: 100px 0px 38px 0px;
}
.footer__bottom-item {
	font-size: 16px;
	line-height: 200%;
	color: rgba(255, 255, 255, 0.502972);
}
.footer__bottom-item a {
	
	color: rgba(255, 255, 255, 0.502972);
}
.footer__bottom-items {
}
.items-bottom {
	flex: 1 1 40%;
}
.items-bottom__use {
	margin: 0px 84px 0px 0px;
	font-size: 16px;
	line-height: 200%;
	text-align: right;

	color: #FFFFFF;
}
.items-bottom__pollicy {
	font-size: 16px;
	line-height: 200%;
	text-align: left;

	color: #FFFFFF;
}
@media (max-width: 767.98px){
	.items-bottom__use {
		margin: 0px 22px 0px 10px;
		font-size: 12px;
	
	}
	.items-bottom__pollicy {
		font-size: 12px;
	}
	.footer__bottom-item {
		font-size: 12px;
	
	}
}
@media (max-width: 479.98px){
	.footer__content{
	flex-wrap:wrap ;
	justify-content: center;
	}
	.footer__logo {
		font-size: 27px;
		letter-spacing: -3px;
	}
	.footer__bottom {
		display: flex;
		justify-content: space-between;
		padding: 53px 0px 38px 0px;
	}
	.footer__bottom-item {
		font-size: 8px;

	}
	.items-bottom__use {
		margin: 0px 6px 0px 10px;
		font-size: 8px;
		
		
	}
	.items-bottom__pollicy {
		font-size: 8px;
		
		
	}
}

@media (max-width: 1320px){}
@media (max-width: 1092px){}
@media (max-width: 991.98px){}
@media (max-width: 767.98px){}
@media (max-width: 479.98px){}

@media (max-width: 991.98px){
	main{
		margin: 377px 0px 0px 0px;
		height: 820px;
	}
	.about__body {
		margin: 50px 0px 0px 0px;
		flex: 0 0 43%;
	}
	.about__body-subtitle {
		font-size: 14px;
		
	}
	.about__body-title {
		margin: 20px 0px 0px 0px;
	
	}
	.title {
		font-size: 43px;
		
	}
	.about__body-title-text {
		margin: 20px 0px 0px 0px;
		font-size: 14px;
	}
	.about__body-item {
		margin: 27px 0px 0px 92px;
		font-size: 20px;
	}
	.about__body-items {
		font-size: 14px;
		line-height: 140%;
	}
	.about__content {
		margin: 70px 0px 0px 0px;
		transform: translateX(-30%);
		background-color: #FE7354;
		height: 360px;
		width: 200px;
		z-index: 2;
  }
	
	.about__content-text {
		padding: 25px 15px 0px 20px;
		font-size: 16px;
		line-height: 160%;
		color: #FFFFFF;
	
	}
	.about__content-subtext {
	
	
		padding: 0px 0px 0px 22px;
	}
}
@media (max-width: 767.98px){
	main{
		margin: 300px 0px 0px 0px;
		height: 1196px;
	}
	.about__body {
		margin: 10px 0px 0px 0px;
		flex: 0 0 43%;
	}
	.about__body-subtitle {
		font-size: 10px;
		
	}
	.about__body-title {
		margin: 15px 0px 0px 0px;
	
	}
	.title {
		font-size: 27px;
		line-height: 114%;
		letter-spacing: -7px;
		
	}
	.about__body-title-text {
		margin: 10px 0px 0px 0px;
		font-size: 10px;
	}
	.about__body-item {
		margin: 10px 0px 0px 56px;
		font-size: 14px;
	}
	.about__body-items {
		font-size: 10px;
		line-height: 140%;
		margin: 0px 0px 0px 55px;
	}
	.about__body-items::after {
		width: 40px;
		height: 31px;
		left: -57px;
		bottom: 27px;
	}
	.about__body-button {
		margin: 10px 0px 0px 0px;
		
	}
	.about__content {
		margin: 36px 0px 0px 0px;
		height: 260px;
		width: 165px;
		
  	}
	
	.about__content-text {
		padding: 5px 13px 0px 15px;
		font-size: 14px;
		line-height: 160%;
	
	}
	.about__content-subtext {
		padding: 0px 0px 0px 15px;
	}
	
	.about__content-image img{
		object-fit: cover;
		width: 78%;
	}
	.about__container{
	
		height: 400px;
		
	}
	
	
}
@media (max-width: 479.98px){
	.about__container{
		display: flex;
		flex-direction: column;
	}
	.title {
		font-size: 20px;
		line-height: 114%;
		letter-spacing: -6px;
		text-align: center;
		
	}
	.about__body-title-text {
		margin: 10px 0px 0px 0px;
		font-size: 8px;
	}
	.about__body-item {
		margin: 10px 0px 0px 56px;
		font-size: 8px;
	}
	.about__body-items {
		font-size: 8px;
		line-height: 140%;
		margin: 0px 0px 0px 55px;
	}
	.about__body-items::after {
		width: 40px;
		height: 31px;
		left: -57px;
		bottom: 0px;
	}
	.about__body-button {
		margin: 18px 23%;

	}
	.about__content {
		margin: 45px auto ;
		transform: translateY(120%);
		
		background-color: #FE7354;
		height: 400px;
		width: 250px;
		z-index: 2;
	}
	
	.about__content-text {
		padding: 5px 13px 0px 15px;
		font-size: 14px;
		line-height: 160%;
	
	}
	.about__content-subtext {
		padding: 0px 0px 0px 15px;
	}
	
	.about__content-image img{
	
	}
	.about__image {
		max-width: 100%;
	}


}