* {
	margin: 0;
	padding: 0;

    box-sizing: border-box;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

html {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #6a6a6a;
}

body {

}

address {
	font-style: normal;
	font-size: 18px;
	color: #FFF;
}

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

p a:not([href^='tel://']):hover {
	text-decoration: underline;
}

a[href^='tel://'] {
	color: inherit;
}

address strong {
	font-size: 26px;
	line-height: 31px;
	font-weight: 500;
	display: block;
	margin: 0 0 15px 0;
}

address p {
	line-height: 24px;
	margin: 0 0 25px 0;
}

address a {
	display: block;
}

address .street {
	display: block;
}

address a[href^='tel://'] {
	display: inline-block;
}

address hr {
	opacity: 0;
	display: block;
	clear: both;
}

address .branch {
	float: left;
	margin-right: 80px;
}

address .branch + .branch {
	margin-right: 0;
}

.centering-block {
	width: 960px;
	margin: 0 auto;
}

.btn-border {
	width: 240px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	display: block;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 2px;
	border: 2px solid #a68f6c;
	text-transform: uppercase;
}

.btn-border:hover {
	background: #a68f6c;
	color: #FFF;	
}

h2 {
	font-family: 'PlayFair Display SC', serif;
	font-size: 48px;
	line-height: 42px;
	padding: 0 0 42px 0;
	font-weight: 400;
	color: #272e46;
	text-align: center;
}

h3 {
	font-family: 'PlayFair Display SC', serif;
	font-size: 41px;
	line-height: 35px;
	font-weight: 400;
	color: #272e46;
}

body > header {
	left: 0;
	right: 0;
	top: -108px;
	height: 108px;
	position: fixed;
	background-color: #272e46;
	z-index: 21;
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	white-space: nowrap;
	transition: top 0.3s ease-in-out;
	text-transform: uppercase;
}

body > header.visible {
	top: 0;
}

body > header h1 {
	width: 224px;
	height: 75px;
	margin: 15px 55px 0 0;
	float: left;
	background: url('../img/logo-big.svg') no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
}

body > header h1 a {
	width: inherit;
	height: inherit;
	display: block;
}

body > header nav li {
	display: inline-block;
	margin: 0 25px;
}

body > header nav li a {
	padding: 42px 0 0 0;
	color: inherit;
	display: block;
	border-top: 3px solid transparent;
}

body > header nav li a:hover {
	color: #a6906c;
}

body > header nav li a.current {
	font-weight: 600;
	color: inherit !important;
	border-top-color: #FFF;
}

body > nav {
	height: 92px;
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 1;
	text-transform: uppercase;
	transform: translate(-50%,0);
	white-space: nowrap;
	z-index: 3;
	transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

body > nav.hidden {
	top: -92px;
	opacity: 0;
}

body > nav li {
	display: inline-block;
	margin: 0 39px;
}

body > nav li a {
	padding: 42px 0 0 0;
	color: inherit;
	display: block;
	border-top: 3px solid transparent;
}

body > nav li a:hover {
	color: #a6906c;
}

body > nav li a.current {
	font-weight: 600;
	border-top-color: #FFF;
	color: inherit !important;
}

#homepage {
	height: 830px;
	padding: 450px 0 0 0;
	background: #33384c url('../img/photo-main.jpg') no-repeat top center;
	background-size: cover;
}

#homepage h1 {
	width: 411px;
	height: 137px;
	position: absolute;
	left: 50%;
	top: 187px;
	transform: translate(-50%, 0);
	background: url('../img/logo-big.svg') no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
}

#homepage h2 {
	float: left;
	font-size: 60px;
	line-height: 71px;
	font-weight: 100;
	color: #FFF;
	margin-top: -10px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}

#homepage h2 strong {
	font-weight: 600;
}

#homepage address {
	max-width: 320px;
	float: right;
	color: #FFF;
}

#offer {
	padding: 50px 0 0 0;
}

#offer h2 {
	padding-bottom: 16px;
}

#offer > nav {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: -1px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
	display: block;
	background: rgba(255,255,255,0.9);
}

#offer > nav.fixed {
	top: 108px;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 21;
}

#offer > nav li {
	display: inline-block;
	padding: 0 27px;
}

#offer > nav li a {
	display: inline-block;
	padding: 26px 0 22px 0;
	position: relative;
	margin-bottom: -1px;
}

#offer > nav li a:hover {
	color: #272e46;
}

#offer > nav li a.current {
	font-weight: 600;
	color: #272e46 !important;
	border-bottom: 3px solid #aa9169;
}

#offer > nav li a figure {
	display: block;
	height: 54px;
}

#offer > nav li a img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 1440px) {
	#offer > nav li a {
		padding: 16px 0 12px 0;
	}

	#offer > nav li a figure {
		display: block;
		height: 44px;
	}
}

.offer {
	display: flex;
}

.offer-content {
	width: 50%;
	padding: 58px 0 49px; 0;
	flex: 1;
	background-color: #f7f7f7;
}

.offer-content figure {
	margin-bottom: 10px;
}

.offer-content figure img {
	display: block;
}

.offer-content h3 {
	margin-bottom: 50px;
}

.offer-content article {
	max-width: 630px;
}

.offer-content article h4 {
	color: #272e46;
	font-size: 22px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.offer-content article p {
	line-height: 24px;
	margin-bottom: 14px;
}

.offer-content article li {
	list-style: none;
}

.image-box {
	width: 50%;
	min-height: 400px;
	flex: 1;
	color: #FFF;
	background-color: #33384c;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.image-box .read-more-box {
	width: 510px;
	height: 119px;
	left: 60px;
	bottom: 320px;
	position: absolute;
	overflow: hidden;
	background: linear-gradient( 90deg, rgb(31,35,49) 0%, rgb(31,35,49) 55%, rgba(31,35,49,0) 100%);
}

#offer4 .read-more-box {
	bottom: 60px;
}

.image-box .read-more-box figure {
	width: 163px;
	height: 119px;
	overflow: hidden;
	float: left;
}

.image-box .read-more-box figure img {
	width: 100%;
	height: 100%;
}

.image-box .read-more-box p {
	width: 246px;
	padding: 35px 0 0 0;
	line-height: 24px;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 13px;
}

.image-box .read-more-box a {
	display: block;
}

.image-box blockquote {
	max-width: 630px;
	font-size: 18px;
	line-height: 24px;
	position: absolute;
	bottom: 60px;
	font-style: italic;
	z-index: 2;
}

.image-box blockquote:before {
	content: '';
	position: absolute;
	left: -48px;
	top: 0px;
	width: 75px;
	height: 42px;
	background: url('../img/quote-mark.svg') no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.image-box blockquote .client-logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.image-box blockquote p:last-of-type {
	padding: 20px 0 0 0;
	font-style: normal;
}

#offer .offer .offer-content article {
	margin: 0 60px;
}

#offer .offer:nth-of-type(odd) .offer-content {
	order: 1;
}

#offer .offer:nth-of-type(odd) .offer-content article {
	margin-right: 60px;
	float: right;
}

#offer .offer:nth-of-type(odd) .image-box {
	order: 2;
}

#offer .offer:nth-of-type(odd) .image-box blockquote {
	left: 110px;
}

@media screen and (max-width: 1500px) {
	#offer .offer:nth-of-type(even) .image-box blockquote {
		margin-left: 60px;
	}

	#offer .offer:nth-of-type(odd) .image-box blockquote {
		right: 60px;
	}
}


#offer .offer:nth-of-type(even) .offer-content {
	order: 2;
}

#offer .offer:nth-of-type(even) .offer-content article {
	margin-left: 110px;
	float: left;
}

#offer .offer:nth-of-type(even) .image-box {
	order: 1;
}

#offer .offer:nth-of-type(even) .image-box blockquote {
	right: 60px;
}

#offer1 .image-box {
	background-image: url('../img/photo-for-you.jpg');
}

#offer2 .image-box {
	background-image: url('../img/photo-for-business.jpg');
}

#offer3 .image-box {
	background-image: url('../img/photo-for-estate.jpg');
}

#offer4 .image-box {
	background-image: url('../img/photo-for-agriculture.jpg');
}

.package {
	padding: 100px 0 60px 0;
	overflow: hidden;
}

.package h3 {
	font-size: 22px;
	margin-bottom: 120px;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
}

.package .centering-block {
	clear: both;
}

.package .box {
	width: 300px;
	height: 496px;
	margin: 0 30px 74px 0;
	background-color: #f7f7f7;
	float: left;
	position: relative;
	box-shadow: 0 8px 21px rgba(208,208,208,0.76);
}

.package .box img {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.03;
	pointer-events: none;
	z-index: 1;
}

.package .box:last-of-type {
	margin: 0 0 74px 0;
}

.package .box header {
	height: 127px;
	margin: 0 0 28px 0;
	border-top: 3px solid #272e46;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	display: flex;
}

.package .box header .faux-container {
	margin: auto;
}

.package .box header h4 {
	font-size: 22px;
	color: #272e46;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
}

.package .box header .price {
	font-size: 48px;
	line-height: 44px;
	color: #a68f6c;
	font-weight: 300;
}

.package .box ul {
	padding: 0 10px;
}

.package .box ul li {
	line-height: 24px;
	padding: 0 0px 0 25px;
	margin: 0 0 16px 0;
	list-style: none;
	position: relative;
}

.package .box ul li strong {
	color: #2d3247;
	font-weight: 600;
}

.package .box ul li ul {
	padding-top: 10px;
}

.package .box ul li:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	width: 12px;
	height: 10px;
	background: url('../img/bullet.svg') no-repeat;
	background-size: 100% 100%;
}

.package .box ul li ul li {
	margin-bottom: 0px;
}

.package .box ul li ul li:before {
	display: none;
}

.package > p {
	display: block;
	clear: both;
	font-size: 15px;
	color: #a5a5a5;
	text-align: center;
}

.package .box:nth-of-type(2) header {
	background-color: #272e46;
	border-top-color: #ad9879;
}

.package .box:nth-of-type(2) header h4 {
	color: #FFF;
}

.package .box .btn-border {
	bottom: 30px;
	left: 29px;
	right: 29px;
	position: absolute;
	z-index: 2;
}

#about {
	padding: 75px 0 100px 0;
	text-align: center;
	background-color: #f7f7f7;
	background-image: url('../img/logo-big-gray.svg');
	background-size: 341px 141px;
	background-position: 50% 500px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#about > p {
	font-size: 18px;
	line-height: 20px;
	color: #909090;
	margin-bottom: 100px;
}

#about .persona {
	width: 620px;
	margin: 0 auto;
}

/*#about .persona {
	width: 370px;
	margin-bottom: 24px;
	text-align: left;
	float: left;
}

#about .persona:first-of-type {
	margin-right: 220px;
}*/

#about .persona figure {
	height: 584px;
	position: relative;
	margin-bottom: 60px;
}

#about .persona figure img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
}

#about .persona figure:after {
	content: '';
	width: 408px;
	height: 79px;
	position: absolute;
	bottom: -79px;
	left: 50%;
	margin: 0 0 0 -204px;
	background: url('../img/photo-shadow.png') no-repeat top center;	
}

#about .persona header {
	font-size: 18px;
	color: #272e46;
	display: block;
	margin-bottom: 24px;
}

#about .persona header h5,
#about .persona header small {
	font-size: inherit;
}

#about .persona p {
	line-height: 24px;
	margin-bottom: 24px;
	text-align: justify;
}

#blog {
	padding: 80px 0 100px 0;
}

#blog .centering-block {
	width: 620px;
}

#blog > p {
	font-size: 18px;
	color: #909090;
	text-align: center;
	margin-bottom: 100px;
}

#blog > p span:after {
	content: '\2022';
	display: inline-block;
	color: inherit;
	margin: 0 10px;
	font-size: 16px;
}

#blog article {
	display: block;
	margin-bottom: 70px;
}

#blog article > a {
	color: #272e46;
}

#blog article > a:hover {
	color: #a6906c;
	text-decoration: underline;
}

#blog article header {
	/*width: 620px;*/
	text-align: center;
	margin: 0 auto 30px auto;
}

#blog article header h3 {
	font-size: 22px;
	margin-bottom: 8px;
	text-transform: uppercase;
	color: inherit;
}

#blog article header small {
	font-size: 13px;
	color: #7b7b7b;
}

#blog article p {
	line-height: 24px;
	margin-bottom: 24px;
}

#blog .read-more {
	font-size: 15px;
	color: #a68f6c;
}

#contact {
	padding: 90px 0 0 0;
	background-color: #272e46;
	color: #FFF;
}

#contact h2 {
	color: #FFF;
	margin-bottom: 42px;
}

#contact address {
	margin-bottom: 50px;
}

#contact .detail-data {
	line-height: 24px;
	color: #6f758c;
	margin: 0 250px 76px 0;
	float: left;
}

#contact .detail-data p {
	margin-bottom: 24px;
}

#contact .detail-data p span {
	display: block;
}

#contact .person-contact {
	float: left;
	font-size: 18px;
	line-height: 26px;
	padding: 10px 60px 0 0;
}

#contact .person-contact:last-of-type {
	padding-right: 0;
}

#contact .person-contact strong {
	font-weight: 500;
	display: block;
}

#contact .person-contact a {
	display: block;
}

#contact .person-contact p {
	margin-bottom: 24px;
}

#contact #map {
	height: 500px;
	background-color: #edeef2;
	clear: both;
}

#contact footer {
	padding: 60px 0 50px 0;
	color: #6f758c;
	background: url('../img/logo-footer.svg') no-repeat right bottom;
	background-size: 418px 172px;
}

#contact footer .fb-link {
	display: inline-block;
	margin-bottom: 40px;
}

#contact footer .fb-link:hover {
	text-decoration: underline;
}

#contact footer .fb-link:before {
	content: '';
	width: 11px;
	height: 22px;
	display: inline-block;
	background: url('../img/fb-icon.svg') no-repeat;
	background-size: 100% 100%;
	margin: 0px 10px 0 0;
	position: relative;
	top: 5px;
}

#contact footer > p {
	line-height: 24px;
}

#contact footer > p a {
	color: inherit;
}

#contact footer > p a:hover {
	color: #a6906c;
}