/*
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 {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0px;
    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 #page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding-block: 60px;
    background-color: var(--beige);
}

.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;
    } 
}

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

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

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

    .container {
        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: 100%;
    letter-spacing: 0px;
}

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

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

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

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

.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;
}

.btn.body-2,
.body-2 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 100%;
    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: 400;
    line-height: 150%;
}

.caption {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}

.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,
    .column-title {
        font-size: 22px;
    }

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

    .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;
    text-decoration: none;
    color: var(--white);
    background-color: var(--orange);
    border: 2px solid var(--brown) !important;
    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(--white);
    background-color: var(--brown);
    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(--green);
}

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

.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-radius: 25px;
    background-color: var(--white);
    color: var(--brown);
    font-weight: 500;
    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;
}

/* 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 ----------*/


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

/* 404 */

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

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

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

#errorLink:hover,
#errorLink:active {
    color: #fff;
    background: #000;
}

/* #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: 767px) {
    .not-found-container svg {
        width: 420px;
        height: 270px;
    }

    .errorText {
        margin: 16px 0 24px;
        font-size: 18px;
    }
}

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