body {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #2B3A42;
    background: #FFF8E1;
}

.festivales-menu, .festivales-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: #8B0000;
}

.festivales-header {
    padding: 40px 0 0;
}

.festivales-header .festivales-logo {
    color: #2B3A42;
    font-size: 20px;
    font-weight: 700;
}

.festivales-header .festivales-menu {
    display: flex;
    justify-content: end;
    margin-top: 5px;
    margin-bottom: 20px;
}

.festivales-header .festivales-menu-item {
    margin-left: 30px;
}

.festivales-header .festivales-menu-item a {
    position: relative;
    color: #2B3A42;
    font-size: 20px;
    font-weight: 500;
    transition: 0.5s;
}

.festivales-upfoto {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 75px;
}

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

.festivales-header h1 {
    font-weight: 900;
    font-size: 70px;
    margin-top: 100px;
    margin-bottom: 10px;
    text-align: center;
}

.festivales-btn { 
    background: #FF4500;
    border-radius: 20px;
    font-weight: 600;
    font-size: 25px;
    color: #FFF8E1;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 350px;
    height: 65px;
    transition: 1s;
    margin-top: 60px;
}

.festivales-btn:hover {
    background: #D83A00;
    transition: 1s;
    color: #FFF8E1;
}

.festivales-btn:active {
    text-decoration: none;
}

section {
    padding: 60px 0;
}

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

section.festivales-about-company {
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}

.festivales-about-company.festivales-politica {
    text-align: left;
}

.festivales-about-company.festivales-politica h3 {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
}

.festivales-about-company.festivales-politica p {
    text-align: left;
    margin: 0;
}

.festivales-podnikania {
    background: #FFF0E0;
}

.festivales-obrazok {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 50px;
}

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

.festivales-podnikania__one p {
    text-align: center;
}

.festivales-podnikania__one p:first-of-type {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.festivales-podnikania__one p.festivales-price {
    color: #FF4500;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.festivales-achievement-one h3 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.festivales-achievement-one p:first-child {
    font-size: 25px;
    font-weight: 600;
}

.festivales-achievement-one p {
    text-align: center;
}

.festivales-reviews-one {
    border: 1px solid #FF4500;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.festivales-reviews-one p:last-child {
    text-align: end;
    margin-top: 5px;
}

.festivales-contact-company {
    text-align: center;
    background: #FFF0E0;
}

.festivales-contact-company.two {
    background: none;
}

.festivales-contact-all {
    justify-content: center;
}

.festivales-contact-all .festivales-contact-one {
    margin: 0 20px;
}

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

.festivales-duo-form {
    gap: 20px;
}

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

.festivales-form input {
    height: 50px;
}

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

.festivales-form input:focus,
.festivales-form textarea:focus {
    outline: none;
    border: 1px solid #D83A00;
}

.festivales-form input.error,
.festivales-form textarea.error,
.festivales-form input.error:focus,
.festivales-form textarea.error:focus {
    border: 1px solid #FF0000;
}

.festivales-form input::placeholder,
.festivales-form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(43, 58, 66, 0.75);
}

.festivales-form .festivales-btn {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-top: 0px;
}

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

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

.festivales-form-check.error {
    border: 1px solid #FF0000; 
}

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

.festivales-form-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #2B3A42;
}

.festivales-form-check label a {
    color: #FF0000;
    text-decoration: underline;
}

.festivales-form-check label a:hover {
    color: #D83A00;
}

.festivales-footer {
    background: #8B0000;
    color: #FFF8E1;
    padding: 40px 0;
    font-size: 15px;
    margin-top: 60px;
}

.festivales-footer .festivales-logo {
    font-size: 20px;
    font-weight: 700;
    color: #FFF8E1;
    text-decoration: none;
}

.festivales-footer .festivales-menu-but {
    color: #FFF8E1;
    display: block;
    margin: 5px 0;
    text-align: center;
}

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

.festivales-footer .festivales-menu p {
    margin-bottom: 10px;
    text-align: end;
}

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

.festivales-footer p {
    color: #FFF8E1;
}

.festivales-footer .festivales-menu.politika {
    position: relative;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px #FFF8E1 solid;
    padding: 20px 0 0;
}

.festivales-footer .festivales-menu.politika .festivales-menu-item {
    margin: 0 20px;
}

#loader-festivales-podnikania {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 248, 225, 0.8);
    overflow: hidden;
    display: none;
}

#loader-festivales-podnikania 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(43, 58, 66, 0.8);
    left: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 10000;
}

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

#overlay.overlay__festivales-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: #FF4500;
    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;
}

.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF8E1;
    box-shadow: 0 -2px 10px rgba(43, 58, 66, 0.2);
    z-index: 1000;
    display: none;
    padding: 20px 0;
}

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

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

.cookie-content h3 {
    font-size: 20px;
    color: #8B0000;
    margin-bottom: 10px;
}

.cookie-content p {
    font-size: 16px;
    color: #2B3A42;
    margin-bottom: 0;
}

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

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

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

.cookie-buttons .festivales-btn {
    width: 150px;
    height: 50px;
    border-radius: 100px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 0;
}

.cookie-buttons .festivales-btn.button-black {
    background: #2B3A42;
    color: #FFF8E1;
}

.cookie-buttons .festivales-btn:hover {
    background: #D83A00;
}

.cookie-buttons .festivales-btn.button-black:hover {
    background: #4A5A66;
}

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

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

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

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

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

.second-page {
    padding-bottom: 60px;
}

h3 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 35px;
}