/*
Theme Name: domkrolikov
Author: Slava Brain
Description: Description
Version: 1.0.0
Text Domain: domkrolikov
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white: #FFFFFF;
    --brown: #492E21;
    --beige: #EACEA4;
    --beige-light: #FFE9C7;
    --green: #8DD433;
    --green-light: #B7ED73;
    --red: #B1050B;
    --orange: #EA5F2C;
    --yellow: #FEB839;
    --pink: #F9D2DE;
    --blue: #B0EFFE;
    --transition: all .22s ease;
}

html {
    height: 100%;
    scroll-behavior: auto !important;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: var(--brown);
    overflow-x: hidden;
    position: initial !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body.lock {
    overflow: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--beige-light);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

body.overlay::before {
    transition-delay: 0.15s;
    opacity: 0.3;
    visibility: visible;
}

.container {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.full-width {
    margin-inline: calc((100% - 100vw) / 2) !important;
    padding-inline: max(30px, calc((100vw - 100%) / 2)) !important;
}

input,
textarea,
button {
    font-family: "Montserrat", sans-serif;
}

button {
    border: none;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

@media (max-width: 1023px) {
    .container,
    .full-width {
        margin-inline: auto !important;
        padding: 0 24px !important;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .container,
    .full-width {
        padding: 0 18px !important;
    }
}

/*---------- TYPOGRAPHY ----------*/

.text-size-32 {
    font-size: 32px;
}

h1,
.h1,
.h1 h1,
.h1 .elementor-heading-title {
    font-family: "Plup", sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0px;
}

h2,
.h2,
.h2 h2,
.h2 .elementor-heading-title {
    font-family: "Plup", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0px;
}

h3,
.h3,
.h3 h3,
.h3 .elementor-heading-title {
    font-family: "Plup", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0px;
}

h4,
.h4,
.h4 h4,
.h4 .elementor-heading-title {
    font-family: "Plup", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0px;
}

h5,
.h5,
.h5 h5,
.h5 .elementor-heading-title {
    font-family: "Plup", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
}

.h-montserrat,
.h-montserrat h1,
.h-montserrat h2,
.h-montserrat h3,
.h-montserrat h4,
.h-montserrat h5,
.h-montserrat .elementor-heading-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.column-title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
}

.btn.body-2,
.body-2 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
}

.body-3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

.p-normal {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.caption {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
}

.bold {
	font-weight: 600;
}

strong {
    font-weight: 600;
}

@media (max-width: 1023px) {

    h1,
    .h1,
    .h1 h1,
    .h1 .elementor-heading-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .text-size-32 {
        font-size: 22px;
    }

    h1,
    .h1,
    .h1 h1,
    .h1 .elementor-heading-title {
        font-size: 32px;
    }

    h2,
    .h2,
    .h2 h2,
    .h2 .elementor-heading-title {
        font-size: 28px;
    }

    h3,
    .h3,
    .h3 h3,
    .h3 .elementor-heading-title {
        font-size: 24px;
    }

    h4,
    .h4,
    .h4 h4,
    .h4 .elementor-heading-title {
        font-size: 22px;
    }

    h5,
    .h5,
    .h5 h5,
    .h5 .elementor-heading-title {
        font-size: 18px;
    }

    .column-title {
        font-size: 16px;
    }

    .btn.body-2,
    .body-2 {
        font-size: 16px;
    }

    .body-3 {
        font-size: 14px;
    }

    .p-normal {
        font-size: 12px;
    }

    .caption {
        font-size: 12px;
    }
}

/*---------- TYPOGRAPHY END ----------*/

/*---------- COLORS ----------*/

.brown {
    color: var(--brown);
}

.green {
    color: var(--green);
}

.white {
    color: var(--white);
}

/*---------- COLORS END ----------*/

/*---------- BUTTONS ----------*/

.btn,
.button.elementor-widget-button .elementor-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 175px;
    min-height: 52px;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    color: var(--white);
    background-color: var(--orange);
    border: 2px solid var(--brown);
    border-radius: 40px !important;
    transition: var(--transition);
}

.button.elementor-widget-button .elementor-button {
    width: 100%;
    min-width: auto !important;
    max-width: 306px;
}

.btn:hover,
.button.elementor-widget-button .elementor-button:hover {
    color: var(--brown);
    background-color: var(--yellow);
}

.btn:disabled,
.btn.disabled,
.btn.btn-green:disabled,
.btn.btn-green.disabled,
.btn.btn-with-icon:disabled,
.btn.btn-with-icon.disabled,
.button.elementor-widget-button .elementor-button:disabled,
.button.disabled.elementor-widget-button .elementor-button,
.button.button-with-icon.elementor-widget-button .elementor-button:disabled,
.button.button-with-icon.disabled.elementor-widget-button .elementor-button {
    color: var(--brown);
    background-color: var(--beige);
    cursor: default;
    pointer-events: none;
}

.btn.btn-with-icon:disabled .icon,
.btn.btn-with-icon.disabled .icon,
.button.button-with-icon.elementor-widget-button .elementor-button:disabled .elementor-button-icon,
.button.button-with-icon.disabled.elementor-widget-button .elementor-button .elementor-button-icon {
    fill: #495C62;
    color: #495C62;
}

/* Buttons - Types - Simple */
.btn.simple,
.button.simple.elementor-widget-button .elementor-button {
    position: relative;
    min-width: auto;
    min-height: auto;
    padding: 0 0 1px 0;
    text-decoration: none;
    color: var(--brown);
    border: none;
    background-color: transparent !important;
}

.btn.simple::after,
.button.simple.elementor-widget-button .elementor-button::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: var(--brown);
    transform: translateX(-50%);
    transition: var(--transition);
    opacity: 1;
}

.btn.simple.reverse::after,
.button.simple.reverse.elementor-widget-button .elementor-button::after {
    width: 100%;
}

.btn.simple:hover,
.button.simple.elementor-widget-button .elementor-button:hover {
    color: var(--orange);
}

.btn.simple:hover::after,
.button.simple.elementor-widget-button .elementor-button:hover::after {
    width: 100%;
    background-color: var(--orange);
}

.btn.simple.reverse:hover::after,
.button.simple.reverse.elementor-widget-button .elementor-button:hover::after {
    width: 0%;
}

.btn.simple:disabled,
.btn.simple.disabled,
.button.simple.elementor-widget-button .elementor-button:disabled,
.button.simple.disabled.elementor-widget-button .elementor-button {
    color: var(--brown);
}

/* color */
.btn.simple.white,
.button.simple.white.elementor-widget-button .elementor-button {
    color: var(--white);
}

.btn.simple.white::after,
.button.simple.white.elementor-widget-button .elementor-button::after {
    background-color: var(--white);
}

/* Buttons - Types - With icon */
.btn.btn-with-icon,
.button.button-with-icon.elementor-widget-button .elementor-button {
    min-width: 240px;
    padding-right: 20px;
    padding-left: 30px;
    background-color: var(--green) !important;
}

.button.button-with-icon.elementor-widget-button .elementor-button {
    min-width: auto !important;
    max-width: 240px;
}

.btn.btn-with-icon,
.button.button-with-icon.elementor-widget-button .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.button.button-with-icon.elementor-widget-button .elementor-button-content-wrapper {
    width: 100%;
}

.btn.btn-with-icon .title,
.button.button-with-icon.elementor-widget-button .elementor-button-text {
    display: inline-flex;
    color: var(--white);
    transition: var(--transition);
}

.btn.btn-with-icon .icon,
.button.button-with-icon.elementor-widget-button .elementor-button-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 !important;
    font-size: 14px;
    fill: var(--green);
    color: var(--green);
    background-color: var(--white);
    border-radius: 50%;
    transition: var(--transition);
}

.btn.btn-with-icon .icon svg,
.button.button-with-icon.elementor-widget-button .elementor-button-icon svg {
    width: 1em;
    height: 1em;
}

.btn.btn-with-icon:hover,
.button.button-with-icon.elementor-widget-button .elementor-button:hover {
    background-color: var(--white) !important;
}

.btn.btn-with-icon:hover .title,
.button.button-with-icon.elementor-widget-button .elementor-button:hover .elementor-button-text {
    color: var(--green);
}

.btn.btn-with-icon:hover .icon,
.button.button-with-icon.elementor-widget-button .elementor-button:hover .elementor-button-icon {
    color: var(--white);
    background-color: var(--green);
}

/* Btn with icon */

div.btn-el-with-icon .elementor-button {
    padding: 4px 4px 4px 14px;
    border: 2px solid var(--brown);
    border-radius: 25px;
    background-color: var(--white);
    color: var(--brown);
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    transition: var(--transition);
}

div.btn-el-with-icon .elementor-button-content-wrapper {
    align-items: center;
}

div.btn-el-with-icon .elementor-button span {
    display: flex;
    gap: 14px;
}

div.btn-el-with-icon .elementor-button-icon svg {
    width: 42px;
    height: 42px;
    border: 2px solid var(--brown);
    border-radius: 50%;
}

div.btn-el-with-icon .elementor-button-icon rect {
    fill: var(--orange);
}

/* Hovers */

div.btn-el-with-icon .elementor-button:hover {
    background-color: var(--orange);
    color: var(--white);
}

div.btn-el-with-icon .elementor-button path,
div.btn-el-with-icon .elementor-button rect {
    transition: var(--transition);
}

div.btn-el-with-icon .elementor-button:hover rect {
    fill: var(--white);
}

div.btn-el-with-icon .elementor-button:hover path {
    fill: var(--orange);
}

/* Buttons - Types - With small icon */
.button.button-with-small-icon.elementor-widget-button .elementor-button {
    min-width: auto !important;
    max-width: 240px;
}

.btn.btn-with-small-icon,
.button.button-with-small-icon.elementor-widget-button .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.button.button-with-small-icon.elementor-widget-button .elementor-button-content-wrapper {
    width: 100%;
}

.btn.btn-with-small-icon .title,
.button.button-with-small-icon.elementor-widget-button .elementor-button-text {
    display: inline-flex;
}

.btn.btn-with-small-icon .icon,
.button.button-with-small-icon.elementor-widget-button .elementor-button-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    font-size: 14px;
}

.btn.btn-with-small-icon .icon svg,
.button.button-with-small-icon.elementor-widget-button .elementor-button-icon svg {
    width: 1em;
    height: 1em;
}

.btn.btn-with-small-icon.rotated .icon svg,
.button.button-with-small-icon.rotated.elementor-widget-button .elementor-button-icon svg {
    transform: rotate(-45deg);
}

/* Buttons - Types - Notification */
.btn-notification {
    pointer-events: none !important;
}

/* Buttons - Size - Medium */
.btn.btn-medium,
.button.button-medium.elementor-widget-button .elementor-button {
    min-width: 250px;
}

.button.button-medium.elementor-widget-button .elementor-button {
    max-width: 250px;
}

/* Buttons - Size - Wide */
.btn.btn-wide,
.button.button-wide.elementor-widget-button .elementor-button {
    min-width: 268px;
}

.button.button-wide.elementor-widget-button .elementor-button {
    max-width: 268px;
}

/* Buttons - Colors */
.btn.btn-white,
.button.button-white.elementor-widget-button .elementor-button {
    color: var(--brown);
    background-color: var(--white);
}

.btn.btn-white:hover,
.button.button-white.elementor-widget-button .elementor-button:hover {
    color: var(--white);
    background-color: var(--green);
}

.btn.simple.white,
.button.simple.white.elementor-widget-button .elementor-button {
    color: var(--white);
}

.btn.simple.white::after,
.button.simple.white.elementor-widget-button .elementor-button::after {
    background-color: var(--white);
}

.btn.simple.white:hover,
.button.simple.white.elementor-widget-button .elementor-button:hover {
    color: var(--white);
}

.btn.simple.white:hover::after,
.button.simple.white.elementor-widget-button .elementor-button:hover::after,
.btn.simple.white:hover::after,
.button.simple.white.elementor-widget-button .elementor-button:hover::after {
    background-color: var(--white);
}

.btn.simple.brown,
.button.simple.brown.elementor-widget-button .elementor-button {
    color: var(--brown);
}

.btn.simple.brown::after,
.button.simple.brown.elementor-widget-button .elementor-button::after {
    background-color: var(--brown);
}

.btn.simple.brown:hover,
.button.simple.brown.elementor-widget-button .elementor-button:hover {
    color: var(--brown);
}

.btn.simple.brown:hover::after,
.button.simple.brown.elementor-widget-button .elementor-button:hover::after,
.btn.simple.brown:hover::after,
.button.simple.brown.elementor-widget-button .elementor-button:hover::after {
    background-color: var(--brown);
}

.btn.simple.reverse:hover::after,
.button.simple.reverse.elementor-widget-button .elementor-button:hover::after {
    width: 0%;
}

@media (max-width: 1359.75px) {}

@media (max-width: 1023px) {}

@media (max-width: 767px) {

    .btn,
    .button.elementor-widget-button .elementor-button {
        min-height: 42px;
        font-size: 12px;
    }
}

@media (max-width: 499.75px) {

    .btn,
    .button.elementor-widget-button .elementor-button {
        min-width: 100% !important;
    }

    .btn.simple,
    .button.simple.elementor-widget-button .elementor-button {
        min-width: auto !important;
    }
}

/*---------- BUTTONS END ----------*/

/*---------- FORM ----------*/

.form-title {
    margin: 0px 0px 40px;
    text-align: center;
}

.form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-field {
    position: relative;
    width: 100%;
    height: 100%;
}

.form-field.w50 {
    width: calc(50% - 8px);
}

/* .form-field>label {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.48em;
    vertical-align: middle;
    color: var(--black);
    margin-bottom: 12px;
} */

.form-field>label {
    position: absolute;
    top: 17px;
    left: 25px;
    color: var(--brown);
    transition: var(--transition);
    transition-duration: 0.4s;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
}

.form-field--textarea>label {
    top: 15px;
}

.form-field--search>label {
    top: 0;
    left: 0 !important;
    color: var(--white);
    transform: none;
    opacity: 0.6;
}

.form-field .wpcf7-form-control-wrap {
    display: flex;
}

.form-field input,
.form-field textarea,
.form-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    min-height: 52px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.48em;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--brown);
    border-radius: 12px;
    border: 2px solid var(--brown);
    background: var(--white);
    transition: var(--transition);
    cursor: pointer;
}

.form-field input::-webkit-input-placeholder {
    color: var(--brown);
    transition: var(--transition);
}

.form-field input:-moz-placeholder {
    color: var(--brown);
    transition: var(--transition);
}

.form-field textarea {
    height: 110px;
    resize: none;
}

.form-field input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px var(--white) !important;
    -webkit-text-fill-color: var(--brown) !important;
    color: var(--brown) !important;
}

.form-field input.wpcf7-not-valid,
.form-field textarea.wpcf7-not-valid {
    color: var(--red) !important;
    border-color: var(--red) !important;
}

.form-field input.wpcf7-not-valid::-webkit-input-placeholder {
    color: var(--red) !important;
}

.form-field input.wpcf7-not-valid:-moz-placeholder {
    color: var(--red) !important;
}

.form-field>label:has(+ span input.wpcf7-not-valid),
.form-field>label:has(+ span textarea.wpcf7-not-valid) {
    color: var(--red) !important;
}

.form-field--privacy {
    margin-bottom: 8px;
}

.form-field--privacy .wpcf7-list-item {
    margin: 0;
}

.form-field--privacy .wpcf7-list-item>label {
    position: relative;
    display: flex;
    font-size: 14px;
    cursor: pointer;
}

.form-field--privacy .wpcf7-list-item>label::before {
    content: '';
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 0.75em;
    background-color: transparent;
    border: 1px solid var(--brown);
    border-radius: 4px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: var(--transition);
}

.form-field--privacy .wpcf7-list-item>label:hover::before {
    background-color: var(--brown);
}

.form-field--privacy .wpcf7-list-item>label:has(input[type=checkbox]:checked)::before {
    background-color: var(--white);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3e%3cpath d='M17.2559 4.41107C17.5814 4.73651 17.5814 5.26414 17.2559 5.58958L8.08926 14.7562C7.76382 15.0817 7.23618 15.0817 6.91074 14.7562L2.74408 10.5896C2.41864 10.2641 2.41864 9.73651 2.74408 9.41107C3.06951 9.08563 3.59715 9.08563 3.92259 9.41107L7.5 12.9885L16.0774 4.41107C16.4028 4.08563 16.9305 4.08563 17.2559 4.41107Z' /%3e%3c/svg%3e");
}

.form-field--privacy .wpcf7-list-item>label>span {
    align-self: center;
}

.form-field--privacy input {
    display: none;
}

.form-field.hidden {
    display: none !important;
}

/* Form Field - Select */

.form-field--select {
    font-family: "Montserrat", sans-serif;
}

.form-field--select>label {
    position: relative;
    top: 0 !important;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 52px;
    padding: 12px 24px;
    border: 2px solid var(--brown);
    border-radius: 12px;
    pointer-events: auto;
    cursor: pointer;
    transition: border-color .3s ease;
}

.form-field--select>label .text {
    transition: var(--transition);
}

.form-field--select>label .icon {
    display: flex;
    align-items: center;
    transition: var(--transition);
}

.form-field--select.expanded>label .icon {
    transform: rotate(180deg);
}

.form-field--select .custom-select {
    position: absolute;
    top: 62px;
    width: 100%;
    background: var(--white);
    border: 2px solid var(--brown);
    border-radius: 12px;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
    z-index: 99;
}

.form-field--select.expanded .custom-select {
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    user-select: auto;
}

.form-field--select .custom-select__options {
    display: flex;
    flex-direction: column;
    max-height: 350px;
    overflow-y: auto;
}

.form-field--select .custom-select__option {
    padding: 16px 24px;
    color: var(--brown);
    transition: var(--transition);
    cursor: pointer;
}

.form-field--select .custom-select__option:hover {
    background-color: var(--beige-light);
}

.form-field--select select,
.form-field--select .wpcf7-form-control-wrap {
    display: none;
}

.not-valid>label {
    color: var(--red);
}

.not-valid input,
.not-valid textarea {
    border-color: var(--red);
}

/* Form Field - Select END */

/* Form Field - Select V2 */

.form-field--select-v2 {
    font-family: "Montserrat", sans-serif;
}

.form-field--select-v2>label {
    position: relative;
    top: 0 !important;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 70px;
    padding: 24px;
    font-weight: 600;
    background-color: var(--yellow);
    border: 2px solid var(--brown);
    border-radius: 24px;
    pointer-events: auto;
    cursor: pointer;
    transition: var(--transition);
}

.form-field--select-v2>label:hover {
    color: var(--white) !important;
    background-color: var(--orange);
}

.form-field--select-v2>label .icon {
    display: flex;
    align-items: center;
    transition: transform .3s ease;
}

.form-field--select-v2.expanded>label .icon {
    transform: rotate(180deg);
}

.form-field--select-v2 .custom-select {
    position: absolute;
    top: 80px;
    width: 100%;
    background: var(--yellow);
    border: 2px solid var(--brown);
    border-radius: 24px;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
    z-index: 99;
}

.form-field--select-v2.expanded .custom-select {
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    user-select: auto;
}

.form-field--select-v2 .custom-select__options {
    display: flex;
    flex-direction: column;
    max-height: 350px;
    overflow-y: auto;
}

.form-field--select-v2 .custom-select__option {
    padding: 24px;
    font-weight: 600;
    color: var(--brown);
    transition: var(--transition);
    cursor: pointer;
}

.form-field--select-v2 .custom-select__option:hover {
    color: var(--white);
    background-color: var(--orange);
}

.form-field--select-v2 select,
.form-field--select-v2 .wpcf7-form-control-wrap {
    display: none;
}

/* Form Field - Select V2 END */

.form-field .wpcf7-not-valid-tip {
    display: none;
}

.form-buttons {
    display: flex;
}

.form-buttons.w50 {
    width: calc(50% - 12px);
}

.form-fields+.form-buttons {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-button {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    border: none;
    overflow: hidden;
    z-index: 1;
}

.form-button input[type="submit"] {
    appearance: none;
    cursor: pointer;
}

.form-buttons.w50 .form-button input[type="submit"],
.form-button--wide input[type="submit"] {
    width: 100%;
    min-width: 100%;
}

.form-button--search {
    display: none;
}

.form-buttons .wpcf7-spinner,
.form .wpcf7-response-output {
    display: none;
}

/* Form - Hover and focus effects */
.form-field label:hover,
.form-field>label:has(+ input:hover),
.form-field>label:has(+ input:focus),
.form-field>label:has(+ span input:hover),
.form-field>label:has(+ span input:focus),
.form-field input:hover,
.form-field input:focus,
.form-field>label:has(+ textarea:hover),
.form-field>label:has(+ textarea:focus),
.form-field>label:has(+ span textarea:hover),
.form-field>label:has(+ span textarea:focus),
.form-field textarea:hover,
.form-field textarea:focus,
.form-field.filled label,
.form-field.filled input,
.form-field.filled textarea {
    color: var(--brown);
}

.form-field input:hover,
.form-field input:focus,
.form-field textarea:hover,
.form-field textarea:focus,
.form-field--select label:hover {
    border-color: var(--yellow);
}

.form-field.filled label,
.form-field.filled input,
.form-field.filled textarea,
.form-field.filled label+input,
.form-field.filled label+textarea {
    border-color: var(--green);
}

.form-field input:hover::-webkit-input-placeholder {
    color: var(--brown);
}

.form-field input:hover:-moz-placeholder {
    color: var(--brown);
}

.form-field.filled>label {
    left: 40%;
    opacity: 0;
}

.woocommerce form {
    border: none;
    margin: 0;
    padding: 0;
}

.wpcf7-form.submitting .form-buttons .wpcf7-spinner {
    display: block;
    visibility: visible;
}

.wpcf7-form.submitting .form-buttons .wpcf7-submit {
    opacity: 0.5;
}

.form-buttons .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    visibility: visible;
    align-self: center;
    margin-left: 5px;
}

@media (max-width: 1023px) {
    .form-field.filled>label {
        display: none;
    }

    .form-buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .form-fields {
        gap: 16px;
    }

    .form-field>label {
        top: 19px;
        font-size: 12px;
    }

    .form-field--textarea>label {
        top: 15px;
    }

    .form-field--select .custom-select__option {
        font-size: 12px;
    }

    /* Form Field - Select V2 */

    .form-field--select-v2>label {
        min-height: 68px;
        font-size: 16px;
    }

    .form-field--select-v2 .custom-select {
        top: 80px;
        font-size: 16px;
    }

    /* Form Field - Select V2 END */

    .form-field input,
    .form-field textarea,
    .form-field select {
        font-size: 12px;
        border-radius: 12px;
    }

    .form-button input[type="submit"] {
        min-height: 42px;
    }
}

@media (max-width: 499.75px) {
    .form-field.w50,
    .form-buttons.w50,
    .form-button {
        width: 100%;
    }
}

/*---------- FORM END ----------*/

/*---------- SLIDER ----------*/

.slider-header-wrapper {
    margin: 0px 0px 50px;
}

.slider-desc {
    margin: 20px 0px 0px;
}

.slider-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
}

.slider-header .slider-header-section-title {
    color: var(--brown);
}

.fancy-gallery img {
    cursor: pointer !important;
}

.top-arrows-content__wrap {
    display: flex;
    align-items: center;
    gap: 11px;
}

.prev-arrow-swiper,
.next-arrow-swiper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--brown);
    background-color: var(--yellow);
    border: 2px solid var(--brown);
    border-radius: 100px;
    cursor: pointer;
    transition: var(--transition);
}

.prev-arrow-swiper[data-type="white"],
.next-arrow-swiper[data-type="white"] {
    background-color: var(--white);
    opacity: 0.8;
}

.swiper-button-disabled {
    border-color: var(--brown);
    opacity: .5;
    cursor: not-allowed;
}

.prev-arrow-swiper:not(.swiper-button-disabled, [data-type="white"]):hover,
.next-arrow-swiper:not(.swiper-button-disabled, [data-type="white"]):hover,
.prev-arrow-swiper:not(.swiper-button-disabled, [data-type="white"]):active,
.next-arrow-swiper:not(.swiper-button-disabled, [data-type="white"]):active {
    color: var(--white) !important;
    background-color: var(--orange) !important;
    border-color: var(--brown) !important;
}

.prev-arrow-swiper[data-type="white"]:hover,
.prev-arrow-swiper[data-type="white"]:active,
.next-arrow-swiper[data-type="white"]:hover,
.next-arrow-swiper[data-type="white"]:active {
    opacity: 1;
}

.swiper-button-lock {
    display: none !important;
}

@media (max-width: 1023px) {
    .slider-header-wrapper {
        margin: 0px 0px 40px;
    }

    .swiper.swiper-full-width {
        margin-right: calc((100% - 100vw) / 2);
        margin-left: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .swiper.swiper-works img {
        height: 447px;
    }
}

@media (max-width: 767px) {
    .slider-header-wrapper {
        margin: 0px 0px 30px;
        gap: 40px;
    }

    .slider-header {
        flex-wrap: wrap;
        gap: 20px;
    }

    .prev-arrow-swiper,
    .next-arrow-swiper {
        width: 32px;
        height: 32px;
    }

    .prev-arrow-swiper svg {
        height: 10px;
        width: 6px;
    }

    .next-arrow-swiper svg {
        height: 10px;
        width: 6px;
    }

    .swiper.swiper-full-width {
        margin-right: calc((100% - 100vw) / 2);
        margin-left: -18px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .swiper.swiper-works img {
        height: 337px;
    }
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
}

/* Swiper - Pagination - Bullets */
.swiper .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    z-index: 1;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background-color: var(--beige);
    transition: var(--transition);
    opacity: 1;
    cursor: pointer;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: var(--yellow);
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--orange);
}

.swiper-navigation-disabled .swiper-navigation,
.swiper-navigation-disabled .swiper-pagination {
    display: none;
}

@media (max-width: 767px) {
    .swiper .swiper-pagination {
        bottom: 20px;
    }

    .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

/*---------- SLIDER END ----------*/


/*---------- PAGINATION ----------*/

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 50px;
}

.pagination .page-numbers {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--brown);
    border: 2px solid var(--brown);
    border-radius: 50%;
    transition: var(--transition);
}

.pagination .page-numbers.current {
    color: var(--brown);
    background-color: var(--yellow);
    border-color: var(--brown);
    cursor: default;
    pointer-events: none;
}

.pagination .page-numbers.dots {
    width: 20px;
    border: none;
    cursor: default;
    pointer-events: none;
}

.pagination .page-numbers:hover {
    color: var(--white);
    background-color: var(--orange);
    border-color: var(--brown);
}

.pagination .page-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brown);
    transition: var(--transition);
}

.pagination .page-icon.disabled {
    color: var(--beige);
    cursor: default;
    pointer-events: none;
}

.pagination .page-icon:hover {
    color: var(--orange);
}

@media (max-width: 1023.75px) {
    .pagination {
        gap: 12px;
        margin-top: 40px;
    }

    .pagination .page-numbers.dots {
        width: 14px;
    }
}

@media (max-width: 767px) {
    .pagination {
        margin-top: 30px;
    }

    .pagination .page-numbers {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .pagination .page-numbers.dots {
        width: 16px;
    }
}

@media (max-width: 449.75px) {
    .pagination {
        gap: 10px;
    }

    .pagination .page-numbers.dots {
        width: 12px;
    }

    .pagination .page-icon.start,
    .pagination .page-icon.end {
        display: none;
    }
}

/*---------- PAGINATION END ----------*/


/*---------- GLOBAL ----------*/

.section-margin {
    margin: 100px 0px 0px;
}

.full-width-section {
    margin-inline: calc((100% - 100vw) / 2) !important;
    padding-inline: calc((100vw - 100%) / 2) !important;
    max-width: initial !important;
    width: 100vw !important;
}

/* Basic card style */
.base-item-card-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: url(/rio/wp-content/uploads/2025/06/uzor-green.jpg) center / cover no-repeat;
    border: 2px solid var(--brown);
    border-radius: 24px;
    overflow: hidden;
}

.base-item-card-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


.base-item-card-info .base-item-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 254px;
    margin-bottom: 16px;
    border: 2px solid var(--brown);
    border-radius: 16px;
    transition: var(--transition);
    overflow: hidden;
}

.base-item-card-info .base-item-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.base-item-card-info .base-item-card-image:hover img {
    transform: scale(1.1);
}

.base-item-card-info .base-item-card-title {
    align-self: flex-start;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--brown);
}

.base-item-card-info .base-item-card-title:last-child {
    margin-bottom: 0px;
}

.base-item-card-info .base-item-card-title:hover {
    color: var(--orange);
}

.base-item-card-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0 0;
}

/* Loader */

#loader-icon {
    display: none;
    text-align: center;
    margin-top: 20px;
}

#loader-icon svg {
    animation: rotate-spinner 1s linear infinite;
}

@keyframes rotate-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1023px) {
    .section-margin {
        margin: 80px 0px 0px;
    }

    .base-item-card-info .base-item-card-image {
        height: max(37vw, 322px);
    }
}

@media (max-width: 767px) {
    .section-margin {
        margin: 60px 0px 0px;
    }

    .base-item-card-info .base-item-card-image {
        height: max(36vw, 190px);
    }

    .base-item-card-info .base-item-card-title {
        margin-bottom: 6px;
    }
}

@media (max-width: 499.75px) {
    .base-item-card-info .base-item-card-image {
        height: max(70vw, 190px);
    }
}

/* Dropdown */

.custom-dropdown {
    position: relative;
    width: 100%;
    max-width: 254px;
    display: flex;
    align-items: center;
}

.dropdown-selected {
    position: relative;
    min-width: 254px;
    padding: 16px;
    background-color: var(--white);
    border: 2px solid var(--brown);
    border-radius: 24px;
    cursor: pointer;
}

.dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0deg);
    display: flex;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.dropdown-selected.open .dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.dropdown-list {
    width: 100%;
    list-style: none;
}


.dropdown-selected ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-selected li a {
    font-weight: 600;
    text-decoration: none;
    color: var(--brown);
}

.dropdown-selected ul,
.dropdown-selected li,
.dropdown-selected a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-list {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    border: 2px solid var(--brown);
    background: var(--white);
    z-index: 100;
    border-radius: 24px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.dropdown-list li a {
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--brown);
    transition: var(--transition);
}

.dropdown-list li a.current-site,
.dropdown-list li a:hover {
    color: var(--white);
    background-color: var(--orange);
}

/*---------- GLOBAL END ----------*/


/*---------- BREADCRUMBS ----------*/

.wpseo-breadcrumb-container {
    padding: 24px 0px 0px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px 12px;
    margin-bottom: 40px;
}

.breadcrumbs .breadcrumbs-item a:hover {
    color: var(--orange);
}

.breadcrumbs .breadcrumbs-separator {
    display: inline-flex;
    margin-bottom: 2px;
    opacity: 0.5;
}

.breadcrumbs .breadcrumbs-separator svg {
    width: 14px;
    height: 14px;
}

.breadcrumbs .breadcrumbs-item--last {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .breadcrumbs {
        gap: 2px 8px;
        margin-bottom: 24px;
    }

    .breadcrumbs .breadcrumbs-separator {
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumbs-separator svg {
        width: 10px;
        height: 10px;
    }
}

/*---------- BREADCRUMBS END ----------*/


/*---------- TABS ----------*/

.elementor-element.tabs {
    overflow-x: auto !important;
}

.elementor-element.tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.elementor-element.tabs>div.elementor-element {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: max-content;
    max-width: max-content;
    margin: 0 auto;
    padding: 3px;
    list-style: none;
    border: 2px solid var(--brown);
    border-radius: 36px;
    outline: none;
}

.elementor-element .tab {
    display: flex;
    outline: none;
    transition: var(--transition);
    cursor: pointer;
}

.elementor-element .tab .elementor-heading-title {
    min-width: max-content;
    padding: 16px 26px;
    color: var(--brown);
    border-radius: 36px;
    outline: none;
    transition: var(--transition);
}

.elementor-element .tab:hover .elementor-heading-title {
    color: var(--brown);
    background-color: var(--yellow);
}

.elementor-element .tab.active .elementor-heading-title {
    color: var(--white);
    background-color: var(--orange);
}

.elementor-element .tab-content {
    display: none !important;
}

.elementor-element .tab-content.active {
    display: block !important;
}

.elementor-element .tab-content.elementor-element.active {
    display: flex !important;
}

@media (max-width: 1024px) {}

@media (max-width: 767px) {
    .elementor-element.tabs {
        width: 100vw;
        margin-inline: calc((100% - 100vw) / 2);
        padding-inline: calc((100vw - 100%) / 2);
    }

    .elementor-element.tabs>div.elementor-element {
        margin: 0;
    }
}

/*---------- TABS - END ----------*/

/*---------- VIDEO - START ----------*/

.e-hosted-video .elementor-custom-embed-play i,
.e-hosted-video .elementor-custom-embed-play svg {
    opacity: 1;
}

/*---------- VIDEO - END ----------*/


/*---------- POPUPS ----------*/

.mfp-bg {
    background: var(--beige-light);
}

.mfp-container {
    padding: 36px !important;
    overflow-y: auto;
}

/* Animation - Zoom In */

.mfp-zoom-in {
    opacity: 0;
    transition: var(--transition);
}

.mfp-wrap.mfp-zoom-in {
    transform: scale(0.8);
}

.mfp-bg.mfp-zoom-in.mfp-ready {
    opacity: 0.5
}

.mfp-wrap.mfp-zoom-in.mfp-ready {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-removing {
    opacity: 0 !important;
}

.mfp-wrap.mfp-zoom-in.mfp-removing {
    transform: scale(0.8);
}

/* Animation - Zoom In - END */

/* Animation - Fade */

.mfp-fade {
    opacity: 0;
    transition: var(--transition);
}

.mfp-bg.mfp-fade.mfp-ready {
    opacity: 0.3;
}

.mfp-wrap.mfp-fade.mfp-ready {
    opacity: 1;
}

.mfp-fade.mfp-removing {
    opacity: 0 !important;
}

/* Animation - Fade - END */

.popup {
    position: relative;
    max-width: 654px;
    margin: 0 auto;
    padding: 40px 80px;
    background: var(--white);
    border: 2px solid var(--brown);
    border-radius: 24px;
}

.popup-title {
    max-width: 360px;
    margin: 0 auto 20px;
    text-align: center;
}

.popup-close {
    position: absolute;
    top: 34px;
    right: 34px;
    display: flex;
    width: 25px;
    height: 25px;
    color: var(--brown);
    transition: var(--transition);
    cursor: pointer;
}

.popup-close svg {
    width: 100%;
    height: 100%;
    color: var(--brown);
    transition: var(--transition);
}

.popup-close:hover svg {
    color: var(--red);
}

@media (max-width: 767px) {
    .mfp-container {
        padding: 18px !important;
    }

    .popup {
        padding: 30px;
    }

    .popup-close {
        top: 12px;
        right: 12px;
        width: 16px;
        height: 16px;
    }
}

/*---------- POPUPS END ----------*/


/*---------- HEADER ----------*/

header {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 0px solid var(--beige-light);
    transition: var(--transition);
    z-index: 1001;
}

header.scroll {}

body.admin-bar header {
    top: 32px;
}

/* header+main,
header+div[data-elementor-type="single-post"],
header+div[data-elementor-type="archive"] {
    margin-top: 156px;
    padding-top: 15px;
} */

header .header-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
    background-color: var(--beige);
}

header .logo {
    flex-shrink: 0;
    max-width: min(18vw, 280px);
}

header .logo a {
    display: flex;
}

header .logo svg {
    width: 100%;
    height: 100%;
}

header .logo img {
    height: auto;
    width: 100%;
}

header .header-main {
    padding: 24px 0px;
    width: 100%;
}

header .header-main .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.header-top-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-work-time {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.header-top-woo {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-top-woo-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top-woo-list a {
    display: flex;
}

.header-top-woo-list .cart-link {
    position: relative;
}

.header-top-woo-list .cart-link__count {
    position: absolute;
    top: -8px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    font-size: 8px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--brown);
    border-radius: 50%;
    transition: var(--transition);
}

.header-top-woo-list .cart-link:hover .cart-link__count {
    background-color: var(--orange);
}

.header-bottom {
    padding: 22px 0px;
    background-color: var(--green);
    border: 2px solid var(--brown);
    border-radius: 40px;
}

.header-bottom-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s ease;
    border-radius: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--brown);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
    /* Под меню, но выше остального */
}

.header-wrapper.active .overlay {
    opacity: 0.9;
    visibility: visible;
}

header .header-bottom .menu {
    display: flex;
    align-items: center;
}

header .menu .menu-wrapper {
    display: flex;
    width: 100%;
}

header .menu .menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
}

header .menu .menu-list .menu-item {
    padding: 0px 24px;
}

header .menu .menu-list .menu-item:not(:last-child) {
    border-right: 1px solid var(--brown);
}

/* header .menu .current-menu-item>a {
    color: var(--green) !important;
} */

/* Menu - Level 2 */

header .menu .menu-list .menu-item-has-children {
    position: relative;
    padding-right: 48px;
    cursor: pointer;
}

header .menu .menu-list .menu-item-has-children .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    min-width: 260px;
    background-color: var(--white);
    border: 2px solid var(--brown);
    border-radius: 24px;
    z-index: 9999;
}

header .menu .menu-list .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

header .menu .menu-list .sub-menu .menu-item {
    border: 0px;
    padding: 0px;
}

header .menu .menu-list .sub-menu .menu-item:first-child a {
    border-radius: 24px 24px 0px 0px !important;
}

header .menu .menu-list .sub-menu .menu-item:last-child a {
    border-radius: 0px 0px 24px 24px !important;
}

header .menu .menu-list .sub-menu .menu-item a {
    width: 100%;
    padding: 20px 24px;
    justify-content: flex-start;
    color: var(--brown);
    border-radius: 0px !important;
    transition: var(--transition);
}

header .menu .menu-list .sub-menu .menu-item a::after {
    content: none;
}

header .menu .menu-list .sub-menu .menu-item.current-menu-item a,
header .menu .menu-list .sub-menu .menu-item a:hover {
    background-color: var(--green-light) !important;
}

header .menu .menu-list .sub-menu .menu-item a.btn.simple.white::after {
    display: none;
}

header .menu .menu-list .menu-item-has-children::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 24px;
    display: inline-block;
    width: 4px;
    height: 4px;
    padding: 0px;
    border: solid var(--brown);
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: var(--transition);
}

header .menu .menu-list .menu-item-has-children:hover::after {
    top: calc(50% + 3px);
    transform: translateY(-50%) rotate(225deg) !important;
}


/* Menu - Level 3 - END */

header .burger-icon {
    display: none;
    background-color: var(--yellow);
    border-radius: 40px;
}

.mob-menu-container {
    display: none;
}

/* Header translate */

.header-bottom .google-translate-container {
    display: none;
    position: absolute;
    left: calc(100% - 290px);
    z-index: 3;
}

.gtranslate_wrapper {
    position: relative;

}

.google-translate-container,
#gt_float_wrapper {
    min-width: 100px;
    height: 52px;
}

.gt_float_switcher .gt-selected {
    padding: 15px;
    background-color: var(--white) !important;
}

.gt_float_switcher img {
    height: 16px !important;
    max-width: 16px !important;
    border-radius: 50px !important;
    margin: 0px !important;
    object-fit: cover;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang,
.gt_float_switcher .gt_options a {
    transition: none !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    display: flex;
    gap: 8px;
}

.gt_float_switcher {
    background: transparent !important;
    box-shadow: none !important;
    border: 2px solid var(--brown);
    border-radius: 24px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.gt_float_switcher .gt_options a {
    color: var(--brown) !important;
}

.gt_float_switcher .gt_options a {
    padding: 0px 16px;
}

.gtranslate_wrapper .gt_float_switcher .gt_options a {
    transition: var(--transition) !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gtranslate_wrapper .gt_float_switcher .gt_options a:hover {
    background: var(--green-light);
}

.gt_float_switcher {
    display: flex !important;
    flex-direction: column-reverse;
    gap: 0px;
}

.gt_float_switcher .gt_options {
    top: 0px;
    padding: 0px 0px 16px;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
}

.gt_float_switcher .gt_options.gt-open {
    display: flex !important;
    flex-direction: column-reverse;
    gap: 0px;
    max-width: 100% !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    flex-shrink: 0;
    top: 0px !important;
    font-size: 14px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: auto !important;
    background-size: 7px !important;
    background-image: url("data:image/svg+xml;utf8,<svg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.00033 3.99999L0.666992 0.666656H7.33366L4.00033 3.99999Z' fill='black'/></svg>") !important;
    transform: rotate(0deg) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(-180deg) !important;
}

.translate-mob {
    display: none;
}

.footer-column-arrow,
.faq-arrow {
    flex-shrink: 0;
    display: none;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--brown);
    border-radius: 50px;
    transition: var(--transition);
}

.footer-column-title.active .footer-column-arrow,
.faq-item.active .faq-arrow {
    color: var(--white);
    background-color: var(--orange);
}

.footer-column-title.active rect:last-child,
.faq-item.active .faq-arrow rect:last-child {
    opacity: 0;
}

.faq-arrow {
    display: flex;
}

@media (max-width: 1199.75px) {
    .header-work-time {
        display: none;
    }
}

@media (max-width: 1023px) {
    header {
        position: fixed;
    }

    header+main,
    header+.header-block,
    header+.catalog-page,
    header+div[data-elementor-type="single-post"],
    header+div[data-elementor-type="archive"] {
        margin-top: 116px;
    }

    header .logo {
        max-width: 200px;
    }

    header .header-wrapper {
        gap: 14px;
        padding-block: 16px;
    }

    header .header-main {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 24px;
        padding: 16px 0;
    }

    header .header-main .header-top {
        margin: 0px;
        justify-content: flex-end;
    }

    .header-top-info {
        display: none;
    }

    .header-bottom {
        display: flex;
        align-items: center;
        height: fit-content;
        background-color: none;
        border: none;
        padding: 0;
    }

    header .header-bottom .menu {
        position: absolute;
        top: -100vh;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 40px;
        max-width: 324px;
        width: 100%;
        padding: 80px 0 40px 0;
        min-height: 100vh;
        height: 100%;
        background: var(--beige);
        transition: var(--transition);
        transition-duration: 0.6s;
        z-index: 2;
        overflow: auto;
    }

    header .header-wrapper.active .menu {
        top: 0px;
    }

    header .header-wrapper.active .header-bottom .google-translate-container {
        display: block;
    }

    header .menu .menu-wrapper {
        flex-grow: 0;
        width: 100%;
        padding: 40px 36px 0;
        overflow: auto;
    }

    header .menu .menu-list {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    header .menu .menu-list a {
        justify-content: flex-start;
        width: 100%;
        font-size: 16px;
    }

    header .menu .menu-list .menu-item:not(:last-child) {
        border: 0px;
    }

    header .menu .menu-list .menu-item {
        padding: 0px 24px 0px 0px;
    }

    header .menu .menu-list .menu-item a::after {
        content: none;
    }

    /* Menu - Level 2 */
    header .menu .menu-list .menu-item-has-children .sub-menu {
        max-height: 0;
        min-width: auto;
        margin-top: 10px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        border: 0px;
        transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s;
    }

    header .menu .menu-list .menu-item-has-children::after {
        top: 3px;
        border-color: var(--black);
    }

    header .menu .menu-list .menu-item-has-children:hover::after {
        top: 3px;
        transform: translateY(0) rotate(45deg) !important;
    }

    header .menu .menu-list .menu-item-has-children.active::after {
        transform: translateY(0) rotate(225deg) !important;
    }

    header .menu .menu-list .menu-item-has-children.active .sub-menu {
        position: initial;
        max-height: 100%;
        opacity: 1;
        visibility: visible;
        overflow: auto;
    }

    header .menu .menu-list .sub-menu .menu-item a {
        padding: 6px;
        font-size: 14px;
    }

    header .menu .menu-list .menu-item-has-children .sub-menu {
        background-color: transparent;
    }

    header .menu .menu-list .menu-item-has-children .sub-menu,
    header .menu .menu-list .sub-menu .menu-item:first-child a,
    header .menu .menu-list .sub-menu .menu-item:last-child a {
        border-radius: 0px !important;
    }

    /* Menu - Level 2 - END */

    /* Menu - Level 3 */

    header .menu .menu-list>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
        margin-top: 16px;
    }

    /* Menu - Level 3 - END */

    header .header-wrapper.active .burger-icon {
        background-color: var(--orange);
    }

    .mob-menu-container {
        padding: 0px 36px 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;

    }

    .mob-menu-container .header-work-time {
        display: flex;
    }

    .custom-dropdown,
    .mob-menu-container .sites-dropdown {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .mob-menu-container .sites-dropdown {
        padding: 0px 0px 24px;

    }

    .dropdown-selected.open+.dropdown-list {
        position: initial;
        display: flex !important;
        flex-direction: column;
    }

    header .burger-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-left: auto;
        border: 2px solid var(--brown);
        cursor: pointer;
        z-index: 5;
        overflow: hidden;
    }

    header .burger-icon span {
        position: absolute;
        height: 2px;
        max-width: 22px;
        width: 100%;
        background: var(--brown);
        border-radius: 30px;
        transition: var(--transition);
    }

    header .burger-icon span:nth-child(1) {
        transform: translate(0px, -8px);
    }

    header .burger-icon span:nth-child(2) {
    }

    header .burger-icon span:nth-child(3) {
        transform: translate(0px, 8px);
    }

    header .header-wrapper.active .burger-icon span {
        background-color: var(--white);
    }

    header .header-wrapper.active .burger-icon span:nth-child(1) {
        transform: rotate(45deg);
    }

    header .header-wrapper.active .burger-icon span:nth-child(2) {
        right: -100%;
    }

    header .header-wrapper.active .burger-icon span:nth-child(3) {
        transform: rotate(-45deg);
    }
}

@media (max-width: 767px) {
    body.admin-bar header {
        top: 46px;
    }

    header+main,
    header+.header-block,
    header+.catalog-page,
    header+div[data-elementor-type="single-post"],
    header+div[data-elementor-type="archive"] {
        margin-top: 74px;
    }

    header .logo {
        max-width: 100px;
    }

    header .header-main {
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }

    .header-top-woo,
    .header-top-woo-list {
        gap: 12px;
    }

    header .menu .menu-list {
        gap: 16px;
    }

    header .header-main .header-top {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    header .header-top .social-links {
        max-width: 100%;
    }

    header .header-top .header-buttons {
        display: none;
    }

    .header-bottom .google-translate-container {
        left: calc(100% - 274px);
    }

    header .menu .menu-wrapper {
        padding: 50px 18px 0;
    }

    header .header-bottom .menu {
        max-width: 291px;
        gap: 20px;
    }

    .mob-menu-container {
        padding: 0px 18px;
    }

}

@media (max-width: 499.75px) {
    .header-top-woo-list {
        display: none;
    }

    header .burger-icon span:nth-child(2) {
        width: 100%;
    }
}

/*---------- HEADER END ----------*/

/*---------- FOOTER ----------*/

main+footer {
    margin-top: 120px;
}

body.footer-without-offset footer {
    margin-top: 0px !important;
}

footer {
    background-color: var(--beige);
}

footer .footer-wrapper {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

footer .footer-top {
    display: grid;
    grid-template-columns: min(280px, 18vw) 140px auto 278px;
    justify-content: space-between;
    gap: 25px;
}

.footer-top-column.column-identic {
    text-align: center;
}

footer .footer-top-column {
    display: flex;
    flex-direction: column;
}

footer .logo {
    margin-bottom: 12px;
}

footer .logo a {
    display: flex;
}

footer .social-links {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

footer .social-link {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF4D;
    border-radius: 50px;
}

footer .social-link:hover {
    background-color: var(--white);
}

footer .social-link svg path {
    fill: var(--white);
}

footer .all-rights {
    margin: 24px 0px 0px;
}

.privacy-policy {
    margin: 12px 0px 0px;
    transition: var(--transition);
}

.privacy-policy:hover {
    color: var(--orange);
}

footer .footer-column-title {
    margin-bottom: 24px;
}

footer .menu-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
}

footer .menu-item a {
    font-weight: 500;
    text-transform: none;
}

.meta-announce {
	margin: 0px 0px 24px;
}

.footer-bottom {
    background-color: var(--yellow);
}

.agency-creator {
    padding: 16px !important;
    text-align: center;
}

.user-contact {
    display: flex;
    align-items: center;
    gap: 16px;
}

.user-contact+.user-contact {
    margin: 14px 0px 0px;
}

.user-contact-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 50px;
}

.user-contact svg {
    color: var(--orange);
}

.socials-list {
    margin: 24px 0px;
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 1023px) {
    main+footer {
        margin-top: 80px;
    }

    footer .footer-wrapper {
        padding-bottom: 80px !important;
    }

    footer .footer-top {
        grid-template-columns: 280px 344px;
        gap: 60px;
    }

    .column-pages-navigation {
        grid-column: 1;
        grid-row: 1;
    }

    .column-pages-for-customers {
        grid-row: 1;
        grid-column: 2;
    }
}

@media (max-width: 767px) {
    main+footer {
        margin-top: 60px;
    }

    footer .footer-wrapper {
        padding-bottom: 80px !important;
    }

    footer .footer-top {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .footer-top-column.column-identic {
        max-width: 280px;
        margin: 0 auto;
    }

    .column-pages-navigation {
        margin: 40px 0px 0px;
    }

    .column-pages-for-customers {
        margin: 0px 0px 40px;
    }

    .column-pages-navigation,
    .column-pages-for-customers {
        grid-column: auto;
        grid-row: auto;
    }

    .footer-column-dropdown {
        padding: 16px 0px;
        border-top: 1px solid var(--brown);
        border-bottom: 1px solid var(--brown);
    }

    .footer-column-dropdown+.footer-column-dropdown {
        border-top: 0px;
    }

    .footer-column-dropdown .footer-column-title {
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .footer-column-dropdown .footer-column-arrow,
    .faq-arrow {
        display: flex;
    }

    .footer-column-title rect:last-child {
        transition: opacity 0.3s ease;
    }

    .footer-column-dropdown .menu-wrapper {
        display: none;
        margin: 16px 0px 0px;
    }

    .socials-list {
        margin: 16px 0px;
    }

    footer .social-link svg {
        width: 22px;
        height: 22px;
    }

    footer .social-link:nth-child(2) svg {
        width: 24px;
        height: 24px;
    }

    .agency-creator {
        padding: 10px !important;
    }
}

/*---------- FOOTER END ----------*/

/*---------- BLOG SLIDER PAGE ----------*/

.all-news-btn {
    margin: 40px auto 0px;
    display: flex;
    justify-content: center;
}

.blog-card .blog-item-card-container {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 2px solid var(--brown);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #12332233;
}

.blog-card .blog-item-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-card .blog-item-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.blog-card .blog-item-card-container:hover img {
    transform: scale(1.05);
}

.blog-item-card-info {
    padding: 16px;
    min-height: 100px;
    border: 2px solid var(--brown);
    border-radius: 24px;
    background: url(/rio/wp-content/uploads/2025/06/uzor-yellow.jpg) center / cover no-repeat;
    z-index: 1;
}

.blog-item-card-container .blog-item-card-title {
    margin: 4px 0px 0px;
}

/*---------- BLOG SLIDER PAGE END ----------*/


/*---------- SINGLE BLOG PAGE ----------*/

.post-content>.elementor-widget-container {
    padding: 0 90px;
}

.post-content>.elementor-widget-container h1,
.post-content>.elementor-widget-container h2,
.post-content>.elementor-widget-container h3,
.post-content>.elementor-widget-container h4,
.post-content>.elementor-widget-container h5,
.post-content>.elementor-widget-container h6 {
    color: var(--white);
}

.post-content .wp-block-image {
    display: flex;
    height: 500px;
    margin-inline: -90px;
    border-radius: 24px;
    overflow: hidden;
}

.post-content .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-content *+.wp-block-image,
.post-content .wp-block-image+* {
    margin-top: 60px;
}

.post-content a {
    position: relative;
    display: inline-flex;
    padding: 0 0 1px 0;
    color: var(--green);
    transition: var(--transition);
}

.post-content a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: var(--green);
    transform: translateX(-50%);
    transition: var(--transition);
    opacity: 1;
}

.post-content a:hover {
    color: var(--white);
}

.post-content a:hover::after {
    width: 0%;
    background-color: var(--white);
}

@media (max-width: 1023.75px) {
    .post-content>.elementor-widget-container {
        padding: 0;
    }

    .post-content .wp-block-image {
        margin-inline: 0;
    }

    .post-content *+.wp-block-image,
    .post-content .wp-block-image+* {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {

    .post-content *+.wp-block-image,
    .post-content .wp-block-image+* {
        margin-top: 40px;
    }
}

/*---------- SINGLE BLOG PAGE END ----------*/


/*---------- ELEMENTOR ----------*/

.elementor-element h1+*,
.elementor-element h2+*,
.elementor-element h3+*,
.elementor-element h4+*,
.elementor-element h5+*,
.elementor-element h6+* {
    margin-top: 1em;
}

.elementor-element p+* {
    margin-top: 1em;
}

.elementor-element p+h1,
.elementor-element p+h2,
.elementor-element p+h3,
.elementor-element p+h4,
.elementor-element p+h5,
.elementor-element p+h6 {
    margin-top: 1.2em;
}

.elementor-element p+ul,
.elementor-element p+ol {
    margin-top: 0.5em;
}

.elementor-element ul+*,
.elementor-element ol+* {
    margin-top: 1em;
}

.elementor-element ul+h1,
.elementor-element ul+h2,
.elementor-element ul+h3,
.elementor-element ul+h4,
.elementor-element ul+h5,
.elementor-element ul+h6,
.elementor-element ol+h1,
.elementor-element ol+h2,
.elementor-element ol+h3,
.elementor-element ol+h4,
.elementor-element ol+h5,
.elementor-element ol+h6 {
    margin-top: 1.4em;
}

.elementor-element ul>li {
    position: relative;
    list-style-type: none;
    padding-left: 1.1em;
}

.elementor-element ul>li+li {
    margin-top: 8px;
}

.elementor-element ul>li:not([class])::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--brown);
}

.elementor-element ol {
    margin-left: 1.15em;
}

.elementor-element ol>li {
    margin-top: 8px;
}

.elementor-widget-text-editor a {
    position: relative;
    display: inline-flex;
    padding: 0 0 1px 0;
    color: var(--green);
    transition: var(--transition);
}

.elementor-widget-text-editor a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: var(--green);
    transform: translateX(-50%);
    opacity: 1;
}

.elementor-widget-text-editor a:hover {
    color: var(--black);
}

.elementor-widget-text-editor a:hover::after {
    width: 0%;
    background-color: var(--black);
}

.elementor-widget-icon-box a {
    position: relative;
    display: inline-flex;
}

.elementor-widget-icon-box a:hover {
    color: var(--green);
}

@media (max-width: 767.75px) {
    .elementor-element ul>li:not([class])::before {
        top: 3px;
    }

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none;
    }
}

/* Elementor - Toggler */
.elementor-widget-toggle .elementor-tab-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    transition: border-bottom 0s ease 0.35s;
}

.elementor-widget-toggle .elementor-tab-title .elementor-toggle-title {
    transition: var(--transition);
}

.elementor-widget-toggle .elementor-tab-title .elementor-toggle-icon svg {
    transition: var(--transition);
}

.elementor-widget-toggle .elementor-tab-title .elementor-toggle-icon-closed {
    transition: var(--transition);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: block !important;
    transform: rotate(180deg) translateY(3px);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: none !important;
}

/* Elementor - Accordion  */
.elementor-widget-n-accordion .e-n-accordion-item {
    background-color: var(--green-dark);
    border-radius: 20px;
}

.elementor-widget-n-accordion .e-n-accordion-item>.e-con {
    padding: 0 30px 30px !important;
    border: none !important;
    outline: none !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 30px !important;
    border: none !important;
    outline: none !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    color: var(--white);
    transition: var(--transition);
}

.elementor-widget-n-accordion .e-n-accordion-item-title:hover .e-n-accordion-item-title-text,
.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
    color: var(--green);
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    align-self: flex-start;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon svg {
    fill: transparent !important;
    color: var(--green);
}

@media (max-width: 767px) {
    .elementor-widget-n-accordion .e-n-accordion-item>.e-con {
        padding: 0 20px 24px !important;
    }

    .elementor-widget-n-accordion .e-n-accordion-item-title {
        padding: 24px 20px !important;
    }
}

/* Elementor - Icon  */
.elementor-widget-icon .elementor-icon-wrapper {
    display: flex;
}

/* Elementor - Tabs  */
.elementor-widget-n-tabs .e-n-tabs {
    gap: 40px !important;
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading {
    align-self: center;
    display: flex;
    gap: 4px;
    padding: 3px;
    border: 2px solid var(--white);
    border-radius: 36px;
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    display: flex;
    min-width: max-content;
    padding: 16px 26px;
    color: var(--white);
    background-color: transparent;
    border-radius: 36px;
    outline: none;
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
    color: var(--green-dark-full) !important;
    background-color: var(--green-light) !important;
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    color: var(--white) !important;
    background-color: var(--green) !important;
}

/* Elementor Style - END */

/*---------- ELEMENTOR END ----------*/

/*---------- SECTIONS ----------*/

/* Hero start */
.hero-banner-tag {
    position: relative;
}

.hero-banner-tag svg {
    max-width: 100%;
}

.hero-banner-tag-text {
    max-width: 394px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (max-width: 480px) {
    .hero-banner-tag-text {
        padding: 0px 30px;
    }

    .banner-tag-title {
        font-size: 16px;
    }

    .banner-tag-desc {
        font-size: 12px;
    }
}

/* Hero end */

/* Seo start */
.seo h2,
.seo h3 {
    margin-bottom: 1em;
}

/* Seo end */

/* Buy ticket start */

.buy-ticket {
    position: fixed;
    top: 100px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: -1;
}

.buy-ticket.show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.buy-ticket .timer {
    width: 42px;
    text-align: center;
}

@media (max-width: 1023px) {
    .buy-ticket {
        top: 130px;
        right: 24px;
    }
}

@media (max-width: 767px) {
    .buy-ticket {
        top: 114px;
        right: 18px;
    }
}

/* Buy ticket end */

/*---------- SECTIONS END ----------*/

.simple-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100dvh;
    padding: 100px 0;
    overflow: auto;
    overscroll-behavior: contain;
    background: rgb(255 233 199 / 90%);
    z-index: 1111111;
    visibility: hidden;
    opacity: 0;
    transition: 0.33s ease-in-out;
}

.simple-modal.show {
    visibility: visible;
    opacity: 1;
}

.simple-modal-window {
    position: relative;
    width: 745px;
    padding: 60px 80px;
    border: 2px solid var(--brown);
    border-radius: 24px;
    box-shadow: 0px 0px 4px 0px #12332233;
    background: var(--white);
    margin: auto;
}

.simple-modal-window__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: none;
    transition: var(--transition);
}

.simple-modal-window__close:hover {
    color: var(--red);
}

.tinvwl-table-manage-list .product-price,
.tinvwl-table-manage-list .product-name {
    text-align: left;
}

.tinv-wishlist table th {
    background: var(--green-light);
    padding: 10px;
}

.tinv-wishlist table td {
    background: var(--beige-light);
    padding: 10px;
}

.tinvwl-table-manage-list {
    border-collapse: collapse;
}

.product-action button,
.tinvwl_button_close {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 175px;
    min-height: 52px;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    color: var(--white);
    background-color: var(--orange);
    border: 2px solid var(--brown);
    border-radius: 40px !important;
    transition: var(--transition);
}

.product-action button:hover,
.tinvwl_button_close:hover {
    color: var(--brown);
    background-color: var(--yellow);
}

.tinvwl_button_close .ftinvwl-times {
    display: none;
}

.tinv-wishlist .product-remove button {
    background-color: var(--beige-light);
    transition: var(--transition);
}

.tinv-wishlist .product-remove button:hover {
    color: var(--red);
}

@media (max-width: 1024px) {
    .simple-modal {
        padding: 80px 30px;
    }

    .simple-modal-window {
        padding: 60px;
    }
}

@media (max-width: 767px) {
    .simple-modal {
        padding: 52px 20px 60px;
    }

    .simple-modal-window {
        padding: 40px 24px;
    }

    .simple-modal-window__close {
        top: 6px;
        right: 6px;
    }
}

/* 404 */

.error404 main {
    padding: 100px 0;
    background-color: var(--beige-light);
}

.error404 footer {
    margin-top: 0 !important;
}

.not-found-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* #errorText styles */
.errorText {
    margin: 14px 0;
    text-align: center;
    font-size: 22px;
}

/* #errorLink styles */
#errorLink {
    font-size: 20px;
    padding: 12px;
    border: 2px solid var(--brown);
    color: var(--brown);
    background-color: transparent;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

#errorLink:hover,
#errorLink:active {
    color: #fff;
    background: var(--orange);
}

/* #g6219 styles and animation */
#g6219 {
    transform-origin: 85px 4px;
    animation: an1 12s 0.5s infinite ease-out;
}

/* Keyframes for the animation */
@keyframes an1 {
    0% {
        transform: rotate(0);
    }

    5% {
        transform: rotate(3deg);
    }

    15% {
        transform: rotate(-2.5deg);
    }

    25% {
        transform: rotate(2deg);
    }

    35% {
        transform: rotate(-1.5deg);
    }

    45% {
        transform: rotate(1deg);
    }

    55% {
        transform: rotate(-1.5deg);
    }

    65% {
        transform: rotate(2deg);
    }

    75% {
        transform: rotate(-2deg);
    }

    85% {
        transform: rotate(2.5deg);
    }

    95% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(0);
    }
}

@media (max-width: 1023px) {
    .error404 main {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .error404 main {
        padding: 60px 0;
    }

    .not-found-container svg {
        width: 420px;
        height: 270px;
    }

    .errorText {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .not-found-container svg {
        width: 290px;
        height: 200px;
    }
}