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

.menu__teahouse, .menu__teahouse 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__teahouse {
  background: linear-gradient(rgba(15, 42, 32, 0.55), rgba(15, 42, 32, 0.55)), url(../img/header__teahouse.webp) no-repeat center center;
  background-size: 120%;
  padding: 40px 0 80px;
  color: #FFF7E5;
}

.header__teahouse .logo__teahouse {
	color: #FFF7E5;
  font-size: 20px;
  font-weight: 700;
}

.header__teahouse .menu__teahouse {
    display: flex;
  justify-content: end;
  margin-top: 5px;
}

.header__teahouse .menu-item__teahouse {
	margin-left: 30px;
}

.header__teahouse .menu-item__teahouse a {
	position: relative;
	color: #FFF7E5;
	font-size: 20px;
  	font-weight: 500;
	transition: 0.5s;
}

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

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

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

.btn__teahouse:hover {
	background: #A8D5C2;
    color: #2A2A2A;
    transition: 1s;
}

section {
	padding: 60px 0;
}

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

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

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

.about__teahouse p {
	text-align: center;
}

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

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


.services__teahouse-one {
	position: relative;
	text-align: center;
	background: #2F6F4E;
    color: #FFF7E5;
	border-radius: 15px;
	padding-bottom: 30px;
	box-shadow: 10px 5px 5px rgba(15, 42, 32, 0.25);
}

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

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

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

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

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

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

.btn-dnes__teahouse {
	width: 100%;
	background: #2F6F4E;
    color: #FFF7E5;
    margin: 60px 0; 
}

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

.review__teahouse .picture__teahouse img {
	width: 120%;
}

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

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



.contact__teahouse {
	padding-bottom: 40px;
}

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

.contact__teahouse .menu-one__teahouse {
	align-items: center;
	margin-bottom: 10px;
}

.contact__teahouse .menu-one__teahouse p {
	margin-left: 10px;
}

.contact__teahouse-one {
	height: 484px;
	padding: 20px;
    background: #FFF7E5;
	border-radius: 20px;
	box-shadow: 10px 5px 5px rgba(15, 42, 32, 0.25);
}

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

.duo-form__teahouse {
    gap: 20px;
}

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

.form__teahouse input {
    height: 50px;
}

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

.form__teahouse input:focus,
.form__teahouse textarea:focus {
    outline: none;
    border: 1px solid #134E4A;
}

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

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #E57373;
    outline: none;
}

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

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

.form__teahouse .btn__teahouse:hover {
    transition: 1s;
    background: #A8D5C2;
}

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

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

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

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

.form__teahouse-check label {
    font-size: 16px;
	margin-bottom: 0;
    color: #2A2A2A;
}

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

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

.footer {
  background: #0F2A20;
  color: #FFF7E5;
  padding: 40px 0;
  font-size: 15px;
}

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

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

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

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

.footer p {
  color: #A8D5C2;
}



#loader__teahouse {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(19, 78, 74, 0.5);
    overflow: hidden;
    display: none;
}

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

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

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

#overlay__teahouse.overlay__teahouse__review__teahouses .all {
	margin-top: -95.5px;
}

#overlay__teahouse.overlay__teahouse__question .all, #overlay__teahouse.overlay__teahouse__doctor .all {
	margin-top: -118.5px;
}

#overlay__teahouse.overlay__teahouse__sale .all {
	margin-top: -130px;
}


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

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

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

#overlay__teahouse .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__teahouse-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF7E5;
    box-shadow: 0 -2px 10px rgba(15, 42, 32, 0.1);
    z-index: 1000;
    display: none;
    padding: 20px 0;
}

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

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

.form__teahouse-cookie-content h3 {
    font-size: 20px;
    color: #2A2A2A;
    margin-bottom: 10px;
}

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

.form__teahouse-cookie-content a {
    color: #134E4A;
    text-decoration: underline;
}

.form__teahouse-cookie-content a:hover {
    color: #2F6F4E;
}

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

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

.form__teahouse-cookie-buttons .btn__teahouse.button-black {
    background: #0F2A20;
    color: #FFF7E5;
}

.form__teahouse-cookie-buttons .btn__teahouse:hover {
    background: #2F6F4E;
}

.form__teahouse-cookie-buttons .btn__teahouse.button-black:hover {
    background: #2F6F4E;
}


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

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

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

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

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





.about__teahouse.politika__teahouse p {
    text-align: left;
}

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

.about__teahouse.politika__teahouse p {
    margin: 0;
}