@font-face {
	font-family: "Rodchenko W08 Bold";
	src: url("../fonts/290e46fd04ae08b7b50ce6b329e44f80.eot");
	src: url("../fonts/290e46fd04ae08b7b50ce6b329e44f80.eot?#iefix") format("embedded-opentype"), url("../fonts/290e46fd04ae08b7b50ce6b329e44f80.woff2") format("woff2"), url("../fonts/290e46fd04ae08b7b50ce6b329e44f80.woff") format("woff"), url("../fonts/290e46fd04ae08b7b50ce6b329e44f80.ttf") format("truetype"), url("../fonts/290e46fd04ae08b7b50ce6b329e44f80.svg#Rodchenko W08 Bold") format("svg");
}

@font-face {
	font-family: "Neue Haas Unica W1G";
	src: url('../fonts/neuehaasunicaw1g-regular.woff2') format('woff2'), url('../fonts/neuehaasunicaw1g-regular.woff') format('woff');
	font-weight: 400;
}

@font-face {
	font-family: "Neue Haas Unica W1G";
	src: url('../fonts/neuehaasunicaw1g-bold.woff2') format('woff2'), url('../fonts/neuehaasunicaw1g-bold.woff') format('woff');
	font-weight: 700;
}

@font-face {
	font-family: "Neue Haas Unica W1G";
	src: url('../fonts/neuehaasunicaw1g-light.woff2') format('woff2'), url('../fonts/neuehaasunicaw1g-light.woff') format('woff');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Neue Haas Unica W1G";
	src: url('../fonts/neuehaasunicaw1g-medium.woff2') format('woff2'), url('../fonts/neuehaasunicaw1g-medium.woff') format('woff');
	font-weight: 500;
}

@font-face {
	font-family: 'SFProDisplay-Medium';
	src: url('../fonts/FontsFree-Net-SFProDisplay-Medium.woff2') format('woff2'), url('../fonts/FontsFree-Net-SFProDisplay-Medium.woff') format('woff'), url('../fonts/FontsFree-Net-SFProDisplay-Medium.ttf') format('truetype');
}

@font-face {
	font-family: "SF Pro Text Light";
	src: url("../fonts/236987803794b916d95e7fd41ed4fee0.eot");
	src: url("../fonts/236987803794b916d95e7fd41ed4fee0.eot?#iefix") format("embedded-opentype"), url("../fonts/236987803794b916d95e7fd41ed4fee0.woff2") format("woff2"), url("../fonts/236987803794b916d95e7fd41ed4fee0.woff") format("woff"), url("../fonts/236987803794b916d95e7fd41ed4fee0.ttf") format("truetype"), url("../fonts/236987803794b916d95e7fd41ed4fee0.svg#SF Pro Text Light") format("svg");
}

a {
	color: #F4AC9B;
	text-decoration: none;
}

a:hover {
	color: #e49784;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

.btn_1 {
	padding: 17px 15px;
	min-width: 200px;
	font-size: 18px;
	border: none;
	outline: none;
	line-height: 1;
	margin-left: 0;
	display: inline-block;
	text-align: center;
	position: relative;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	background-color: #F4AC9B;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 46px;
	opacity: 1;
	color: #FFFFFF;
	font-family: 'SFProDisplay-Medium';
}

.btn_1:hover {
	line-height: 1;
	color: #ffffff;
	background-color: #e49784;
}

.btn_1:hover:after {
	background-color: #000080;
	background: url(../images/btn_arrow.png) no-repeat center center #000080;
}

.btn_2 {
	padding: 21px 20px;
	font-weight: 400;
	min-width: 150px;
	border: none;
	outline: none;
	line-height: 1;
	margin-left: 0;
	display: inline-block;
	text-align: center;
	color: #000080;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fc0;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.btn_2:hover {
	background-color: #000080;
	-webkit-box-shadow: 0 0 13px rgba(0, 51, 102, .32);
	-moz-box-shadow: 0 0 13px rgba(0, 51, 102, .32);
	box-shadow: 0 0 13px rgba(0, 51, 102, .32);
	color: #fff;
}

.sec {
	padding: 70px 0px;
	position: relative;
}

.main_header {
	background-color: #fff;
	position: relative;
	width: 100%;
	z-index: 250;
	font-weight: 400;
	padding: 0px 60px;
	box-shadow: 0px 3px 6px #00000029;
}

.main_header .row {
	align-items: center;
	height: 100px;
}

.main_header .logo {
	padding: 10px 0px;
	position: relative;
	z-index: 120;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.main_header .logo img {
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	width: 120px;
}

.main_header.sticky {
	background-color: #fff;
}

.main_header.sticky .logo {}

.main_header.sticky .logo img {}

.main_menu_wrap {
	text-align: right;
}

.sf-menu {
	line-height: 1;
	z-index: 200;
	margin: 0;
	list-style-type: none;
	clear: both;
	margin: 0;
	padding: 0;
	float: right;
}

.sf-menu>li {
	padding: 0;
	margin: 0;
	float: left;
	vertical-align: middle;
}

.sf-menu li {
	position: relative;
}

.sf-menu>li:last-child {
	padding-right: 0;
}

.sf-menu>li:first-child {
	background: none;
}

.sf-menu>li>a {
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 1;
	padding: 8px 5px;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	font-size: 17px;
	font-weight: 300;
	margin-left: 15px;
}

.sf-menu>li.current_page_item>a,
.sf-menu>li>a:hover,
.sf-menu>li.sfHover>a {
	outline: 0;
	text-decoration: none;
	color: #F4AC9B;
}

.sf-menu>li:last-child>a {}

.sf-menu>li.current_page_item>a {}

.sf-menu>li:last-child>a {}

.sf-menu>li:last-child>a:hover {}

.sf-menu ul {
	font-size: 13px;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9999;
	display: none;
	background: #fff;
	-moz-box-shadow: 0.209px 2.993px 13px 0px rgba(118, 130, 134, 0.26);
	-webkit-box-shadow: 0.209px 2.993px 13px 0px rgb(118 130 134 / 26%);
	box-shadow: 0.209px 2.993px 13px 0px rgb(118 130 134 / 26%);
}

.sf-menu ul li {
	background: none;
}

.sf-menu ul ul {
	left: 200px;
	top: 0px;
}

.sf-menu ul li {
	width: 201px;
}

.sf-menu ul li:first-child {
	border-top: 0 none;
}

.sf-menu ul li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}

.sf-menu ul a {
	color: #000080;
	display: block;
	margin: 0;
	padding: 15px 30px;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-weight: 500;
}

.sf-menu ul li {
	margin-bottom: 0;
	float: left;
}

.sf-menu ul li a:hover,
.sf-menu ul li.sfHover>a {
	color: #ffffff;
	text-decoration: none;
	background-color: #02028f;
}

.header_1_main {
	display: block;
}

.header_1_main {
	display: block;
}

.grid {
	letter-spacing: -.65em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: -20px;
}

.grid--no-gutter-xs {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.home_inner_wrap {
	height: 100vh;
}

[class^='grid__col--'],
[class*=' grid__col--'] {
	letter-spacing: 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
	outline: none;
}

@media only screen and (min-width: 1024px) {
	.grid__col--md-6 {
		-ms-flex-order: auto;
		order: auto;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

.intro_wrap {
	position: relative;
	height: 50%;
	min-width: 100%;
	transition: all 700ms;
	overflow: hidden;
}

@media only screen and (min-width: 1024px) {
	.intro_wrap {
		min-width: 40%;
		height: 100%;
		-ms-flex: 1;
		flex: 1;
	}
}

.grid--no-gutter-xs>[class^='grid__col--'],
.grid--no-gutter-xs>[class*=' grid__col--'] {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.intro_sec_wrap {
	height: 100%;
	color: inherit;
}

.intro_wrap.right {
	border-top: 3px solid #ffffff;
}

.intro_sec_wrap figure {
	height: 100%;
	position: relative;
	margin: 0px;
}

.intro_sec_wrap figure:after {
	content: "";
	background-color: rgb(0 0 0 / 46%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.intro_sec_wrap figure .intro_content_wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px;
	justify-content: center;
	z-index: 5;
}

.intro_sec_wrap figure .intro_content_wrap h1 {
	font-family: "Rodchenko W08 Bold";
	margin: 0px;
	font-size: 48px;
	font-weight: 400;
	color: #fff;
}

.intro__img {
	height: 100%;
	width: 100vw;
	transform: translateX(0);
	float: left;
	object-fit: cover;
}

@media only screen and (min-width: 1024px) {
	.intro__img {
		width: 60vw;
	}
}

.intro_sec_wrap .intro__img {
	float: left;
	max-width: inherit !important;
}

@media only screen and (min-width: 1024px) {
	.intro_wrap.right {
		border-left: 2px solid #ffffff;
		border-top: none;
	}
	.intro_wrap.left {
		border-right: 2px solid #ffffff;
	}
	.intro_sec_wrap_1 .intro__img {
		transition: all 700ms ease;
		transform: translateX(-8%);
	}
	.intro__img {
		width: 60vw;
	}
}

.intro_wrap:hover .intro__img {
	transform: translateX(0);
}

.intro_sec_wrap_2 .intro__img {
	float: right;
}

@media only screen and (min-width: 1024px) {
	.intro_sec_wrap_2 .intro__img {
		transition: all 700ms ease;
		transform: translateX(8%);
	}
}

.home_page_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 20px 40px;
	height: 120px;
}

.home_page_header .row {
	align-items: center;
}

.home_page_header .home_logo {
	width: 180px;
}

.home_page_header .home_logo img {}

.home_page_header .top_phone {
	text-align: right;
	justify-content: flex-end;
	display: flex;
	align-items: center;
	font-family: "Neue Haas Unica W1G";
	font-size: 16px;
}

.home_page_header .top_phone a {
	color: #FFFFFF;
	text-decoration: none;
}

.home_page_header .top_phone img {
	margin-right: 6px;
	width: 30px;
}

@media only screen and (max-width: 1023px) {
	.home_page_header {
		background-color: #000000;
		padding: 15px 15px;
		height: auto;
		position: relative;
	}
	.home_page_header .home_logo {
		margin-left: auto;
		margin-right: auto;
	}
	.home_page_header .row .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.home_page_header .row .col-6:last-of-type {
		display: none;
	}
}

.footer_1 {
	padding: 50px 0px;
	background-color: #FBF6F1;
	background-size: cover;
	clear: both;
}

.footer_1 h2 {
	font-size: 60px;
	font-weight: 400;
	color: #000000;
	font-family: "Rodchenko W08 Bold";
	margin-bottom: 20px;
	text-align: center;
}

.footer_contact_info {
	padding: 50px 0px;
}

.footer_contact_info .inner_wrap {
	color: #000000;
	text-align: center;
	font-weight: 700;
}

.footer_contact_info .inner_wrap a {
	color: inherit;
}

.footer_contact_info .inner_wrap img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	transition: all 500ms ease-in-out;
}

.footer_contact_info .inner_wrap:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.footer_contact_info .inner_wrap:hover {
	color: #F4AC9B;
}

.footer_1 .copyrights_wrap {
	text-align: center;
}

.footer_1 .copyrights_wrap p {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
}

.top_banner_area {
	position: relative;
	overflow: hidden;
	height: 500px;
	display: flex;
	align-items: center;
	background: #fbf6f1;
}

.top_banner_area .btn_1 {
	position: relative;
	z-index: 10;
}

.top_banner_area .banner_thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover !important;
	height: 100%;
	width: 45%;
	background-position: center center !important;
	z-index: 10;
}

.top_banner_area .banner_thumb img {
	display: none;
}

.top_banner_area article {
	position: relative;
	z-index: 10;
}

.top_banner_area article h1 {
	font-family: "Rodchenko W08 Bold";
	color: #000000;
	font-size: 90px;
	line-height: 0.8;
	margin-bottom: 20px;
	transform: translate3d(0, 5vh, 0);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 0s linear 1s;
}

.animation_loaded.top_banner_area article h1 {
    transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
    opacity: 1;
    transform: translate3d(0, 0, 0);

}

.top_banner_area article p {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 100px;
	transform: translate3d(0, 5vh, 0);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 0s linear 1s;
}

.animation_loaded.top_banner_area article p {
    transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .2s;

}
.top_banner_area:after {
	content: "";
	background: url(../images/top_banner_sign.png) no-repeat;
	width: 100%;
	height: calc(100vh - 100px);
	background-size: contain !important;
	position: absolute;
	bottom: 0;
	left: 0;
}

.combine_parts_sec {
	background-color: #FFF3E3;
	position: relative;
}

.combine_parts_sec:after {
	content: "";
	background: url(../images/combine_sec_sign.png) no-repeat top right;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
}

.round_content_sec {
	background: #ffffff;
	box-shadow: 0px 3px 6px #00000029;
	position: relative;
	z-index: 10;
	margin-bottom: 100px;
}

.round_content_sec .row {
	margin: 0px;
	align-items: center;
}

.round_content_sec .row [class*="col-"] {
	padding: 0px;
}

.round_content_sec figure {
	margin: 0px;
	position: relative;
}

.round_content_sec figure span.price {
	background-color: #F4AC9B;
	border-radius: 36px;
	font-weight: 300;
	color: #000000;
	position: absolute;
	font-size: 17px;
	line-height: 1;
	padding: 8px 10px;
	min-width: 150px;
	text-align: center;
}

.round_content_sec figure span.price span {
	display: block;
	font-weight: 700;
	font-size: 30px;
}

.round_content_sec figure img {
	border-radius: 10px;
	width: 100%;
}

.round_content_sec article {
	padding: 20px 150px;
	text-align: center;
}

.round_content_sec article h3 {
	font-family: "Rodchenko W08 Bold";
	font-size: 40px;
	margin-bottom: 20px;
}

.round_content_sec article p {
	font-size: 17px;
	font-weight: 300;
	text-align: justify;
	margin-bottom: 40px;
}

.round_content_sec article .btn_1 {}

.round_content_sec:nth-child(even) {
	border-top-right-radius: 55px;
	border-bottom-right-radius: 55px;
	margin-right: 140px;
	padding-bottom: 30px;
}

.round_content_sec:nth-child(even) figure {
	margin-top: -30px;
	margin-right: -30px;
}

.round_content_sec:nth-child(even) figure span.price {
	top: 20px;
	right: 20px;
}

.round_content_sec:nth-child(odd) {
	border-top-left-radius: 55px;
	border-bottom-left-radius: 55px;
	margin-left: 140px;
	padding-top: 30px;
	margin-bottom: 160px;
}

.round_content_sec:nth-child(odd) .row {
	flex-direction: row-reverse;
}

.round_content_sec:nth-child(odd) figure {
	margin-bottom: -30px;
	margin-left: -30px;
}

.round_content_sec:nth-child(odd) figure span.price {
	bottom: 20px;
	left: 20px;
}

.round_content_sec:last-of-type() {
	margin-bottom: 50px;
}

.rendi_sec {
	background: #ffffff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 72px;
	margin-top: 70px;
	margin-bottom: 160px;
	position: relative;
	z-index: 10;
	padding-top: 50px;
	padding-right: 50px;
}

.rendi_sec .row {
	align-items: center;
}

.rendi_sec figure {
	margin: 0px;
	margin-bottom: -50px;
}

.rendi_sec figure img {
	border-radius: 10px;
	width: 100%;
}

.rendi_sec article {
	padding-left: 20px;
}

.rendi_sec article h3 {
	font-family: "Rodchenko W08 Bold";
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.rendi_sec article .inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
	align-items: center;
}

.rendi_sec article .inner .count {
	font-family: "Rodchenko W08 Bold";
	font-size: 40px;
}

.rendi_sec article .inner .btn_1 {
  margin: 0;
  border: none !important;
  border-radius: 40px;
  box-shadow: none;
  cursor: pointer !important;
  pointer-events: all !important;
  background: white !important;
  color: black !important;
}

.rendi_sec article .inner:last-of-type {
	margin-bottom: 0px;
}

.main_header.osta_saun {
	background: #fff3e3;
	box-shadow: 0px 3px 6px #00000029;
	text-align: center;
}

.osta_top_banner {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 100px);
	display: flex;
	align-items: center;
	background-size: cover !important;
}

.osta_top_banner:after {
	content: "";
	background: url(../images/osta_signature.png) no-repeat top right;
	width: 100%;
	height: calc(100vh - 100px);
	background-size: contain !important;
	position: absolute;
	top: 0;
	right: 0;
}

.osta_top_banner article {
	position: relative;
	z-index: 10;
}

.osta_top_banner article h1 {
	font-family: "Rodchenko W08 Bold";
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #0000009A;
	font-size: 75px;
	line-height: 1;
	margin-bottom: 20px;
}

.osta_combine_sec {
	background-color: #FFF3E3;
	padding-top: 80px;
	padding-bottom: 100px;
	clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
}

.osta_content_main_wrap:first-of-type h1 {
	margin-top: 0px;
}

.osta_content_main_wrap {
	margin-bottom: 130px;
}

.osta_content_main_wrap h1 {
	font-family: "Rodchenko W08 Bold";
	color: #000000;
	font-size: 80px;
	line-height: 1;
	margin-bottom: 130px;
	margin-top: 130px;
	text-align: center;
	transform: translate3d(0, 5vh, 0);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 0s linear 1s;
}

.animation_loaded.osta_content_main_wrap h1{

transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
opacity: 1;
transform: translate3d(0, 0, 0);

}

.osta_content_main_wrap .inner_wrap {
	background-color: #fff;
	border-radius: 83px;
	opacity: 1;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}

.osta_content_main_wrap .inner_wrap .row {
	margin: 0px;
}

.osta_content_main_wrap .inner_wrap .row [class*="col-"] {
	padding: 0px;
}

.osta_content_main_wrap .inner_wrap figure {
	position: relative;
}

.osta_content_main_wrap .inner_wrap figure img {
	border-radius: 75px;
	width: 100%;
}

.osta_content_main_wrap .inner_wrap figure span.tag {
	position: absolute;
	background: #F4AC9B;
	border-radius: 50px;
	font-family: 'SFProDisplay-Medium';
	color: #fff;
	font-size: 32px;
	width: 250px;
	text-align: center;
	padding: 15px 0px;
}

.osta_content_main_wrap .inner_wrap article {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 60px 45px;
}

.osta_content_main_wrap .inner_wrap article .info_wrap {}

.osta_content_main_wrap .inner_wrap article .info_wrap h3 {
	color: #000000;
	font-size: 30px;
	font-family: "Neue Haas Unica W1G";
	margin-bottom: 20px;
	line-height: 1.2;
	transform: translate3d(0, 5vh, 0);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 0s linear 1s;
}



.animation_loaded.osta_content_main_wrap .inner_wrap article .info_wrap h3{


transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
opacity: 1;
transform: translate3d(0, 0, 0);
transition-delay: .2s;

}

.osta_content_main_wrap .inner_wrap article .info_wrap p {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
		transform: translate3d(0, 5vh, 0);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 0s linear 1s;
}

.animation_loaded.osta_content_main_wrap .inner_wrap article .info_wrap p {

transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
opacity: 1;
transform: translate3d(0, 0, 0);
transition-delay: .4s;

}
.osta_content_main_wrap .inner_wrap article .attributes_wrap {}

.osta_content_main_wrap .inner_wrap article .attributes_wrap .pricing_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.osta_content_main_wrap .inner_wrap article .attributes_wrap .pricing_info h6 {
	color: #000000;
	font-size: 26px;
	font-family: "Neue Haas Unica W1G";
	margin: 0;
	transform: translate3d(0, 5vh, 0);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 0s linear 1s;
}

.animation_loaded.osta_content_main_wrap .inner_wrap article .attributes_wrap .pricing_info h6 {transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);opacity: 1;transform: translate3d(0, 0, 0);transition-delay: 1.6s;}

.osta_content_main_wrap .inner_wrap article .attributes_wrap .pricing_info h6 small {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
}



.osta_content_main_wrap .inner_wrap article .attributes_wrap .links_wrap {
	margin-left: 10px;
	transform: translate3d(0, 5vh, 0);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 0s linear 1s;
}

.animation_loaded.osta_content_main_wrap .inner_wrap article .attributes_wrap .links_wrap {transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);opacity: 1;transform: translate3d(0, 0, 0);transition-delay: 1.8s;}

.osta_content_main_wrap .inner_wrap article .attributes_wrap .links_wrap .btn_1 {
	box-shadow: 0px 3px 3px #00000029;
	border-radius: 46px;
	font-size: 13px;
	min-width: 119px;
	padding: 14px 8px;
	max-width: 100%;
}

.osta_content_main_wrap .inner_wrap article .attributes_wrap .links_wrap .btn_1:last-child {
	margin-left: 10px;
}

.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes {
	display: flex;
	margin: 0px -20px;
	margin-bottom: 20px;
	justify-content: start;
}

.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col {
	padding: 0px 20px;
	-ms-flex: 0 0 50%;
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 10px;
	transform: translate3d(0, 5vh, 0);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 0s linear 1s;
}

.animation_loaded.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col{



}
.animation_loaded.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col:nth-child(1){
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
opacity: 1;
transform: translate3d(0, 0, 0);
transition-delay: .6s;
}

.animation_loaded.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col:nth-child(2){
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
opacity: 1;
transform: translate3d(0, 0, 0);
transition-delay: .8s;
}
.animation_loaded.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col:nth-child(3){
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 1s;
}
.animation_loaded.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col:nth-child(4){
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
opacity: 1;
transform: translate3d(0, 0, 0);
transition-delay: 1.2s;
}
.animation_loaded.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col:nth-child(5){
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
opacity: 1;
transform: translate3d(0, 0, 0);
transition-delay: 1.4s;
}
.animation_loaded.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col:nth-child(6){
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1);
opacity: 1;
transform: translate3d(0, 0, 0);
transition-delay: 1.6s;
}
.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col i {
	width: 75px;
	height: 75px;
	border: 1px solid #707070;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	border-radius: 50%;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
	font-family: 'SFProDisplay-Medium';
	margin-left: auto;
    margin-right: auto;
}

.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col i *{
    font-size: inherit !important;
    font-family: 'SFProDisplay-Medium' !important;
    margin: 0px !important;


}

.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col p {
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	font-family: "SF Pro Text Light";
}

.osta_content_main_wrap:nth-child(odd) .inner_wrap {
	margin-top: 30px;
	margin-bottom: 50px;
}

.osta_content_main_wrap:nth-child(odd) .inner_wrap .row {
	flex-direction: row-reverse;
}

.osta_content_main_wrap:nth-child(odd) .inner_wrap figure {
	margin-top: -30px;
	margin-bottom: -50px;
}

.osta_content_main_wrap:nth-child(odd) .inner_wrap figure span.tag {
	bottom: 40px;
	right: 40px;
}

.osta_content_main_wrap:nth-child(even) h1 {
}

.osta_content_main_wrap:nth-child(even) .inner_wrap {
	margin-top: 50px;
	margin-bottom: 30px;
}

.osta_content_main_wrap:nth-child(even) .inner_wrap figure {
	margin-top: -50px;
	margin-bottom: -30px;
}

.osta_content_main_wrap:nth-child(even) .inner_wrap figure span.tag {
	bottom: 40px;
	left: 40px;
}

.slider_sec {
	padding: 80px 0px;
	padding-top: 0;
	margin-top: -130px;
	position: relative;
}

.slider_sec h1 {
	font-family: "Rodchenko W08 Bold";
	color: #000000;
	font-size: 80px;
	line-height: 1;
	text-align: center;
	margin-bottom: 70px;
}

.osta_slider_wrap {}

.osta_slider_wrap .osta_navigation {
	margin-bottom: 100px;
}

.osta_slider_wrap .osta_navigation ul {
	display: flex;
	justify-content: center;
}

.osta_slider_wrap .osta_navigation ul li {}

.osta_slider_wrap .osta_navigation ul li a {
	background-color: #EBDFCF;
	border-radius: 40px;
	height: 50px;
	width: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 20px;
	color: #000000;
	font-size: 18px;
	padding: 5px 10px;
	font-weight: 600;
}

.osta_slider_wrap .osta_navigation ul li a:hover, 
.osta_slider_wrap .osta_navigation ul li.active a:hover {
	background-color: #d9cbb9;
	color: #000000;
}

.osta_content_wrap {}

.osta_content_wrap .row {
	margin: 0px -2px;
}

.osta_content_wrap .row [class*="col-"] {
	padding: 0px 2px;
}

.osta_content_wrap .inner_wrap {
	margin-bottom: 4px;
}

.osta_content_wrap .inner_wrap figure {
	margin: 0px;
	position: relative;
	border: 1px solid #707070;
}

.osta_content_wrap .inner_wrap figure img {
	width: 100%;
}

.osta_content_wrap .inner_wrap article {
	height: 450px;
	background: #FFF3E3;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #707070;
	padding: 30px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	border-top: none;
}

.osta_content_wrap .inner_wrap article .title_info {}

.osta_content_wrap .inner_wrap article .title_info h3 {
	text-align: left;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 26px;
}

.osta_content_wrap .inner_wrap article .title_info p {
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}

.osta_content_wrap .inner_wrap article .pricing_info_wrap {}

.osta_content_wrap .inner_wrap article .pricing_info_wrap span.price {
	display: block;
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}

.osta_content_wrap .inner_wrap article .pricing_info_wrap .btn_1 {
	min-width: 220px;
}

.osta_content_wrap .inner_wrap figure.owl-theme .owl-controls {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
}

.osta_content_wrap .inner_wrap figure.owl-theme .owl-controls .owl-nav {}

.osta_content_wrap .inner_wrap figure.owl-theme .owl-controls .owl-nav [class*=owl-] {
	padding: 0;
	background: transparent;
	text-indent: -99999px;
	border-radius: 0px;
	width: 27px;
	height: 34px;
	background-size: contain !important;
	margin: 0 15px;
}

.osta_content_wrap .inner_wrap figure.owl-theme .owl-controls .owl-nav .owl-next {
	background: url(../images/arrow_right_new.svg) no-repeat;
}

.osta_content_wrap .inner_wrap figure.owl-theme .owl-controls .owl-nav .owl-prev {
	background: url(../images/arrow_left_new.svg) no-repeat;
}

.pricing_modal_wrap .modal-content {
	background: #FFF3E3;
	border-radius: 30px;
}

.pricing_modal_wrap .modal-content .modal-header {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.pricing_modal_wrap .modal-content h3 {
	font-family: "Rodchenko W08 Bold";
	color: #000000;
	font-size: 40px;
	margin-bottom: 20px;
}

.pricing_form_wrap {
	padding: 10px 30px;
}

.pricing_form_wrap label {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
	margin-left: 10px;
}

.pricing_form_wrap .form-control {
	background: #FFFFFF;
	border: 1px solid #707070;
	outline: none;
	box-shadow: none;
	margin-bottom: 15px;
	border-radius: 20px;
}

.pricing_form_wrap textarea.form-control {
	height: 200px;
	padding-top: 25px;
	padding-left: 20px;
}

.pricing_form_wrap .btn_1 {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	margin-top: 5px;
}

.mobile_header {
	background-color: #fff;
	position: relative;
	z-index: 950;
	left: 0;
	width: 100%;
	display: none;
	background-color: #fff;
}

.mobile_header_main {
	height: auto !important;
}

.close {
	background: url(../images/close_icon.svg) no-repeat;
	width: 28px;
	height: 28px;
	opacity: 1;
	text-indent: -9999px;
	text-shadow: none;
	background-size: contain;
	margin-right: 10px;
	margin-top: 10px;
}



.animation {
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 0s linear 1s
}

.animation-up {
	transform: translate3d(0, 5vh, 0)
}

.animation-down {
	transform: translate3d(0, -5vh, 0)
}

.animation_loaded .animation {
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 1s cubic-bezier(0.25, 1, 0.35, 1)
}

.animation_loaded .animation {
	transform: translate3d(0, 0, 0)
}

.animation_loaded .delay-1 {
	transition-delay: .2s
}

.animation_loaded .delay-2 {
	transition-delay: .4s
}

.animation_loaded .delay-3 {
	transition-delay: .6s
}

.animation_loaded .delay-4 {
	transition-delay: .8s
}

.packages_modal {

	background-color: rgba(0, 0, 0, 0.6);
}

.packages_modal .modal-content {
	background: transparent;
	box-shadow: none;
	border: none;
}

.packages_modal .modal-body {
	padding: 0px;
}

.packages_modal .inner_wrap {
	border-radius: 14px;
	background-color: #FFF3E3;
	height: 100%;
	padding: 40px 30px;
	text-align: center;
	padding-bottom: 30px;
}

.packages_modal .inner_wrap .p_header {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	height: 120px;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.packages_modal .inner_wrap .p_header h3 {
	font-family: "Rodchenko W08 Bold";
	font-size: 30px;
	margin-bottom: 1px;
	line-height: 0.9;
	height: 62px;
}

.packages_modal .inner_wrap .p_header h4 {
	font-size: 16px;
	font-weight: 300;
}

.packages_modal .inner_wrap .package_price {
	font-size: 26px;
	height: 74px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.packages_modal .inner_wrap .package_price p {
	margin: 0;
}

.packages_modal .inner_wrap .package_price p strong {}

.packages_modal .inner_wrap .package_content {
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.packages_modal .inner_wrap .package_content ul {}

.packages_modal .inner_wrap .package_content ul li {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
}

.packages_modal .btn_1 {
	padding: 13px 10px;
	min-width: 130px;
	font-size: 16px;
	margin-top: 40px;
}

.packages_modal button.close {
	opacity: 1 !important;
	top: -40px;
	right: 0px;
	position: absolute;
	z-index: 20;
	margin: 0;
	filter: brightness(0) invert(1);
}

.calendar_main_wrap {
	padding: 10px 30px;
}

.calendar_modal_wrap .modal-content {
	background: #FFF3E3;
	border-radius: 30px;
	border: none;
}

.calendar_main_wrap .btn_1 {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	padding: 15px 10px;
}

.calendar_main_wrap h3 {
	font-family: "Rodchenko W08 Bold";
	color: #000000;
	font-size: 40px;
	margin-bottom: 20px;
}

.calendar_main_wrap .form-control {
	background: #FFFFFF;
	border: 1px solid #707070;
	outline: none;
	box-shadow: none;
	margin-bottom: 15px;
	border-radius: 20px;
}

.calendar_main_wrap .submmit_wrap {
	margin-top: 25px;
}

.calendar_main_wrap label {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
	margin-left: 10px;
}

.calendar_main_wrap .calculate_price {
	margin-right: 30px;
	margin-left: 40px;
}

.calendar_main_wrap .calculate_price h4 {
	font-weight: 500;
	font-size: 22px;
}

.calendar_main_wrap .calculate_price .selected_price {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	font-size: 13px;
	align-items: center;
	margin-bottom: 5px;
}

.calendar_main_wrap .calculate_price .security_deposit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	border-bottom: 3px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.calendar_main_wrap .calculate_price .total_price {
	display: flex;
	justify-content: flex-end;
	font-family: 'SFProDisplay-Medium';
	font-size: 28px;
	align-items: center;
}
.calendar_main_wrap .calculate_price .price{width: 45px;text-align: right;margin-left: 5px;}
.calendar_main_wrap .calculate_price input {
	display: inline-block;
	background: transparent;
	width: auto;
	border: none;
	outline: none;
	appearance: none;
	width: auto;
	display: inline;
	width: 34px;
	font-family: "Neue Haas Unica W1G";
	color: #000;
	font-weight: 500;
	padding: 0;
	padding-right: 2px;
	text-align: right;
}

.calendar_main_wrap .booking_information {
	font-size: 13px;
	font-weight: 500;
	text-align: right;
}

.calendar_main_wrap .calculate_price .total_price input {
	font-family: 'SFProDisplay-Medium';
	font-size: 28px;
	width: 100%;
	text-align: right;
	pointer-events: none;
}

.date_picker .datepicker {
	width: auto;
	padding: 0;
	margin-bottom: 10px;
	border-radius: 0px;
	line-height: 1;
	margin-right: 50px;
}

.date_picker .datepicker table {
	width: 100%;
	line-height: 1;
}

.date_picker .datepicker th.dow {
	border-radius: 0px;
	color: #77838F;
	font-size: 13px;
	font-family: 'SFProDisplay-Medium';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	padding-bottom: 10px;
}

.date_picker .datepicker td {
	font-size: 13px;
	font-family: 'SFProDisplay-Medium';
	color: #1E2022;
	border-radius: 0px;
	padding: 11px 0px;
	width: 36px;
	height: 40px;
	line-height: 1;
	vertical-align: middle;
}

.date_picker .datepicker span.month {
	font-family: 'SFProDisplay-Medium';
	color: #1E2022;
	border-radius: 0px;
	padding: 5px 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}

.date_picker .datepicker span.month.disabled {
	color: #999;
	cursor: default;
	background: transparent !important;
}

.date_picker .datepicker span.focused {
	background: #FFF3E3;
}

.calendar_main_wrap {}

.calendar_main_wrap h6 {
	font-size: 14px;
	font-weight: 500;
}

.date_picker .datepicker .datepicker-switch {
	background: transparent;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
}

.date_picker .datepicker .next {
	background: transparent;
	padding-bottom: 15px;
	font-size: 15px;
}

.date_picker .datepicker .prev {
	background: transparent;
	padding-bottom: 15px;
	font-size: 15px;
}

.date_picker .datepicker table tr td.day.focused,
.date_picker .datepicker table tr td.day:hover {
	background: #F4AC9B;
	color: #fff;
}

.date_picker .datepicker table tr td.active.active {
	background: #F4AC9B;
	color: #fff;
}

.date_picker .datepicker table tr td span.focused,
.date_picker .datepicker table tr td span:hover, 
.date_picker .datepicker table tr td span.active.active {
	background: #F4AC9B;
	color: #fff;
}

.date_picker .datepicker table tr td span.active:active,
.date_picker .datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.date_picker .datepicker table tr td span.active:hover:active,
.date_picker .datepicker table tr td span.active:hover:hover {
	background: #F4AC9B;
	color: #fff;
}

.date_picker .datepicker .disabled{

background: transparent !important;
color: #999 !important;

}


@media (max-width: 991px) {
	.top_banner_area .banner_thumb {
		position: static;
		background: none !important;
		width: 100%;
		margin-top: 50px;
		height: auto;
	}
	.top_banner_area {
		flex-direction: column;
		padding-top: 50px;
		height: auto;
	}
	.top_banner_area:after {
		height: auto;
		top: 0;
		right: 0;
	}
	.top_banner_area .banner_thumb img {
		display: block;
		width: 100%;
	}
	.main_header {
		text-align: center;
	}

	.main_header .col-sm-3{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;

	}
	.main_header .col-sm-9 {
		display: none;
	}
	.top_banner_area article p {
		margin-bottom: 30px;
		font-size: 16px;
	}
	.top_banner_area article h1 {
		font-size: 45px;
	}
	.rendi_sec {
		display: none;
	}
	.round_content_sec:nth-child(even) {
		margin-right: 0px;
	}
	.round_content_sec article {
		padding: 30px 40px;
		text-align: center;
	}
	.btn_1 {
		min-width: 150px;
		padding: 13px 10px;
		font-size: 16px;
	}
	.round_content_sec article .btn_1 {
		min-width: 150px;
		padding: 13px 10px;
		font-size: 16px;
	}
	.combine_parts_sec:after {
		display: none;
	}
	.round_content_sec:nth-child(even) {
		padding-bottom: 0px;
	}
	.round_content_sec:nth-child(even) figure {
		margin: 0px 30px;
		margin-bottom: -30px;
	}
	.round_content_sec:nth-child(odd) {

		margin-left: 0px;
	}
	.round_content_sec:nth-child(odd) figure {
		margin: 0px 30px;
		margin-bottom: -30px;
	}
	.round_content_sec article h3 {
		font-size: 30px;
	}
	.round_content_sec article p {
		font-size: 16px;
		text-align: left;
		margin-bottom: 20px;
	}
	.round_content_sec figure span.price span {
		
		font-size: 22px;

	}
	.round_content_sec figure span.price {
		font-size: 15px;
		padding: 6px 10px;
		min-width: 120px;
	}
	.footer_1 h2 {
		font-size: 32px;
	}
	.footer_contact_info {
		padding: 0px;
	}
	.footer_contact_info .inner_wrap img {
		margin-bottom: 10px;
		width: 50px;
	}
	.footer_contact_info .inner_wrap {
		margin-bottom: 30px;
	}
	.main_header .row {
		height: 80px;
	}
	.osta_top_banner article h1 {
		font-size: 45px;
	}
	.osta_top_banner {
		height: 340px;
	}
	.osta_top_banner:after {
		background: url(../images/osta_signature.png) no-repeat bottom right;
		height: 340px;
	}
	.osta_content_main_wrap h1 {
		font-size: 40px;
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.osta_content_main_wrap:nth-child(even) h1 {
		margin-top: 50px;
	}
	.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes {
		flex-wrap: wrap;
	}
	.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col {
		padding: 0px 20px;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		margin-bottom: 20px;
	}
	.osta_content_main_wrap .inner_wrap article .attributes_wrap .pricing_info {
		flex-direction: column-reverse;
		justify-content: flex-start;
		text-align: left;
		align-items: flex-start;
	}
	.osta_content_main_wrap .inner_wrap article {
		padding: 40px 30px;
	}
	.osta_content_main_wrap .inner_wrap article .attributes_wrap .links_wrap {
		display: flex;
		margin: 0px;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.osta_content_main_wrap .inner_wrap {
		border-radius: 40px;
	}
	.osta_content_main_wrap .inner_wrap figure img {
		border-radius: 35px;
	}
	.osta_content_main_wrap .inner_wrap figure span.tag {
		font-size: 22px;
		width: 150px;
		padding: 8px 0px;
	}
	.osta_content_main_wrap:nth-child(odd) .inner_wrap figure span.tag {
		bottom: 20px;
		right: 20px;
	}
	.osta_content_main_wrap:nth-child(even) .inner_wrap figure span.tag {
		bottom: 20px;
		left: 20px;
	}
	
	.osta_content_main_wrap:nth-child(odd) .inner_wrap .row {
		flex-direction: column-reverse;
	}
	.osta_content_main_wrap .inner_wrap article .attributes_wrap .pricing_info .price_details {
		margin-bottom: 0;
	}
	.osta_content_main_wrap .inner_wrap .row {
		flex-direction: column-reverse;
	}
	.osta_content_main_wrap:nth-child(even) .inner_wrap figure {
		margin: 0;
	}
	.osta_slider_wrap .osta_navigation ul li a {
		font-size: 14px;
		margin: 0px 5px;
		width: auto;
		padding: 5px 20px;
		border-radius: 20px;
		height: 38px;
	}
	.osta_content_wrap .inner_wrap article .title_info h3 {
		font-size: 18px;
	}
	.osta_content_wrap .inner_wrap article .pricing_info_wrap span.price {
		font-size: 18px;
	}
	.osta_content_wrap .inner_wrap article .pricing_info_wrap .btn_1 {
		min-width: 140px;
		font-size: 15px;
	}
	.slider_sec h1 {
		font-size: 40px;
	}
	.osta_combine_sec {
		clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
		padding-top: 50px;
	}
	.osta_content_wrap .inner_wrap article .title_info p {
		font-size: 16px;
	}
	.osta_content_main_wrap .inner_wrap figure {
		margin: 0px 25px !important;
		margin-bottom: -30px !important;
	}
	.osta_content_main_wrap {
		margin-bottom: 80px;
	}
	.slider_sec {
		margin-top: -100px;
	}
	.osta_content_wrap .inner_wrap article {
		height: 410px;
	}
	.osta_content_main_wrap .inner_wrap article .info_wrap h3 {
		font-size: 24px;
	}
	.osta_content_main_wrap .inner_wrap article .info_wrap p {
		font-size: 16px;
	}

	.osta_content_main_wrap .inner_wrap .row [class*="col-"]{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;


	}

	.pricing_form_wrap {
		padding: 10px 20px;
	}

	.pricing_form_wrap label{

		font-size: 15px;
	}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col p{

		font-size: 14px;
	}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col i{

		font-size: 15px;
	}

	.round_content_sec .row [class*="col-"]{

		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;

	}

	.packages_modal .modal-dialog{

		max-width: 80%;

	}

	.packages_modal .inner_wrap .p_header h3{

		font-size: 25px;
	}

	.packages_modal .inner_wrap .p_header h4{

		font-size: 15px;
	}

	.packages_modal .inner_wrap .package_price{

		font-size: 21px;
	}

	.packages_modal .inner_wrap .package_content ul li{

		font-size: 15px;
	}



	.packages_wrap .row [class*="col-"]{

		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom: 20px;
}
	

	.packages_modal button.close{
		filter: brightness(0) invert(0);
		top: 16px;
		right: 20px;

	}
	
	.close{

		width: 23px;
		height: 23px;
		background-size: contain !important;

	}

	.packages_modal .inner_wrap{

		margin-bottom: 20px;
	}

	.packages_modal .modal-dialog {
		max-width: inherit;
	}

	.packages_modal .inner_wrap .p_header, 
	.packages_modal .inner_wrap .package_price{

		height: auto;
	}

	.calendar_main_wrap .row [class*="col-"]{

		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom: 20px;
	position: static;
}

.calendar_main_wrap h3{

	font-size: 35px;
}
.calendar_main_wrap label{

	font-size: 15px;
}

.calendar_main_wrap .calculate_price .total_price{

	font-size: 25px;
}

.calendar_main_wrap .calculate_price {
    margin-right: 0;
    margin-left: 0;
}

.pricing_modal_wrap .modal-content h3, 
.calendar_main_wrap h3{


	font-size: 25px ;
}

.calendar_main_wrap {
	padding: 10px 10px;
	position: relative;
	padding-bottom: 55px;
}

.date_picker .datepicker{

	margin-right: 0px;
}

.date_picker .datepicker td{

	height: 33px;
	width: 33px;
}

.calendar_modal_wrap  .close{

	position: absolute;
    top: 15px;
    right: 15px;
	z-index: 150;
}

.submmit_wrap {

	margin: 0px !important;
    text-align: center !important;

}

.calendar_main_wrap .btn_1{

    width: 140px;
    height: 46px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;

}

.date_picker .datepicker table tr td.active.active {
    background: #F4AC9B;
    
    color: #fff;

}
}




@media (max-width: 1900px) and (min-width: 990px) {
.osta_content_main_wrap:nth-child(even) h1 {
    margin-bottom: 110px;
    margin-top: 110px;
}
	.osta_top_banner article h1{

		font-size: 60px;
		margin-bottom: 90px;
    margin-top: 90px;
	}

	.osta_content_main_wrap{    margin-bottom: 90px;}

	.slider_sec h1{

		font-size: 60px;
	}


	.osta_content_main_wrap h1{font-size: 50px;margin-bottom: 90px;margin-top: 100px;}

	.osta_content_main_wrap .inner_wrap article .info_wrap h3{font-size: 22px;}

	.osta_content_main_wrap .inner_wrap article .info_wrap p{font-size: 15px;line-height: 1.5;transform: translate3d(0, 5vh, 0);opacity: 0;transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1), transform 0s linear 1s;}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col p{

		font-size: 13px;
	}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col i{font-size: 15px;}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .pricing_info h6{font-size: 20px;}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .pricing_info h6 small{font-size: 13px;}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .links_wrap .btn_1{

		font-size: 13px;
		min-width: 140px;
		padding: 14px 10px;

	}


	.osta_slider_wrap .osta_navigation ul li a{

		font-size: 16px;
		height: 40px;
		width: 200px;
		margin: 0px 15px;
	}

	.osta_content_wrap .inner_wrap article .title_info h3{font-size: 19px;}

	.osta_content_wrap .inner_wrap article .title_info p{font-size: 15px;}

	.osta_content_wrap .inner_wrap article .pricing_info_wrap span.price{font-size: 20px;}

	.btn_1{padding: 14px 15px;font-size: 15px;min-width: 160px;}
	.osta_content_wrap .inner_wrap article .pricing_info_wrap .btn_1{

		min-width: 185px;
	}

	.footer_1 h2{

		font-size: 45px;
	}

	.footer_contact_info .inner_wrap img{

		width: 90px;
	}

	body{

		font-size: 15px;
	}

	.footer_contact_info{

		font-size: 14px;
	}

	.slider_sec{

		margin-top: -90px;
	}

	.osta_content_main_wrap .inner_wrap figure span.tag{
		width: 190px;
		font-size: 24px;
		padding: 9px 4px;

	}

	.pricing_form_wrap label{

		font-size: 16px;
	}

	.close{

		width: 23px;
		height: 23px;
		background-size: contain !important;

	}
	.pricing_modal_wrap .modal-content h3{

		font-size: 35px;
	}

	.osta_top_banner:after{

		background-position: bottom right !important;
	}

	.top_banner_area article h1{font-size: 60px;}

	.top_banner_area article p{font-size: 17px;}

	.round_content_sec article h3{font-size: 30px;}

	.round_content_sec article p{font-size: 15px;}

	.rendi_sec article h3{

		font-size: 35px;
	}
	.rendi_sec article .inner .count{
		font-size: 35px;
	}

	.rendi_sec article .inner .btn_1{

		font-size: 15px;

	}

	.rendi_sec article .inner img{

		width: 50px;
	}

	.sf-menu>li>a{font-size: 14px;}

	.round_content_sec figure span.price{

		padding: 5px 10px;
		min-width: 130px;
		font-size: 15px;
	}

	.round_content_sec figure span.price span{

		font-size: 25px;
	}



	.packages_modal .inner_wrap .p_header h3{

		font-size: 25px;
	}

	.packages_modal .inner_wrap .p_header h4{

		font-size: 15px;
	}

	.packages_modal .inner_wrap .package_price{

		font-size: 21px;
	}

	.packages_modal .inner_wrap .package_content ul li{

		font-size: 15px;
	}

	.calendar_main_wrap h3{

		font-size: 35px;
	}
	.calendar_main_wrap label{

		font-size: 15px;
	}

	.calendar_main_wrap .calculate_price .total_price{

		font-size: 25px;
	}

	.main_header .row{

		height: 80px;
	}

	.main_header .logo img{

		width: 100px;
	}


}


@media (max-width: 1300px) and (min-width: 990px) {

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .pricing_info h6{

		font-size: 19px;
	}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .links_wrap .btn_1 {
		font-size: 12px;
		min-width: 91px;
		padding: 14px 5px;
	}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .links_wrap .btn_1:last-child{

		margin-left: 7px;
	}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .pricing_info h6 small{

		font-size: 13px;
	}
	.osta_content_main_wrap .inner_wrap article .attributes_wrap .links_wrap{

		max-width: 60%;
	}

	.osta_content_main_wrap .inner_wrap article .attributes_wrap .inner_attributes .inner_col i {
		font-size: 16px;
		width: 65px;
		height: 65px;
	}

	.round_content_sec article {
		padding: 20px 80px;
		text-align: center;
	}

	.rendi_sec article .inner img {
		width: 40px;
	}





}

.calendar_main_wrap br{

	display: none;
}

.modal-backdrop{

	display: none !important;
}

.packages_modal, 
.calendar_modal_wrap, 
.pricing_modal_wrap {
	background-color: rgba(0, 0, 0, 0.6);
		

}

.page-template-temp_home .footer_1,
.error404  .footer_1{
    display: none;
}

html body .wpcf7 form.sent .wpcf7-response-output{


    background-color: #e49784;
    box-shadow: 0px 3px 6px #00000029;
    border-color: #e49784;
    color: #fff;
    padding: 10px 20px;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

html body .wpcf7-not-valid-tip{

    font-size: 12px;
    position: relative;
    top: -10px;
    left: 10px;

}

@media (min-width: 1200px) {

	.container{

		max-width: 1170px;
	}



}


@media (min-width: 1900px) {

	.container{

		max-width: 1360px;
	}


	
}

.vali_info{

	display: none;
}

.fancybox-thumbs__list a:before{

	border-color: #f4ac9b !important;
}

html body .fancybox-content{

	padding: 0px !important;
}

html body .fancybox-thumbs{

    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;

}

.picture_text{

	background-color: #f4ac9b;
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    font-weight: 500;
    width: 285px;
    border-radius: 50px;
    margin: auto;
    padding: 4px 10px;
    text-align: center;
    font-size: 13px;
	color: #000000;
}

@media (max-width: 767px) {


	.picture_text{

		border-radius: 0px;
		bottom: -18px;
		width: 100%;
		max-width: 100%;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;

	}

	body.page-template-temp_osta .picture_text{

		bottom: 0;

	}

}