body {
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	color: #000;
	background: #fff;
}

.macerarota__menu, .macerarota__menu 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;
}

h2, h3 {
    color: #000;
}

.macerarota__header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/macerarota__header.webp) no-repeat center center;
    background-size: 120%;
    padding: 40px 0 80px;
    color: #fff;
}

.macerarota__header.one {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/macerarota-blog1.webp) no-repeat center center;
    background-size: 120%;
}

.macerarota__header.two {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/macerarota-blog2.webp) no-repeat center center;
    background-size: 120%;
}

.macerarota__header .macerarota__logo {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 10px;
}

.macerarota__header .macerarota__menu {
    justify-content: center;
    display: flex;
}

.macerarota__header .macerarota__menu-one {
	margin: 0 15px;
}

.macerarota__header .macerarota__menu-one a {
	position: relative;
	color: #fff;
	font-size: 20px;
  	font-weight: 500;
	transition: 0.5s;
}

.macerarota__header h1 {
	font-weight: 900;
	font-size: 80px;
	margin-top: 100px;
	margin-bottom: 20px;
  	text-align: center;
}

.macerarota__header p {
	font-weight: 600;
	font-size: 25px;
  	text-align: center;
	margin-bottom: 80px;
}

.macerarota__btn { 
	background: #FF5733;
    border-radius: 100px;
	font-weight: 600;
    font-size: 25px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	width: 270px;
    height: 65px;
    transition: 1s;
    margin-top: 60px;
}

.macerarota__btn:hover {
    background: #C70039;
    transition: 1s;
    color: #fff;
}

section {
    padding: 60px 0;
}

h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.macerarota__onas__obrazok {
	position: relative;
    width: 100%;
    height: 400px;
	overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.macerarota__onas__obrazok img {
	position: absolute;
	top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 120%;
}

.macerarota__udalostí__obrazok {
	position: relative;
    width: 20%;
    height: 200px;
	overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.macerarota__udalostí__obrazok img {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 120%;
}

.macerarota__udalostí__info {
    width: 80%;
    margin-left: 50px;
}

.macerarota__udalostí__info p:first-child {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.macerarota__onas.macerarota__politika {
    text-align: left;
}

.macerarota__onas.macerarota__politika h3 {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
}

.macerarota__onas.macerarota__politika p {
    text-align: left;
    margin: 0;
}




.majstri-one .majstri-one__obrazok {
	position: relative;
    width: 100%;
    height: 250px;
	overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.majstri-one .majstri-one__obrazok img {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 140%;
}

.majstri-one p {
    text-align: center;
    margin-bottom: 10px;
}

.majstri-one p:first-of-type {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.majstri-one p:nth-of-type(2) {
    color: #FF5733;
    font-weight: 600;
    margin-bottom: 10px;
}

.macerarota__majstri .majstri-one p:first-of-type {
    margin-bottom: 0;
}

.macerarota__majstri .majstri-one p:nth-of-type(2) {
    font-weight: 500;
    color: #000;
}

.macerarota__názory-one {
    background: #F0F4F8;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #000;
}

.macerarota__názory-one p:first-child {
    color: #000;
}

.macerarota__názory-one p:last-child {
    color: #000;
    text-align: end;
    margin-top: 5px;
}




.macerarota__kontakt {
	padding-bottom: 40px;
}

.macerarota__kontakt h3 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 30px;
}

.macerarota__kontakt .macerarota__menu-one {
	align-items: center;
	margin-bottom: 10px;
}

.macerarota__kontakt .macerarota__menu-one p {
	margin-left: 10px;
}


.macerarota__kontakt-one {
	height: 418px;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 20px;
}

.macerarota__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.macerarota__duo-form {
    gap: 20px;
}

.macerarota__form input,
.macerarota__form textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 0 25px;
    border: 1px solid #000;
    border-radius: 100px;
    background: #F9F9F9;
    transition: 0.5s;
    margin-bottom: 0;
}

.macerarota__form input {
    height: 50px;
}

.macerarota__form textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.macerarota__form input:focus,
.macerarota__form textarea:focus {
    outline: none;
    border: 1px solid #C70039;
}

.macerarota__form input.error,
.macerarota__form textarea.error,
.macerarota__form input.error:focus,
.macerarota__form textarea.error:focus {
    border: 1px solid #ff0000;
}

.macerarota__form input::placeholder,
.macerarota__form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.75);
}

.macerarota__form .macerarota__btn {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-top: 0px;
}

.macerarota__form-check {
    align-items: center;
    gap: 10px;
}

.macerarota__form-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #000; 
}

.macerarota__form-check.error {
    border: 1px solid #F44336; 
}

.macerarota__form-check.error input[type="checkbox"] {
    border: 1px solid #F44336;
}

.macerarota__form-check label {
    font-size: 16px;
	margin-bottom: 0;
    color: #000;
}

.macerarota__form-check label a {
    color: #F44336;
    text-decoration: underline;
}

.macerarota__form-check label a:hover {
    color: #F44336;
}


.macerarota__footer {
  background: #000;
  color: #fff;
  padding: 40px 0;
  font-size: 15px;
  margin-top: 60px;
}

.macerarota__footer .macerarota__logo {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.macerarota__footer .macerarota__menu-but {
  color: #fff;
  display: block;
  margin: 5px 0;
}

.macerarota__footer .macerarota__menu-one {
  margin-bottom: 10px;
  align-items: center;
}

.macerarota__footer i {
  margin-right: 10px;
  color: #fff;
}

.macerarota__footer p {
  color: #fff;
}

.macerarota__footer .macerarota__menu.macerarota__politika {
    position: relative;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px #fff solid;
    padding: 20px 0 0;
}

.macerarota__footer .macerarota__menu.macerarota__politika .macerarota__menu-item {
    margin: 0 20px;
}

.macerarota__header__onas {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/obrazok.webp) no-repeat center center;
    background-size: 120%;
}

.macerarota__blog__one {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/macerarota__blog1.webp) no-repeat center center;
    background-size: 120%;
}

.macerarota__blog__two {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/macerarota__blog2.webp) no-repeat center center;
    background-size: 120%;
}










#macerarota__loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.8);
    overflow: hidden;
    display: none;
}

#macerarota__loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 10000;
}

#overlay .all {
	position: absolute;
	width: 290px;
	background: #E7F7FA;
	border-radius: 5px;
	padding: 35px 55px;
	left: 50%;
	top: 50%;
	margin-left: -145px;
}

#overlay.overlay__reviews .all {
	margin-top: -95.5px;
}

#overlay.overlay__question .all, #overlay.overlay__doctor .all {
	margin-top: -118.5px;
}

#overlay.overlay__sale .all {
	margin-top: -130px;
}


#overlay .all .box-modal_close {
	margin-left: 240px;
}

#overlay .all .fa-check-circle {
	display: block;
	color: #6B90EF;
	font-size: 55px;
	margin: 0 auto;
}

#overlay .all .title {
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

#overlay .all .text {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

label.error {
	position: absolute;
	font-size: 12px;
	color: #FF0000;
}




.macerarota__cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F9F9F9;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    padding: 20px 0;
}

.macerarota__cookie-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.macerarota__cookie-content {
    text-align: center;
}

.macerarota__cookie-content h3 {
    font-size: 20px;
    color: #0F0D32;
    margin-bottom: 10px;
}

.macerarota__cookie-content p {
    font-size: 16px;
    color: rgba(0,0,0,0.75);
    margin-bottom: 0;
}

.macerarota__cookie-content a {
    color: #ff0000;
    text-decoration: underline;
}

.macerarota__cookie-content a:hover {
    color: #c44141;
}

.macerarota__cookie-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.macerarota__cookie-buttons .macerarota__btn {
    width: 150px;
    height: 50px;
    border-radius: 100px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 0;
}

.macerarota__cookie-buttons .macerarota__btn.button-black {
    background: #333;
    color: #fff;
}

.macerarota__cookie-buttons .macerarota__btn:hover {
    background: #C70039;
}

.macerarota__cookie-buttons .macerarota__btn.button-black:hover {
    background: #555;
}


.macerarota__menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.macerarota__menu-toggle span {
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.3s;
}

.macerarota__menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.macerarota__menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.macerarota__menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}