body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

button {
	border: none;
}

:focus {
	outline: none;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

body {
	background: #003d5e;
}


#logo {
	width: 200px;
}

#logo:hover img {
	transition: 0.2s;
	transform: rotate(2deg);
}

#logo img {
	width: 160px;
	transition: 0.2s;
}

#top_nav,
#bot_nav {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}

#top_nav {
	box-sizing: border-box;
	padding: 10px 0;
	background-color: #011621;
}

#top_nav .wrapper {
	display: flex;
	justify-content: flex-end;
	column-gap: 10px;
}

#top_nav .wrapper .language-option {
	display: none;
	text-transform: uppercase;
}

#top_nav .wrapper a.language-option {
	display: block;
	font-weight: bold;
	font-size: 18px;

}

#top_nav .wrapper ul {
	display: flex;
	column-gap: 20px;
	align-items: center;
}

#top_nav .wrapper ul .btn {
	font-size: 12px;
	padding: 5px 10px;
	background: #39a5ff;
	letter-spacing: 0.2px;
}

#top_nav .wrapper ul,
#top_nav .wrapper ul li,
#top_nav .wrapper a {
	color: #39a5ff;
	font-size: 13px;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
}

#top_nav .wrapper a:hover {
	border-color: #39a5ff;
	transition: 0.3s;
}

#bot_nav {
	padding: 5px 0;
}

#bot_nav .wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#bot_nav .wrapper ul {
	display: none;
	column-gap: 12px;
	width: 100%;
	grid-column: 1/3;
	text-align: center;
	padding-bottom: 10px;
}

#bot_nav .wrapper ul li {
	margin: 14px 0;
}

#bot_nav .wrapper ul li,
#bot_nav .wrapper ul li a,
#bot_nav .wrapper ul li b {
	font-weight: 500;
}

#bot_nav .wrapper ul li,
#bot_nav .wrapper ul li a,
#bot_nav .wrapper ul li i,
#bot_nav .wrapper ul li b {
	color: #c1c6cb;
	font-size: 18px;
}

#bot_nav .wrapper ul li a {
	border-bottom: 2px solid transparent;
	transition: 0.3s;
}

#bot_nav .wrapper ul li a:hover {
	color: #fff;
	border-color: #fff;
	transition: 0.3s;
}

#burger {
	color: #39a5ff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#burger i {
	font-size: 25px;
}

#listing {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.main_slider-wrapper {
	float: left;
	padding: 20px 0;
	width: 100%;
}

.reveal {
	position: relative;
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.7s ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

.btn {
	font-weight: 700;
	color: #1a2d37;
	font-size: 14px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	border-radius: 8px;
	background-color: #ffffff;
	padding: 5px 15px;
	border: 1px solid transparent;
	font-family: 'Syne', sans-serif;
	transition: 0.3s;
	cursor: pointer;
}

.btn:hover {
	color: #fff;
	background: #123243;
	transition: 0.3s;
	border-color: #fff;
}

.title {
	font-family: 'Syne', sans-serif;
	font-size: 28px;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.sub_title {
	font-family: 'Syne', sans-serif;
	letter-spacing: 6px;
	font-weight: 300;
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: #fefefe;
	text-transform: uppercase;
}

.wrapper {
	width: 95%;
	margin: 0 2.5%;
}

.policy {
	display: none;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	background-color: #fff;
}

.policy.popup {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #9b9b9bd1;
	backdrop-filter: blur(5px);
}

.policy.popup .wrapper {
	padding: 30px 4%;
	margin: 0 20px;
	max-width: 900px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	position: relative;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	height: 90%;
	overflow-y: scroll;
}

.policy.popup .wrapper>div {
	position: absolute;
	right: 10px;
	top: 10px;
}

.policy .close {
	display: none;
}

.policy.popup .close {
	position: fixed;
	display: inline-block;
	font-size: 35px;
	cursor: pointer;
	transform: translateX(-100%);
}

.policy.popup .close:hover {
	color: #ff3837;
}

#main_slider {
	position: relative;
	width: 100%;
	float: left;
	background: url('/design/img/index/bg.png');
	background-size: cover;
	background-position: center;
}


























#listing {
	float: left;
	width: 100%;
	margin: 20px 0;
}

#contacts {
	width: 100%;
	float: left;
	background: url('/design/img/index/bg_contact.png');
	padding: 20px 0;
	background-size: cover;
}

#contacts .wrapper {
	display: flex;
	column-gap: 5%;
}

.contact_item {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 15px 10px;
	border-radius: 12px;
	background-color: #123243cc;
	color: #fff;
	font-family: 'Syne', sans-serif;
}

.contact_item-title {
	font-weight: 500;
	letter-spacing: 1.6px;
	font-size: 18px;
}

.contact_item ul {
	margin-top: 10px;
	width: 100%;
	float: left;
}

.contact_item ul li {
	color: #b7c1c6;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 13px;
}

#google_map {
	width: 100%;
	float: left;
	margin-top: 20px;
	position: relative;
}

#gallery {
	float: left;
	width: 100%;
	padding: 20px 0;
	background-image: url(/design/img/index/services_bg.png);
	background-color: #123243;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#gallery button {
	margin-top: 20px;
	animation: discount-pulse 2s infinite;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 100px;
}

#gallery button i {
	margin-top: 3px;
}

#gallery button.open_btn i {
	transform: rotate(180deg);
	margin-top: -3px;
	margin-left: -1px;
}

#gallery_main {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	row-gap: 15px;
	margin-top: 10px;
}

#gallery_main img {
	width: 100%;
	height: 100%;
	max-height: 200px;
	object-fit: cover;
	border-radius: 12px;
	transition: 0.7s;
}

#gallery_main img:hover {
	transform: scale(1.04);
	transition: 0.7s;
}

.galery_more {
	display: none;
	opacity: 0;
	transition: 2s;
}

footer {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: #1a2d37;
}

footer #footer_logo {
	width: 100%;
	max-width: 300px;
	float: left;
	margin-bottom: 20px;
}

footer #footer_logo img {
	width: 100%;
}

footer #footer_content {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 20px;
}

.footer_item {
	width: fit-content;
	font-family: 'Syne', sans-serif;
	margin-top: 15px;
}

.footer_item-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.footer_item ul {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.footer_item ul li,
.footer_item ul a,
.footer_item ul p,
.footer_item ul b {
	font-size: 16px;
	width: fit-content;
}

.footer_item ul li.policy_href,
.footer_item ul p {
	cursor: pointer;
}

.footer_item ul a:hover,
.footer_item ul li.policy_href:hover,
.footer_item ul p:hover {
	text-decoration: underline;
}

#footer_item-partners {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	max-width: 110px;
	gap: 10px;
}

#footer_item-partners img {
	width: 100%;
	object-fit: cover;
	transition: 0.1s;
}

#footer_item-partners img:hover {
	transform: scale(1.1);
	transition: 0.1s;
}

#sub_footer {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0;
	background: #123243;
	color: #c1c6cb;
	font-size: 12px;
}

#burger {
	color: #39a5ff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#burger i {
	font-size: 25px;
}

#banner_mailchimp,
#contact_application {
	display: none;
}

#banner_mailchimp.popup,
#contact_application.popup {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #9b9b9bd1;
	backdrop-filter: blur(5px);
}

#banner_mailchimp .title,
#contact_application .title {
	font-size: 28px;
	text-align: center;
}

#banner_mailchimp .sub_title,
#contact_application .sub_title {
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}

#contact_application #contact_application_h2 {
	display: none;
}

#banner_mailchimp.popup .wrapper,
#contact_application.popup .wrapper {
	padding: 30px 4%;
	margin: 0 20px;
	max-width: 400px;
	box-sizing: border-box;
	background-color: #1a2d37;
	border-radius: 8px;
	position: relative;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#banner_mailchimp input,
#contact_application input {
	border: unset;
	font-size: 18px;
	cursor: pointer;
	padding: 8px 15px;
	border-radius: 8px;
	background: #e8e8e8;
	margin: 10px 0;
	border: 1px solid transparent;
}

#contact_application .application_marketing {
	color: #fff;
}

#contact_application .application_marketing input {
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
}

#contact_application .application_marketing a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.error {
	border-color: #ff0000b8 !important;
	box-shadow: 0px 0px 20px 1px #ff0000b8 !important;
	animation: swing 0.6s ease;
}

#banner_mailchimp i,
#contact_application i {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1a2d37;
	width: 27px;
	height: 25px;
}

#banner_mailchimp i:hover,
#contact_application i:hover {
	color: red;
}

@keyframes swing {
	15% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	30% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}

	40% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}

	50% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	65% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

#cookie_policy {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #295369eb;
	padding: 8px 0;
	z-index: 100;
}

#cookie_policy .wrapper {
	display: flex;
	width: fit-content;
	align-items: center;
}

#cookie_policy p {
	margin-right: 7px;
	color: #fff;
}

#cookie_policy a {
	color: #fff;
	text-decoration: underline;
}

#cookie_policy button {
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
}

#we_social {
	position: fixed;
	top: 170px;
	right: -110px;
	display: flex;
	flex-direction: column;
	color: #a8a9ac;
	align-items: center;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 14px;
	row-gap: 10px;
	transition: 0.3s;
	z-index: 100;
	pointer-events: none;
}

#we_social:hover {
	color: #fff;
	transition: 0.3s;
}

#we_social a {
	pointer-events: auto;
}

#we_social i {
	color: #a8a9ac;
	font-size: 26px;
	transition: 0.3s;
}

#we_social i:hover {
	transition: 0.3s;
	color: #fff;
}

#we_social svg {
	width: 100%;
	height: 24px;
	width: 24px;
	fill: #a8a9ac;
	transition: 0.3s;
}

#we_social svg:hover {
	fill: #fff;
	transition: 0.3s;
}

#we_social i.close {
	font-size: 13px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 1px;
	box-sizing: border-box;
	background: #a8a9ac;
	border-radius: 54px;
	color: #fff;
	position: relative;
	width: 20px;
	height: 20px;
	padding-left: 2px;
	position: relative;
	z-index: 2;
}

#we_social p {
	transform: rotate(-90deg);
	margin-bottom: 70px;
	width: 150px;
	text-align: left;
}

#we_social b {
	height: 80px;
	background: #a8a9ac;
	width: 2px;
	transition: 0.3s;
	margin-top: 10px;
}

#we_social:hover b {
	background: #fff;
	transition: 0.3s;
}

#we_social.active {
	transition: all 1s ease-in-out;
	transform: translate(-50px, 0);
}

#we_social.in_active {
	transition: all 1s ease-in-out;
	transform: translate(50px, 0);
}

#wor_up {
	position: fixed;
	right: 80px;
	bottom: 30px;
	cursor: pointer;
	font-size: 13px;
	padding: 8px;
	background: #123243;
	border-radius: 8px;
	color: #dde0e1;
	border: 1px solid #dde0e1;
}

#whatsapp_widget {
	position: fixed;
	right: 15px;
	bottom: 2%;
	cursor: pointer;
	z-index: 10;
}

#whatsapp_widget i {
	float: right;
	color: #fff;
	background: #28d368;
	font-size: 42px;
	padding: 8px;
	border-radius: 90px;
	box-shadow: 0px 3px 10px #525252;
	z-index: 11;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

#whatsapp_widget i:hover {
	box-shadow: 0px 3px 10px 5px #525252;
	transition: 0.3s;
}

#footer_social{
	width: 100%;
	float: left;
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

#footer_social a i,
#footer_social a svg{
	font-size: 30px;
	color: #fff;
	fill: #fff;
}

#footer_social a i:hover,
#footer_social a svg:hover{
	color: #e2e2e2;
	fill: #e2e2e2;
}

@keyframes discount-pulse {
	0% {
		box-shadow: 0 0 0 0 #249efc;
	}

	80% {
		box-shadow: 0 0 0 10px #ffffff00;
	}

	100% {
		box-shadow: 0 0 0 0 #ffffff00;
	}
}


@media screen and (min-width: 600px) {
	#gallery_main {
		margin-top: 20px;
		grid-template-columns: repeat(4, 1fr);
	}

	footer #footer_content {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 900px) {
	#top_nav .wrapper {
		justify-content: flex-end;
	}

	#bot_nav .wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#bot_nav .wrapper ul {
		display: flex;
		width: unset;
		padding: unset;
	}

	#bot_nav .wrapper ul li {
		margin: unset;
	}

	#burger {
		display: none;
	}

	#we_social {
		right: -100px;
	}

	#we_social i{
		font-size: 30px;
	}
	#we_social svg{
		height: 30px;
		width: 30px;
	}

	#we_social i.close {
		display: none;
	}

	#gallery {
		padding: 50px 0;
	}

	.main_slider-wrapper {
		float: left;
		padding: 40px 0;
		width: 100%;
	}

	.title {
		text-align: left;
		font-size: 45px;
	}

	.sub_title {
		text-align: left;
		font-size: 22px;
	}

	.btn {
		font-size: 16px;
		padding: 8px 20px;
	}

	#contacts {
		padding: 40px 0;
	}

	#contacts .wrapper {
		flex-direction: row;
	}

	.contact_item {
		padding: 25px;
	}

	.contact_item-title {
		font-size: 30px;
		letter-spacing: 2px;
	}

	.contact_item ul li {
		font-size: 18px;
		letter-spacing: 2px;
	}

	#google_map {
		height: 500px;
	}

	#google_map #map {
		height: 500px;
	}

	footer #footer_content {
		grid-template-columns: repeat(5, 1fr);
	}

	.footer_item {
		margin-top: unset;
	}

	.footer_item-title {
		margin-bottom: 15px;
	}

	.footer_item ul {
		row-gap: 4px;
	}

	.footer_item ul li,
	.footer_item ul a {
		font-size: 16px;
	}

	#sub_footer {
		width: 100%;
		float: left;
		text-align: center;
		padding: 15px 0;
		background: #123243;
		color: #c1c6cb;
		font-size: 14px;
	}

	#wor_up {
		opacity: 0.6;
		transition: 0.3s;
		right: 100px;
		bottom: 30px;
		font-size: 16px;
		padding: 10px;
	}

	#wor_up:hover {
		opacity: 1;
		transition: 0.3s;
	}
}
@media screen and (min-width: 900px){
	#burger {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.wrapper {
		width: 1100px;
		margin: 0 auto;
	}

	#gallery_main img {
		max-height: 280px;
	}
	#logo {
		width: 300px;
	}

}

@media screen and (min-width: 1500px) {
	.wrapper {
		width: 1400px;
		margin: 0 auto;
	}
}