@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap');

body {margin: 0;padding: 0;font-weight: normal;line-height: 1.45;font-family: 'Gotham Book', Arial, sans-serif;color: #000000}
a{text-decoration: none;}
p{padding: 0;margin: 0 0 20px;}
h1 {font-weight: 500;font-size: 24px;font-family: 'Cormorant Garamond', serif;margin: 0;}
h2 {font-weight: 500;font-size: 24px;font-family: 'Cormorant Garamond', serif;margin: 0;}
h3 {font-size: 20px;margin: 0;}
h4 {font-size: 20px;margin: 0;}
h5 {font-size: 18px;margin: 0;}
h6 {font-weight: normal;font-size: 14px;margin: 0;}
img {max-width:100%;}
ul {padding:0;margin:0;list-style:none;}
li {padding:0; margin:0;list-style:none;}
.clearfix{clear: both;}
:focus {outline: -webkit-focus-ring-color auto 0;}

/*FONTS*/
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Medium.eot');
	src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Medium.woff2') format('woff2'),
		url('../fonts/Gotham-Medium.woff') format('woff'),
		url('../fonts/Gotham-Medium.ttf') format('truetype'),
		url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Bold.woff2') format('woff2'),
		url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.ttf') format('truetype'),
		url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Book.woff2') format('woff2'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.ttf') format('truetype'),
		url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* { -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;}
.container {
	background-color: #FFFFFF;
	color: #000000;
}

.header {
	max-width: 1350px;
	margin: 0 auto;
	position: relative;
}

.header__bg {
	display: block;
	max-width: 100%;
}

.header__logo {
	position: absolute;
	left: 50%;
	top: 8px;
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
	max-width: 23.5%;
}

.header__logo img {
	display: block;
	width: 100%;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.body {
	position: relative;
	text-align: center;
}

.body h1 {
	color: #004066;
	line-height: 1.25;
	margin: 20px 0;
}

.body h6 {
	margin-bottom: 18px;
}

.body p {
	font-size: 14px;
}

.body__subscribe__form {
	margin: 0 auto 30px;
	padding: 0 30px;
}

.body__subscribe__form__text {
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #dbae00;
	color: #000000;
	font-size: 12px;
	font-family: inherit;
	line-height: 20px;
	margin-bottom: 12px;
	padding: 4px 10px;
	width: 100%;
}

.body__subscribe__form__btn {
	background-color: #FFFFFF;
	border: 1px solid #dbae00;
	color: #000000;
	cursor: pointer;
	padding: 8px 10px;
	font-size: 12px;
	font-family: inherit;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	width: 90px;
	transition: all 0.3s ease;
}

.body__subscribe__form__btn:hover {
	color: #FFFFFF;
	background-color: #dbae00;
	border: 1px solid #dbae00;
}

.body .body__contact {
	padding: 0 20px;
}

.body .body__contact h6 {
	line-height: 1;
	 margin-bottom: 14px;
}

.body .body__contact p {
	font-size: 12px;
	margin: 0;
}

.footer {
	margin-top: 45px;
	padding-bottom: 30px;
}

.footer .wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.footer__socials ul {
	display: flex;
}

.footer__socials ul li {
	margin-right: 8px;
}

.footer__socials ul li:last-child {
	margin-right: 0 !important;
}

.social-link {
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	height: 24px;
	width: 24px;
}

.social-link--ins {
	background-image: url("../images/ico-instagram.png");
}

.social-link--li {
	background-image: url("../images/ico-linkedin.png");
}

.social-link--tw {
	background-image: url("../images/ico-twitter.png");
}

.social-link--mail {
	background-image: url("../images/ico-mail.png");
	width: 30px;
}

.footer__rjc img {
	display: block;
	height: 24px;
}

.footer__honey {
	margin-bottom: -4px;
}

.footer__honey img {
	float: right;
	height: 46px;
}

/*media*/
@media screen and (min-width: 480px) {
	.body h1 {
		font-size: 32px;
	}

	.body__subscribe__form {
		position: relative;
		max-width: 420px;
		padding: 0;
	}

	.body__subscribe__form__text {
		font-size: 15px;
		margin: 0;
		padding: 9px 131px 9px 10px;
	}

	.body__subscribe__form__btn {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 16px;
		padding: 11px 10px;
		width: 120px;
	}

	.footer__socials,
	.footer__honey {
		width: 200px;
	}
}

@media screen and (min-width: 768px) {
	.body h1 {
		font-size: 48px;
		margin-bottom: 40px;
	}

	.body h6 {
		font-size: 18px;
	}

	.body p {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.body__subscribe__form {
		margin-bottom: 40px;
	}

	.body .body__contact p {
		font-size: 14px;
	}

	.footer .wrapper {
		align-items: center;
	}

	.footer__socials ul li {
		margin-right: 12px;
	}

	.social-link {
		height: 36px;
		width: 36px;
	}

	.social-link--mail {
		width: 44px;
	}

	.footer__rjc img {
		height: 36px;
	}

	.footer__honey {
		margin: 0;
	}

	.footer__honey img {
		height: 114px;
	}
}

@media screen and (min-width: 1024px) {
	.header__logo {
		max-width: 252px;
		top: 16px;
	}

	.body h1 {
		font-size: 74px;
		margin-top: -102px;
	}

	.body h6 {
		font-size: 22px;
	}

	.body p {
		font-size: 22px;
		margin-bottom: 40px;
	}

	.body .body__contact p {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {

}
