/*
Theme Name: book
Text Domain: book
*/
:root {
	--font1:'Ahellya';
	--font2:'Caveat';
	--font3:'Pf';
	--font4:'Times New Roman';
	--color2:#EBDEAC;
	--default:all linear .25s;
	--font-size-title:60px;
	--font-size-p:20px;
}
@font-face {
	font-family:'Ahellya';
	src:url(fonts/ahellya.ttf);
	font-weight: 400;
	font-style:normal;
}
@font-face {
	font-family:'Ahellya';
	src:url(fonts/ahellyaitalic.ttf);
	font-weight: 400;
	font-style:italic;
}
@font-face {
	font-family:'Gogol';
	src:url(fonts/gogol_regular.otf);
	font-weight: 400;
}
@font-face {
	font-family:'Caveat';
	src:url(fonts/caveat.ttf);
	font-weight: 400;
}
@font-face {
	font-family:'Pf';
	src:url(fonts/PFHellenicaSerifProRegular.ttf);
	font-weight: 400;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	font-size:18px;
	line-height:1.8;
	font-family: var(--font1), sans-serif;
	margin:0;
	color:#000;
	background: #121517;
}
input,textarea,button {
	font-family:'Ahellya';
}
a {
	text-decoration:none;
	cursor:pointer;
	transition:all linear .25s;
}
div,a,img,button {
	outline:none;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
p {
	margin:0;
}
* {
	outline: none;
}
.fl,.d-flex {
	display:flex;
}
.fw {
	flex-wrap:wrap;
}
.sb {
	justify-content: space-between;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.container {
	max-width: 1430px;
	padding: 0 15px;
	margin:0 auto;
	width: 100%;
}
header {
	padding: 47px 0;
	position: absolute;
	left: 0;
	width: 100%;
	top:0;
	z-index: 3;
}
header nav ul {
	display: flex;
	gap:0 33px;
	margin-right: 46px;
}
header nav ul a {
	display: block;
	color:var(--color2);
	font-family: var(--font3);
	text-transform: uppercase;
}
header nav {
	margin-left: auto;
}
.lang {
	position: relative;
	line-height: 1.2;
}
.lang > p {
	padding:0 30px 0 10px;
	display: flex;
	height: 34px;
	background: rgba(255, 255, 255, 0.12) url(images/ar1.svg) no-repeat calc(100% - 7px) center;
	border-radius: 6px;
	text-transform: uppercase;
	color:var(--color2);
	font-family: var(--font3);
	align-items: center;
	align-content: center;
	cursor: pointer;
}
.lang > ul {
	position: absolute;
	top:calc(100% + 3px);
	background: rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition:var(--default);
}
.lang ul a {
	display: block;
	text-transform: uppercase;
	color:var(--color2);
	padding: 0 10px;
	margin:3px 0;
	font-family: var(--font3);
}
.lang .current-lang {
	display: none;
}
.lang:hover ul {
	opacity: 1;
	visibility: visible;
}
.slider .slick-slide {
	position: relative;
}
img {
	display: block;
	max-width: 100%;
}
.slider .bg {
	display: block;
	width: 100%;
	height: 100vh;
	min-height: 650px;
	max-height: 800px;
	object-fit: cover;
	object-position: center center;
}
.slider .item {
	position: absolute;
	left: 0;
	width: 100%;
	top:0;
	height: 100%;
	display: flex;
	background: rgba(18, 21, 23, 0.76);
}
.slider .slide1 .item {
	background: none;
}
.slider .cont {
	flex-direction: column;
	align-items: center;
	text-align: center;
	color:#fff;
	font-size: 40px;
	line-height: 1.2;
	height: 100%;
	font-family: var(--font4);
	padding-top: 155px;
	position: relative;
}
.slider .cont .dimg {
	position: absolute;
	top:0;
	height: calc(100% - 10px);
	pointer-events: none;
	left: 50%;
	transform:translateX(-50%);
}
.slider .cont .dimg.m {
	display: none;
}
.slider .bottom {
	margin-top: auto;
	position: relative;
	z-index: 2;
}
.slider h1, .slider h2 {
	font-family: var(--font3);
	font-size: 120px;
	margin:0;
	font-weight: 400;
	padding-right: 15px;
}
.slider h3 {
	font-size: 30px;
	margin:0 0 12px;
	font-weight: 400;
}
.slider h4 {
	font-style: italic;
	font-size: var(--font-size-p);
	margin:0 0 20px;
}
.slider .dop {
	margin:0 0 30px;
	font-size: 18px;
	font-family: var(--font1);
}
.slider p:first-child {
	margin-bottom: -10px;
}
.slider p span {
	display: inline-block;
	width: 60px;
}
.slider .slide1 p:first-child {
	margin-right: 75px;
}
.slick-arrow {
	position: absolute;
	border-radius: 100%;
	top:calc(50% - 22px);
	cursor: pointer;
	z-index: 3;
	width: 44px;
	height: 44px;
}
.slick-prev {
	background: rgba(255, 255, 255, 0.14) url(images/ar-left.svg) no-repeat center;
	left: calc(50% - 700px);
}
.slick-next {
	background: rgba(255, 255, 255, 0.14) url(images/ar-right.svg) no-repeat center;
	right: calc(50% - 700px);
}
@media screen and (max-width:1450px) {
	.slick-prev {
		left: 15px;
	}
	.slick-next {
		right: 15px;
	}
}
.slider .bg2 {
	position: absolute;
	left: 0;
	width: 100%;
	object-fit: cover;
	bottom: -200px;
	z-index: 1;
	height: 280px;
}
.btn {
	padding: 25px 35px;
	display: inline-flex;
	box-shadow: 0 10px 11px 0 rgba(0, 0, 0, 0.27);
	background: #ebdeac;
	border-radius: 100px;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color:#000;
	min-width: 235px;
	text-align: center;
	border:0;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.slider .btn {
	margin:33px 0 23px;
}
@media screen and (min-height:650px) and (max-height:800px) {
	.slider .cont {
		padding-top: 19vh;
	}
	.slider .cont {
		font-size: 5vh;
	}
	.slider h1, .slider h2 {
		font-size: 15vh;
	}
}
@media screen and (max-height:650px) {
	.slider .cont {
		padding-top: 125px;
	}
	.slider .cont {
		font-size: 32px;
	}
	.slider h1, .slider h2 {
		font-size: 95px;
	}
}
#slider {
	position: relative;
	z-index: 2;
}
#about {
	padding: 30px 0 135px;
	text-align: center;
	position: relative;
}
#about .bg {
	position: absolute;
	left: 0;
	width: 100%;
	height: calc(100% + 50px);
	top:-50px;
	object-fit: cover;
	object-position: center bottom;
}
#about > div {
	position: relative;
	z-index: 2;
}
#about .text1 {
	max-width: 800px;
	margin:0 auto;
	font-size: var(--font-size-p);
	line-height: 1.6;
}
#about .line {
	height: 1px;
	background: #ebdeac;
	margin:32px auto 35px;
	max-width: 925px;
}
#about .text2 {
	max-width: 925px;
	margin:0 auto 3px;
	font-style: italic;
	font-weight: 400;
	font-size: 40px;
	line-height: 133%;
}
#about .text3 {
	font-weight: 400;
	font-size: 80px;
	color: #ac9745;
	line-height: 1.2;
	font-family: var(--font2);
}
#family {
	padding: 70px 0;
	color:#fff;
}
#family .col1 {
	width: 100%;
	max-width: 335px;
	padding-left: 10px;
}
#family .col3 {
	width: 100%;
	max-width: 390px;
	padding-right: 35px;
}
#family .col2 {
	width: 100%;
	margin-left: 140px;
	padding-right: 80px;
}
@media screen and (max-width:1460px) {
	#family .col2 {
		padding-right: 60px;
		margin-left: 60px;
	}
	#family .col3 {
		max-width: 350px;
		padding-right: 0;
		padding-right: 10px;
	}
}
#family .title {
	margin:0 0 22px;
	font-size: var(--font-size-title);
	line-height: 1.15;
}
#family .title span {
	color:#EBDEAC;
	font-family: var(--font2);
}
#family .text p + p {
	margin-top: 32px;
}
#family .row1 .col2 {
	padding-right: 0;
}
#family .row2 .col1 {
	align-self: flex-end;
	margin-bottom: -25px;
}
#info1 {
	position: relative;
	padding: 120px 0 145px;
}
#info1 .bg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top:0;
}
#info1 .container {
	position: relative;
	z-index: 2;
	max-width: 990px;
}
#info1 .p1 {
	color:rgba(255,255,255,0.7);
	margin:0 0 24px;
}
#info1 .p2 {
	font-size: 100px;
	line-height: 1.15;
	color:#EBDEAC;
}
#info1 .p2 span {
	color:#EBDEAC;
	font-family: var(--font2);
}
#info2 {
	background: url(images/bg4.png) no-repeat center 45%;
	background-size: 100% auto;
	padding: 70px 0 90px;
}
#info2 .col1 {
	font-size: var(--font-size-p);
	line-height: 2;
	color:#fff;
	max-width: 785px;
	padding-right: 30px;
}
#info2 .col2 {
	width: 100%;
	max-width: 455px;
	text-align: center;
	line-height: 1.6;
	margin-top: -5px;
}
#info2 .img {
	margin:0 auto 15px;
	max-width: 340px;
}
#info2 .p1 {
	font-size: 30px;
	font-family: var(--font2);
	margin:0 0 10px;
	color:rgba(255,255,255,0.7);
}
#info2 .p2 {
	font-size: 16px;
	color:rgba(255,255,255,0.7);
}
#info2 h2 {
	margin:0 0 8px;
	font-weight: 400;
font-size: var(--font-size-title);
line-height: 126%;
}
@media screen and (max-width:1400px) {
	#info2 h2 {
		font-size: 55px;
	}
}
#info2 h2 em {
	font-style: normal;
	font-family: var(--font2);
	color: #ebdeac;
}
#info2 p {
	max-width: 710px;
}
#charity {
	background: url(images/bg5.png) no-repeat center;
	background-size: auto 100%;
	padding: 125px 0 230px;
}
@media screen and (min-width:1600px) {
	#charity {
		background-size: 100% 100%;
	}
}
#charity .title {
	margin:0 0 17px;
	font-weight: 400;
font-size: var(--font-size-title);
line-height: 1.15;
max-width: 865px;
}
#charity .title span {
	font-style: normal;
	font-family: var(--font2);
	color: #ac9745;
}
#charity .col1 {
	width: 100%;
	max-width: 580px;
	padding-top: 10px;
}
#charity .col1 p {
	max-width: 455px;
}
#charity .col1 img {
	margin:60px 0 30px;
}
#charity .col2 {
	width: 100%;
	max-width: 455px;
}
#charity .col2 img {
	margin:0 0 40px;
	max-width: 360px;
}
pre {
	margin:0;
}
#info3 {
	padding: 0 0 75px;
}
.form {
	background: url(images/form.png) no-repeat center;
	background-size: 100% 100%;
	margin:0 auto;
	margin-top: -190px;
	max-width: 665px;
	padding: 70px 78px;
	margin-bottom: 110px;
}
.form > p {
	margin:0 0 25px;
}
.form .d-flex > p {
	width: 100%;
	display: flex;
}
.form input {
	height: 54px;
	padding: 0 22px;
	border: 1px solid #afafaf;
	border-radius: 100px;
	background: #fff;
	color:#000;
	font-size: 16px;
	margin-right: -100px;
	width: calc(100% + 100px);
}
	.wpcf7-form-control-wrap {
		display: block;
	}
.form input::placeholder {
	color:#000;
	font-size: 16px;
}
.form .submit {
	height: 54px;
	padding: 0 31px;
	min-width: unset;
	align-items: center;
	font-size: 16px;
	text-transform: initial;
	position: relative;
	z-index: 2;
	box-shadow: none;
}
.wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none !important;
}
.form input.wpcf7-not-valid {
	border-color:red;
}
.wpcf7 form.sent .wpcf7-response-output {
	font-size: 14px;
	margin:10px 0 0;
	text-align: center;
	padding: 5px 10px;
	border-radius: 20px;
}
.info3 {
	margin-bottom: 45px;
	color:#fff;
}
.info3 .col1 {
	width: 100%;
	max-width: 850px;
	padding-right: 30px;
}
.info3 .col2 {
	width: 100%;
	max-width: 345px;
	margin-right: 140px;
}
.info3 h3 {
	font-size: 32px;
	line-height: 1.6;
	font-weight: 400;
	font-family: var(--font2);
	margin:0 0 5px;
	color: rgba(255, 255, 255, 0.7);
}
.info3 h2 {
	margin:0 0 6px;
	font-weight: 400;
	font-size: var(--font-size-title);
	line-height: 1.15;
}
.info3 h2 em {
	font-style: normal;
	font-family: var(--font2);
	color: #ebdeac;
}
.info3 ul {
	list-style: disc;
	padding:0 0 0 30px;
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.15;
}
.info3 ul li+li {
	margin-top: 16px;
}
.info4 {
	max-width: 720px;
	margin:0 auto;
	font-size: 24px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}
.info4 p {
	text-align: left;
}
.info4 h2 {
	margin:13px 0 18px;
	font-weight: 400;
	font-size: var(--font-size-title);
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.7);
	text-align: left;
}
.info4 h2 em {
	font-style: normal;
	font-family: var(--font2);
	color: #ebdeac;
}
.info4 .btn {
	padding: 0 45px;
	min-width: unset;
	height: 60px;
}
#info5 {
	background: url(images/bg6.png) no-repeat center;
	background-size: auto 100%;
	padding: 100px 0 20px;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 160%;
	color: rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 2;
}
@media screen and (min-width:1600px) {
	#info5 {
		background-size: 100% 100%;
	}
}
#info5 h2 {
	margin:0 0 25px;
	font-weight: 400;
	font-size: var(--font-size-title);
	color:#000;
	line-height: 1.15;
}
#info5 h2 em {
	font-style: normal;
	font-family: var(--font2);
	color: #ac9745;
}
#info5 .container {
	max-width: 1030px;
}
#info5 img {
	max-width: 305px;
	margin:0 auto -65px;
}
#info5 .btn {
	padding: 0 45px;
	min-width: unset;
	height: 60px;
}
#social {
	padding: 160px 0 80px;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	font-size: 40px;
	line-height: 126%;
	text-align: center;
	background: #fff;
	margin-top: -100px;
}
.social {
	gap:0 30px;
	justify-content: center;
	margin-top: 30px;
}
.social a {
	display: block;
}
footer {
	padding: 30px 0;
	background: #FCF9F1;
}
footer .mail {
	font-size: 14px;
	line-height: 160%;
	color: #000;
}
.fsocial {
	gap:0 11px;
}
.fsocial a {
	display: block;
}
main {
	min-height: calc(100dvh - 94px);
}
#page {
	padding: 170px 0 80px;
	color:#fff;
	text-align: center;
	font-size: var(--font-size-p);
}
#page h1 {
	margin:0 0 30px;
	font-family: var(--font3);
	font-size: 70px;
	line-height: 1.2;
	font-weight: 400;
}
.open-menu {
	display: none;
	margin-left: 20px;
	width: 40px;
	height: 40px;
	background: url(images/menu.svg) no-repeat center;
	background-size: auto 25px;
	cursor: pointer;
}