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

.parkatlas-menu, .parkatlas-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;
}

h1 {
    font-weight: 900;
    font-size: 64px;
    text-align: center;
}

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

section {
    padding: 70px 0;
}

.parkatlas-btn {
    display: block;
    border-radius: 50px;
    background: #FF6F61;
    font-size: 20px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: 0.5s;
    padding: 8px 0;
    border: 1px solid #FF6F61;
    width: 200px;
}

.parkatlas-btn:hover {
    background: #fff;
    transition: 0.5s;
    color: #FF6F61;
}

.parkatlas-picture {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}

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

.parkatlas-header {
    margin-top: 40px;
}

.parkatlas-header .parkatlas-logo {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.parkatlas-header .parkatlas-menu {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.parkatlas-header .parkatlas-menu a {
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    transition: 0.5s;
    margin: 0 20px;
}

.parkatlas-header .parkatlas-btn {
    margin: 0;
    margin-left: auto;
    background: #fff;
    color: #FF6F61;
}

.parkatlas-header .parkatlas-btn:hover {
    background: #FF6F61;
    color: #fff;
}

.parkatlas-first h1 {
    margin-bottom: 25px;
}

.parkatlas-first p {
    text-align: center;
}

.parkatlas-first .parkatlas-btn {
    margin-top: 35px;
}

.parkatlas-about {
    background: #E8F0F2;
    margin: 70px 0;
}

.parkatlas-about h2 {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: start;
}

.parkatlas-about p:nth-of-type(1) {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.parkatlas-about .parkatlas-btn {
    margin: 0;
    width: 200px;
    margin-top: 20px;
}

.parkatlas-about.parkatlas-politika {
    background: none;
    margin: 0;
}

.parkatlas-about.parkatlas-politika h2 {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.parkatlas-about.parkatlas-politika h3 {
    margin-top: 30px;
    font-weight: 600;
}

.parkatlas-about.parkatlas-politika p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.parkatlas-about.parkatlas-politika .parkatlas-picture {
    width: 100%;
    height: 400px;
}

.parkatlas-politika h2:nth-of-type(2) {
    margin-top: 60px;
}

.parkatlas-achievement-one {
    width: 100%;
    background: #FF6F61;
    padding: 32px;
    border-radius: 20px;
}

.parkatlas-achievement-one h3 {
    color: #000;
    height: 50px;
    width: 50px;
    background: #E8F0F2;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.parkatlas-achievement-one p:nth-of-type(1) {
    font-size: 28px;
    font-weight: 600;
    margin: 15px 0 5px;
}

.parkatlas-blog__one {
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.parkatlas-blog__one .parkatlas-picture {
    width: 500px;
    height: 350px;
    border-radius: 20px;
    margin: 0;
}

.parkatlas-blog__one .parkatlas-blog__info {
    width: 400px;
}

.parkatlas-blog__one:nth-of-type(1) {
    margin-bottom: 40px;
}

.parkatlas-blog__one:nth-of-type(1) .parkatlas-blog__info {
    margin-left: 100px;
}

.parkatlas-blog__one:nth-of-type(2) .parkatlas-blog__info {
    margin-right: 100px;
}

.parkatlas-blog__one .parkatlas-blog__info h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.parkatlas-blog__one .parkatlas-blog__info .parkatlas-btn {
    margin: 0;
    margin-top: 25px;
}

.parkatlas-reviews__one {
    width: 100%;
    padding: 40px;
    background: #E8F0F2;
    box-shadow: 5px 5px 20px #00000040;
    border-radius: 20px;
}

.parkatlas-reviews__one .parkatlas-picture {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.parkatlas-reviews__one .parkatlas-picture img {
    top: 85%;
}

.parkatlas-reviews__one p {
    text-align: center;
    margin-top: 10px;
}

.parkatlas-reviews__one .parkatlas-reviews__info p {
    font-size: 20px;
    margin: 0;
}

.parkatlas-contact {
    background: #E8F0F2;
    margin: 70px 0 0;
}

.parkatlas-contact__all {
    justify-content: center;
}

.parkatlas-contact__all p {
    margin: 0 40px;
}

.parkatlas-contact__all p i {
    margin-right: 5px;
}

.parkatlas-contact.page {
    background: none;
}

.parkatlas-order.page {
    background: none;
    color: #000;
}

.parkatlas-order.page h2, .parkatlas-order.page .parkatlas-form-check label {
    color: #000;
}

.parkatlas-order {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/header.webp) no-repeat center center;
    background-size: 120%;
    padding-bottom: 130px;
}

.parkatlas-order h2 {
    color: #fff;
    margin-bottom: 40px;
}

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

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

.parkatlas-form input,
.parkatlas-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: #fff;
    transition: 0.5s;
    margin-bottom: 0;
}

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

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

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

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

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

.parkatlas-form input::placeholder,
.parkatlas-form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #9CA3AF;
}

.parkatlas-form .parkatlas-btn {
    width: 100%;
    font-size: 20px;
    cursor: pointer;
}

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

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

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

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

.parkatlas-form-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

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

.parkatlas-form-check label a:hover {
    color: #A63C3C88;
}

.parkatlas-footer {
    background: #000;
    color: #fff;
    padding: 40px 0;
    font-size: 15px;
}

.parkatlas-footer .parkatlas-logo {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.parkatlas-footer .parkatlas-menu-but {
    color: #fff;
    display: block;
    margin: 5px 0;
}

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

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

.parkatlas-footer p {
    color: #fff;
}

.parkatlas-footer .parkatlas-menu.parkatlas__politika {
    position: relative;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px #fff solid;
    padding: 20px 0 0;
}

.parkatlas-footer .parkatlas-menu.parkatlas__politika .parkatlas-menu-item {
    margin: 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.parkatlas-cookie-buttons .parkatlas-btn {
    cursor: pointer;
    border: none;
    font-size: 14px;
    width: 100px;
    margin: 0;
}

.parkatlas-cookie-buttons .parkatlas-btn:nth-of-type(1):hover {
    border: 1px solid #FF6F61;
}

.parkatlas-cookie-buttons .parkatlas-btn.button-black {
    background: #A63C3C;
    color: #fff;
}

.parkatlas-cookie-buttons .parkatlas-btn.button-black:hover {
    background: #A63C3C88;
}

#parkatlas-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(232, 240, 242, 0.8);
    overflow: hidden;
    display: none;
}

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