@font-face {
	src: url("../fonts/Rubik-Light.ttf");
	font-family: "Rubik";
	font-weight: 300
}

@font-face {
	src: url("../fonts/Rubik-Regular.ttf");
	font-family: "Rubik";
	font-weight: 400
}

@font-face {
	src: url("../fonts/Rubik-Medium.ttf");
	font-family: "Rubik";
	font-weight: 500
}

@font-face {
	src: url("../fonts/Rubik-Bold.ttf");
	font-family: "Rubik";
	font-weight: 700
}

@font-face {
	src: url("../fonts/NachlieliCLM-Light.otf");
	font-family: "NachlieliCLM";
	font-weight: 300
}

@font-face {
	src: url("../fonts/NachlieliCLM-Bold.otf");
	font-family: "NachlieliCLM";
	font-weight: 700
}

body {
	font-size: 18px;
	color: #817664;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	line-height: 1.2
}

@media (max-width: 768px) {
	body {
		font-size: 12px
	}
}

a {
	-webkit-transition: all ease .25s;
	-o-transition: all ease .25s;
	transition: all ease .25s
}

img {
	max-width: 100%
}

p {
	margin-bottom: 1.2em
}

.container {
	max-width: 1620px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	position: relative
}

@media (max-width: 991px) {
	.container {
		padding: 0 16px
	}
}

.button {
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	color: #2c2c2b;
	font-size: 24px;
	padding: 6px 18px;
	background: #c0b9a7;
	border: 1px solid #7e9467;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center
}

@media (max-width: 768px) {
	.button {
		font-size: 12px;
		padding: 5px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		color: #ffffff;
		border-color: #849269
	}
}

.button:hover {
	background: #d5d1c5
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 5px 0;
	background: #ffffff
}

@media (max-width: 768px) {
	header {
		padding: 7px 0
	}
}

header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1199px) {
	header .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width: 1199px) {
	header .logo {
		margin-bottom: 15px
	}
}

@media (max-width: 1199px) {
	header .logo {
		width: 107px;
		margin: 0
	}
}

header .main-menu {
	margin-right: 60px
}

@media (max-width: 1469px) {
	header .main-menu {
		margin-right: 15px
	}
}

@media (max-width: 1199px) {
	header .main-menu {
		margin: 0
	}
}

@media (max-width: 1199px) {
	header .main-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #ffffff;
		z-index: 2;
		display: none;
		padding: 20px 0
	}
}

header .main-menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1199px) {
	header .main-menu ul {
		display: block
	}
}

header .menu-item {
	padding: 2px 20px
}

@media (max-width: 1199px) {
	header .menu-item {
		padding: 5px 10px
	}
}

header .menu-item:not(:last-child) {
	border-left: 1px solid #ece5de
}

header .menu-item.current-menu-item a {
	color: #2d4d53
}

header .menu-item a {
	line-height: 1;
	font-size: 20px;
	color: #817664;
	text-align: center;
	display: block;
	font-weight: 500
}

@media (max-width: 1469px) {
	header .menu-item a {
		font-size: 15px
	}
}

header .menu-item a:hover {
	color: #2d4d53
}

header .call-mob-menu {
	position: absolute;
	right: 16px;
	width: 18px
}

@media (min-width: 1200px) {
	header .call-mob-menu {
		display: none
	}
}

header .call-mob-menu .line {
	height: 2px;
	background: #2d4d53
}

header .call-mob-menu .line:nth-child(2) {
	margin: 3px 0
}

header+* {
	margin-top: 94px
}

@media (max-width: 1199px) {
	header+* {
		margin-top: 131px
	}
}

@media (max-width: 1199px) {
	header+* {
		margin-top: 61px
	}
}

.colored-title-sec {
	padding: 50px 0
}

@media (max-width: 768px) {
	.colored-title-sec {
		padding: 15px 0
	}
}

.colored-title-sec h2 {
	text-align: center;
	font-size: 60px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #2c2c2b
}

@media (max-width: 768px) {
	.colored-title-sec h2 {
		font-size: 28px
	}
}

.colored-title-sec h2 b {
	color: #2d4d53
}

.double-img {
	position: relative
}

.double-img:before {
	content: '';
	position: absolute;
	width: 200px;
	height: 110%;
	bottom: -192px;
	right: 205px;
	background: #2d4d53
}

@media (max-width: 768px) {
	.double-img:before {
		width: 60%;
		height: 80%;
		bottom: -12px;
		right: auto;
		left: -16px
	}
}

@media (max-width: 768px){
	.double-img:before{
		display: none;
	}
}

.double-img img:first-child {
	-webkit-border-bottom-left-radius: 40px;
	border-bottom-left-radius: 40px;
	margin-right: 127px
}

@media (max-width: 768px) {
	.double-img img:first-child {
		display: none
	}
}

.double-img img:last-child {
	position: absolute;
	bottom: -172px;
	-webkit-border-bottom-right-radius: 40px;
	border-bottom-right-radius: 40px;
	right: 0
}

@media (max-width: 768px) {
	.double-img img:last-child {
		margin-right: 0;
		position: relative;
		-webkit-border-radius: 0;
		border-radius: 0;
		width: 100%;
		-webkit-border-bottom-right-radius: 40px;
		border-bottom-right-radius: 40px;
		position: static;
	}
}

.single-img {
	position: relative
}

.single-img:before {
	content: '';
	position: absolute;
	width: 80%;
	height: 85%;
	background: #2d4d53;
	right: -2%;
	bottom: -2.2%
}

.single-img img {
	position: relative
}

/* .slick-arrow {
	position: absolute;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent no-repeat center / contain;
	z-index: 2;
	top: 50%;
	margin-top: -14px;
	font-size: 0
}

.slick-arrow.slick-next {
	right: 10px;
	background-image: url(../img/slider-right.png)
}

.slick-arrow.slick-prev {
	left: 10px;
	background-image: url(../img/slider-left.png)
} */

/* .slick-dots {
	text-align: center;
	margin-top: 13px
} */

@media (max-width: 768px) {
	.slick-dots {
		margin-top: 5px
	}
}

.slick-dots li {
	display: inline-block;
	cursor: pointer;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #2d4d53;
	background: #ffffff;
	margin: 0 2px
}

@media (max-width: 768px) {
	.slick-dots li {
		width: 7px;
		height: 7px
	}
}

.slick-dots li.slick-active {
	background: #7d9568
}

.slick-dots li button {
	display: none
}

.custom-form .wpcf7-form-control-wrap {
	display: block
}

.custom-form .wpcf7-form-control {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #dbd8d3;
	font-weight: 400;
	color: #817664;
	height: 38px;
	font-size: 20px;
}

@media (max-width: 768px) {
	.custom-form .wpcf7-form-control {
		border-color: rgba(129, 118, 100, 0.3);
		text-align: center
	}
}

.custom-form .wpcf7-form-control::-webkit-input-placeholder {
	color: rgba(129, 118, 100, .7)
}

@media (max-width: 991px) {
	.custom-form .wpcf7-form-control::-webkit-input-placeholder {
		color: #817664
	}
}

.custom-form .wpcf7-form-control::-moz-placeholder {
	color: rgba(129, 118, 100, .7)
}

@media (max-width: 991px) {
	.custom-form .wpcf7-form-control::-moz-placeholder {
		color: #817664
	}
}

.custom-form .wpcf7-form-control:-moz-placeholder {
	color: rgba(129, 118, 100, .7)
}

@media (max-width: 991px) {
	.custom-form .wpcf7-form-control:-moz-placeholder {
		color: #817664
	}
}

.custom-form .wpcf7-form-control:-ms-input-placeholder {
	color: rgba(129, 118, 100, .7)
}

@media (max-width: 991px) {
	.custom-form .wpcf7-form-control:-ms-input-placeholder {
		color: #817664
	}
}

.custom-form .wpcf7-submit {
	line-height: 1;
	color: #fff;
	font-size: 24px;
	padding: 6px 18px;
	background: #c0b9a7;
	border: 1px solid #7e9467;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all ease .25s;
	-o-transition: all ease .25s;
	transition: all ease .25s
}

@media (max-width: 768px) {
	.custom-form .wpcf7-submit {
		font-size: 12px;
		padding: 5px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		color: #ffffff;
		border-color: #849269;
		height: 25px
	}
}

.custom-form .wpcf7-submit:hover {
	background: #d5d1c5
}

footer {
	padding: 36px 0;
	border-top: 1px solid #DCD5D6;
	text-align: center;
	font-weight: 400
}

@media (max-width: 768px) {
	footer {
		padding: 14px 0 10px;
		font-size: 7px;
	}
}

footer .logo {
	display: inline-block;
	margin-bottom: 18px
}

@media (max-width: 768px) {
	footer .logo {
		width: 68px;
		margin-bottom: 9px
	}
}

@media (min-width: 992px) {
	.mob-show {
		display: none !important
	}
}

@media (max-width: 991px) {
	.mob-hide {
		display: none !important
	}
}

.hp-1 {
	position: relative;
	height: 765px
}

@media (max-width: 768px) {
	.hp-1 {
		height: 270px
	}
}

.hp-1:before {
	content: '';
	position: absolute;
	width: 55%;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(71, 79, 59, 0.79);
	z-index: 1
}

@media (max-width: 991px) {
	.hp-1:before {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5)
	}
}

.hp-1 .main-slider {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.hp-1 .slide {
	background: no-repeat center / cover;
	height: 765px
}

@media (max-width: 991px) {
	.hp-1 .slide {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%)
	}
}

@media (max-width: 768px) {
	.hp-1 .slide {
		height: 270px
	}
}

.hp-1 .container {
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

@media (max-width: 768px) {
	.hp-1 .container {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.hp-1 .text-wrap {
	width: 45%;
	text-align: center;
	color: #ffffff;
	padding-bottom: 32px
}

@media (max-width: 991px) {
	.hp-1 .text-wrap {
		width: 100%;
		padding-bottom: 20px
	}
}

.hp-1 h1 {
	font-size: 60px;
	line-height: 1;
	font-weight: 400
}

@media (max-width: 768px) {
	.hp-1 h1 {
		font-size: 33px
	}
}

.hp-1 .subtitle {
	font-size: 28px
}

@media (max-width: 768px) {
	.hp-1 .subtitle {
		font-size: 20px
	}
}

.hp-1 .object-info {
	font-size: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: right;
	position: relative;
	margin-top: 84px
}

@media (max-width: 768px) {
	.hp-1 .object-info {
		margin-top: 67px;
		font-size: 12px
	}
}

.hp-1 .object-info:before {
	content: '';
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	border-bottom: 2px solid #7e9467
}

@media (max-width: 768px) {
	.hp-1 .object-info:before {
		top: 22px;
		border-width: 1px
	}
}

.hp-1 .object-info .count {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 8px
}

@media (max-width: 768px) {
	.hp-1 .object-info .count {
		font-size: 18px;
		margin-bottom: 5px
	}
}

.hp-2 {
	font-size: 20px;
	padding: 33px 0 62px
}

@media (max-width: 768px) {
	.hp-2 {
		font-size: 12px;
		padding: 10px 0
	}
}

.hp-2 .colored-title-sec {
	margin-bottom: 20px
}

@media (max-width: 768px) {
	.hp-2 .colored-title-sec {
		margin-bottom: 0
	}
}

.hp-2 .img-wrap {
	width: 50%;
	padding-right: 110px
}

@media (max-width: 1469px) {
	.hp-2 .img-wrap {
		padding-right: 0;
		padding-left: 130px
	}
}

@media (max-width: 991px) {
	.hp-2 .img-wrap {
		width: 100%;
		padding-left: 0
	}
}

@media (max-width: 768px) {
	.hp-2 .img-wrap {
		padding-left: 0
	}
}

.hp-2 .text-wrap {
	width: 50%;
	padding-left: 94px
}

@media (max-width: 991px) {
	.hp-2 .text-wrap {
		width: 100%;
		padding-left: 0
	}
}

.hp-2 h3 {
	color: #2d4d53;
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 9px
}

@media (max-width: 768px) {
	.hp-2 h3 {
		margin-bottom: 7px;
		font-size: 18px
	}
}

.hp-3 {
	font-size: 20px;
	background: #732F3C;
	padding: 204px 0 55px
}

@media (max-width: 768px) {
	.hp-3 {
		font-size: 12px;
		padding: 15px 0 55px
	}
}

.hp-3 .flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.hp-3 .img-wrap {
	width: 50%;
	margin-top: 8px;
	padding-left: 30px
}

@media (max-width: 1469px) {
	.hp-3 .img-wrap {
		padding-left: 160px
	}
}

@media (max-width: 991px) {
	.hp-3 .img-wrap {
		width: 100%
	}
}

@media (max-width: 768px) {
	.hp-3 .img-wrap {
		padding: 0
	}
}

.hp-3 .text-wrap {
	width: 50%;
	padding-left: 100px
}

@media (max-width: 991px) {
	.hp-3 .text-wrap {
		width: 100%;
		padding: 0
	}
}

.hp-3 h3 {
	color: #2d4d53;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 11px
}

@media (max-width: 768px) {
	.hp-3 h3 {
		font-size: 18px;
		margin-bottom: 6px
	}
}

.hp-4 {
	margin-top: 121px
}

@media (max-width: 768px) {
	.hp-4 {
		padding-top: 30px;
		margin-top: 0
	}
}

.hp-4 .items-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 42px
}

@media (max-width: 991px) {
	.hp-4 .items-list {
		display: block;
		margin-top: 0
	}
}

.hp-4 .item {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 58px;
	padding-left: 40px
}

@media (max-width: 991px) {
	.hp-4 .item {
		width: 100%;
		margin: 0
	}
}

.hp-4 .icon-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #2d4d53;
	padding: 20px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 27px
}

@media (max-width: 768px) {
	.hp-4 .icon-wrap {
		width: 27px;
		height: 27px;
		padding: 5px;
		margin-left: 4px
	}
}

.hp-4 .icon-wrap img {
	max-width: 100%;
	max-height: 100%
}

.hp-4 .caption {
	width: 100%;
	padding: 5px 0;
	color: #817664;
}

.hp-4 .caption a {
	color: #2d4d53
}

.hp-4 .caption a.link {
	color: #817664;
}

.hp-4 h3 {
	font-size: 24px;
	margin-bottom: 25px
}

@media (max-width: 768px) {
	.hp-4 h3 {
		font-size: 12px;
		margin-bottom: 16px
	}
}

.hp-4 a {
	color: #2c2c2b;
	word-break: break-word
}

.hp-4 .link {
	font-weight: 700;
	display: inline-block
}

.hp-4 .link:hover {
	letter-spacing: 1px
}

.hp-5 {
	padding: 140px 0 76px
}

@media (max-width: 768px) {
	.hp-5 {
		padding: 24px 0
	}
}

.hp-5 .container {
	max-width: 1380px
}

.hp-5 h2 {
	color: #2d4d53;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 26px
}

@media (max-width: 768px) {
	.hp-5 h2 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 21px
	}
}

.hp-5 .faq-list .item {
	margin-bottom: 9px
}

.hp-5 .faq-list .item.open .question-icon:after {
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotate(0deg);
	transform: rotateZ(0deg)
}

.hp-5 .faq-list .question {
	border: 2px solid #7e9467;
	line-height: 1;
	background: #f9f9f9;
	cursor: pointer;
	font-size: 22px;
	font-weight: 400;
	padding: 11px 30px;
	-webkit-transition: all ease .25s;
	-o-transition: all ease .25s;
	transition: all ease .25s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 768px) {
	.hp-5 .faq-list .question {
		font-size: 12px;
		padding: 6px 20px
	}
}

.hp-5 .faq-list .question:hover {
	background: #FFE5CA;
}

.hp-5 .faq-list .question-icon {
	position: relative;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #817664;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px
}

@media (max-width: 768px) {
	.hp-5 .faq-list .question-icon {
		width: 16px;
		height: 16px
	}
}

.hp-5 .faq-list .question-icon:before,
.hp-5 .faq-list .question-icon:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: #817664;
	left: 3px;
	top: 10px;
	-webkit-transition: all ease .25s;
	-o-transition: all ease .25s;
	transition: all ease .25s
}

@media (max-width: 768px) {
	.hp-5 .faq-list .question-icon:before,
	.hp-5 .faq-list .question-icon:after {
		width: 10px;
		top: 5px;
		left: 1px
	}
}

.hp-5 .faq-list .question-icon:after {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg)
}

.hp-5 .faq-list .answer {
	border: 1px solid #7e9467;
	border-top: 0;
	padding: 17px 30px;
	display: none
}

@media (max-width: 768px) {
	.hp-5 .faq-list .answer {
		padding: 10px 15px
	}
}

.hp-6 {
	padding: 65px 0 89px;
	background: no-repeat top
}

@media (max-width: 768px) {
	.hp-6 {
		padding: 50px 0;
		background: no-repeat center
	}
}

.hp-6 .content-wrap {
	background: rgba(255, 255, 255, 0.85);
	max-width: 1024px;
	margin: 0 auto;
	-webkit-border-radius: 0 0 50px 50px;
	border-radius: 0 0 50px 50px;
	padding: 65px;
	text-align: center
}

@media (max-width: 768px) {
	.hp-6 .content-wrap {
		padding: 46px 15px
	}
}

.hp-6 .content-wrap .colored-title-sec {
	padding: 0
}

@media (max-width: 768px) {
	.hp-6 .content-wrap h2 {
		font-size: 25px
	}
}

.hp-6 .select-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 5px;
	font-size: 24px
}

@media (max-width: 768px) {
	.hp-6 .select-wrap {
		font-size: 12px;
		margin-top: 10px
	}
}

.hp-6 .select-wrap select {
	background: url(../img/arrow-down.png) no-repeat left;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid rgba(44, 44, 43, 0.3);
	padding: 0 10px 0 34px;
	height: 30px;
	margin-right: 25px;
	font-size: 24px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none
}

@media (max-width: 768px) {
	.hp-6 .select-wrap select {
		font-size: 12px
	}
}

.hp-6 .select-wrap select::-ms-expand {
	display: none
}

.hp-6 .button {
	margin-top: 30px
}

@media (max-width: 768px) {
	.hp-6 .button {
		margin-top: 5px
	}
}

.hp-7 {
	padding: 40px 0 102px
}

@media (min-width: 992px) {
	.hp-7 {
		font-size: 20px
	}
}

@media (max-width: 768px) {
	.hp-7 {
		padding: 7px 0 0
	}
}

.hp-7 .text-wrap {
	width: 35%
}

@media (max-width: 991px) {
	.hp-7 .text-wrap {
		width: 100%
	}
}

.hp-7 .img-wrap {
	width: 65%;
	padding-right: 100px
}

@media (max-width: 991px) {
	.hp-7 .img-wrap {
		width: 100%;
		padding-right: 35px
	}
}

@media (max-width: 768px) {
	.hp-7 .img-wrap {
		padding-right: 0
	}
}

@media (min-width: 992px) {
	.hp-7 .single-img:before {
		width: 43%
	}
}

.hp-7 h4 {
	margin-bottom: 1.2em
}

.hp-8 {
	padding: 22px 0 66px;
	background: #732F3C;
}

@media (max-width: 768px) {
	.hp-8 {
		padding: 26px 0 19px
	}
}

.hp-8 .colored-title-sec {
	padding-bottom: 30px
}

@media (max-width: 768px) {
	.hp-8 .colored-title-sec {
		padding-bottom: 6px
	}
}

.hp-8 img {
	width: 100%
}

.hp-9 {
	padding: 13px 0
}

@media (max-width: 768px) {
	.hp-9 {
		padding: 5px 0
	}
}

.hp-9 .flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.hp-9 .img-wrap {
	width: 50%
}

@media (max-width: 991px) {
	.hp-9 .img-wrap {
		width: 100%;
		margin-top: 19px
	}
}

@media (max-width: 768px) {
	.hp-9 .single-img {
		padding: 0 12px
	}
	.hp-9 .single-img:before {
		right: auto;
		left: -16px;
		width: 40%;
		height: 63%
	}
}

.hp-9 .text-wrap {
	width: 50%;
	padding-right: 46px
}

@media (max-width: 991px) {
	.hp-9 .text-wrap {
		padding-right: 0;
		width: 100%
	}
}

.hp-9 h3 {
	font-size: 24px;
	margin-bottom: 32px
}

@media (max-width: 768px) {
	.hp-9 h3 {
		font-size: 12px;
		margin-bottom: 10px
	}
}

.hp-9 a {
	font-size: 22px;
	font-weight: 700;
	color: #2c2c2b
}

@media (max-width: 768px) {
	.hp-9 a {
		font-size: 12px
	}
}

.hp-10 {
	padding: 45px 0 15px
}

@media (max-width: 768px) {
	.hp-10 {
		padding: 19px 0 0
	}
}

.hp-10 .items-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1190px;
	margin: 20px auto 0;
	font-size: 24px;
	font-weight: 500
}

@media (max-width: 991px) {
	.hp-10 .items-list {
		font-size: 18px;
		margin-left: -16px
	}
}

@media (max-width: 768px) {
	.hp-10 .items-list {
		font-size: 12px
	}
}

.hp-10 .item {
	width: 25%;
	text-align: center;
	margin-bottom: 55px;
	padding: 0 40px
}

@media (max-width: 991px) {
	.hp-10 .item {
		width: 130px;
		margin: 0;
		padding: 0 20px
	}
}

@media (max-width: 768px) {
	.hp-10 .item {
		padding: 0
	}
}

.hp-10 .item img {
	margin: 0 auto 10px
}

@media (max-width: 768px) {
	.hp-10 .item img {
		width: 86px
	}
}

.hp-10 .text-wrap {
	background: #732F3C;
	padding: 48px 15%;
	margin-top: 18px;
	font-weight: 400
}

@media (max-width: 991px) {
	.hp-10 .text-wrap {
		padding: 20px 16px 9px;
		margin: 29px -16px 0
	}
}

.hp-10 .text-wrap h4 {
	font-size: 22px;
	margin-bottom: 20px
}

@media (max-width: 768px) {
	.hp-10 .text-wrap h4 {
		font-size: 12px;
		margin-bottom: 15px
	}
}

.hp-11 {
	padding: 140px 0 220px
}

@media (max-width: 991px) {
	.hp-11 {
		padding: 50px 0
	}
}

@media (max-width: 768px) {
	.hp-11 {
		padding: 14px 0 10px
	}
}

.hp-11 .contact-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgba(44, 44, 43, 0.8);
	margin-top: 20px;
	font-size: 20px
}

@media (max-width: 991px) {
	.hp-11 .contact-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.hp-11 .contact-info {
		font-size: 12px;
		margin-top: 12px
	}
}

.hp-11 .contact-info .item {
	max-width: 300px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 20px;
	font-weight: 400
}

@media (max-width: 991px) {
	.hp-11 .contact-info .item {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 25px
	}
}

@media (max-width: 768px) {
	.hp-11 .contact-info .item {
		max-width: 190px;
		text-align: center
	}
}

.hp-11 .contact-info .icon-wrap {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #afa478;
	margin-left: 14px
}

@media (max-width: 768px) {
	.hp-11 .contact-info .icon-wrap {
		width: 32px;
		height: 32px;
		border: 1px solid rgba(86, 0, 53, 0.07);
		padding: 8px
	}
}

.hp-11 .contact-info .caption {
	width: 100%
}

.hp-11 .contact-info a {
	color: rgba(44, 44, 43, 0.8)
}

.hp-11 .custom-form {
	margin-top: 70px;
}

@media (max-width: 991px) {
	.hp-11 .custom-form {
		max-width: 300px;
		margin: 50px auto 0
	}
}

@media (max-width: 768px) {
	.hp-11 .custom-form {
		width: 145px;
		margin-top: 20px
	}
}

.hp-11 .custom-form .flex-row {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.hp-11 .custom-form .input-wrap {
	width: 20%;
	padding: 0 20px
}

@media (max-width: 991px) {
	.hp-11 .custom-form .input-wrap {
		width: 100%;
		margin-bottom: 30px
	}
}

@media (max-width: 768px) {
	.hp-11 .custom-form .input-wrap {
		padding: 0;
		margin-bottom: 20px;
		text-align: center
	}
}

@media (max-width: 768px) {
	.hp-11 .custom-form .wpcf7-submit {
		width: auto;
		min-width: 100px
	}
}

.inner-nav {
	padding: 30px 0
}

@media (max-width: 768px) {
	.inner-nav {
		padding: 15px 0
	}
}

.inner-nav .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 1199px) {
	.inner-nav .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.inner-nav .button-wrap {
	-webkit-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	padding: 0 15px
}

@media (max-width: 1199px) {
	.inner-nav .button-wrap {
		width: 260px;
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
		margin-bottom: 15px
	}
}

@media (max-width: 768px) {
	.inner-nav .button-wrap {
		width: 50%;
		padding: 0 8px
	}
}

.inner-nav .button {
	width: 100%;
	background: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 25px 10px;
	color: #817664
}

@media (max-width: 768px) {
	.inner-nav .button {
		padding: 15px 10px
	}
}

.inner-nav .button:hover {
	background: #d5d1c5
}

.about-plan {
	padding: 52px 0 30px
}

@media (max-width: 768px) {
	.about-plan {
		padding: 15px 0
	}
}

.about-plan .buttons-wrap {
	text-align: center;
	margin-top: 55px
}

.about-plan .button {
	color: #ffffff;
	margin: 0 10px
}

@media (max-width: 768px) {
	.about-plan .button {
		margin: 0 3px
	}
}

.about-plan .plans-items-list {
	max-width: 940px;
	margin: 126px auto 0
}

.about-plan .plan-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}

@media (max-width: 768px) {
	.about-plan .plan-item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		margin-bottom: 50px
	}
}

.about-plan .plan-item .count {
	width: 20%;
	background: #f5f5f5;
	position: relative;
	text-align: center;
	font-size: 40px;
	line-height: 1;
	margin-left: 30px;
	color: #afa478
}

@media (max-width: 768px) {
	.about-plan .plan-item .count {
		width: 100%;
		background: transparent;
		margin: 0
	}
}

.about-plan .plan-item .count:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	border-color: transparent #ebebeb transparent transparent;
	right: 100%;
	top: 50%;
	margin-top: -20px
}

@media (max-width: 768px) {
	.about-plan .plan-item .count:after {
		display: none
	}
}

.about-plan .plan-item .count .big {
	font-size: 140px;
	font-weight: 400;
	letter-spacing: -10px;
	color: #2d4d53;
}

@media (max-width: 991px) {
	.about-plan .plan-item .count .big {
		font-size: 100px
	}
}

.about-plan .plan-item .description {
	width: 18%;
	border-left: 2px dotted #000;
	margin-left: 20px;
	font-size: 15px;
	padding: 15px 10px;
	line-height: 1.7;
	font-weight: 400
}

@media (max-width: 768px) {
	.about-plan .plan-item .description {
		width: 100%;
		border-left: 0;
		border-bottom: 2px dotted #000;
		margin-left: 0
	}
}

.about-plan .plan-item .description p {
	margin-bottom: 0
}

.about-plan .plan-item .description a {
	color: #033543;
	text-decoration: underline
}

.about-plan .plan-item .description a:hover {
	text-decoration: none
}

.about-plan .plan-item .description h4 {
	font-size: 22px;
	font-weight: 400;
	color: #2d4d53
}

#zoom {
	margin: 0 auto;
	max-width: 100%
}

.inner-text-wrap {
	font-size: 18px;
	padding: 50px 0 32px;
	background: #f5f5f5;
	color: #817664;
	font-weight: 400
}

@media (max-width: 768px) {
	.inner-text-wrap {
		font-size: 18px
	}
}

.inner-text-wrap .container {
	max-width: 940px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width: 768px) {
	.inner-text-wrap .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.inner-text-wrap .logo {
	margin-right: 100px
}

@media (max-width: 768px) {
	.inner-text-wrap .logo {
		margin: 10px 0
	}
}