body {
	overflow-x: hidden;
}

.container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

h2.gray {
	font-family: 'Lobster';
	font-size: 60px;
	color: rgb(172, 172, 172);
}

h2.white {
	font-family: 'Lobster';
	font-size: 60px;
	color: rgb(255, 255, 255);
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

/*HEADER*/
header {
	height: auto;
	padding: 30px 0;
}
/*NAV*/

 nav {
  background-color: rgba(0, 0, 0,0.3);
  text-align: center;
  position: fixed;
  top: 3%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  z-index: 999;
}

nav ul {
	height: 72px;
	display: flex;
  justify-content: center;
}

nav ul a {
  font-family: "Exo 2";
  font-size: 18px;
  font-weight: 600;
  color: rgb(254, 255, 254);
  padding: 0 20px;
  padding-top: 30px;
  position: relative;
}
nav a.aktif {
  color: #FB3535;
}

.star:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(../img/star.png) no-repeat;
	position: absolute;
	bottom: 25px;
	right: -8px;
}
/*NAV*/

.logo {
 	padding-top: 145px;
 	padding-left: 65px;
 }

.logo-text {
 	font-family: 'Lato-Regular';
 	font-size: 18px;
 	line-height: 27px;
 	color: rgb(255, 255, 255);
 	padding: 0 182px;
 	text-align: center;
 	margin-top: 40px;
 }
/*HEADER*/

/*ABOUT*/
.about {
	padding-top: 57px;
	padding-bottom: 81px;
}

.about-img {
	width: 631px;
	margin-right: 54px;
}

.about-text {
	width: 397px;
}

.border:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgb(209, 209, 209);
}

.border h2:after {
	content: '';
	display: block;
	width: 10%;
	height: 4px;
	background-color: rgb(0, 190, 75);
	margin-top: 15px;
}

.about-text p {
	margin-top: 40px;
	font-family: 'Lato-Light';
	font-size: 16px;
	line-height: 25px;
	color: rgb(64, 64, 64);
}
/*ABOUT*/

/*HOME*/
.home {
	padding-top: 130px;
	padding-bottom: 165px;
}

.home-text {
	width: 403px;
}

.home-img {
	width: 572px;
	margin-left: 8px;
}

.home-text p {
	font-family: 'Lato-Light';
	font-size: 16px;
	line-height: 20px;
	color: rgb(255, 255, 255);
	margin-top: 30px;
}
/*HOME*/

/*TERRITORY*/
.territory {
	padding-top: 80px;
	border-radius: -50% -50% 0 0!important;
}

.territory-img {
	width: 592px;
}

.territory-text {
	width: 404px;
}

.territory-text p {
	font-family: 'Lato-Light';
	font-size: 16px;
	line-height: 25px;
	color: rgb(64, 64, 64);
	margin-top: 30px;
}
/*TERRITORY*/

/*SLIDER*/
.slider-block { position: relative;
  top: 100px;
  }

.slider-block .border {
	width: 20%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

.slider-block .border h2:after {
	margin: 15px auto 0 auto;
}

.home-text .border h2:after {
	margin: 15px 0 0 40px;
}

.territory-text .border h2:after {
	margin: 15px 0 0 80px;
}

.slider-block .border h2:after {
	margin: 15px 0 0 120px;
}


.iceriki .border h2:after {
	margin: 15px 0 0 110px;
}


.icerikii .border h2:after {
	margin: 15px 0 0 200px;
}


.slider-bg {
	width: 1174px;
	height: 330px;
	background: url(../img/slider-bg.png) no-repeat;
	background-size: cover;
	padding: 65px 0;
}

.slide {
	padding-left: 50px;
	position: relative;
}

.slide span {
	display: block;
	position: absolute;
	width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	background: url(../img/search.png) no-repeat;
	cursor: pointer;
}

.slick-slide img {
	border: 5px solid white;
}


.slick-slide:focus {
	outline: none;
}

/*END-SLIDER*/

/*CALENDAR*/
.cash {
	background-size: cover;
	padding-top: 220px;
	padding-bottom: 90px;
	margin-top: -100px;
}

.cash .border:after {
	width: 35%;
}

.cash .border h2:after {
	width: 5%;
}

.cash-block{
	margin-top: 45px;
}

.cash-block .month-next, 
.cash-block .month-prev {
	width: 100%;
	font-family: 'Lato-Semibold';
	font-size: 18px;
	color: rgb(255, 255, 255);
	#margin: 20px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
}

.month-next:after {
	content: '';
	display: inline-block;
	#background: url(../img/month-next.png) no-repeat;
	width: 23px;
	height: 17px;
	cursor: pointer;
	margin-left: 5px;
}

.month-prev:after {
	content: '';
	display: inline-block;
	#background: url(../img/month-prev.png) no-repeat;
	width: 23px;
	height: 17px;
	cursor: pointer;
	margin-left: 5px;
}

.calendar {
  background: url(../img/calendar.png) no-repeat;
  width: 405px;
  height: 385px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
}
.calendar__month {
  color: #728d99;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Lato-Bold';
  font-size: 30px;
}
.calendar__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.calendar__days .day {
	font-family: 'Lato-Bold';
  font-size: 20px;
  color: #8198a1;
  font-weight: bold;
  width: calc(100% / 7);
  text-align: center;
}

.calendar__days .weekand {
	color: #fd3e26;
}
.calendar__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.calendar__dates .date {
  width: calc(100% / 7);
  text-align: center;
  padding: 6px 0;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-family: 'Lato-Bold';
  font-size: 25px;
  color: #728d99;
}

.calendar__dates .dateres {
  width: calc(100% / 7);
  text-align: center;
  padding: 6px 0;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-family: 'Lato-Bold';
  font-size: 25px;
  color: white;
  background-color:grey;
}


.calendar__dates .date:nth-child(7n-1) {
	color: #fd3e26;
}

.calendar__dates .date:nth-child(7n) {
	color: #fd3e26;
}

.calendar__dates .date:hover {
  border-color: #99fab8;
}
.calendar__dates .date--hidden {
  opacity: 0;
  visibility: hidden;
  width: calc(100% / 7);
  text-align: center;
  padding: 5px 0;
}

.cash-text {
	width: 533px;
	padding-top: 55px;
	margin-left: 40px;
}

.cash-text .item1,
.cash-text .item2 {
	width: 100%;
	font-family: 'Lato-Light';
	font-size: 16px;
	line-height: 25px;
	color: rgb(255, 255, 255);
	text-align: left;
}

.cash-text .item1 span,
.cash-text .item2 span {
	color: rgb(0, 190, 75);
	font-weight: 700;
}

.value-block {
	justify-content: space-around;
	text-align: center;
}

.value-block .value {
	font-family: 'Lato-Bold';
	font-size: 45px;
	line-height: 25px;
	color: rgb(255, 255, 255);
	margin-top: 63px;
}

.value-block .value span {
	color: rgb(255, 234, 0);
}

.book-it {
	width: 250px;
	height: 45px;
	border-radius: 22px;
	background-color: rgb(0, 190, 75);
	margin-top: 30px;
	cursor: pointer;
	margin: 100px auto;
}

.book-it:hover {
	filter: brightness(75%);
}

.book-it a {
	font-family: 'Lato-Regular';
	font-size: 22px;
	line-height: 45px;
	color: rgb(255, 255, 255);
}
/*END-CALENDAR*/

/*CONTACTS*/
footer {
	padding-top: 80px;
	position: relative;
}

.contacts .border {
	width: 20%;
	margin: 0 auto;
	text-align: center;
}

.contacts-icons {
	justify-content: space-around;
	align-items: flex-start;
	text-align: center;
	margin-top: 75px;
	margin-bottom: 20px;
}

.contacts-icon-block figure{
	height: 71px;
}

.contacts-icon-block .icon2 {
	padding-top: 20px;
}

.contacts-icon-block p {
	font-family: 'Lato-Regular';
	font-size: 16px;
	color: rgb(42, 42, 42);
}

.contacts-icon-block .gps {
	margin-top: 10px;
}

.map {
	margin-top: 57px;
	margin-bottom: 60px;
}

.footer-bg {
	background-color: rgba(0, 0, 0,0.6);
	padding-top: 24px;
	padding-bottom: 30px;
	text-align: center;
}

.footer-info p {
	font-family: 'Lato-Light';
	font-size: 16px;
	line-height: 21px;
	color: rgb(255, 255, 255);
}

.footer-copy {
	padding: 15px 0;
	text-align: center;
}

.footer-copy p {
	font-family: 'Lato-Light';
	font-size: 14px;
	color: rgb(85, 85, 85);
}

.footer-img1,
.footer-img2 {
	position: absolute;
}

.footer-img1 {
	width: 25%;
	bottom: 0;
	left: 0;
}

.footer-img2 {
	width: 25%;
	bottom: 0;
	right: 0;
}
/*END-CONTACTS*/

/*PARALAX*/

.parallax-border {
	min-height: 500px;
    height: auto;
    background-color: transparent rgba(39, 38, 3, 0.3);
    padding: 0;
    margin: 0;
}

/*PARALAX*/

.overlay {
    background: rgba(0, 0, 0, 0.59);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.nonebox {
    position: fixed;
    top: -350px;
    left: 50%;
    transform: translate(-50%,  -50%);
    background-color: rgb(247, 247, 247);
    color: #000000;
    width: 300px;
    height: auto;
    z-index: 999;
    text-align: center;
    border: 5px solid rgba(247, 247, 247, 0.26);
    border-radius: 3px;
    padding: 20px 0;
    box-shadow: 0px 5px 5px 0px rgb(0, 78, 31);
}
a.box-close {
    float: right;
    width: 48px;
    height: 48px;
    background: url(../img/close.png) no-repeat top left;
    margin: -20px 0px 0px 0px;
    cursor: pointer;
    display: block;
}

.form{
    width: 100%;
    padding: 0;
}
.form .modal_imput{
    width: 90%;
    border: 1px solid rgb(186, 186, 186);
    margin: 10px auto;
    height: 30px;
    padding-left: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    font-family: 'Lato-Regular';
    border-radius: 5px;
    color: #681910;
}
.form .modal_button{
    width: 90%;
    margin: 10px;
    height: 30px;
    padding-bottom: 5px;
    cursor: pointer;
    background-color: rgb(0, 190, 75);
    border: none;
    outline: none;
    font-family: 'Lato-Regular';
    font-size: 20px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px #2f3a3f;
}

.form .modal_button:hover {
	filter: brightness(75%);
} 
.form p{
    width: 90%;
    margin: 10px auto;
    font-family: "Open Sans";
    color: rgb(51, 51, 51);
    font-size: 26px;
}

.success {
    font-size: 26px;
    font-family: 'Lato-Light';
}

.success span {
    font-size: 30px;
    text-transform: uppercase;
    margin: 21px 0;
    display: block;
    margin-top: 50px;
    font-family: 'Lato-Light';
}

.success a {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
    height: 52px;
    border-radius: 3px;
    background-color: #32ba9d;
    border: 2px solid #32ba9d;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 52px;
    vertical-align: middle;
    transition: 0.6s;
    font-family: "Open Sans";
    text-decoration: none;
}

.success a:hover {
    background-color: #fff;
    color: #32ba9d;
    cursor: pointer;
}

.form .form-zg {
	    font-family: "Exo 2";
} 

.form .calendar {
	width: 90%;
	height: auto;
    margin: 0 auto;
    box-shadow: none;
}

.form .calendar__days {
	padding-bottom: 0;
}

.form .calendar__days .day {
	font-size: 15px;
}

.form .calendar__month {
	margin: 0;
	font-size: 20px;
}

.form .calendar__dates .date {
	padding: 3px 0;
	font-size: 15px;
}

.form {
	position: relative;
}

.form img {
	position: absolute;
    top: -100px;
    left: 50px;
}

.form .textarea {
	height: 70px;
}

.form .month-next, 
.form .month-prev {
	font-size: 20px;
}




/*BURGER*/
.site-menu label[for='site_menu'] {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 10px;
  left: 15px;
  
  font-size: 120px;
  font-weight: 0;
  width: 32px;
  height: 32px;
  line-height: 0.1;
  background: url(../img/menu.png) no-repeat;  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

#site_menu {
  
  position: absolute;
  left: -9999px;
  display: none;
  
}
/*BURGER*/



#selecteddates {
	font-family: 'Lato-Light';
	font-size: 16px;
}