html,body{
	margin:0;
	padding:0;
	font-family: 'Titillium Web', sans-serif;
}
* {
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,hr,ul,ol{
	margin:0;
	padding:0;
}
h3{
	margin-top:20px;
	margin-bottom:10px;
}
p{
	margin-bottom:20px;
	font-size:17px;
}
.menu,
.info,
.content,
.square,
.footer,
.copy{
	max-width:1200px;
	margin: 0 auto;
	padding-left: 15px;
    padding-right: 15px;
}

.banner,
.banner-inner{
	height:100vh;
}
.banner{
	background: url('../img/010173070835.jpg') no-repeat center top;
	background-size:cover;
}
.banner-inner{
	background: rgb(96,56,19);
	background: linear-gradient(90deg, rgba(96,56,19,0.7) 0%, rgba(0,0,0,0.3) 100%);
	color:#fff;
}
.logo img{
	margin-top:30px;
	height:140px;
}
.menu,
.logo{

		animation-name: logoAnim;
	animation-timing-function: ease;

	  animation-duration: 3s;
	  animation-iteration-count: 1;
}
@keyframes logoAnim {
  0%   {opacity:0;}
  100% {opacity:1;}
}
.menu{
	
display: grid;
    grid-template-columns: auto auto auto;
}
.menu a{
text-decoration:none;

}
.menu ul{
	display:inline-block;
	position:relative;
	top:100px;
}
.menu ul li{
	list-style:none;
	display:inline-block;
	padding:10px 30px;
}
.menu ul li a{
 text-decoration:none;
 color:#fff;
 text-shadow:1px 1px 5px #000;
 font-weight:600;
 padding-bottom:20px;
 position:relative;
 top:0;
 transition: top .3s ease-in-out,color .3s ease-in-out;
}
.menu ul li:hover a{
	top:-6px;
	color:#cfcfcf;
}



.menu ul.menu-list li a:after{
	content:'';
	width: 27px;
    height: 3px;
    display: block;
    background: #603813;
    padding-bottom: 0px;
    margin: 6px auto;
	opacity:0;
	position:relative;
	top:0;
	transition: opacity .3s ease-in-out,top .3s ease;
}
.menu ul.menu-list li:hover a:after{
	opacity:1;
	top:6px;
}
.menu ul.menu-list ul{
	
	position:absolute;
	top: 44px;
    left: -20px;
	opacity:0;
	box-shadow: 1px 1px 8px rgb(0 0 0 / 60%);
	background:#fff;
	padding:10px;
	border-radius:8px;
	z-index:1000;
	transition: opacity .3s ease-in-out;
	padding-top: 30px;
    padding-bottom: 30px;
}
.menu ul.menu-list li:hover ul{
	display:block;
	opacity:1;

}
.menu ul.menu-list ul li{
	display:block;
	padding:4px 30px;
}
.menu ul.menu-list ul li a:after{
	display:none;
}
.menu ul.menu-list ul li a{
	text-shadow:none;
	color:#4B3117;
	transition: color .3s ease;
}
.menu ul li ul li a:hover{
	color:#cf4a4a;
}
.menu span.num{
	font-size:20px;
	color:#cf4a4a;
	padding-right:5px;
}



.slogan{

	position:relative;
	top:20%;
	animation-name: sloganAnim;
	animation-timing-function: ease;
	
	  animation-duration: 1.5s;
	  animation-iteration-count: 1;
}
@keyframes sloganAnim {
  0%   {opacity:0;top:40%}

  100% {opacity:1;top:20%;}
}
.slogan-inner{
	text-align:center;
}
.slogan-inner h1,
.slogan-inner h2{
	font-weight:500;
	font-size:65px;
	 text-shadow:1px 1px 8px #000;
	 margin-bottom:0;
}
.slogan-inner p{
	margin:0;
}
ul.lang{
	top:105px;
}
ul.lang li{
	padding:0;
}
.lang-pl{
	width:34px;
	height:37px;
	background: url('../img/flag.png') no-repeat 0 0;
	display:inline-block;
}
.lang-en{
	width:34px;
	height:37px;
	background: url('../img/flag.png') no-repeat -42px 0;
	display:inline-block;
}
.info{
	display:grid;
	grid-template-columns: auto auto auto auto;
	position:relative;
	top:420px;
}
.info.info2{
	top:-110px;
	grid-template-columns:auto;
}
.info.info2 .info-inner{
    padding: 10px 40px;
	
}
.info.info2 .book{
background-color: rgb(96,56,19);
    background-image: url(../img/logo-white-big.svg);
    background-position: 150px -130px;
    background-repeat: no-repeat;
    background-size: cover;
}
.info.info2 .book a.more{
	border-color:#4B3117;
}
.info.info2 .book h3,
.info.info2 .book p{
	color:#fff;
	text-align:center;
}
.info.info2 .book h3{
	font-size:27px
}
.content img{
	border-radius: 8px;
	max-width:100%;
}
#page .slogan{
	top:20%;
}
#page .slogan{

	top:20%;
	animation-name: sloganAnim2;
	animation-timing-function: ease;
	
	  animation-duration: 1.5s;
	  animation-iteration-count: 1;
}
@keyframes sloganAnim2 {
  0%   {opacity:0;top:40%}
  100% {opacity:1;top:20%;}
}
#page .main .content img{
    max-width: 50%;
	margin-bottom:30px;

}
#page .main .content img.left{
	float: left;
	margin-right: 40px;
}

#page .main .content img.right{
	float: right;
	margin-left: 40px;
}

.info-inner{
	padding:10px 30px;
	border-radius:8px;
}
.info-inner p{
	line-height:1.3;
}
.info-inner a.more{
	color:#fff;
	text-decoration:none;
	font-weight:600;
	padding:20px 0;
}
.info-inner a.more:before{
	padding-left:0;
	transition: padding-left .3s ease-in-out,top .3s ease;
}
.info-inner a.more:hover:before{
	padding-left:15px;
}


.info-inner a.more:before{
 content: '';
 display:inline-block;
 width:8px;
 height:8px;
 border-radius:20px;
 background:#4B3117;
 border:2px solid #fff;
 margin-right:8px;
 
}
.info-inner.book a.more{
	background:#fff;
	border-radius:40px;
	color:#4B3117;
	display:block;
	text-decoration:none;
	font-size:24px;
	font-weight:700;
	text-align: center;
    padding: 11px;
    margin-bottom: -35px;
	border:3px solid #fff;
	transition: background .3s ease-in-out,color .3s ease-in-out;
}
.info-inner.book a.more:before{
	display:none;
}

.info-inner.book a.more:hover{
	background:#4B3117;
	color:#fff;
}

.book{
		background: rgb(96,56,19);
	background: linear-gradient(56deg, rgba(96,56,19,1) 0%, rgba(0,0,0,0.8) 100%)
}
.main{
	padding-top:50px;
	padding-bottom:100px;
}
.main .content p{
	margin-bottom:30px;
}
.main .content h1{
	font-size:40px;
}
.main .content h2{
	font-size:40px;
}
.main .content h3{
	font-size:35px;
}
.main .content h4{
	font-size:30px;
}
.main .content h5{
	font-size:25px;
}
.main .content h6{
	font-size:20px;
}
.main .content ul,
.main .content ol{
	margin-left:30px;
	margin-bottom:30px;
}
.square{
		display:grid;
	grid-template-columns: 33% 33% 33%;
	column-gap: 50px;
	row-gap: 30px;
	margin-bottom:100px;
}
.square-inner{
	border:3px solid #603813;
	padding:15px 25px 30px 25px;
}
.square-inner h3{
	margin-bottom:5px;
}
.square-inner p{
	margin-top:0;
}
.square-contact{
	background-color: rgb(96,56,19);
	background-image:url('../img/logo-white-big.svg');
	background-position: 120px 10px;
	background-repeat:no-repeat;
	background-size:290px;
	border-radius:8px;
	color:#fff;
}
.square-contact p{
		line-height:1;
			font-size:24px;
}
.square-contac h3{
	margin-top:0;
}
.square-contact p a{
	color:#fff;

	text-decoration:none;

}
.fa-envelope{
	font-size:14px;
}
.fa-mobile{
	font-size:20px;
}
.fa-location-dot{
	font-size:20px;
}
.big{
	font-size:20px;
	margin-bottom:60px;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
h2{
	font-size:40px;
}
.box-1{
	padding-top:100px;
	background:#4B3117 url('../img/logo-white-big.svg') no-repeat center center;
	background-size:70%;
	color:#fff;
	padding-bottom:100px;
}
.box-1 .content{
	display:grid;
	grid-template-columns: auto auto;
	column-gap: 50px;
	margin-bottom:70px;
}
.box-1 .content img{
	box-shadow: 2px 2px 8px rgb(0 0 0 / 90%);
}
.box-1 h2{
	font-weight:500;
	margin-bottom:0;
	font-size:30px;
}
.box-1 h2 .num{
	font-size:50px;
}
#page .box-1{
	padding-top:0;
	padding-bottom:0;
}

footer{
	padding-top:30px;
}
footer h3{
	font-size:30px;
	color:#4B3117;
	font-weight:500;
	margin-bottom:0;
}
footer .footer-item-contact p{
	font-size:25px;
}
.footer-item-contact{
	font-size:26px;
}
.footer-item-contact a{
	color:#000;
	text-decoration:none;
}
.footer{
	display:grid;
	grid-template-columns: auto auto;
}
.copy{
	text-align:center;
	border-top:2px solid #603813;
	font-size:13px;
	padding:10px 0;
	margin-top:50px;
}
.copy span{
	color:#cfcfcf;
}
.copy span a{
	color:#cfcfcf;
	text-decoration:none;
}

.hamb{
	text-align: center;
    width: 140px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 32px;
    border: 1px solid #fff;
    padding: 0 20px;	
	/*background: rgb(77 46 18 / 45%);*/
	display:none;
}



#page .banner, 
#page .banner-inner{
	height:40vh;
}
#page .box-1{
	display:grid;
	grid-template-columns:auto auto auto;
}


.menu,
.info,
.content,
.square,
.footer,
.copy{
	max-width:1200px;
	margin: 0 auto;
}
@media (max-width: 1300px){
	.menu,.info,.content,.square,.footer,.copy{
		max-width:1000px;
	}
}

@media (max-width: 960px) {
	.menu,.info,.content,.square,.footer,.copy{
		max-width:800px;
	}
}
@media (max-width: 767px) {
  .menu,.info,.content,.square,.footer,.copy{
	
	}
	.info{
		grid-template-columns: auto auto;
		top:150px;
	}
	.square{
		grid-template-columns: auto ;
	
	}
	.slogan{
		top:10%;
	}
	.slogan-inner h1,
	.slogan-inner h2{
		font-size: 45px;
    line-height: 1.2;
		
	}
	#page .slogan-inner h1,
	#page .slogan-inner h2{
		font-size: 32px;
    line-height: 1.2;
		
	}
	.slogan-inner p{
		display:none;
	}
	.menu{
		grid-template-columns: auto;
		text-align: center;
	}
	.menu .menu-list{
		display:none;
	}
	.menu .lang{
		display:none;
	}
	.info-inner{
		display:none;
	}
	.info-inner.book{
		display:block;
	}
	.info-inner.book p{
		
    font-size: 13px;
	}
	.box-1 .content{
	display:grid;
	grid-template-columns: auto;
	column-gap: 50px;
	}
	.box-1 h2{
		line-height:1.2;
	}
	.footer{
		grid-template-columns: auto;
		text-align:left;
	}
	.footer .text-right{
		text-align:left;
	}
	.hamb{
		display:block;
	}
}