*:focus {
    outline: none;
}


.uk-overlay-blur {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
}

/* Slider Offset */
.uk-slider-container-offset {
    margin: -11px -15px -39px -15px;
    padding: 11px 15px 39px 15px;
}

@media (min-width: 640px) {
    .uk-slider-container-offset {
        margin: -11px -20px -39px -20px;
        padding: 11px 20px 39px 20px;
    }
}

@media (min-width: 960px) {
    .uk-slider-container-offset {
        margin: -11px -20px -39px -20px;
        padding: 11px 20px 39px 20px;
    }
}

#header .uk-navbar-item,
#header .uk-navbar-nav>li>a,
#header .uk-navbar-toggle {
    min-height: 110px;
}

#header .uk-navbar-nav>li>a {
    text-transform: inherit;
}

.tm-navbar .uk-navbar-dropdown-nav>li.uk-active>a {
    background-color: #cbddc1;
}

#header .uk-navbar-nav>li:hover>a,
#header .uk-navbar-nav>li>a.uk-open,
#header .uk-navbar-nav>li>a:focus {
    background-color: #e5f1de;
}

#awards .uk-panel {
    border: 1px solid #d7d2cb;
}

#offcanvas .uk-nav>li>a {
    padding: 6px 0;
}

#offcanvas-submenu .uk-nav>li>a {
    padding: 6px 0;
}

.st0 {
    fill: currentcolor !important;
}

/************************** Old */

/* .eco-button {
	font-size: 12px;
	border-radius: 16px 0 24px 0;
}

.phone-large {
	font-size: 40px;
} */

.toolbar {
    padding-top: 10px;
}

.section-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: 0;
    background: linear-gradient(to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 10%,
    rgba(255, 255, 255, 0.9) 90%,
    rgba(255, 255, 255, 0) 100%);
    display: block;
}



/* Util */
.uk-border-rounded-small {
    border-radius: 2px;
}

/* Р‘РѕР»СЊС€РѕР№ РІС‹Р±РѕСЂ Р°РєСЃРµСЃСЃСѓР°СЂРѕРІ РґР»СЏ Р°Р»СЋРјРёРЅРёРµРІС‹С… РѕРєРѕРЅ */
/* .uk-overlay-primary {
	background: linear-gradient(
		180deg,
		rgba(36, 36, 36, 0) 50%,
		rgba(36, 36, 36, 0.8) 100%
	);
} */

/* РљСЂР°СЃРёРј РЇРЅРґРµРєСЃ РљР°СЂС‚С‹ РёСЃРїРѕР»СЊР·СѓСЏ CSS С„РёР»СЊС‚СЂ Рё SVG */
/* [class*='ymaps-2'][class*='-ground-pane'] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
} */

/* Calc */
/* .calc-subnav.uk-subnav-pill > * > * {
	background: #fff;
} */

/* .calc-subnav.uk-subnav-pill > * > a:focus,
.calc-subnav.uk-subnav-pill > * > a:hover {
	background-color: #00ac4d;
	color: #fff;
} */

/* Tab */
.uk-tab>.uk-active>a {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

.uk-tab>*>a {
    padding: 6px 10px;
}

/*Typography (Mobile)*/
@media (max-width: 640px) {
    html {
        font-size: 16px;
    }

    *+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+.uk-heading-2xlarge, *+.uk-heading-large, *+.uk-heading-medium, *+.uk-heading-small, *+.uk-heading-xlarge, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
        margin-top: 25px;
    }

    .uk-padding {
        padding: 15px;
    }
}

.uk-text-large {
    font-size: 1.25rem;
    line-height: 1.4;
}




@media (max-width: 640px) {
    .uk-tile-small {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .uk-grid-column-medium>*, .uk-grid-medium>* {
        padding-left: 8px;
    }

    .uk-grid-column-medium, .uk-grid-medium {
        margin-left: -8px;
    }

    .uk-overlay {
        padding: 10px 15px;
    }

    .uk-open>.uk-modal-dialog {
        padding: 30px 15px;
    }
}

@media (min-width: 640px) and (max-width: 960px) {
    .uk-button-large {
        padding: 0px 20px;
    }

    .uk-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media (min-width: 640px) and (max-width: 1200px) {
    .uk-open>.uk-modal-dialog {
        padding: 30px;
    }
}

.uk-table td {
    padding: 20px 10px;
    vertical-align: top;
}

html {
    overflow-x: hidden;
    max-width: 100vw;
}

.uk-overlay-blur {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
}

.uk-overlay {
    padding: 15px 15px;
}

@media (min-width: 960px) {
    .uk-width-large\@s {
        width: 480px !important;
    }

    .uk-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media (min-width: 640px) {
    .uk-width-large\@s {
        width: 420px;
    }

    .uk-grid-column-medium, .uk-grid-medium {
        margin-left: -21px;
    }

    .uk-grid-column-medium>*, .uk-grid-medium>* {
        padding-left: 21px;
    }

}


.uk-form-large {
    font-size: 1rem;
}

.uk-list {
    margin: 0;
}

.uk-table th {
    vertical-align: middle;
}

video {
    border-radius: 10px;
}

.uk-cover-container img, .uk-logo img, footer img {
    border-radius: 0px;
}

.uk-comment-list>:nth-child(n+2) {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .uk-card .uk-nav>li>a {
        padding: 10px 0;
    }

    #offcanvas .uk-nav>li>a {
        padding: 10px 0;
    }
}

.uk-navbar-nav>li.uk-active>a, .uk-navbar-dropdown-nav>li.uk-active>a, .tm-navbar .uk-navbar-dropdown-nav>li.uk-active>a {
    background-color: #e7ddcf;
}

.uk-navbar-nav>li a:hover, .uk-navbar-nav>li.uk-active>a:hover, .uk-navbar-dropdown-nav>li.uk-active>a:hover, .tm-navbar .uk-navbar-dropdown-nav>li.uk-active>a:hover {
    background-color: #ccddc4;
}

.search-button a {
    background-color: #f5efe6 !important;
}

.search-button a:hover {
    background-color: #ccddc4 !important;
}

.uk-search-navbar .uk-search-input {
    font-size: 1rem;
}

.uk-card-small>.uk-nav-default>li>noindex>a {
    padding-left: 20px;
    padding-right: 20px;
}

.uk-nav-default>li>noindex a {
    color: #978d80;
}

.uk-nav-default>li>noindex a:hover {
    color: #413b32;
}

.uk-offcanvas-bar hr {
    margin: 10px 0;
}

.uk-modal-title {
    font-family: "Museo Sans", Arial, sans-serif;
    font-weight: 500;
    color: #282828;
    text-transform: none;
    font-size: 1.5rem;
    line-height: 1.3;
}

iframe {
    border-radius: 8px;
}



.uk-overlay-default.uk-position-cover {
    background: linear-gradient(to top, rgba(253, 248, 241, 0.9) 20%, transparent 50%);
}

.elem {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.elem::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.uk-modal-footer {
    background: #fff;
}

/* Navbar tile */
.navbar-tile {
    padding: 3px 7px !important;
    font-size: 10px;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    padding: 0 15px;
    font-size: .65rem;
}

@media (min-width: 1320px) {

    .uk-navbar-nav>li>a {
        font-size: .8125rem;
    }

}

.uk-modal.uk-open {
    z-index: 10000000000 !important;
}

/* header */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons/icomoon.eot?o1qay0');
    src: url('../fonts/icons/icomoon.eot?o1qay0#iefix') format('embedded-opentype'),
    url('../fonts/icons/icomoon.ttf?o1qay0') format('truetype'),
    url('../fonts/icons/icomoon.woff?o1qay0') format('woff'),
    url('../fonts/icons/icomoon.svg?o1qay0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
    content: "\e900";
}

.icon-telegram:before {
    content: "\e901";
}

.icon-vk:before {
    content: "\e902";
}


.uk-text-small {
    font-size: .8125rem;
}

/* .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	font-size: .75rem;
} */

.header-socials__links>* {
    margin-right: 8px;
}

.header-socials__links:last-child {
    margin: 0;
}

.header-socials__links a {
    font-size: 20px;
    color: #978D80;
}

.header-socials__text {
    font-size: 12px;
}

._right {
    align-items: end !important;
}

@media (max-width: 440px) {
    .uk-breadcrumb>*>* {
        font-size: 12px;
    }

    .uk-button-large {
        padding: 0 20px;
    }
}
.text-link-bot {
    color: #413B32;
}

.button-bot {
    width: 170px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    line-height: 40px;
}

.button-bot>span[uk-icon] {
    margin-right: 4px;
}
.credit-text {
    font-family: "Museo Sans", Arial, sans-serif;
    font-size: 30px;
}

.credit-text-small {
    font-size: 14px;
}

/* === uk-tile  === */
.uk-tile-cookie {
    width:  100%;
    padding: 20px 10px 20px 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff !important;
    z-index: 20;
    opacity: 1;
    transition: opacity 0.2s;
@media (min-width: 640px) {
    width: clamp(530px, 40vw, 620px);
    padding: clamp(20px, 2vw, 30px) 30px;
    flex-direction: row;
    align-items: center;
}
}

.uk-tile-cookie-hidden {
    opacity: 0;
    z-index: -100;
}

.uk-tile-muted {
    background-color: var(--muted-color);
    border: 1px solid var(--gray-light);
    border-radius: 20px;
}

.uk-tile-form {
    padding: 40px clamp(20px, 3vw - 15px, 30px);
}

.uk-tile-image {
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 610px;
}

.uk-tile-image img {
    position: relative;
    width: 100%;
@media (min-width: 960px) {
    right: -235px;
}
@media (min-width: 1200px) {
    right: 0;
}
}
/* === uk-tile  === */
.uk-text-extra-small {
    font-size: 12px;
}
.section-cover {
    min-height: 400px;
}

@media (min-width: 960px) {
    .section-cover {
        min-height: 650px;
    }
}

.text-link-bot {
    color: #413B32;
}

.button-bot {
    width: 170px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    line-height: 40px;
}

.button-bot>span[uk-icon] {
    margin-right: 4px;
}

.credit-text {
    font-family: "Museo Sans", Arial, sans-serif;
    font-size: 30px;
}

.credit-text-small {
    font-size: 14px;
}

@media (max-width: 959px) {
    .furniture-video {
        height: 300px;
    }
}
.section-cover {
    min-height: 400px;
}

@media (min-width: 960px) {
    .section-cover {
        min-height: 650px;
    }
}

.text-link-bot {
    color: #413B32;
}

.button-bot {
    width: 170px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    line-height: 40px;
}

.button-bot>span[uk-icon] {
    margin-right: 4px;
}

.credit-text {
    font-family: "Museo Sans", Arial, sans-serif;
    font-size: 30px;
}

.credit-text-small {
    font-size: 14px;
}

@media (max-width: 959px) {
    .furniture-video {
        height: 300px;
    }
}