body {
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	color: #1F2A37;
	background: #F8F6EF;
}

.menu__livastay, .menu__livastay li{
	display: block;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

p {
	padding: 0;
	margin: 0;
}

button {
	border: none;
	background: none;
	cursor: pointer;
}

a:active, a:focus, button:active, button:focus {
	outline: none;
}

.header__livastay {
  background: linear-gradient(rgba(31, 42, 55, 0.55), rgba(31, 42, 55, 0.55)), url(../img/header__livastay.webp) no-repeat center center;
  background-size: 120%;
  padding: 40px 0 80px;
  color: #F8F6EF;
}

.header__livastay .logo__livastay {
	color: #F8F6EF;
  font-size: 20px;
  font-weight: 700;
}

.header__livastay .menu__livastay {
    display: flex;
  justify-content: end;
  margin-top: 5px;
}

.header__livastay .menu-item__livastay {
	margin-left: 30px;
}

.header__livastay .menu-item__livastay a {
	position: relative;
	color: #F8F6EF;
	font-size: 20px;
  	font-weight: 500;
	transition: 0.5s;
}

.header__livastay h1 {
	font-weight: 900;
	font-size: 80px;
	margin-top: 100px;
	margin-bottom: 20px;
  	text-align: center;
}

.header__livastay p {
	font-weight: 600;
	font-size: 25px;
  	text-align: center;
	margin-bottom: 80px;
}

.btn__livastay { 
	background: #CFAE4E;
    border-radius: 100px;
	font-weight: 600;
    font-size: 25px;
    color: #F8F6EF;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	width: 300px;
    height: 65px;
    transition: 1s;
}

.btn__livastay:hover {
	background: #CFAE4E;
    color: #1F2A37;
    transition: 1s;
}

section {
	padding: 60px 0;
}

h2 {
	text-align: center;
	font-weight: 900;
	font-size: 60px;
	margin-bottom: 40px;
}

.picture__livastay {
	position: relative;
	width: 100%;
	height: 454px;
	overflow: hidden;
	border-radius: 20px;
}

.picture__livastay img {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.about__livastay p {
	text-align: center;
}

.achievement__livastay-one h3 {
	font-weight: 600;
	font-size: 40px;
	text-align: center;
}

.achievement__livastay-one p {
	text-align: center;
}


.services__livastay-one {
	position: relative;
	text-align: center;
	background: #CFAE4E;
    color: #F8F6EF;
	border-radius: 15px;
	padding-bottom: 30px;
	box-shadow: 10px 5px 5px rgba(44, 36, 24, 0.25);
}

.services__livastay-one .picture__livastay {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.services__livastay-one img {
	object-fit: cover;
    display: block;
	width: 120%;
	height: auto;
}

/* .services__livastay-one.one img {
	width: 120%;
	height: auto;
}

.services__livastay-one.two .picture__livastay img, .services__livastay-one.three .picture__livastay img  {
	height: 130%;
} */

.services__livastay-one p:first-of-type {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 10px;
}

.services__livastay-one p {
	padding: 0 20px;
}

.btn-dnes__livastay {
	width: 100%;
	background: #CFAE4E;
    color: #F8F6EF;
    margin: 60px 0; 
}

.btn-dnes__livastay p {
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}

.review__livastay .picture__livastay img {
	width: 120%;
}

.review__livastay-one {
	margin-bottom: 20px;
}

.review__livastay-one b {
	font-size: 25px;
}



.contact__livastay {
	padding-bottom: 40px;
}

.contact__livastay h3 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 30px;
}

.contact__livastay .menu-one__livastay {
	align-items: center;
	margin-bottom: 10px;
}

.contact__livastay .menu-one__livastay p {
	margin-left: 10px;
}

.contact__livastay-one {
	height: 484px;
	padding: 20px;
    background: #F8F6EF;
	border-radius: 20px;
	box-shadow: 10px 5px 5px rgba(44, 36, 24, 0.25);
}

.form__livastay {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-form__livastay {
    gap: 20px;
}

.form__livastay input,
.form__livastay textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #1F2A37;
    padding: 0 25px;
    border: 1px solid #1F2A37;
    border-radius: 100px;
    background: #F8F6EF;
    transition: 0.5s;
    margin-bottom: 0;
}

.form__livastay input {
    height: 50px;
}

.form__livastay textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.form__livastay input:focus,
.form__livastay textarea:focus {
    outline: none;
    border: 1px solid #CFAE4E;
}

.form__livastay input.error,
.form__livastay textarea.error,
.form__livastay input.error:focus,
.form__livastay textarea.error:focus {
    border: 1px solid #E57373;
}

.form__livastay input::placeholder,
.form__livastay textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(47, 47, 47, 0.75);
}

.form__livastay .btn__livastay {
    width: 100%;
    height: 50px;
    border-radius: 100px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: 1s;
}

.form__livastay .btn__livastay:hover {
    transition: 1s;
    background: #CFAE4E;
}

.form__livastay-check {
    align-items: center;
    gap: 10px;
}

.form__livastay-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #1F2A37;
}

.form__livastay-check.error {
    border: 1px solid #E57373;
}

.form__livastay-check.error input[type="checkbox"] {
    border: 1px solid #E57373;
}

.form__livastay-check label {
    font-size: 16px;
	margin-bottom: 0;
    color: #1F2A37;
}

.form__livastay-check label a {
    color: #E57373;
    text-decoration: underline;
}

.form__livastay-check label a:hover {
    color: rgba(255, 69, 0, 0.5);
}

.footer {
  background: #1F2A37;
  color: #F8F6EF;
  padding: 40px 0;
  font-size: 15px;
}

.footer .logo__livastay {
  font-size: 20px;
  font-weight: 700;
  color: #CFAE4E;
  text-decoration: none;
}

.footer .menu-but__livastay {
  color: #CFAE4E;
  display: block;
  margin: 5px 0;
}

.footer .menu-one__livastay {
  margin-bottom: 10px;
  align-items: center;
}

.footer i {
  margin-right: 10px;
  color: #CFAE4E;
}

.footer p {
  color: #CFAE4E;
}



#loader__livastay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 247, 229, 0.85);
    overflow: hidden;
    display: none;
}

#loader__livastay img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

#overlay__livastay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(31, 42, 55, 0.8);
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 10000;
}

#overlay__livastay .all {
	position: absolute;
	width: 290px;
	background: #F8F6EF;
	border-radius: 5px;
	padding: 35px 55px;
	left: 50%;
	top: 50%;
	margin-left: -145px;
}

#overlay__livastay.overlay__livastay__review__livastays .all {
	margin-top: -95.5px;
}

#overlay__livastay.overlay__livastay__question .all, #overlay__livastay.overlay__livastay__doctor .all {
	margin-top: -118.5px;
}

#overlay__livastay.overlay__livastay__sale .all {
	margin-top: -130px;
}


#overlay__livastay .all .box-modal_close {
	margin-left: 240px;
}

#overlay__livastay .all .fa-check-circle {
	display: block;
	color: #CFAE4E;
	font-size: 55px;
	margin: 0 auto;
}

#overlay__livastay .all .title {
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

#overlay__livastay .all .text {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

label.error {
	position: absolute;
	font-size: 12px;
	color: #E57373;
}


.info h3 {
	font-weight: 600;
	font-size: 25px;
	margin-top: 20px;
}



.form__livastay-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F8F6EF;
    box-shadow: 0 -2px 10px rgba(92, 64, 51, 0.1);
    z-index: 1000;
    display: none;
    padding: 20px 0;
}

.form__livastay-cookie-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.form__livastay-cookie-content {
    text-align: center;
}

.form__livastay-cookie-content h3 {
    font-size: 20px;
    color: #1F2A37;
    margin-bottom: 10px;
}

.form__livastay-cookie-content p {
    font-size: 16px;
    color: rgba(47, 47, 47, 0.75);
    margin-bottom: 0;
}

.form__livastay-cookie-content a {
    color: #CFAE4E;
    text-decoration: underline;
}

.form__livastay-cookie-content a:hover {
    color: #CFAE4E;
}

.form__livastay-cookie-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.form__livastay-cookie-buttons .btn__livastay {
    width: 150px;
    height: 50px;
    border-radius: 100px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.form__livastay-cookie-buttons .btn__livastay.button-black {
    background: #1F2A37;
    color: #F8F6EF;
}

.form__livastay-cookie-buttons .btn__livastay:hover {
    background: #CFAE4E;
}

.form__livastay-cookie-buttons .btn__livastay.button-black:hover {
    background: #CFAE4E;
}


.menu-toggle__livastay {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle__livastay span {
    width: 100%;
    height: 3px;
    background: #F8F6EF;
    transition: all 0.3s;
}

.menu-toggle__livastay.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.menu-toggle__livastay.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle__livastay.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}





.about__livastay.politika__livastay p {
    text-align: left;
}

.about__livastay.politika__livastay h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-top: 30px;
}

.about__livastay.politika__livastay p {
    margin: 0;
}