body {
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	color: #1A1A1A;
	background: #F8F1E9;
}

.menu__formavedoku, .menu__formavedoku 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__formavedoku {
  background: linear-gradient(rgba(30, 30, 30, 0.5), rgba(30, 30, 30, 0.75)), url(../img/header__formavedoku.webp) no-repeat center center;
  background-size: 120%;
  padding: 40px 0 80px;
  color: #F8F1E9;
}

.header__formavedoku .logo__formavedoku {
	color: #F8F1E9;
  font-size: 20px;
  font-weight: 700;
}

.header__formavedoku .menu__formavedoku {
  justify-content: end;
  margin-top: 5px;
}

.header__formavedoku .menu-item__formavedoku {
	margin-left: 30px;
}

.header__formavedoku .menu-item__formavedoku a {
	position: relative;
	color: #F8F1E9; 
	font-size: 20px;
  	font-weight: 500;
	transition: 0.5s;
}

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

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

.btn__formavedoku { 
	background: #8B5E3C;
    border-radius: 100px;
	font-weight: 600;
    font-size: 25px;
    color: #F8F1E9; 
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	width: 290px;
    height: 65px;
    transition: 1s;
}

.btn__formavedoku:hover {
	background: #BF8C5E;
    transition: 1s;
    color: #F8F1E9;
}

section {
	padding: 60px 0;
}

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

.achievement__formavedoku h2, .services__formavedoku h2{
    margin-bottom: 10px;
}

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

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

.about__formavedoku p {
    margin-top: 20px;
	text-align: center;
}

/* -------------about__formavedoku politika__formavedoku------------- */
.about__formavedoku.politika__formavedoku h2 {
    margin-bottom: 40px;
}

.about__formavedoku.politika__formavedoku h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

.about__formavedoku.politika__formavedoku p {
    margin-top: 10px;
    text-align: start;
}

.achievement__formavedoku-one {
    margin-top: 30px;
}

.achievement__formavedoku-one h3 {
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	color: #2E2E2E;
}

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

.services__formavedoku-one {
	position: relative;
	text-align: center;
	background: #8B5E3C;
    color: #F8F1E9;
	border-radius: 15px;
	padding-bottom: 30px;
	box-shadow: 10px 5px 5px rgba(50, 50, 50, 0.5);
    margin-top: 30px;
}

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

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

.services__formavedoku-one p:first-of-type {
	font-weight: 600;
	font-size: 25px;
}

.services__formavedoku-one p:nth-of-type(2) {
	font-weight: 900;
	font-size: 30px;
}

.services__formavedoku-one p {
	padding: 0 20px;
    margin: 10px 0;
}

.btn-dnes__formavedoku {
    background: #1C2526;
    color: #F8F1E9;
	width: 100%;
    margin: 60px 0; 
}

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

/* -------------formavedoku-reviews ------------- */
.formavedoku-reviews__one {
    width: 100%;
    padding: 40px;
    box-shadow: 5px 5px 20px rgba(50, 50, 50, 0.5); 
    border-radius: 20px;
}

.formavedoku-reviews__one .picture__formavedoku {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-bottom: 0;
}

.formavedoku-reviews__up {
    align-items: center;
}

.formavedoku-reviews__info {
    margin-left: 30px;
}

.formavedoku-reviews__one p {
    text-align: start;
    margin-top: 20px;
}

.formavedoku-reviews__one .formavedoku-reviews__info p:first-child {
    font-size: 20px;
    color: #4A6F72;
    margin: 0;
}

.formavedoku-reviews__one .formavedoku-reviews__info p:last-child {
    font-size: 14px;
    color: #3A3A3A;
    margin: 0;
}

.contact__formavedoku {
	padding-bottom: 40px;
}

.contact__formavedoku h3 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 30px;
	color: #2E2E2E;
}

.contact__formavedoku .menu-one__formavedoku {
	align-items: center;
	margin-bottom: 10px;
}

.contact__formavedoku .menu-one__formavedoku p {
	margin-left: 10px;
}

.contact__formavedoku-one {
	height: 484px;
	padding: 20px;
	border: 2px solid #3A3A3A;
	border-radius: 20px;
	box-shadow: 10px 5px 5px rgba(50, 50, 50, 0.5);
}

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

.duo-form__formavedoku {
    gap: 20px;
}

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

.form__formavedoku input {
    height: 50px;
}

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

.form__formavedoku input:focus,
.form__formavedoku textarea:focus {
    outline: none;
    border: 1px solid #8B5E3C;
}

.form__formavedoku input.error,
.form__formavedoku textarea.error,
.form__formavedoku input.error:focus,
.form__formavedoku textarea.error:focus {
    border: 1px solid #A63C3C;
}

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

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

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

.form__formavedoku .btn__formavedoku:hover {
    transition: 1s;
    background: #BF8C5E;
}

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

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

.form__formavedoku-check.error {
    border: 1px solid #A63C3C;
}

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

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

.form__formavedoku-check label a {
    color: #A63C3C; 
    text-decoration: underline;
}

.form__formavedoku-check label a:hover {
    color: rgba(166, 60, 60, 0.5);
}

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

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

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

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

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

.footer p {
  color: #A8B5A8;
}

#loader__formavedoku {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(139, 94, 60, 0.6);
    overflow: hidden;
    display: none;
}

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

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

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

#overlay__formavedoku.overlay__formavedoku__review__formavedokus .all {
	margin-top: -95.5px;
}

#overlay__formavedoku.overlay__formavedoku__question .all, #overlay__formavedoku.overlay__formavedoku__doctor .all {
	margin-top: -118.5px;
}

#overlay__formavedoku.overlay__formavedoku__sale .all {
	margin-top: -130px;
}

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

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

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

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

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

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

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

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

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

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

.form__formavedoku-cookie-content a {
    color: #A63C3C; 
    text-decoration: underline;
}

.form__formavedoku-cookie-content a:hover {
    color: rgba(166, 60, 60, 0.5); 
}

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

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

.form__formavedoku-cookie-buttons .btn__formavedoku.button-black {
    background: #3A3A3A; 
    color: #F8F1E9; 
}

.form__formavedoku-cookie-buttons .btn__formavedoku:hover {
    background: #BF8C5E; 
}

.form__formavedoku-cookie-buttons .btn__formavedoku.button-black:hover {
    background: #5A5A5A; 
}

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

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

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

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

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