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

.modarota-menu, .modarota-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;
    color: #134E4A;
}

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

section {
    padding: 70px 0;
}

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

.modarota-btn:hover {
    background: #fff;
    transition: 0.5s;
    color: #0EA5A8;
}

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

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

/* -------------modarota-header------------- */
.modarota-header {
    margin-top: 40px;
}

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

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

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

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

.modarota-header .modarota-btn:hover {
    background: #0EA5A8;
    color: #fff;
}

/* -------------modarota-first------------- */
.modarota-first h1 {
    margin-bottom: 25px;
}

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

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

/* -------------modarota-about ------------- */
.modarota-about .modarota-picture {
    width: 100%;
    height: 600px;
}

.modarota-about__info {
    position: absolute;
    width: 700px;
    padding: 30px 20px;
    border-radius: 20px;
    background: #E6F4F1;
    right: 0;
    top: 0;
    margin-top: 30px;
    margin-right: 75px;
    text-align: center;
}

.modarota-about__info .modarota-btn {
    margin-top: 20px;
}

/* -------------modarota-about modarota-politika------------- */
.modarota-about.modarota-politika h2 {
    margin-bottom: 40px;
}

.modarota-about.modarota-politika h3 {
    margin-top: 30px;
    color: #134E4A;
}

/* -------------modarota-achievement-------------*/
.modarota-achievement-one h3 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    color: #134E4A;
}

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

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

/* -------------modarota-sekcia-------------*/
.modarota-sekcia .modarota-karta-zviera {
    border: 2px solid #0EA5A8;
    box-shadow: 5px 5px 20px #00000040;
    border-radius: 15px;
    padding: 20px;
}

.modarota-sekcia .modarota-karta-zviera .modarota-picture {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
    height: 200px;
}

.modarota-sekcia .modarota-karta-zviera .modarota-picture img {
    width: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.modarota-sekcia .modarota-karta-zviera h3 {
    text-align: center;
    margin: 20px 0;
    color: #134E4A;
}

.modarota-sekcia .modarota-karta-zviera p {
    text-align: center;
    margin-top: 10px;
}

.modarota-sekcia p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 600;
}

/* -------------modarota-reviews ------------- */
.modarota-reviews__one {
    width: 100%;
    padding: 40px;
    box-shadow: 5px 5px 20px #00000040;
    border-radius: 20px;
}

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

.modarota-reviews__one .modarota-picture img {
    top: 65%;
}

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

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

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

.modarota-reviews__one .modarota-reviews__info p {
    font-size: 20px;
    color: #0EA5A8;
    margin: 0;
}

/* -------------modarota-order------------- */
.modarota-contact__one {
    height: 414px;
    border: 1px solid #0F172A;
    border-radius: 20px;
    box-shadow: 5px 5px 20px #00000040;
    padding: 20px;
}

.modarota-contact__all p {
    margin-bottom: 10px;
}

.modarota-order h2 {
    margin-bottom: 40px;
    color: #134E4A;
}

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

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

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

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

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

.modarota-form input:focus,
.modarota-form textarea:focus {
    outline: none;
    border: 1px solid #0F172A;
}

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

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

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

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

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

.modarota-form-check.error {
    border: 1px solid #E76F51; 
}

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

.modarota-form-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #6B7280;
}

.modarota-form-check label a {
    color: #E76F51;
    text-decoration: underline;
}

.modarota-form-check label a:hover {
    color: #E76F5188;
}

/* -------------modarota-footer------------- */
.modarota-footer {
    background: #134E4A;
    color: #fff;
    padding: 40px 0;
    font-size: 15px;
    margin-top: 60px;
}

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

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

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

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

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

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

.modarota-footer .modarota-menu.modarota__politika .modarota-menu-item {
    margin: 0 20px;
}

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

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

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

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

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

/* -------------modarota-modarota-cookie------------- */
.modarota-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;
}

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

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

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

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

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

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

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

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

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

.modarota-cookie-buttons .modarota-btn.button-black {
    background: #E76F51;
    color: #fff;
}

.modarota-cookie-buttons .modarota-btn.button-black:hover {
    background: #E76F5188;
}

/* -------------modarota-loader------------- */
#modarota-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(230, 244, 241, 0.8);
    overflow: hidden;
    display: none;
}

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