@import url("normalize.css");
/*@import url("fonts/stylesheet.css");*/
/*!!!!!!!!!COLOR RULES!!!!!!!!!*/
:root {
    --primary-color: #F5F5F5; /* Основной цвет */
    --secondary-color: #ffffff; /* Вторичный цвет */
    --tertiary-color: #fafafa; /* Вторичный цвет */
    --fourth-color: #FAF9FB; /* Вторичный цвет */
    --accent-color: #FCFCFC; /* Акцентный цвет */
    --accent-2-color: #FFD87D; /* Акцентный цвет */
    --font-main-color: #061726; /* Цвет текста */
    --font-secondary-color: #ffffff; /* Цвет текста */
    --font-accent-color: #0A3B59; /* Цвет текста */
    --font-alt-color: rgba(78, 125, 166, 0.8); /* Цвет текста */
    --font-alt-2-color: rgba(6, 23, 38, 0.65); /* Цвет текста */
    --font-alt-3-color: #BF8360; /* Цвет текста */
    --button-color: #BF8360; /*Цвет кнопки */
    --button-hover-color: #F2B680; /*Цвет наведения на кнопку */

}


/*!!!!!!!!!UIKIT!!!!!!!!!*/
:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}

.uk-visible-toggle {
    -webkit-tap-highlight-color: transparent;
}

.uk-slideshow {
    -webkit-tap-highlight-color: transparent
}

.uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none
}

.uk-slideshow-items > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity;
    touch-action: pan-y
}

.uk-slideshow-items > :focus {
    outline: 0
}

.uk-slideshow-items > :not(.uk-active) {
    display: none
}

.uk-slider {
    -webkit-tap-highlight-color: transparent
}

.uk-slider-container {
    overflow: hidden
}

.uk-slider-container-offset {
    margin: -11px -25px -39px -25px;
    padding: 11px 25px 39px 25px
}

.uk-slider-items {
    will-change: transform;
    position: relative
}

.uk-slider-items:not(.uk-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none
}

.uk-slider-items.uk-grid {
    flex-wrap: nowrap
}

.uk-slider-items > * {
    flex: none;
    max-width: 100%;
    position: relative;
    touch-action: pan-y
}

.uk-slider-items > :focus {
    outline: 0
}

[class*=uk-child-width] > * {
    box-sizing: border-box;
    width: 100%
}

.uk-child-width-1-2 > * {
    width: 50%
}

.uk-child-width-1-3 > * {
    width: calc(100% * 1 / 3.001)
}

.uk-child-width-1-4 > * {
    width: 25%
}

.uk-child-width-1-5 > * {
    width: 20%
}

.uk-child-width-1-6 > * {
    width: calc(100% * 1 / 6.001)
}

.uk-child-width-auto > * {
    width: auto
}

.uk-child-width-expand > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px
}

@media (min-width: 640px) {
    .uk-child-width-1-1\@s > * {
        width: 100%
    }

    .uk-child-width-1-2\@s > * {
        width: 50%
    }

    .uk-child-width-1-3\@s > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@s > * {
        width: 25%
    }

    .uk-child-width-1-5\@s > * {
        width: 20%
    }

    .uk-child-width-1-6\@s > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@s > * {
        width: auto
    }

    .uk-child-width-expand\@s > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .uk-child-width-1-1\@m > * {
        width: 100%
    }

    .uk-child-width-1-2\@m > * {
        width: 50%
    }

    .uk-child-width-1-3\@m > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@m > * {
        width: 25%
    }

    .uk-child-width-1-5\@m > * {
        width: 20%
    }

    .uk-child-width-1-6\@m > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@m > * {
        width: auto
    }

    .uk-child-width-expand\@m > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .uk-child-width-1-1\@l > * {
        width: 100%
    }

    .uk-child-width-1-2\@l > * {
        width: 50%
    }

    .uk-child-width-1-3\@l > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@l > * {
        width: 25%
    }

    .uk-child-width-1-5\@l > * {
        width: 20%
    }

    .uk-child-width-1-6\@l > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@l > * {
        width: auto
    }

    .uk-child-width-expand\@l > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1600px) {
    .uk-child-width-1-1\@xl > * {
        width: 100%
    }

    .uk-child-width-1-2\@xl > * {
        width: 50%
    }

    .uk-child-width-1-3\@xl > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@xl > * {
        width: 25%
    }

    .uk-child-width-1-5\@xl > * {
        width: 20%
    }

    .uk-child-width-1-6\@xl > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@xl > * {
        width: auto
    }

    .uk-child-width-expand\@xl > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px
}

.uk-dotnav > * {
    flex: none;
    padding-left: 12px
}

.uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid var(--accent-2-color);
    transition: .2s ease-in-out;
    transition-property: background-color, border-color;
    background-color: transparent;
}

.uk-dotnav > * > :focus, .uk-dotnav > * > :hover {
    background-color: var(--accent-2-color);
    outline: 0;
    border-color: var(--accent-2-color)
}

.uk-dotnav > * > :active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.uk-dotnav > .uk-active > * {
    background-color: var(--font-accent-color);
    border-color: var(--font-accent-color)
}

.uk-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px
}

.uk-dotnav-vertical > * {
    padding-left: 0;
    padding-top: 12px
}

.uk-accordion {
    padding: 0;
    list-style: none
}

.uk-accordion > :nth-child(n+2) {
    margin-top: 20px
}

.uk-accordion-title {
    display: block;
    overflow: hidden;

}

.box-shadow {
    box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
}

.uk-open .uk-accordion-title {
    transition: 0.3s ease;
    background: transparent;
    box-shadow: none;
    color: var(--button-color) !important;
}

.uk-accordion > .uk-open {
    background-color: var(--secondary-color);
    box-shadow: 0 10px 20px 0 rgba(41, 41, 42, 0.07);
}

.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-accordion-title:focus, .uk-accordion-title:hover {
    color: var(--font-main-color);
    text-decoration: none;
    outline: 0
}

.uk-accordion-content {
    display: flow-root;
    margin-top: 20px
}

.uk-accordion-content > :last-child {
    margin-bottom: 0
}

.uk-hidden, [hidden] {
    display: none !important
}

.uk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #000;
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: pinch-zoom
}

.uk-lightbox.uk-open {
    display: block;
    opacity: 1
}

.uk-lightbox-page {
    overflow: hidden
}

.uk-lightbox-items > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, .7);
    will-change: transform, opacity
}

.uk-lightbox-items > * > * {
    max-width: 100vw;
    max-height: 100vh
}

.uk-lightbox-items > :focus {
    outline: 0
}

.uk-lightbox-items > * > :not(iframe) {
    width: auto;
    height: auto
}

.uk-lightbox-items > .uk-active {
    display: flex
}

.uk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .7)
}

.uk-lightbox-toolbar > * {
    color: rgba(255, 255, 255, .7)
}

.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255, 255, 255, .7)
}

.uk-lightbox-toolbar-icon:hover {
    color: #fff
}

.uk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .7);
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.uk-lightbox-button:focus, .uk-lightbox-button:hover {
    color: #fff
}

.uk-lightbox-caption:empty {
    display: none
}

.uk-lightbox-iframe {
    width: 80%;
    height: 80%
}

.uk-timeline .uk-timeline-item .uk-card {
    max-height: 300px;
}

.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
}

.uk-timeline .uk-timeline-item::before {
    background: #dadee4;
    content: "";
    height: 100%;
    left: 23px;
    position: absolute;
    top: 20px;
    width: 2px;
    z-index: -1;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
}


.uk-badge {
    box-sizing: border-box;
    min-width: 50px;
    height: 50px;
    padding: 0 5px;
    border-radius: 500px;
    border: 2px solid black;
    vertical-align: middle;
    background: var(--primary-color);
    color: #000000 !important;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0
}

.uk-badge:focus, .uk-badge:hover {
    text-decoration: none;
    outline: 0
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-switcher > :not(.uk-active) {
    display: none
}

.uk-switcher > * > :last-child {
    margin-bottom: 0
}

[class*=uk-animation-] {
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.uk-animation-fade {
    animation-name: uk-fade;
    animation-duration: .8s;
    animation-timing-function: linear
}

.uk-animation-scale-up {
    animation-name: uk-fade-scale-02
}

.uk-animation-scale-down {
    animation-name: uk-fade-scale-18
}

.uk-animation-slide-top {
    animation-name: uk-fade-top
}

.uk-animation-slide-bottom {
    animation-name: uk-fade-bottom
}

.uk-animation-slide-left {
    animation-name: uk-fade-left
}

.uk-animation-slide-right {
    animation-name: uk-fade-right
}

.uk-animation-slide-top-small {
    animation-name: uk-fade-top-small
}

.uk-animation-slide-bottom-small {
    animation-name: uk-fade-bottom-small
}

.uk-animation-slide-left-small {
    animation-name: uk-fade-left-small
}

.uk-animation-slide-right-small {
    animation-name: uk-fade-right-small
}

.uk-animation-slide-top-medium {
    animation-name: uk-fade-top-medium
}

.uk-animation-slide-bottom-medium {
    animation-name: uk-fade-bottom-medium
}

.uk-animation-slide-left-medium {
    animation-name: uk-fade-left-medium
}

.uk-animation-slide-right-medium {
    animation-name: uk-fade-right-medium
}

.uk-animation-kenburns {
    animation-name: uk-scale-kenburns;
    animation-duration: 15s
}

.uk-animation-shake {
    animation-name: uk-shake
}

.uk-animation-stroke {
    animation-name: uk-stroke;
    stroke-dasharray: var(--uk-animation-stroke);
    animation-duration: 2s
}

.uk-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in
}

.uk-animation-fast {
    animation-duration: .1s
}

.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
    animation-name: none
}

.uk-animation-toggle {
    -webkit-tap-highlight-color: transparent
}

.uk-animation-toggle:focus {
    outline: 0
}

@keyframes uk-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes uk-scale-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes uk-shake {
    0%, 100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }

    100% {
        stroke-dashoffset: 0
    }
}

.uk-breadcrumb {
    padding: 0;
    list-style: none
}

.uk-breadcrumb > * {
    display: contents
}

.uk-breadcrumb > * > * {
    font-size: .875rem;
    color: var(--accent-color);
    transition: 0.3s ease;
}

.uk-breadcrumb > * > :focus, .uk-breadcrumb > * > :hover {
    color: #666;
    text-decoration: none;
    transition: 0.3s ease;
}

.uk-breadcrumb > :last-child > a:not([href]), .uk-breadcrumb > :last-child > span {
    color: var(--font-alt-3-color)
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "";
    display: inline-block;
    margin: 0 calc(10px - 4px);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.23083 2.07192C7.97403 2.07192 7.71674 1.97117 7.52074 1.76934C7.12825 1.36585 7.12473 0.70785 7.51722 0.304193C7.90938 -0.0993004 8.54187 -0.102922 8.93388 0.300571L8.94092 0.307814C9.3334 0.711472 9.3334 1.36585 8.94092 1.76934C8.74508 1.97101 8.48763 2.07192 8.23083 2.07192Z' fill='%23BF8360'/%3E%3Cpath d='M12.7463 6.71779C12.4898 6.71779 12.2343 6.61786 12.038 6.41735L12.0229 6.40188C11.6295 5.99954 11.6274 5.34532 12.0186 4.94035C12.4088 4.53554 13.0453 4.5334 13.4389 4.93574L13.4544 4.95105C13.8477 5.35339 13.8497 6.0076 13.4588 6.41258C13.2628 6.61589 13.0042 6.71779 12.7463 6.71779ZM10.4885 4.39478C10.2318 4.39478 9.97456 4.29403 9.7784 4.0922L9.76336 4.07689C9.3712 3.67324 9.3712 3.01886 9.76336 2.61536C10.1555 2.21187 10.7919 2.21187 11.1837 2.61536L11.1989 2.63067C11.5912 3.03433 11.5912 3.68855 11.1989 4.0922C11.0031 4.29387 10.7456 4.39478 10.4885 4.39478Z' fill='%23BF8360'/%3E%3Cpath d='M14.99 9.03422C14.7334 9.03422 14.4766 8.93446 14.2815 8.73362C13.9914 8.43516 13.9138 8.00203 14.0514 7.63344C14.0999 7.49878 14.1766 7.37284 14.2815 7.26452C14.6735 6.86119 15.306 6.85757 15.6982 7.2609L15.7057 7.26814C16.0979 7.6718 16.0979 8.32618 15.7057 8.73C15.5089 8.93265 15.2495 9.03422 14.99 9.03422Z' fill='%23BF8360'/%3E%3Cpath d='M10.4737 13.6851C10.2167 13.6851 9.95928 13.5843 9.7636 13.3825C9.37112 12.979 9.37112 12.3243 9.7636 11.9208L9.77864 11.9057C10.1705 11.5018 10.8071 11.5018 11.199 11.9057C11.5911 12.3091 11.5911 12.9635 11.199 13.367L11.1839 13.3825C10.9878 13.5843 10.7303 13.6851 10.4737 13.6851ZM12.731 11.3624C12.4744 11.3624 12.2169 11.2618 12.0209 11.06C11.6287 10.6563 11.6287 10.0018 12.0209 9.59829L12.0356 9.58265C12.4276 9.17948 13.0641 9.17948 13.456 9.58265C13.8483 9.98614 13.8483 10.6408 13.456 11.0447L13.4413 11.06C13.2454 11.2615 12.9884 11.3624 12.731 11.3624Z' fill='%23BF8360'/%3E%3Cpath d='M8.22369 15.9999C7.96705 15.9999 7.7096 15.8993 7.5136 15.6971C7.12112 15.2938 7.12112 14.6394 7.5136 14.2358C7.90577 13.8321 8.54482 13.8283 8.93698 14.2322C9.32979 14.636 9.33331 15.2867 8.9405 15.6899L8.93346 15.6971C8.73778 15.8988 8.48065 15.9999 8.22369 15.9999Z' fill='%23BF8360'/%3E%3Cpath d='M5.04989 1.8654C4.84428 1.8654 4.63852 1.78457 4.48172 1.62324C4.16796 1.30041 4.16444 0.773289 4.4782 0.450297C4.7918 0.127799 5.29725 0.124013 5.61101 0.446675L5.61805 0.453919C5.93198 0.776746 5.93198 1.30025 5.61805 1.62324C5.46125 1.78457 5.25565 1.8654 5.04989 1.8654Z' fill='%23BF8360'/%3E%3Cpath d='M9.56473 6.51121C9.36025 6.51121 9.15496 6.43104 8.99864 6.27086L8.98312 6.25522C8.66808 5.93338 8.66648 5.4102 8.97976 5.08606C9.29257 4.76225 9.80121 4.76027 10.1161 5.08244L10.1316 5.09775C10.4465 5.41959 10.4481 5.94293 10.1351 6.26691C9.97754 6.42956 9.77129 6.51121 9.56473 6.51121ZM7.30726 4.1882C7.10166 4.1882 6.89589 4.10754 6.73909 3.94604L6.72421 3.93073C6.41029 3.60774 6.41029 3.0844 6.72421 2.76141C7.03766 2.43858 7.54694 2.43858 7.86055 2.76141L7.87543 2.77672C8.18903 3.09954 8.18903 3.62305 7.87543 3.94604C7.71879 4.10737 7.51302 4.1882 7.30726 4.1882Z' fill='%23BF8360'/%3E%3Cpath d='M11.8093 8.82703C11.6037 8.82703 11.3989 8.74752 11.2427 8.58685C11.0105 8.34798 10.9486 8.00095 11.0589 7.70595C11.0974 7.59779 11.159 7.49687 11.2427 7.40995C11.5568 7.08745 12.0621 7.08383 12.3755 7.40633L12.3827 7.41357C12.6965 7.7364 12.6965 8.26007 12.3827 8.58306C12.2248 8.74571 12.0166 8.82703 11.8093 8.82703Z' fill='%23BF8360'/%3E%3Cpath d='M7.29283 13.4782C7.08803 13.4782 6.88323 13.3982 6.72643 13.2383C6.4117 12.916 6.40994 12.3925 6.72275 12.0688L6.73763 12.0532C7.05059 11.7294 7.55924 11.7276 7.87412 12.0496C8.18884 12.3714 8.19044 12.8949 7.8778 13.219L7.86292 13.2345C7.7058 13.3972 7.4994 13.4782 7.29283 13.4782ZM9.55014 11.1555C9.34486 11.1555 9.1391 11.075 8.98198 10.9137C8.66805 10.5903 8.66805 10.0665 8.98198 9.74416L8.99701 9.72869C9.31078 9.40619 9.82007 9.40619 10.1335 9.72869C10.4474 10.0517 10.4474 10.5754 10.1335 10.8982L10.1183 10.914C9.96167 11.075 9.75575 11.1555 9.55014 11.1555Z' fill='%23BF8360'/%3E%3Cpath d='M5.04336 15.793C4.83775 15.793 4.63199 15.7125 4.47519 15.5509C4.16127 15.2279 4.16127 14.7044 4.47519 14.3816C4.78879 14.0587 5.30128 14.0553 5.61504 14.3781C5.92881 14.7011 5.93249 15.2206 5.61856 15.5436L5.61136 15.5509C5.45456 15.7125 5.2488 15.793 5.04336 15.793Z' fill='%23BF8360'/%3E%3Cpath d='M2.58057 1.65866C2.42633 1.65866 2.27209 1.59824 2.15449 1.47708C1.91896 1.23508 1.91544 0.838832 2.15097 0.596835C2.38585 0.354839 2.76409 0.350723 2.99962 0.593214L3.00666 0.600457C3.24202 0.842454 3.24202 1.23508 3.00666 1.47724C2.88906 1.59824 2.73481 1.65866 2.58057 1.65866Z' fill='%23BF8360'/%3E%3Cpath d='M7.09598 6.30438C6.94174 6.30438 6.7875 6.2438 6.6699 6.12263L6.65502 6.10732C6.41965 5.86516 6.41965 5.4727 6.65502 5.23054C6.89038 4.98838 7.27182 4.98838 7.50719 5.23054L7.52207 5.24585C7.75743 5.48801 7.75743 5.88047 7.52207 6.12263C7.40431 6.2438 7.25006 6.30438 7.09598 6.30438ZM4.83819 3.98154C4.68395 3.98154 4.52987 3.92112 4.41211 3.79996L4.39723 3.78448C4.16186 3.54248 4.16186 3.14986 4.39723 2.9077C4.63259 2.66553 5.01403 2.66553 5.2494 2.9077L5.26428 2.92317C5.49964 3.16517 5.49964 3.55779 5.26428 3.79996C5.14668 3.92112 4.99243 3.98154 4.83819 3.98154Z' fill='%23BF8360'/%3E%3Cpath d='M9.3399 8.62052C9.18597 8.62052 9.03253 8.56109 8.91573 8.44075C8.74117 8.26114 8.69397 8.00054 8.77733 7.77912C8.80677 7.6978 8.85253 7.62174 8.91573 7.55655C9.15077 7.31456 9.52918 7.31044 9.76454 7.55293L9.77158 7.56017C10.0071 7.80217 10.0071 8.19463 9.77158 8.43696C9.65286 8.55944 9.49638 8.62052 9.3399 8.62052Z' fill='%23BF8360'/%3E%3Cpath d='M4.82329 13.2717C4.66969 13.2717 4.51609 13.2117 4.39865 13.0912C4.16249 12.8499 4.16121 12.4574 4.39593 12.2144L4.41081 12.1991C4.64537 11.956 5.02714 11.955 5.26298 12.1958C5.49914 12.4374 5.50026 12.8301 5.2657 13.0728L5.25082 13.0884C5.13322 13.2108 4.97818 13.2717 4.82329 13.2717ZM7.08092 10.949C6.92668 10.949 6.77244 10.8884 6.65484 10.7672C6.41947 10.5251 6.41947 10.1326 6.65484 9.89078L6.66972 9.87498C6.90508 9.63282 7.28653 9.63282 7.52189 9.87498C7.75725 10.1171 7.75725 10.5096 7.52189 10.7518L7.50701 10.7672C7.38941 10.8884 7.23517 10.949 7.08092 10.949Z' fill='%23BF8360'/%3E%3Cpath d='M2.57392 15.5864C2.41968 15.5864 2.26544 15.5261 2.14783 15.4046C1.91231 15.1623 1.91231 14.7701 2.14783 14.528C2.38288 14.2857 2.76832 14.2822 3.00352 14.5244C3.23889 14.7669 3.24241 15.1554 3.00705 15.3977L3 15.4051C2.88224 15.5261 2.728 15.5864 2.57392 15.5864Z' fill='%23BF8360'/%3E%3Cpath d='M0.408871 1.45202C0.30599 1.45202 0.203268 1.41169 0.124867 1.33102C-0.0320946 1.16953 -0.0356146 0.904154 0.121347 0.742823C0.277829 0.581491 0.529033 0.57754 0.685995 0.739201L0.692875 0.74628C0.849677 0.907446 0.849677 1.16936 0.692875 1.33086C0.614474 1.41152 0.511593 1.45202 0.408871 1.45202Z' fill='%23BF8360'/%3E%3Cpath d='M4.92375 6.09763C4.82135 6.09763 4.71894 6.05779 4.6407 5.97762L4.6255 5.96231C4.46806 5.80131 4.4671 5.53972 4.62358 5.37773C4.78023 5.21591 5.03479 5.21492 5.19175 5.37576L5.20679 5.39123C5.36439 5.55223 5.36519 5.81382 5.20871 5.97581C5.13031 6.05714 5.02695 6.09763 4.92375 6.09763ZM2.66628 3.77496C2.5634 3.77496 2.46067 3.73462 2.38227 3.65379L2.36723 3.63832C2.21027 3.47699 2.21027 3.21524 2.36723 3.05374C2.5242 2.89224 2.77844 2.89224 2.9354 3.05374L2.95044 3.06921C3.1074 3.23055 3.1074 3.4923 2.95044 3.65379C2.87172 3.73462 2.769 3.77496 2.66628 3.77496Z' fill='%23BF8360'/%3E%3Cpath d='M7.16794 8.41437C7.06522 8.41437 6.96314 8.37486 6.8857 8.29485C6.76842 8.17484 6.73689 8.0005 6.79338 7.85267C6.81242 7.79785 6.84314 7.74665 6.8857 7.70303C7.04234 7.5417 7.29354 7.53775 7.45018 7.69941L7.45722 7.70665C7.61403 7.86782 7.61403 8.1299 7.45722 8.29123C7.37802 8.37321 7.2729 8.41437 7.16794 8.41437Z' fill='%23BF8360'/%3E%3Cpath d='M2.65124 13.0654C2.54836 13.0654 2.44579 13.025 2.36723 12.9445C2.21027 12.7833 2.21027 12.5215 2.36723 12.3597L2.38227 12.3442C2.53924 12.1831 2.79332 12.1831 2.95044 12.3442C3.1074 12.5056 3.1074 12.7676 2.95044 12.9288L2.9354 12.9445C2.85668 13.0248 2.75396 13.0654 2.65124 13.0654ZM4.90887 10.7428C4.80599 10.7428 4.70326 10.7023 4.62486 10.6216C4.4679 10.4604 4.4679 10.1984 4.62486 10.037L4.63974 10.0214C4.79655 9.86006 5.05095 9.86006 5.20791 10.0214C5.36471 10.1827 5.36471 10.4448 5.20791 10.606L5.19303 10.6216C5.11447 10.7023 5.01159 10.7428 4.90887 10.7428Z' fill='%23BF8360'/%3E%3Cpath d='M0.401725 15.3798C0.298844 15.3798 0.196123 15.3396 0.117722 15.2589C-0.0392405 15.0978 -0.0392405 14.836 0.117722 14.6743C0.274364 14.5132 0.532607 14.5092 0.689409 14.6707C0.846211 14.8322 0.849731 15.0903 0.692929 15.2517L0.685889 15.2589C0.607168 15.3396 0.504447 15.3798 0.401725 15.3798Z' fill='%23BF8360'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    padding-bottom: 3rem;
    background: var(--secondary-color);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 960px) {
    .uk-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 40px 40px
    }
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -270px
}

@media (min-width: 960px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -350px
    }
}

.uk-open > .uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-offcanvas-bar-animation {
    transition: left .3s ease-out
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right
}

.uk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-open > .uk-offcanvas-reveal {
    width: 270px
}

@media (min-width: 960px) {
    .uk-open > .uk-offcanvas-reveal {
        width: 350px
    }
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 21px;
    right: 1rem;
    padding: 5px
}

.uk-offcanvas-close > svg {
    width: 16px;
    height: 16px;
}

.uk-offcanvas-close > svg line {
    stroke: #000000 !important;
    stroke-width: 2 !important;
}

.uk-offcanvas-overlay {
    width: 100%;
    touch-action: none
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: opacity .15s linear
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1
}

.uk-offcanvas-container, .uk-offcanvas-page {
    overflow-x: hidden
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px
}

@media (min-width: 960px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 350px
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -350px
    }
}


/*!!!!!!!!!FONT RULES!!!!!!!!!*/
:root {
    font-size: 16px; /* 1rem = 16px для десктопа */
    font-family: "Manrope", sans-serif;
}

@media screen and (max-width: 1024px) {
    :root {
        font-size: 15px; /* 1rem = 14px для планшета */
    }
}

@media screen and (max-width: 768px) {
    :root {
        font-size: 14px; /* 1rem = 11px для мобильных устройств */
    }
}

.text-main {
    color: var(--font-main-color);
}

.text-secondary-color {
    color: var(--font-secondary-color);
}

.text-accent-color {
    color: var(--font-accent-color);
}

.text-alt-color {
    color: var(--font-alt-color);
}

.text-alt-2-color {
    color: var(--font-alt-2-color);
}

.text-alt-3-color {
    color: var(--font-alt-3-color);
}

.uppercase {
    text-transform: uppercase;
}


.headline-0 {
    font-size: 6rem;
    font-weight: 800;
    line-height: 1.2;
}

.headline-1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-4 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-6 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
}

.subtitle-1 {
    font-size: 1.125rem;
    font-weight: 600;
}

.subtitle-2 {
    font-size: 1rem;
    font-weight: 600;
}

.body-1 {
    font-size: 1.125rem;
    font-weight: 400;
}

.body-2 {
    font-size: 1rem;
    font-weight: 400;
}

.caption-1 {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.028rem;
}

.overline-1 {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
}

.small-text {
    font-size: 0.688rem;
    font-weight: 400;
}


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

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.ws-no-wrap {
    white-space: nowrap;
}

/*!!!!!!!!!!POSITION RULES!!!!!!!!!!*/
.left0 {
    left: 0;
}

.left40 {
    left: 40%;
    transform: translatex(-50%);
}

.left50 {
    left: 50%;
    transform: translateX(-50%);
}


.right0 {
    right: 0;
}

.top0 {
    top: 0
}

.top50 {
    top: 50%;
    transform: translateY(-50%);
}

.bottom0 {
    bottom: 0;
}

.bottom10 {
    bottom: 0.625rem;
}

.bottom20 {
    bottom: 1.25rem;
}

.bottom30 {
    bottom: 1.875rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

/*!!!!!!!!!!WIDTH RULES!!!!!!!!!!*/

.width-fit-content {
    width: fit-content;
}

.width-100 {
    width: 100%;
}

.width-75 {
    width: 75%;
}

.width-70 {
    width: 70%;
}

.width-65 {
    width: 65%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.width-33 {
    width: 33%;
}

.width-35 {
    width: 35%;
}

.width-30 {
    width: 30%;
}

.width-25 {
    width: 25%;
}

.width-20 {
    width: 20%;
}

.width-16 {
    width: 16%;
}

.height-90 {
    height: 90%;
}

.height-100 {
    height: 100%;
}

/*!!!!!!!!!!WRAPPER RULES!!!!!!!!!!*/
.container {
    max-width: calc(1600px + 5rem);
    padding: 0 2.5rem;
}

.container-alt {
    max-width: calc(1280px + 5rem);
    padding: 0 2.5rem;
}

/*!!!!!!!!!!MARGIN RULES!!!!!!!!!!*/
.margin-auto-top {
    margin: auto 0;
}

.margin-auto-sides {
    margin: 0 auto;
}

.margin-block {
    margin-top: 6.875rem;
}

.mt-0-p {
    margin-top: 0%;
}

.mt-5-p {
    margin-top: 5%;
}

.mt-10-p {
    margin-top: 10%;
}

.mt-15-p {
    margin-top: 15%;
}

.mt-20-p {
    margin-top: 20%;
}

.mt-25-p {
    margin-top: 25%;
}

.mt-30-p {
    margin-top: 30%;
}

.mt-35-p {
    margin-top: 35%;
}

.mt-40-p {
    margin-top: 40%;
}

.mt-45-p {
    margin-top: 45%;
}

.mt-50-p {
    margin-top: 50%;
}

.mt-55-p {
    margin-top: 55%;
}

.mt-60-p {
    margin-top: 60%;
}

.mt-65-p {
    margin-top: 65%;
}

.mt-70-p {
    margin-top: 70%;
}

.mt-75-p {
    margin-top: 75%;
}

.mt-80-p {
    margin-top: 80%;
}

.mt-85-p {
    margin-top: 85%;
}

.mt-90-p {
    margin-top: 90%;
}

.mt-95-p {
    margin-top: 95%;
}

.mt-100-p {
    margin-top: 100%;
}

.mb-0-p {
    margin-bottom: 0%;
}

.mb-5-p {
    margin-bottom: 5%;
}

.mb-10-p {
    margin-bottom: 10%;
}

.mb-15-p {
    margin-bottom: 15%;
}

.mb-20-p {
    margin-bottom: 20%;
}

.mb-25-p {
    margin-bottom: 25%;
}

.mb-30-p {
    margin-bottom: 30%;
}

.mb-35-p {
    margin-bottom: 35%;
}

.mb-40-p {
    margin-bottom: 40%;
}

.mb-45-p {
    margin-bottom: 45%;
}

.mb-50-p {
    margin-bottom: 50%;
}

.mb-55-p {
    margin-bottom: 55%;
}

.mb-60-p {
    margin-bottom: 60%;
}

.mb-65-p {
    margin-bottom: 65%;
}

.mb-70-p {
    margin-bottom: 70%;
}

.mb-75-p {
    margin-bottom: 75%;
}

.mb-80-p {
    margin-bottom: 80%;
}

.mb-85-p {
    margin-bottom: 85%;
}

.mb-90-p {
    margin-bottom: 90%;
}

.mb-95-p {
    margin-bottom: 95%;
}

.mb-100-p {
    margin-bottom: 100%;
}

.ml-0-p {
    margin-left: 0%;
}

.ml-5-p {
    margin-left: 5%;
}

.ml-10-p {
    margin-left: 10%;
}

.ml-15-p {
    margin-left: 15%;
}

.ml-20-p {
    margin-left: 20%;
}

.ml-25-p {
    margin-left: 25%;
}

.ml-30-p {
    margin-left: 30%;
}

.ml-35-p {
    margin-left: 35%;
}

.ml-40-p {
    margin-left: 40%;
}

.ml-45-p {
    margin-left: 45%;
}

.ml-50-p {
    margin-left: 50%;
}

.ml-55-p {
    margin-left: 55%;
}

.ml-60-p {
    margin-left: 60%;
}

.ml-65-p {
    margin-left: 65%;
}

.ml-70-p {
    margin-left: 70%;
}

.ml-75-p {
    margin-left: 75%;
}

.ml-80-p {
    margin-left: 80%;
}

.ml-85-p {
    margin-left: 85%;
}

.ml-90-p {
    margin-left: 90%;
}

.ml-95-p {
    margin-left: 95%;
}

.ml-100-p {
    margin-left: 100%;
}

.mr-0-p {
    margin-right: 0%;
}

.mr-5-p {
    margin-right: 5%;
}

.mr-10-p {
    margin-right: 10%;
}

.mr-15-p {
    margin-right: 15%;
}

.mr-20-p {
    margin-right: 20%;
}

.mr-25-p {
    margin-right: 25%;
}

.mr-30-p {
    margin-right: 30%;
}

.mr-35-p {
    margin-right: 35%;
}

.mr-40-p {
    margin-right: 40%;
}

.mr-45-p {
    margin-right: 45%;
}

.mr-50-p {
    margin-right: 50%;
}

.mr-55-p {
    margin-right: 55%;
}

.mr-60-p {
    margin-right: 60%;
}

.mr-65-p {
    margin-right: 65%;
}

.mr-70-p {
    margin-right: 70%;
}

.mr-75-p {
    margin-right: 75%;
}

.mr-80-p {
    margin-right: 80%;
}

.mr-85-p {
    margin-right: 85%;
}

.mr-90-p {
    margin-right: 90%;
}

.mr-95-p {
    margin-right: 95%;
}

.mr-100-p {
    margin-right: 100%;
}

.mt5 {
    margin-top: 0.313rem;
}

.mt1 {
    margin-top: 1px;
}

.mt10 {
    margin-top: 0.625rem;
}

.mt15 {
    margin-top: 0.938rem;
}

.mt20 {
    margin-top: 1.25rem;
}

.mt25 {
    margin-top: 1.563rem;
}

.mt30 {
    margin-top: 1.875rem;
}

.mt40 {
    margin-top: 2.5rem;
}

.mt50 {
    margin-top: 3.125rem;
}

.mt60 {
    margin-top: 3.75rem;
}

.mt70 {
    margin-top: 4.375rem;
}

.mt80 {
    margin-top: 5rem;
}

.mt90 {
    margin-top: 5.625rem;
}

.mt100 {
    margin-top: 6.25rem;
}

.mt120 {
    margin-top: 7.5rem;
}

.mt140 {
    margin-top: 8.75rem;
}

.mt180 {
    margin-top: 11.25rem;
}

.mb5 {
    margin-bottom: 0.313rem;
}

.mb10 {
    margin-bottom: 0.625rem;
}

.mb15 {
    margin-bottom: 0.938rem;
}

.mb20 {
    margin-bottom: 1.25rem;
}

.mb30 {
    margin-bottom: 1.875rem;
}

.mb40 {
    margin-bottom: 2.5rem;
}

.mb50 {
    margin-bottom: 3.125rem;
}

.mb60 {
    margin-bottom: 3.75rem;
}

.mb70 {
    margin-bottom: 4.375rem;
}

.mb80 {
    margin-bottom: 5rem;
}

.ml5 {
    margin-left: 0.313rem;
}

.ml10 {
    margin-left: 0.625rem;
}

.ml15 {
    margin-left: 0.938rem;
}

.ml20 {
    margin-left: 1.25rem;
}

.ml30 {
    margin-left: 1.875rem;
}

.ml40 {
    margin-left: 2.5rem;
}

.ml50 {
    margin-left: 3.125rem;
}

.ml60 {
    margin-left: 3.75rem;
}

.ml70 {
    margin-left: 4.375rem;
}

.ml80 {
    margin-left: 5rem;
}

.ml120 {
    margin-left: 7.5rem;
}

.mr5 {
    margin-right: 0.313rem;
}

.mr10 {
    margin-right: 0.625rem;
}

.mr15 {
    margin-right: 0.938rem;
}

.mr20 {
    margin-right: 1.25rem;
}

.mr30 {
    margin-right: 1.875rem;
}

.mr40 {
    margin-right: 2.5rem;
}

.mr50 {
    margin-right: 3.125rem;
}

.mr60 {
    margin-right: 3.75rem;
}

.mr70 {
    margin-right: 4.375rem;
}

.mr80 {
    margin-right: 5rem;
}

/*!!!!!!!!!!PADDING RULES!!!!!!!!!!*/
.padding-min {
    padding: 1rem;
}

.padding-min-side {
    padding: 0 1rem;
}

.pr-5-p {
    padding-right: 5%;
}

.pr-10-p {
    padding-right: 10%;
}

.pr-15-p {
    padding-right: 15%;
}

.pr-20-p {
    padding-right: 20%;
}

.pr-25-p {
    padding-right: 25%;
}

.pr-30-p {
    padding-right: 30%;
}

.pr-35-p {
    padding-right: 35%;
}

.pr-40-p {
    padding-right: 40%;
}

.pr-45-p {
    padding-right: 45%;
}

.pr-50-p {
    padding-right: 50%;
}

.pr-55-p {
    padding-right: 55%;
}

.pr-60-p {
    padding-right: 60%;
}

.pr-65-p {
    padding-right: 65%;
}

.pr-70-p {
    padding-right: 70%;
}

.pr-75-p {
    padding-right: 75%;
}

.pr-80-p {
    padding-right: 80%;
}

.pr-85-p {
    padding-right: 85%;
}

.pr-90-p {
    padding-right: 90%;
}

.pr-95-p {
    padding-right: 95%;
}

.pr-100-p {
    padding-right: 100%;
}

.pl-5-p {
    padding-left: 5%;
}

.pl-10-p {
    padding-left: 10%;
}

.pl-15-p {
    padding-left: 15%;
}

.pl-20-p {
    padding-left: 20%;
}

.pl-25-p {
    padding-left: 25%;
}

.pl-30-p {
    padding-left: 30%;
}

.pl-35-p {
    padding-left: 35%;
}

.pl-40-p {
    padding-left: 40%;
}

.pl-45-p {
    padding-left: 45%;
}

.pl-50-p {
    padding-left: 50%;
}

.pl-55-p {
    padding-left: 55%;
}

.pl-60-p {
    padding-left: 60%;
}

.pl-65-p {
    padding-left: 65%;
}

.pl-70-p {
    padding-left: 70%;
}

.pl-75-p {
    padding-left: 75%;
}

.pl-80-p {
    padding-left: 80%;
}

.pl-85-p {
    padding-left: 85%;
}

.pl-90-p {
    padding-left: 90%;
}

.pl-95-p {
    padding-left: 95%;
}

.pl-100-p {
    padding-left: 100%;
}

.pb-5-p {
    padding-bottom: 5%;
}

.pb-10-p {
    padding-bottom: 10%;
}

.pb-15-p {
    padding-bottom: 15%;
}

.pb-20-p {
    padding-bottom: 20%;
}

.pb-25-p {
    padding-bottom: 25%;
}

.pb-30-p {
    padding-bottom: 30%;
}

.pb-35-p {
    padding-bottom: 35%;
}

.pb-40-p {
    padding-bottom: 40%;
}

.pb-45-p {
    padding-bottom: 45%;
}

.pb-50-p {
    padding-bottom: 50%;
}

.pb-55-p {
    padding-bottom: 55%;
}

.pb-60-p {
    padding-bottom: 60%;
}

.pb-65-p {
    padding-bottom: 65%;
}

.pb-70-p {
    padding-bottom: 70%;
}

.pb-75-p {
    padding-bottom: 75%;
}

.pb-80-p {
    padding-bottom: 80%;
}

.pb-85-p {
    padding-bottom: 85%;
}

.pb-90-p {
    padding-bottom: 90%;
}

.pb-95-p {
    padding-bottom: 95%;
}

.pb-100-p {
    padding-bottom: 100%;
}

.pt-5-p {
    padding-top: 5%;
}

.pt-10-p {
    padding-top: 10%;
}

.pt-15-p {
    padding-top: 15%;
}

.pt-20-p {
    padding-top: 20%;
}

.pt-25-p {
    padding-top: 25%;
}

.pt-30-p {
    padding-top: 30%;
}

.pt-35-p {
    padding-top: 35%;
}

.pt-40-p {
    padding-top: 40%;
}

.pt-45-p {
    padding-top: 45%;
}

.pt-50-p {
    padding-top: 50%;
}

.pt-55-p {
    padding-top: 55%;
}

.pt-60-p {
    padding-top: 60%;
}

.pt-65-p {
    padding-top: 65%;
}

.pt-70-p {
    padding-top: 70%;
}

.pt-75-p {
    padding-top: 75%;
}

.pt-80-p {
    padding-top: 80%;
}

.pt-85-p {
    padding-top: 85%;
}

.pt-90-p {
    padding-top: 90%;
}

.pt-95-p {
    padding-top: 95%;
}

.pt-100-p {
    padding-top: 100%;
}

.pt5 {
    padding-top: 0.313rem;
}

.pt10 {
    padding-top: 0.625rem;
}

.pt15 {
    padding-top: 0.938rem
}

.pt20 {
    padding-top: 1.25rem;
}

.pt30 {
    padding-top: 1.875rem;
}

.pt40 {
    padding-top: 2.5rem;
}

.pt45 {
    padding-top: 2.813rem;
}

.pt50 {
    padding-top: 3.125rem;
}

.pt60 {
    padding-top: 3.75rem;
}

.pt70 {
    padding-top: 4.375rem;
}

.pt80 {
    padding-top: 5rem;
}

.pt90 {
    padding-top: 5.625rem;
}

.pt90 {
    padding-top: 6.25rem;
}

.pt140 {
    padding-top: 8.75rem;
}

.pb5 {
    padding-bottom: 0.313rem;
}

.pb10 {
    padding-bottom: 0.625rem;
}

.pb15 {
    padding-bottom: 0.938rem;
}

.pb20 {
    padding-bottom: 1.25rem;
}

.pb30 {
    padding-bottom: 1.875rem;
}

.pb40 {
    padding-bottom: 2.5rem;
}

.pb45 {
    padding-bottom: 2.813rem;
}

.pb50 {
    padding-bottom: 3.125rem;
}

.pb60 {
    padding-bottom: 3.75rem;
}

.pb70 {
    padding-bottom: 4.375rem;
}

.pb80 {
    padding-bottom: 5rem;
}

.pb90 {
    padding-bottom: 5.625rem;
}

.pb110 {
    padding-bottom: 6.875rem;
}

.pb180 {
    padding-bottom: 12.25rem;
}

.pl5 {
    padding-left: 0.313rem;
}

.pl10 {
    padding-left: 0.625rem;
}

.pl15 {
    padding-left: 0.938rem;
}

.pl20 {
    padding-left: 1.25rem;
}

.pl30 {
    padding-left: 1.875rem;
}

.pl40 {
    padding-left: 2.5rem;
}

.pl45 {
    padding-left: 2.813rem;
}

.pl50 {
    padding-left: 3.125rem;
}

.pl60 {
    padding-left: 3.75rem;
}

.pl70 {
    padding-left: 4.375rem;
}

.pl80 {
    padding-left: 5rem;
}

.pl90 {
    padding-left: 5.625rem;
}

.pr5 {
    padding-right: 0.313rem;
}

.pr10 {
    padding-right: 0.625rem;
}

.pr15 {
    padding-right: 0.938rem;
}

.pr20 {
    padding-right: 1.25rem;
}

.pr30 {
    padding-right: 1.875rem;
}

.pr40 {
    padding-right: 2.5rem;
}

.pr45 {
    padding-right: 2.813rem;
}

.pr50 {
    padding-right: 3.125rem;
}

.pr60 {
    padding-right: 3.75rem;
}

.pr70 {
    padding-right: 4.375rem;
}

.pr80 {
    padding-right: 5rem;
}

.pr90 {
    padding-right: 5.625rem;
}

/*!!!!!!!!!!FLEX RULES!!!!!!!!!!*/
.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column-reverse {

}

.flex-wrap {
    flex-wrap: wrap;
}

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

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-baseline {
    align-items: baseline;
}

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

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-space-between {
    justify-content: space-between;
}

/*!!!!!!!!!!GRID RULES!!!!!!!!!!*/
.grid {
    display: grid;
}

.grid-inline {
    display: inline-grid;
}

.gtc-1 {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
}

.gtc-2 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
}

.gtc-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 1.5rem;
}

.gtc-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
}

.gtc-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 0.8rem;
}

/*!!!!!!!!!!OPACITY RULES!!!!!!!!!!*/
.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

/*!!!!!!!!!!BACKGROUND RULES!!!!!!!!!!*/
.main-color {
    background-color: var(--primary-color);

}

.secondary-color {
    background-color: var(--secondary-color);
}

.tertiary-color {
    background-color: var(--tertiary-color);
}

.fourth-color {
    background-color: var(--fourth-color);
}

.accent-color {
    background-color: var(--accent-color);
}

.third-color {
    background-color: var(--font-main-color);
}

.blur-background {
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
}

.cover-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs-background {
    background-image: var(--breadcrumbs-background);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*!!!!!!!!!!BOX-SHADOW RULES!!!!!!!!!!*/
.box-shadow {
    box-shadow: 0 10px 20px 0 rgba(41, 41, 42, 0.07);
}


/*!!!!!!!!!!OVERFLOW RULES!!!!!!!!!!*/
.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

/*!!!!!!!!!!IMAGES RULES!!!!!!!!!!*/
.img-cover {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}

.img-full {
    width: 100%;
    height: 100%;
    display: flex;
}

.img-contain {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
}


/*!!!!!!!!!!BUTTON RULES!!!!!!!!!!*/
.button {
    padding: 1rem 2.5rem;
    background-color: var(--button-color);
    transition: 0.3s ease;
    border: 1px solid transparent;
    width: fit-content;
    color: var(--font-secondary-color);
}


.button-nav {
    transition: 0.3s ease;
    border: 1px solid transparent;
    outline: none;
    opacity: 0.7;
}

.button-alt {
    padding: 1rem 2.5rem;
    color: var(--button-color);
    transition: 0.3s ease;
    border: 1px solid var(--button-color);
}

.button-alt svg path {
    transition: 0.3s ease;
}

.button-alt-2 {
    padding: 1rem 2.5rem;
    color: var(--button-color);
    backdrop-filter: blur(6px);
    background-color: white;
    border: 1px solid var(--button-color);
    width: fit-content;
    transition: 0.3s ease;
}

.button-nav:hover {
    transition: 0.3s ease;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.18);
    opacity: 1;
}


.button:hover,
.button-alt-2:hover,
.button-alt:hover {
    color: var(--font-main-color);
    background-color: var(--button-hover-color);
    transition: 0.3s ease;
    box-shadow: 3px 4px 12.4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    text-decoration: none;
}

.button-alt:hover svg path {
    stroke: var(--font-main-color);
}


/*.button:focus-visible,*/
/*.button-nav:focus-visible,*/
/*.button-alt:focus-visible {*/
/*    color: var(--primary-color);*/
/*    background-color: var(--button-hover-color);*/
/*    transition: 0.3s ease;*/
/*    box-shadow: 3px 4px 9.8px 0px rgba(0, 72, 25, 0.25);*/
/*    border: 3px solid var(--button-focused-color);*/
/*}*/

/*.button:active,*/
/*.button-nav:active,*/
/*.button-alt:active {*/
/*    color: var(--primary-color);*/
/*    background-color: var(--button-pressed-color);*/
/*    box-shadow: 3px 4px 9.8px 0px rgba(0, 72, 25, 0.25);*/
/*    transition: 0.3s ease;*/
/*    border: 3px solid transparent;*/
/*}*/

.button-xl {
    font-size: 1.5rem;
    font-weight: 400;
    height: 4rem;
}

.button-l {
    font-size: 1.313rem;
    font-weight: 400;
    height: 3.5rem;
}

.button-m {
    font-size: 1.125rem;
    font-weight: 400;
    height: 3rem;
    letter-spacing: -1%;
}

.button-s {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -1%;

}

.button-xs {
    font-size: 0.75rem;
    height: 2rem;

}


.button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    user-focus: none;
    outline: none;
    tab-index: -1;
}

/*!!!!!!!!!!BORDER-RADIUS RULES!!!!!!!!!!*/
.border-rounded1 {
    border-radius: 6px;
}

.border-rounded2 {
    border-radius: 500px;
}

.border-rounded3 {
    border-radius: 16px;
}

.border-rounded50 {
    border-radius: 50%;
}

/*!!!!!!!!!!MAX-WIDE RULES!!!!!!!!!!*/
.mw-555 {
    max-width: 34.688rem;
}

.mw-512 {
    max-width: 32rem;
}

.mw-200 {
    max-width: 12.5rem;
}

/*!!!!!!!!!!MAX-HEIGHT RULES!!!!!!!!!!*/
.min-height-582 {
    min-height: 36.375rem;
}
.mh-276 {
    max-height: 18.5rem;
}

.mh-700 {
    max-height: 43.75rem;
}

/*!!!!!!!!!!LIST RULES!!!!!!!!!!*/
.list-style-square {
    list-style: square;
    color: var(--button-color);

}

.list li * {
    color: var(--font-main-color);
}

.numeric-list {
    list-style-type: decimal;
    list-style-position: outside;
    list-style-image: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    color: inherit;
    line-height: normal;
}

.numeric-list li * {
    color: var(--font-main-color);
}

/*!!!!!!!!!!HEADER RULES!!!!!!!!!!*/

.header-login svg circle,
.header-login svg ellipse {
    transition: 0.3s ease;
}

.header-login span {
    color: rgb(10, 59, 89);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    transition: 0.3s ease;
}

.header-login:hover {
    text-decoration: none;
}

.header-login:hover span {
    transition: 0.3s ease;
    color: var(--button-hover-color);
    text-decoration: none;
}

.header-login:hover svg circle {
    transition: 0.3s ease;
    fill: var(--button-color);
}

.header-login:hover svg ellipse {
    transition: 0.3s ease;
    fill: var(--button-hover-color);
}

.header-menu > li > * {
    color: var(--font-alt-2-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

.header-menu > li:not(.uk-active) > *:hover {
    color: var(--button-hover-color);
    transition: 0.3s;
    text-decoration: none;
}

.header-menu > .uk-active > * {
    color: var(--font-alt-3-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
}


/*!!!!!!!!!!SEO RULES!!!!!!!!!!*/
.seo-toggle {
    max-height: 100%;
}

/*!!!!!!!!!!SWITCHER RULES!!!!!!!!!!*/
.switcher-border-bottom a {
    text-decoration: none;
}

.switcher-border-bottom a:hover {
    color: var(--font-main-color);
}

.switcher-border-bottom > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.switcher-border-bottom > .uk-active {
    border-bottom: 3px solid rgba(0, 0, 0, 1);
}


/*!!!!!!!!!!FOOTER RULES!!!!!!!!!!*/
.copyright {
    color: rgba(245, 245, 245, 0.5);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;


}

.footer-social > a:not(:first-child) {
    margin-left: 1.25rem;
}

.footer-social > a svg rect {
    transition: 0.3s;
}

.footer-social > a:hover svg rect {
    fill: var(--button-hover-color);
    transition: 0.3s;
}

.footer-menu > li:not(:last-child) {
    margin-right: 2rem;
}

.footer-menu > li * {
    color: rgb(245, 245, 245);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s ease;
}


.footer-menu > li a:hover {
    text-decoration: none;
    color: var(--button-hover-color);
    transition: 0.3s ease;
}

a.contacts-link {
    color: rgb(245, 245, 245);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    transition: 0.3s ease;
    text-decoration: none;
}

a.contacts-link:hover {
    color: var(--button-hover-color);
    text-decoration: none;
    transition: 0.3s ease;

}

div.contacts-link {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    max-width: 250px;
}


.oleus {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
}


.oleus span {
    color: rgb(245, 245, 245);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    margin-right: 20px;
    transition: 0.3s ease;
}

.oleus:hover {
    text-decoration: none;
}

.oleus:hover span {
    color: var(--button-hover-color);
    transition: 0.3s ease;

}

.footer-title {
    color: rgba(245, 245, 245, 0.6);
    font-size: 10px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.footer-one {
    margin: 0 1rem;
}

.footer-one a {
    color: rgb(245, 245, 245);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    transition: 0.3s ease;
}

.footer-one li {
    display: flex;
    align-items: center;
}

.footer-one a:hover {
    transition: 0.3s ease;
    color: var(--button-hover-color);
}

.seo-text h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.seo-text h2 {
    font-size: 3rem;
    font-weight: 700;
}

.seo-text h3 {
    font-size: 2.5rem;
    font-weight: 700;
}

.seo-text h4 {
    font-size: 2rem;
    font-weight: 700;
}

.seo-text h5 {
    font-size: 1.5rem;
    font-weight: 700;
}

.seo-text h6 {
    font-size: 1.125rem;
    font-weight: 700;
}

.seo-text p {
    margin-top: 0.938rem;
    font-size: 1.125rem;
    font-weight: 300;
}

.seo-text a {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--font-accent-color);
    transition: 0.3s ease;
    text-decoration: none
}

.seo-text a:hover {
    text-decoration: none;
    color: var(--button-color);
    transition: 0.3s ease;
}

.seo-text ul {
    list-style: square;
    color: var(--button-color);
    margin-left: 2.5rem;
}

.seo-text ul span {
    color: var(--font-main-color);
}

.seo-text ol {
    list-style: none;
    counter-reset: list;
    padding-left: 2.5rem;
}

.seo-text ol > li {
    position: relative;
}

.seo-text ol > li:not(:first-child) {
    margin-top: 10px;
}

.seo-text ol > li::before {
    content: counter(list) "";
    counter-increment: list;
    position: absolute;
    top: 2px;
    left: -1.8rem;
    width: 1.5rem;
    height: 1.5rem;
    color: rgb(10, 59, 89);
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    background: rgba(78, 125, 166, 0.1);
}

.seo-text ol span {
    color: var(--font-main-color);
}

.seo-text ol a {
    color: rgb(191, 131, 96);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    text-decoration-line: underline;
    transition: 0.3s ease;
}

.seo-text ol a:hover {
    color: var(--font-alt-color);
    text-decoration-line: underline;
    transition: 0.3s ease;
}

.map {
    display: flex;
    width: 100%;
    height: 27.938rem;
}

.hover {
    transition: 0.3s;
    text-decoration: none;
}

.hover:hover {
    transition: 0.3s;
    color: var(--button-hover-color);
    text-decoration: none;
}

#form-entity-1 {
    border-radius: 20px;
    padding: 50px;
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
}
#form-entity-2 {
    border-radius: 22px;
    margin-top: 25px;
}
#user-login-form-login-email,
#user-login-form-login-password,
#form-entity-1-fields-field-1,
#form-entity-1-fields-field-2,
#form-entity-2-fields-field-4,
#form-entity-2-fields-field-5,
#form-entity-2-fields-field-6,
#form-entity-3-fields-field-8,
#form-entity-3-fields-field-9,
#form-entity-3-fields-field-10,
#form-entity-3-fields-field-11,
#form-entity-4-fields-field-13,
#form-entity-4-fields-field-14,
#form-entity-4-fields-field-15,
#form-entity-4-fields-field-16 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 17px 24px 17px 24px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 8px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.35);
    resize: none;

}

#user-login-form-login-email:focus,
#user-login-form-login-password:focus,
#form-entity-1-fields-field-1:focus,
#form-entity-1-fields-field-2:focus,
#form-entity-2-fields-field-4:focus,
#form-entity-2-fields-field-5:focus,
#form-entity-2-fields-field-6:focus,
#form-entity-3-fields-field-8:focus,
#form-entity-3-fields-field-9:focus,
#form-entity-3-fields-field-10:focus,
#form-entity-3-fields-field-11:focus,
#form-entity-4-fields-field-13:focus,
#form-entity-4-fields-field-14:focus,
#form-entity-4-fields-field-15:focus,
#form-entity-4-fields-field-16:focus {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 17px 24px 17px 24px;
    box-sizing: border-box;
    border: 1px solid rgb(191, 131, 96);
    border-radius: 8px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.35);

}

.body-secondary {
    background-color: var(--primary-color);
}

#user-login-form .form-action,
#form-entity-2 .form-actions,
#form-entity-1 .form-actions {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 32px;
    margin-top: 32px;
}

#user-login-form button,
#form-entity-2 .form-actions button,
#form-entity-1 .form-actions button {
    width: 100%;
}

#form-entity-1-fields-field-7 label
#form-entity-1-fields-field-3 label {
    display: flex !important;
    align-items: center;
}

#user-login-form-login-remember-0,
#form-entity-2-fields-field-7-0,
#form-entity-1-fields-field-3-0,
#form-entity-3-fields-field-12-0,
#form-entity-3-fields-field-17-0 {
    margin-right: 8px;
}

#user-login-form-login-remember span,
#form-entity-1-fields-field-7 span,
#form-entity-1-fields-field-3 span {
    font-size: 14px;
}

#user-login-form-login-remember .uk-checkbox:checked,
#form-entity-2-fields-field-7 .uk-checkbox:checked,
#form-entity-1-fields-field-3 .uk-checkbox:checked,
#form-entity-3-fields-field-12 .uk-checkbox:checked,
#form-entity-4-fields-field-17 .uk-checkbox:checked {
    background-color: #BF8360 !important;
}

#user-login-form-login-remember .uk-checkbox:focus,
#form-entity-2-fields-field-7 .uk-checkbox:focus,
#form-entity-1-fields-field-3 .uk-checkbox:focus,
#form-entity-3-fields-field-12 .uk-checkbox:focus,
#form-entity-4-fields-field-17 .uk-checkbox:focus {
    border-color: #BF8360 !important;
}


#form-entity-3,
#form-entity-4 {
    max-width: 40%;
}

#form-entity-3 .form-actions .button,
#form-entity-4 .form-actions .button {
    width: 100%;
    text-align: center;
}

.uk-notification-message {
    background-color: white;
    border-radius: 20px;
}

.uk-modal-body {
    padding: 0 !important;
    border-radius: 20px;
}

#modal-open .uk-modal-close-default svg {
    height: 28px;
    width: 28px;
}

#modal-open .uk-modal-close-default svg line {
    color: var(--font-main-color);
}

#modal-open .uk-modal-body {
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
}

.pop-up-fixed {
    position: fixed;
    right: 17px;
    bottom: 17px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1000;
}

.popup-link {
    position: absolute;
    display: flex;
    right: 20px;
    height: 100%;
    align-items: center;
}


.popup-link svg {
    transition: 0.3s ease;
    height: 18px;
    width: 18px;
}

.popup-link:hover svg {
    transition: 0.3s ease;
    transform: rotate(45deg);
}

.pop-up-close svg circle {
    transition: 0.3s ease;
}

.pop-up-close:hover svg circle {
    transition: 0.3s ease;
    fill: #DCDCDC;
}

#message-ajax-modal .uk-modal-dialog {
    background: transparent;
}

#message-ajax-modal .uk-modal-body {
    padding: 50px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background-color: #ffffff;
}

#message-ajax-modal h2 {
    text-align: center;
}

#message-ajax-modal p {
    text-align: center;
}

#message-ajax-modal button {
    width: 100%;
    position: unset !important;
}

#message-ajax-modal button svg {
    display: none;
}

.menu-items-parent {
    position: relative;
}

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    left: -20%;
    top: 100%;
    border-radius: 8px;
    background: #FFF;
    width: fit-content;
    transition: 0.3s ease;
    transform: translatey(1rem);
}

.menu-items-parent:hover > .dropdown-content {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    transform: translatey(0);
}

.dropdown-content a {
    padding: 12px 20px 12px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: rgb(6, 23, 38);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    font-style: normal;
    white-space: nowrap;
    text-align: start;
}

.dropdown-content span {
    padding: 12px 20px 12px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: var(--button-hover-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    font-style: normal;
    white-space: nowrap;
    text-align: start;
}

.dropdown-content a:hover {
    color: var(--button-hover-color);
    background-color: rgba(191, 131, 96, 0.1);
    transition: 0.3s ease;
}

.menu-items-parent > * svg {
    margin-left: 5px;
    transition: 0.3s ease;
}

.menu-items-parent > * svg path {
    transition: 0.3s;
}

.menu-items-parent:hover > * svg {
    transform: scale(1, -1);
}

.menu-items-parent:hover > * svg path {
    fill: var(--button-hover-color);
    transition: 0.3s;
}

.menu-items-parent:hover > * {
    color: var(--button-hover-color);
    transition: 0.3s ease;
}

.pen {
    width: 100%;
    margin: 50px auto 0;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-animation: 1s appear 1 forwards;
    -moz-animation: 1s appear 1 forwards;
    -o-animation: 1s appear 1 forwards;
    animation: 1s appear 1 forwards;
}

.stage {
    width: 100%;
    height: 400px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: flex;
}

.element {
    margin: 0 0.2rem;
    flex: 1;
    flex-direction: column;
    justify-content: end;
    -webkit-transform-origin: 50% 50%;
    height: inherit;
    align-items: center;
    display: flex;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 20px;
    padding-bottom: 3rem;
    position: relative;
}

.element:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(6, 23, 38, 0.6) 20%, transparent 100%);
    z-index: -1;
    border-radius: inherit;
    transition: 0.3s ease-in-out;
}

.element.active:before {
    height: 80%;
}

.element > .invisible-text {
    display: none;
    max-width: 300px;
}

.element.active {
    flex: 2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: inherit;
}

.element.inactive {
    flex: 0.5;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0.4;
}

.element:last-of-type {
    margin: 0;
}

@media all and (min-width: 900px) {


    .stage {
        height: 600px;
    }
}

@media all and (max-width: 660px) {

}

@-webkit-keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.stage a svg path {
transition: 0.3s ease;
}
.stage a {
    text-decoration: none;
}
.stage a span {
    transition: 0.3s;
}
.stage a:hover span {
    transition: 0.3s;
    color:var(--button-hover-color)
}
.stage a:hover svg path {
    transition: 0.3s ease;
    stroke:var(--button-hover-color)
}

.address svg {
min-width: 40px;
}
