html,body{
	margin:0;
	padding:0;
	font-family: 'Titillium Web', sans-serif;
}
html { scroll-behavior: smooth; } 
* {
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,hr,ul,ol{
	margin:0;
	padding:0;

}
h1,h2,h3,h4,h5,h6{
    	font-family: 'Times', serif;
	font-weight:100;
}
h3{
	margin-top:20px;
	margin-bottom:10px;
}
p{
	margin-bottom:20px;
	font-size:17px;
}
.content p{
    font-size:20px;
}
.menu,
.info,
.content,
.square,
.footer,
.copy{
	max-width:1200px;
	margin: 0 auto;
	padding-left: 15px;
    padding-right: 15px;
}

.banner,
.banner-inner{
	height:1000px;
}
.banner{
	background: url('../images/foto2.jpg') no-repeat center top;
	background-size:cover;
}
.banner-inner{
	background: rgb(77 122 109 / 50%);
	background: linear-gradient(340deg, rgb(255 255 255 / 0%) 0%, rgb(77 122 109 / 100%));
	color:#fff;
}
.content-box{
    display:grid;
    grid-template-columns: 70% 30%;
}
.logo img{
	margin-top:30px;
	height:170px;
}

.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,
.menu ul li.active a{
	top:-6px;
	color:#fff;
}



.menu ul.menu-list li a:after{
	content:'';
	width: 27px;
    height: 3px;
    display: block;
    background: #4d7a6d;
    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,
.menu ul li.active 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 url(../img/bg4.svg) no-repeat center center;
    background-size: cover;
	padding:10px;
	border-radius:8px;
	z-index:1000;
	transition: opacity .3s ease-in-out;
	padding-top: 30px;
    padding-bottom: 30px;
    width:100%;
    	display: grid;
    grid-template-columns: 50% 50%;
}
.menu ul.menu-list li:hover ul{
	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,
.menu ul li.active ul li.active a{
	color:#4d7a6d;
}
.menu span.num{
	font-size:20px;
	color:#4d7a6d;
	padding-right:5px;
}



.slogan{

	position:relative;
	top:15%;
/*     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;
	margin-bottom: 0;
    color: #e6f3ee;
    letter-spacing: 4px;
}
.slogan-inner h3{
    margin-top:0;
}
.slogan-inner p{
	margin:0;
}
ul.lang{
	top:114px;
}
ul.lang li{
	padding:0;
}
.lang-pl{
	width:34px;
	height:37px;
	background: url('../img/flag.png') no-repeat 0 0;
	display:inline-block;
	opacity:.6;
}
.lang-en{
	width:34px;
	height:37px;
	background: url('../img/flag.png') no-repeat -42px 0;
	display:inline-block;
    opacity: .6;
}
.menu ul li:hover a.lang-en, 
.menu ul li a.lang-en.active,
.menu ul li:hover a.lang-pl, 
.menu ul li a.lang-pl.active{
    opacity:1;
}
.info{
	display:grid;
	grid-template-columns: auto auto auto auto;
	position:relative;
	top:320px;
}
.info.info2{
	top:-110px;
	grid-template-columns:auto;
}
.info.info2.info3{
    top:0;
}
.info.info2 .info-inner{
    padding: 10px 40px;
	
}
.info.info2 .book{
background-color: rgb(77,122,109);
    background-image: url(../img/logo-white-alpha-15-S.svg);
    background-position: 150px -130px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow:1px 1px 8px #000;
}
.info.info2 .book a.more{
	border-color:#4d7a6d;
}
.info.info2 .book h3,
.info.info2 .book p{
	color:#fff;
	text-align:center;
}
.info.info2 .book h3{
	font-size:27px
}
.table{
    width:100%;
    font-weight:bold;
}
.table td{
    padding: 10px 20px;
    border: 1px solid #ccc;
    font-size: 18px;
    background: rgb(255 255 255 / 76%);
}
.content img{
	border-radius: 8px;
	max-width:100%;
}
.content-left{
    margin-right:50px;
}
.price{
    margin-bottom: 30px;
    background: #deefeb;
    padding: 2px 14px;
}
.shake{
    animation: shake 0.5s 2;
    animation-delay: 2s;
}
@keyframes shake {
    0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
  
}


.slogan{

	top:15%;
     animation-name: sloganAnim2;
animation-timing-function: ease-out;

  animation-duration: 2.5s;
  animation-iteration-count: 1; 
}
@keyframes sloganAnim2 {
  0%   {opacity:0;}
  100% {opacity:1;}
}


#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;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.info-inner{
	padding:10px 20px;
	border-radius:8px;
}
.info-inner h2{
        font-size: 40px;
    line-height: 1;
    margin-bottom: 26px;
}
.info-inner p{
	line-height:1.3;
}

 a.more{
	color:#fff;
	text-decoration:none;
	font-weight:600;
	padding:20px 0;
}
 a.more:before{
	padding-left:0;
	transition: padding-left .3s ease-in-out,top .3s ease;
}
 a.more:hover:before{
	padding-left:15px;
}


a.more:before{
 content: '';
 display:inline-block;
 width:8px;
 height:8px;
 border-radius:20px;
 background:#4d7a6d;
 border:2px solid #fff;
 margin-right:8px;
 
}
.other-massage{
    display:grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}
.main .content .other-massage h2{
    font-size:20px;
    border:1px solid #e6f3ee;

}
.other-massage h2 a{
    text-decoration:none;
    color:#000;
    padding:15px 20px;
    display:block;
}
.other-massage h2 a:hover{
    background:#e6f3ee;
}
.info-inner.book h2{color: #4d7a6d;}
.info-inner.book a.more{
	background:#fff;
	border-radius:40px;
	color:#4d7a6d;
	display:block;
	text-decoration:none;
	font-size:24px;
	font-weight:700;
	text-align: center;
    padding: 11px;
    margin-bottom: -35px;
	border:3px solid #678d82;
	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:#e6f3ee;

}

.book{
		/* background: rgb(77,122,109);
		    background: linear-gradient(56deg, rgba(77,122,109,1) 0%, rgba(77,122,109,.6) 100%); */
	color: #000;
    background: #fff url(../img/leaf3.svg) no-repeat center bottom;
}

.main{
	padding-top:120px;
	padding-bottom:200px;
	background: url('../img/bg3.svg') no-repeat center center;
	background-size:cover;
	
}
#page .main{
    background: url('../img/bg4.svg') no-repeat center center;
	background-size:cover;
}
.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;
}
.main .content ol.breadcrumb{
    margin-left:0;
    font-style:italic;
    font-size:13px;
}
ol.breadcrumb a{
    color:rgb(77,111,109);
}
#contact .main{
    display: grid;
    grid-template-columns: auto auto;
}
#contact .main .content p{
    font-size:18px;
}
.contact-form{
        background: #ffffff;
    padding: 30px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 5px solid #f7f7f7;
    background: #fbfbfb;
    border-right: none;
}
.contact-form div{
    display: grid;
    grid-template-columns: auto;
}
.contact-form div.grid-2{
    display: grid;
    grid-template-columns: 30px auto;
    color: #3e3e3e;
    border-top: 1px solid #b5b5b5;
    padding: 10px 0;
}
.contact-form label{
    font-size:17px;
    font-weight:600;
}
.contact-form input,
.contact-form textarea{
    font-size:15px;
    padding:7px;
    margin-bottom:5px;
    max-width:400px;
    border:1px solid #603813;
}
.contact-form textarea{
    height:100px;
}
.contact-form input[type="submit"]{
    background: #fff;
    color: #4d7a6d;
    padding: 14px 25px;
    border: none;
    font-weight: 600;
    display: block;
    margin: 13px 0 0 0;
    cursor: pointer;
    border: 4px solid #4d7a6d;
    border-radius: 58px;
    transition: background .3s ease-in-out,color .3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
    background: #e6f3ee;
    color: #4d7a6d;
}

.square{
		display:grid;
	grid-template-columns: 33% 33% 33%;
	column-gap: 50px;
	row-gap: 30px;
	margin-bottom:100px;
}
#hp .square{
     grid-template-columns:50% 50%;
}
.square-inner{
	border:3px solid rgb(77,122,109);
	padding:15px 25px 30px 25px;
}
.square-inner h3{
	margin-bottom:5px;
}
.square-inner p{
	margin-top:0;
}
.square-contact{
	background-color: rgb(77,122,109);
	background-image:url('../img/logo-white-alpha-15.svg');
	background-position: 120px 10px;
	background-repeat:no-repeat;
	background-size: 610px;
    border: none;
	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-offer{
    padding:0;
    display: grid;
    grid-template-columns: auto;
    column-gap: 30px;
}
#page .box-offer .offer-item img{
    max-width:100%;
}
.box-offer .offer-item h2{
    font-size: 37px;
    color: #4d7a6d;
    line-height: 1;
    margin-bottom: 5px;
    transition: font-size .6s ease;
}
.box-offer .offer-item h2 a{
    color:#4d7a6d;
    text-decoration:none;
}
.box-offer .offer-item h2 .num{
    font-size:60px;
}
.box-offer .offer-item p{
    color:#272727;
    margin-bottom:20px;
    font-size:25px;
}
.box-offer .offer-item a.more{
    color:#4d7a6d;
}
.box-offer .offer-item{
    position:relative;
    background:none;
        border-radius: 8px;
    margin-bottom: 30px;
    transition: background .3s ease;
    display: grid;
    margin-top: 70px;
    grid-template-columns: 40% 60%;
}
/* .box-offer .offer-item:hover{
    background:rgba(0,0,0,.2);
} */
.box-offer .offer-item:hover h2{
    font-size:32px;
}
#page .box-offer .offer-item img{
    position:relative;
    z-index:-1;
    margin-bottom:0;
    
}
.box-offer .offer-item .text{
    margin-left:20px;
    /*position: absolute;
    bottom: 0;
    z-index: 10;
     padding:20px;
*/
}

.box-1,
.box-2{
	padding-top:100px;
	background:rgb(77,122,109) url('../img/logo-white-alpha-15-S.svg') no-repeat center center;
	background-size:70%;
	color:#fff;
	padding-bottom:100px;
}
.box-2{
    padding-top:20px;
    padding-bottom:20px;
}
.box-1 .content{
	display:grid;
	grid-template-columns: 40% 60%;
	column-gap: 50px;
	margin-bottom:70px;
}
.box-2 .content{
	display:grid;
	grid-template-columns: auto;
	column-gap: 50px;
}
.box-1 .content img,
.box-2 .content img{
	box-shadow: 2px 2px 8px rgb(0 0 0 / 90%);
}
.box-1 h2,
.box-2 h2{
	font-weight:500;
	margin-bottom:0;
	font-size:30px;
}
.box-1 h2 .num,
.box-2 h2 .num{
	font-size:50px;
}

#page .box-1{
	padding-top:0;
	padding-bottom:0;
}

footer{
	padding-top:30px;
	color:#4d7a6d;
	background:#deefeb;
}
footer h3{
	font-size:30px;
	color:#4d7a6d;
	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:#4d7a6d;
	text-decoration:none;
}
.footer{
	display:grid;
	grid-template-columns: auto auto;
}
.copy{
	text-align:center;
	border-top:2px solid #4d7a6d;
	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: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 32px;
    border: 2px solid rgba(255,255,255,.7);
    padding: 0;
    line-height: 2.2;
    background: rgb(77,122,109);
    background: linear-gradient(56deg, rgba(77,122,109,1) 0%, rgba(77,122,109,0.8) 100%);
    display: none;
    position: fixed;
    z-index:1000;
    top: -14px;
    right: 20px;
    border-radius: 100px;
}


#contact .banner,
#page .banner{
    background-position:center center;
}

#contact .banner,
#contact .banner-inner,
#page .banner, 
#page .banner-inner{
	height:460px;
}
#page .box-1{
	display:grid;
	grid-template-columns:auto auto auto;
}
#contact .main.bg-style,
#page .main.bg-style{
    padding-top: 100px;

    padding-bottom: 100px;
    	
	background: rgb(230,243,238) url(../img/bg3.svg) no-repeat center center;
    background-size: cover;
    color:#4d7a6d;
}


.menu,
.info,
.content,
.square,
.footer,
.copy{
	max-width:1200px;
	margin: 0 auto;
}

.closebtn {
    display:none;
  position: absolute;
  top:12px;
  right: 20px;
  margin-left: 0;
  color: #fff;
  text-decoration: none;
}


.closebtn {
  font-size: 28px;
  color: #000;
  font-weight: 100;
  text-transform: uppercase;
  
}

.closebtn:hover {
  color: #7da200;
}

@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;
	}
	.other-massage,
	.content-box {
        grid-template-columns: auto;
    }
    .content-left{
        margin-right:0;
    }
    .content-right{
        margin-bottom:30px;
    }
    
}
@media (max-width: 767px) {
    
    .box-offer .offer-item{
   
    grid-template-columns: 100%;
}
.box-offer .offer-item .text h2{
    font-size:30px;
}
.box-offer .offer-item .text{
    margin-left:0px;
}
    
    
    .banner,
.banner-inner{
	height:580px;
}
#contact .banner,
#contact .banner-inner,
#page .banner, 
#page .banner-inner{
	height:260px;
}
   .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  border-left: 1px solid #cedca0;
  background: #f8f9fa;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
}
.closebtn{
    display:block;
}
#page  .main,
#contact .main.bg-style, #page .main.bg-style{
    padding-top:20px;
}
.sidenav a {
  display: block;
  transition: 0.3s;
}
    #contact .main{
        grid-template-columns: auto;
    }
    #hp .square{
     grid-template-columns:auto;
}
   
    
    .box-offer{
        display: grid;
    grid-template-columns: auto;
    column-gap: 0px;
    }
  .menu,.info,.content,.square,.footer,.copy{
	
	}
	.info{
		grid-template-columns: auto auto;
		top:150px;
	}
	.square{
		grid-template-columns: auto ;
	
	}
	.contact-form{
	    border:none;
	    padding:35px;
	}
	.slogan-inner h1,
	.slogan-inner h2{
		font-size: 32px;
    line-height: 1.2;
		
	}
	.slogan p{
	   
	    font-size: 14px;
    padding: 0 56px;
	}
	#page .slogan-inner h1,
	#page .slogan-inner h2{
		font-size: 32px;
    line-height: 1.2;
		
	}
	#contact .slogan-inner,
	#page .slogan-inner{
	    display:none;
	}
	
	.menu{
		grid-template-columns: auto;
		text-align: center;
	}
	.menu ul li a{
	    text-shadow:none;
	    color:#4B3117;
	    padding-bottom:5px;
	}
	.menu ul li:hover a, .menu ul li.active a{
	    color:#4d7a6d;
	    top:0;
	}
	.menu ul.menu-list li a:after{
	    margin: 6px 0;
	}
	.menu .menu-list li{
	    text-align:left;
	    display:block;
	    padding:3px 0px;
	}
	.menu .menu-list{
	
		background: #fff url('../img/bg3.svg') no-repeat center center;
		background-size:cover;
    position: absolute;
    width: 100%;
    margin: 0;
    padding:15px 0px 15px 18px;
    right: 0px;
    top: 68px;
    z-index: 1000;
    height: 100vh;
	}
	
.menu ul.menu-list ul{
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    box-shadow:none;
    background: none;
    padding: 5px;

    z-index: 1000;
    transition: opacity .3s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
    display: block;
    grid-template-columns: auto;
}
	.menu .lang{
		    z-index: 100000;
    top: -64px;
    left:-99px;
	}
	.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;
	}
}